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
We shouldn’t require maxFeePerBlobGas for eth_call for the same reason regular gas fee settings aren’t necessary for eth_call for transactions without blobs.
Current implementation uses transaction validation so this would require checking the fields on the eth_call CallParameter
The text was updated successfully, but these errors were encountered:
non-fungible-nelson
added
P2
High (ex: Degrading performance issues, unexpected behavior of core features (DevP2P, syncing, etc))
bug
Something isn't working
labels
Mar 13, 2024
Follow up to #6657
We shouldn’t require
maxFeePerBlobGas
for eth_call for the same reason regular gas fee settings aren’t necessary for eth_call for transactions without blobs.Current implementation uses transaction validation so this would require checking the fields on the eth_call CallParameter
The text was updated successfully, but these errors were encountered: