We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Cancun fork https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md#included-eips.
Solidity v0.8.24 already include support for the upcoming Cancun network upgrade https://soliditylang.org/blog/2024/01/26/solidity-0.8.24-release-announcement/.
v0.8.24
Implement the following EIPs to support this new fork
TLOAD
TSTORE
BLOBHASH
MCOPY
BLOBBASEFEE
The following EIP doesn't impact sevm
sevm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implement Cancun fork https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md#included-eips.
Solidity
v0.8.24
already include support for the upcoming Cancun network upgrade https://soliditylang.org/blog/2024/01/26/solidity-0.8.24-release-announcement/.Implement the following EIPs to support this new fork
TLOAD
&TSTORE
) #91BLOBHASH
& precompile) #47MCOPY
- Memory copying instruction #93BLOBBASEFEE
opcode #92The following EIP doesn't impact
sevm
The text was updated successfully, but these errors were encountered: