-
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
debt(anvil
): migrate to use op-alloy
optimism types
#6860
Comments
anvil-core
): Refactor out optimism types to a separate crateanvil-core
): migrate to use op-alloy
optimism types
Hi, I'd like to tackle this issue if it is still relevant! |
Awesome thanks, yes this is still relevant: See: |
I've noticed that there are also references to https://github.com/foundry-rs/foundry/blob/master/crates/anvil/src/eth/backend/mem/mod.rs#L92 |
Possibly not but worth looking into, I think Reth still uses its own Optimism types |
anvil-core
): migrate to use op-alloy
optimism typesanvil
): migrate to use op-alloy
optimism types
Related: #8943 use Replace the existing
TxDeposit from op-alloy: https://github.com/alloy-rs/op-alloy/blob/f6d9d723fff605c8b87a95548d4eb56338dc2c1e/crates/consensus/src/transaction/deposit.rs#L15
|
I think this issue can be closed, #9047 just got merged :) |
TBD yet if this should go on alloy—but we should refactor out the Optimism types as the network abstraction comes together. #6808 (comment)Edit: Optimism types have since moved to https://github.com/alloy-rs/op-alloy
Updated the ticket to reflect that we should use those types in Foundry instead of the local implementation
The text was updated successfully, but these errors were encountered: