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
As defined by the standard https://ethereum.github.io/execution-apis/api-documentation/eth_estimateGas have a second optional parameter that specified the block to use for the estimation, we ignore that option and just use the chain head in every case.
Acceptance Criteria
eth_estimateGas adhere to the standard and accepts and uses the value passed in the block parameter to perform the estimation.
The text was updated successfully, but these errors were encountered:
Description
As defined by the standard https://ethereum.github.io/execution-apis/api-documentation/
eth_estimateGas
have a second optional parameter that specified the block to use for the estimation, we ignore that option and just use the chain head in every case.Acceptance Criteria
eth_estimateGas
adhere to the standard and accepts and uses the value passed in theblock
parameter to perform the estimation.The text was updated successfully, but these errors were encountered: