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:
@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user