-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
meta: Foundry Cancun readiness #5574
Comments
Here is meta issue for revm: bluealloy/revm#527 |
Thank you @rakita! Was wondering, do you have any ETAs for when will |
bump on this, everything should be fine on the revm side, but rpc types might need to be adjusted? In particular anvil would need blob support for also wondering how relevant #5782 is |
Hi @Evalir, do you have an estimate as to when forge and anvil will support blob transactions? Currently there's no good tool to unit test features that rely on blobs. |
Closing as #7823 has been merged |
Motivation
Foundry Cancun tracking issue for readiness.
Items needed
revm
foundry upgrade feat(evm
): Use latestrevm
main commit #5669revm
EIP-4844 support: Waylon/eip4844 bluealloy/revm#536revm
alloy migration: Ethereum hardfork: Cancun bluealloy/revm#527alloy
EIP-4844 support.Anvil
anvil
): add support for EIP4844 types #7202send/send_raw_transaction
methods can properly decode 4844 txs. feat(consensus
): add extra EIP-4844 types needed alloy-rs/alloy#229TransactionExecutor
to validate 4844 txs iff cancun spec is active feat: Anvil Cancun support #7242Forge
vm.blobhashes
: feat:vm.blobhashes
#7001Cast
cast send
4844 support feat(cast): send 4844 support #7823The text was updated successfully, but these errors were encountered: