hedera-mirror-node
hedera-mirror-node copied to clipboard
Add Cancun support from Besu to `hedera-mirror-web3`
Problem
Following HIPS-{865,866,867,868}, Hedera would start to support Cancun related changes to the Besu EVM. In order for the Archive Node to work properly and support these latest changes, we would need to copy the related hedera-services
code base changes to hedera-mirror-web3
.
Solution
Add support to a new V049 version of the EVM, including Cancun support inside hedera-mirror-web3
. Add according unit and integration tests to validate the support of the new opcode and the proper behaviour of the new version.
Alternatives
No response