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
geth recently added the optional stateOverride parameter to eth_estimateGas, with the same functionality as eth_call (see ethereum/go-ethereum#27800, ethereum/go-ethereum#27845). would be super useful to have this added to anvil!
example usage: estimating the total gas of an approve and transfer transaction, before the approve transaction has been done
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
Anvil
Describe the feature you would like
geth recently added the optional
stateOverride
parameter toeth_estimateGas
, with the same functionality aseth_call
(see ethereum/go-ethereum#27800, ethereum/go-ethereum#27845). would be super useful to have this added to anvil!example usage: estimating the total gas of an
approve
andtransfer
transaction, before theapprove
transaction has been doneAdditional context
No response
The text was updated successfully, but these errors were encountered: