Compare EVM compatibility with current EIPs
Open
- Dominant language
- Go
- Stars
- 7
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
During our Rebased upgrade, we updated the go-ethereum library to the most recent version. This brought us closer to the newest Ethereum enhancements.
It seems however, that more manual labor needs to be involved. > 3 year old RPC functions are missing, and we see error logs upon incoming Metamask sent transactions. These panics are non-breaking issues for the functionality of our node or for our users, but indicate that we either miss certain contract functions, certain EIP standards or incorrectly pass certain calls to the Ethereum library.
We should investigate why these issues appear, which EIPs we may miss, and fix the differences.
Contributor guide
Assessment
This issue has not been assessed yet.