mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: alloy-evm and new revm integration (#14021)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: rakita <rakita@users.noreply.github.com>
This commit is contained in:
@ -11,3 +11,22 @@ reth-exex = { path = "../../crates/exex/exex" }
|
||||
reth-node-ethereum = { path = "../../crates/ethereum/node" }
|
||||
reth-tracing = { path = "../../crates/tracing" }
|
||||
reth-node-api = { path = "../../crates/node/api" }
|
||||
|
||||
[patch.crates-io]
|
||||
alloy-evm = { git = "https://github.com/alloy-rs/evm", rev = "048248c" }
|
||||
alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "048248c" }
|
||||
|
||||
revm = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-bytecode = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-database = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-state = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-inspector = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-context = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-context-interface = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-database-interface = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-specification = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-optimism = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
|
||||
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "74b6aa4" }
|
||||
|
||||
Reference in New Issue
Block a user