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
if you were to query for example getCode with a block number out of bounds of what the node knows the response will be 0x which is a misrepresentation of the current state and can cause gas estimation on transactions to be set to 21000 along with some other nasty side effects.
some solutions could include allowing 'latest' to be passed as the block number instead of trying to fill it with the block-trackers know number on request.
if you were to query for example getCode with a block number out of bounds of what the node knows the response will be
0x
which is a misrepresentation of the current state and can cause gas estimation on transactions to be set to 21000 along with some other nasty side effects.some solutions could include allowing 'latest' to be passed as the block number instead of trying to fill it with the block-trackers know number on request.
some cases of this:
#5868
#5588
The text was updated successfully, but these errors were encountered: