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
AlexeyKrasnoperov
changed the title
eth_estimateGas fails with error
eth_estimateGas requires data parameter, which is not required by spec
Feb 27, 2025
Describe the bug
eth_estimateGas
, when called with parameters[{"to":"0x0000000000000000000000000000000000000000"}],"id":1}
is throwing an error
missing field 'data'
.data
is not a required param, according to the documentation: https://www.quicknode.com/docs/ethereum/eth_estimateGasTo reproduce
Log output
Expected behaviour
eth_estimateGas
should not require adata
parameter.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: