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.
* Problem: web3 rpc api returns wrong block gas limit
Closes: #777
Solution:
- pass in specific block height to the query
* Apply suggestions from code review
* changelog
* Problem: web3 rpc api returns wrong block gas limit
Closes: evmos#777
Solution:
- pass in specific block height to the query
* Apply suggestions from code review
* changelog
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System info: ethermint 0.7.2
Steps to reproduce:
Occasionally, the
eth_getBlockByNumber
API returns gas limit as0xffffffff
.Expected behavior: Should return the value in genesis
Actual behavior: returns
0xffffffff
Additional info:
Probable cause:
Solution:
The text was updated successfully, but these errors were encountered: