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:
Arsenii Kulikov
2025-02-17 23:59:23 +04:00
committed by GitHub
parent bb6dec7ceb
commit 336c3d1fac
142 changed files with 1841 additions and 1929 deletions

View File

@ -23,7 +23,7 @@ reth-storage-errors.workspace = true
reth-trie.workspace = true
reth-trie-db.workspace = true
reth-db.workspace = true
revm.workspace = true
revm-database.workspace = true
reth-ethereum-primitives.workspace = true
# ethereum
@ -42,11 +42,11 @@ std = [
"alloy-eips/std",
"alloy-primitives/std",
"alloy-rpc-types-engine/std",
"reth-ethereum-primitives/std",
"reth-primitives-traits/std",
"revm/std",
"reth-stages-types/std",
"revm-database/std",
"reth-ethereum-primitives/std",
"reth-execution-types/std",
"reth-prune-types/std",
"reth-storage-errors/std",
"reth-execution-types/std",
]