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
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Do a upgrade or gov proposal to set london_block to 0.
Query historical block with jsonrpc getBlockByNumber.
It'll treat the historical block as london block.
Expected behavior: it should match what's on the chain state.
Actual behavior: [What actually happened]
Additional info:
I think we can add BaseFee grpc query in evm module, which will check both london hardfork and feemarket module parameters. and json-rpc side call it with ContextWithHeight.
The text was updated successfully, but these errors were encountered:
System info: ethermint main
Steps to reproduce:
0
.getBlockByNumber
.Expected behavior: it should match what's on the chain state.
Actual behavior: [What actually happened]
Additional info:
I think we can add
BaseFee
grpc query in evm module, which will check both london hardfork and feemarket module parameters. and json-rpc side call it withContextWithHeight
.The text was updated successfully, but these errors were encountered: