-
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: Alloy migration #5216
Comments
I am interested in the migration for |
forge bind now supports |
Marking as complete as Foundry has fully migrated to Alloy 💯 Leftover code that aided in the transition, like #7048, will be cleaned up in standalone tickets or whenever we encounter it. |
Tracking issue for the Alloy Migration.
Migration progress per-crate:
debugger
feat(debugger
): migratedebugger
crate to alloy #5854fmt
feat(formatter
): migrate formatter crate to Alloy #5851cli
common
config
partially migratedcast
macros
abi
evm
anvil-core
anvil-core
internal types removal #6715anvil
utils
forge
forge
): partial forge migration #5873test-utils
: partially migrate test-utils crate #5874chisel
provider/rpc types migration progress per-crate (only ones with usage of these are mentioned):
debugger
fmt
cli
common
config
cast
abi
evm
anvil
forge
done with #6219
Reth-related milestones
reth-revm-inspectors
: Move inspectors out of reth and into their own repo paradigmxyz/reth#5956soft/hard Blockers
Log
alloy-primitives implementation, needed for a completeanvil
&evm
migration. feat: add logs, add log dynamic decoding alloy-rs/core#271 (Soft blocker)ethers-solc
needs to move to its own standalone repo. (Soft blocker for now)ethers-etherscan
and other verification/etherscan related utilities need to either move to their own repo or integrate into an existing one. (Soft blocker)Followups
ethers-rs
vendored code #6104precompiles!
macro #6102SolCall
and define calls ahead of time #6098ethers-core
dependency block-explorers#8The text was updated successfully, but these errors were encountered: