You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement gas limit estimation so that we can use it in eth_sendTransaction endpoint. It needs to take a transaction, replay it in evm module, and return the estimated gas consumption for the transaction.
The text was updated successfully, but these errors were encountered:
Summary
Implement gas limit estimation so that we can use it in eth_sendTransaction endpoint. It needs to take a transaction, replay it in evm module, and return the estimated gas consumption for the transaction.
The text was updated successfully, but these errors were encountered: