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 an RPC client, I want that gas estimation methods take in account the sender balance to determine the max gas limit of the tx so that I can have better gas estimations.
When estimating the gas used by a tx, a first hard limit is the block gas limit, but there are cases when the limit could be lower, since the sender has a limited balance, so a specific max gas limit could be computed, taking in account, if present, the value of the transfer and/or the
spending for the blobs.
The text was updated successfully, but these errors were encountered:
fab-10
added
RPC
P3
Medium (ex: JSON-RPC request not working with a specific client library due to loose spec assumtion)
labels
Jan 21, 2025
Description
As an RPC client, I want that gas estimation methods take in account the sender balance to determine the max gas limit of the tx so that I can have better gas estimations.
When estimating the gas used by a tx, a first hard limit is the block gas limit, but there are cases when the limit could be lower, since the sender has a limited balance, so a specific max gas limit could be computed, taking in account, if present, the value of the transfer and/or the
spending for the blobs.
The text was updated successfully, but these errors were encountered: