diff --git a/Cargo.lock b/Cargo.lock index af266ee..931d2bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "alloy-chains" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9247f0a399ef71aeb68f497b2b8fb348014f742b50d3b83b1e00dfe1b7d64b3d" +checksum = "f4e9e31d834fe25fe991b8884e4b9f0e59db4a97d86e05d1464d6899c013cd62" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -317,10 +317,30 @@ dependencies = [ "derive_more", "op-alloy", "op-revm", - "revm", + "revm 34.0.0", "thiserror 2.0.18", ] +[[package]] +name = "alloy-evm" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13146597a586a4166ac31b192883e08c044272d6b8c43de231ee1f43dd9a115" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-sol-types", + "auto_impl", + "derive_more", + "revm 36.0.0", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "alloy-genesis" version = "1.8.3" @@ -2413,7 +2433,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.117", ] [[package]] @@ -2953,7 +2973,7 @@ dependencies = [ "alloy-consensus", "alloy-consensus-any", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -2972,7 +2992,7 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.0.0", "reth-cli", "reth-codecs", "reth-consensus", @@ -2981,7 +3001,7 @@ dependencies = [ "reth-engine-primitives", "reth-errors", "reth-ethereum", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-ethereum-payload-builder", "reth-ethereum-primitives", "reth-evm", @@ -2995,7 +3015,7 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc", @@ -3025,14 +3045,14 @@ name = "ev-precompiles" version = "0.1.0" dependencies = [ "alloy", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "bytes", "eyre", "reth-ethereum", "reth-primitives", "reth-revm", - "revm", + "revm 34.0.0", "tracing", ] @@ -3049,7 +3069,7 @@ dependencies = [ "reth-codecs", "reth-db-api", "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "serde", ] @@ -3058,7 +3078,7 @@ name = "ev-reth" version = "0.1.0" dependencies = [ "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-network", "alloy-primitives", "alloy-rpc-types", @@ -3070,20 +3090,20 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.0.0", "reth-cli-util", "reth-consensus", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-ethereum-payload-builder", "reth-ethereum-primitives", "reth-node-api", "reth-node-builder", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-tracing-otlp", @@ -3100,7 +3120,7 @@ dependencies = [ name = "ev-revm" version = "0.1.0" dependencies = [ - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-sol-types", "ev-precompiles", @@ -3109,8 +3129,8 @@ dependencies = [ "reth-evm-ethereum", "reth-primitives", "reth-revm", - "revm-context-interface", - "revm-inspector", + "revm-context-interface 14.0.0", + "revm-inspector 15.0.0", "revm-inspectors", "thiserror 2.0.18", ] @@ -3143,7 +3163,7 @@ dependencies = [ "rand 0.10.0", "reqwest 0.12.28", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.0.0", "reth-consensus", "reth-db", "reth-e2e-test-utils", @@ -3160,7 +3180,7 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc-api", @@ -3190,7 +3210,7 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", + "reth-chainspec 2.0.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", @@ -3201,7 +3221,7 @@ dependencies = [ "reth-node-api", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-transaction-pool", "serde", "serde_json", @@ -5442,7 +5462,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79c92b75162c2ed1661849fa51683b11254a5b661798360a2c24be918edafd40" dependencies = [ "auto_impl", - "revm", + "revm 34.0.0", "serde", ] @@ -6496,7 +6516,7 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-storage-api", "reth-tasks", @@ -6520,16 +6540,16 @@ dependencies = [ "pin-project", "rand 0.9.2", "rayon", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-errors", "reth-ethereum-primitives", "reth-execution-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-trie", - "revm-database", - "revm-state", + "revm-database 10.0.0", + "revm-state 9.0.0", "serde", "tokio", "tokio-stream", @@ -6544,15 +6564,35 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-genesis", "alloy-primitives", "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.11.3", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.30.0", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 2.0.0", + "reth-network-peers 2.0.0", + "reth-primitives-traits 0.1.1", "serde_json", ] @@ -6598,7 +6638,7 @@ dependencies = [ "proptest-arbitrary-interop", "ratatui", "reqwest 0.12.28", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli", "reth-cli-runner", "reth-cli-util", @@ -6624,13 +6664,13 @@ dependencies = [ "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-prune-types", @@ -6741,7 +6781,7 @@ dependencies = [ "alloy-primitives", "auto_impl", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "thiserror 2.0.18", ] @@ -6752,9 +6792,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-consensus", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -6775,7 +6815,7 @@ dependencies = [ "futures", "reqwest 0.12.28", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-tracing", "ringbuffer", "serde", @@ -6830,7 +6870,7 @@ dependencies = [ "reth-codecs", "reth-db-models", "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-stages-types", "reth-storage-errors", @@ -6849,7 +6889,7 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-codecs", "reth-config", "reth-db-api", @@ -6857,7 +6897,7 @@ dependencies = [ "reth-execution-errors", "reth-fs-util", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-stages-types", "reth-static-file-types", @@ -6880,7 +6920,7 @@ dependencies = [ "bytes", "modular-bitfield", "reth-codecs", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "serde", ] @@ -6896,10 +6936,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 1.11.3", "schnellru", "secp256k1 0.30.0", "serde", @@ -6923,10 +6963,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec", - "reth-ethereum-forks", + "reth-chainspec 1.11.3", + "reth-ethereum-forks 1.11.3", "reth-metrics", - "reth-network-peers", + "reth-network-peers 1.11.3", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -6944,8 +6984,8 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 1.11.3", + "reth-network-peers 1.11.3", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -6978,8 +7018,8 @@ dependencies = [ "reth-ethereum-primitives", "reth-metrics", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-storage-api", "reth-tasks", @@ -7011,7 +7051,7 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli-commands", "reth-config", "reth-consensus", @@ -7022,7 +7062,7 @@ dependencies = [ "reth-ethereum-primitives", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -7031,7 +7071,7 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-rpc-api", "reth-rpc-builder", @@ -7041,7 +7081,7 @@ dependencies = [ "reth-tasks", "reth-tokio-util", "reth-tracing", - "revm", + "revm 34.0.0", "serde_json", "tempfile", "tokio", @@ -7068,7 +7108,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.11.3", "secp256k1 0.30.0", "sha2", "thiserror 2.0.18", @@ -7088,12 +7128,12 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-primitives", "reth-ethereum-engine-primitives", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-transaction-pool", "tokio", @@ -7119,7 +7159,7 @@ dependencies = [ "reth-execution-types", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-trie-common", "serde", "thiserror 2.0.18", @@ -7133,7 +7173,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "futures", "pin-project", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-consensus", "reth-engine-primitives", "reth-engine-tree", @@ -7156,7 +7196,7 @@ dependencies = [ "alloy-consensus", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -7169,7 +7209,7 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-consensus", "reth-db", "reth-engine-primitives", @@ -7181,7 +7221,7 @@ dependencies = [ "reth-network-p2p", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-prune-types", @@ -7196,7 +7236,7 @@ dependencies = [ "reth-trie-db", "reth-trie-parallel", "reth-trie-sparse", - "revm", + "revm 34.0.0", "revm-primitives", "schnellru", "smallvec", @@ -7216,14 +7256,14 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-primitives", "reth-engine-tree", "reth-errors", "reth-evm", "reth-fs-util", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-storage-api", "serde", @@ -7278,7 +7318,7 @@ dependencies = [ "reth-era-downloader", "reth-etl", "reth-fs-util", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-stages-types", "reth-storage-api", @@ -7313,10 +7353,10 @@ dependencies = [ "reth-codecs", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", "serde", "snap", "thiserror 2.0.18", @@ -7342,10 +7382,10 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-codecs-derive", "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "serde", "thiserror 2.0.18", ] @@ -7357,7 +7397,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli-util", "reth-codecs", "reth-consensus", @@ -7376,7 +7416,7 @@ dependencies = [ "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc", @@ -7397,7 +7437,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -7421,11 +7461,11 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-consensus", "reth-consensus-common", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "tracing", ] @@ -7441,7 +7481,7 @@ dependencies = [ "reth-engine-primitives", "reth-ethereum-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "serde", "sha2", "thiserror 2.0.18", @@ -7461,6 +7501,19 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "reth-ethereum-forks" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", + "rustc-hash", +] + [[package]] name = "reth-ethereum-payload-builder" version = "1.11.3" @@ -7472,7 +7525,7 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-consensus-common", "reth-errors", "reth-ethereum-primitives", @@ -7482,11 +7535,11 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-payload-validator", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-storage-api", "reth-transaction-pool", - "revm", + "revm 34.0.0", "tracing", ] @@ -7504,7 +7557,7 @@ dependencies = [ "arbitrary", "modular-bitfield", "reth-codecs", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-zstd-compressors", "serde", "serde_with", @@ -7527,7 +7580,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "auto_impl", "derive_more", @@ -7537,11 +7590,11 @@ dependencies = [ "reth-execution-errors", "reth-execution-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-storage-errors", "reth-trie-common", - "revm", + "revm 34.0.0", ] [[package]] @@ -7551,19 +7604,19 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", "parking_lot", - "reth-chainspec", - "reth-ethereum-forks", + "reth-chainspec 1.11.3", + "reth-ethereum-forks 1.11.3", "reth-ethereum-primitives", "reth-evm", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-errors", - "revm", + "revm 34.0.0", ] [[package]] @@ -7571,7 +7624,7 @@ name = "reth-execution-errors" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-rlp", "nybbles", @@ -7586,13 +7639,13 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "derive_more", "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-trie-common", - "revm", + "revm 34.0.0", "serde", "serde_with", ] @@ -7611,7 +7664,7 @@ dependencies = [ "metrics", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-config", "reth-ethereum-primitives", "reth-evm", @@ -7621,7 +7674,7 @@ dependencies = [ "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune-types", "reth-revm", @@ -7644,7 +7697,7 @@ dependencies = [ "alloy-primitives", "reth-chain-state", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "serde", "serde_with", ] @@ -7674,15 +7727,15 @@ dependencies = [ "pretty_assertions", "reth-engine-primitives", "reth-evm", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc-api", "reth-tracing", "reth-trie", - "revm", - "revm-bytecode", - "revm-database", + "revm 34.0.0", + "revm-bytecode 8.0.0", + "revm-database 10.0.0", "serde", "serde_json", ] @@ -7789,7 +7842,7 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-consensus", "reth-discv4", "reth-discv5", @@ -7797,7 +7850,7 @@ dependencies = [ "reth-ecies", "reth-eth-wire", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-ethereum-primitives", "reth-evm-ethereum", "reth-fs-util", @@ -7805,9 +7858,9 @@ dependencies = [ "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-network-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-tasks", "reth-tokio-util", @@ -7838,9 +7891,9 @@ dependencies = [ "enr", "futures", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-network-types", "reth-tokio-util", "serde", @@ -7864,9 +7917,9 @@ dependencies = [ "reth-consensus", "reth-eth-wire-types", "reth-ethereum-primitives", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-network-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-errors", "tokio", "tracing", @@ -7887,6 +7940,19 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.18", + "url", +] + [[package]] name = "reth-network-types" version = "1.11.3" @@ -7895,7 +7961,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 1.11.3", "serde", "serde_json", "tracing", @@ -7962,7 +8028,7 @@ dependencies = [ "rayon", "reth-basic-payload-builder", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-config", "reth-consensus", "reth-consensus-debug-client", @@ -7988,7 +8054,7 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-rpc", @@ -8028,7 +8094,7 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.2", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli-util", "reth-config", "reth-consensus", @@ -8037,13 +8103,13 @@ dependencies = [ "reth-discv5", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-rpc-convert", "reth-rpc-eth-types", @@ -8076,7 +8142,7 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-local", "reth-engine-primitives", "reth-ethereum-consensus", @@ -8089,7 +8155,7 @@ dependencies = [ "reth-node-api", "reth-node-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc", @@ -8100,7 +8166,7 @@ dependencies = [ "reth-rpc-server-types", "reth-tracing", "reth-transaction-pool", - "revm", + "revm 34.0.0", "tokio", ] @@ -8115,7 +8181,7 @@ dependencies = [ "futures-util", "reth-chain-state", "reth-network-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-transaction-pool", "serde", @@ -8143,7 +8209,7 @@ dependencies = [ "pin-project", "reth-engine-primitives", "reth-network-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-stages", "reth-static-file-types", @@ -8181,11 +8247,11 @@ name = "reth-node-types" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-db-api", "reth-engine-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -8203,7 +8269,7 @@ dependencies = [ "reth-metrics", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "tokio", "tokio-stream", "tracing", @@ -8234,10 +8300,10 @@ dependencies = [ "either", "op-alloy-rpc-types-engine", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-errors", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-trie-common", "serde", "thiserror 2.0.18", @@ -8251,7 +8317,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -8261,12 +8327,37 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "once_cell", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-static-file-types", ] +[[package]] +name = "reth-primitives-traits" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ca36e245593498020c31e707154fc13391164eb90444da76d67361f646e7669" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-trie", + "bytes", + "derive_more", + "once_cell", + "quanta", + "revm-bytecode 9.0.0", + "revm-primitives", + "revm-state 10.0.0", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.18", +] + [[package]] name = "reth-primitives-traits" version = "1.11.3" @@ -8292,9 +8383,9 @@ dependencies = [ "proptest-arbitrary-interop", "rayon", "reth-codecs", - "revm-bytecode", + "revm-bytecode 8.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "secp256k1 0.30.0", "serde", "serde_with", @@ -8317,7 +8408,7 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-codecs", "reth-db", "reth-db-api", @@ -8329,7 +8420,7 @@ dependencies = [ "reth-metrics", "reth-nippy-jar", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-stages-types", "reth-static-file-types", @@ -8338,8 +8429,8 @@ dependencies = [ "reth-tasks", "reth-trie", "reth-trie-db", - "revm-database", - "revm-state", + "revm-database 10.0.0", + "revm-state 9.0.0", "strum", "tokio", "tracing", @@ -8361,7 +8452,7 @@ dependencies = [ "reth-errors", "reth-exex-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune-types", "reth-stages-types", @@ -8396,11 +8487,11 @@ version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-storage-errors", "reth-trie", - "revm", + "revm 34.0.0", ] [[package]] @@ -8412,7 +8503,7 @@ dependencies = [ "alloy-dyn-abi", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -8440,7 +8531,7 @@ dependencies = [ "parking_lot", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", @@ -8452,10 +8543,10 @@ dependencies = [ "reth-execution-types", "reth-metrics", "reth-network-api", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-network-types", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-rpc-api", "reth-rpc-convert", @@ -8467,7 +8558,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie-common", - "revm", + "revm 34.0.0", "revm-inspectors", "revm-primitives", "serde", @@ -8504,7 +8595,7 @@ dependencies = [ "jsonrpsee", "reth-chain-state", "reth-engine-primitives", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-rpc-eth-api", "reth-trie-common", "serde_json", @@ -8523,7 +8614,7 @@ dependencies = [ "metrics", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-consensus", "reth-engine-primitives", "reth-evm", @@ -8531,7 +8622,7 @@ dependencies = [ "reth-metrics", "reth-network-api", "reth-node-core", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-rpc", "reth-rpc-api", "reth-rpc-eth-api", @@ -8557,7 +8648,7 @@ version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -8568,7 +8659,7 @@ dependencies = [ "jsonrpsee-types", "reth-ethereum-primitives", "reth-evm", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "thiserror 2.0.18", ] @@ -8584,14 +8675,14 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-primitives", "reth-metrics", "reth-network-api", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-rpc-api", "reth-storage-api", "reth-tasks", @@ -8610,7 +8701,7 @@ dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -8626,12 +8717,12 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-errors", "reth-evm", "reth-network-api", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-rpc-convert", "reth-rpc-eth-types", @@ -8640,7 +8731,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie-common", - "revm", + "revm 34.0.0", "revm-inspectors", "tokio", "tracing", @@ -8653,7 +8744,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-network", "alloy-primitives", "alloy-rpc-client", @@ -8669,13 +8760,13 @@ dependencies = [ "rand 0.9.2", "reqwest 0.12.28", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-errors", "reth-ethereum-primitives", "reth-evm", "reth-execution-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-rpc-convert", "reth-rpc-server-types", @@ -8683,7 +8774,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie", - "revm", + "revm 34.0.0", "revm-inspectors", "schnellru", "serde", @@ -8739,7 +8830,7 @@ dependencies = [ "num-traits", "rayon", "reqwest 0.12.28", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-codecs", "reth-config", "reth-consensus", @@ -8755,7 +8846,7 @@ dependencies = [ "reth-exex", "reth-fs-util", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-prune-types", @@ -8789,7 +8880,7 @@ dependencies = [ "reth-errors", "reth-metrics", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-stages-types", @@ -8825,7 +8916,7 @@ dependencies = [ "rayon", "reth-codecs", "reth-db-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune-types", "reth-stages-types", @@ -8860,17 +8951,17 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-db-api", "reth-db-models", "reth-ethereum-primitives", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-stages-types", "reth-storage-errors", "reth-trie-common", - "revm-database", + "revm-database 10.0.0", "serde_json", ] @@ -8883,11 +8974,11 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-static-file-types", - "revm-database-interface", - "revm-state", + "revm-database-interface 9.0.0", + "revm-state 9.0.0", "thiserror 2.0.18", ] @@ -8921,7 +9012,7 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "secp256k1 0.30.0", ] @@ -8990,7 +9081,7 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.9.2", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-eth-wire-types", "reth-ethereum-primitives", "reth-evm", @@ -8998,11 +9089,11 @@ dependencies = [ "reth-execution-types", "reth-fs-util", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-tasks", - "revm", - "revm-interpreter", + "revm 34.0.0", + "revm-interpreter 32.0.0", "revm-primitives", "rustc-hash", "schnellru", @@ -9031,12 +9122,12 @@ dependencies = [ "parking_lot", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-stages-types", "reth-storage-errors", "reth-trie-common", "reth-trie-sparse", - "revm-database", + "revm-database 10.0.0", "tracing", "triehash", ] @@ -9062,8 +9153,8 @@ dependencies = [ "plain_hasher", "rayon", "reth-codecs", - "reth-primitives-traits", - "revm-database", + "reth-primitives-traits 1.11.3", + "revm-database 10.0.0", "serde", "serde_with", ] @@ -9079,7 +9170,7 @@ dependencies = [ "reth-db-api", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-stages-types", "reth-storage-api", "reth-storage-errors", @@ -9102,7 +9193,7 @@ dependencies = [ "rayon", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-storage-errors", "reth-tasks", @@ -9126,7 +9217,7 @@ dependencies = [ "rayon", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-trie-common", "smallvec", "tracing", @@ -9146,17 +9237,36 @@ version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2aabdebaa535b3575231a88d72b642897ae8106cf6b0d12eafc6bfdf50abfc7" dependencies = [ - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database", - "revm-database-interface", - "revm-handler", - "revm-inspector", - "revm-interpreter", + "revm-bytecode 8.0.0", + "revm-context 13.0.0", + "revm-context-interface 14.0.0", + "revm-database 10.0.0", + "revm-database-interface 9.0.0", + "revm-handler 15.0.0", + "revm-inspector 15.0.0", + "revm-interpreter 32.0.0", "revm-precompile", "revm-primitives", - "revm-state", + "revm-state 9.0.0", +] + +[[package]] +name = "revm" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0abc15d09cd211e9e73410ada10134069c794d4bcdb787dfc16a1bf0939849c" +dependencies = [ + "revm-bytecode 9.0.0", + "revm-context 15.0.0", + "revm-context-interface 16.0.0", + "revm-database 12.0.0", + "revm-database-interface 10.0.0", + "revm-handler 17.0.0", + "revm-inspector 17.0.0", + "revm-interpreter 34.0.0", + "revm-precompile", + "revm-primitives", + "revm-state 10.0.0", ] [[package]] @@ -9171,6 +9281,18 @@ dependencies = [ "serde", ] +[[package]] +name = "revm-bytecode" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e86e468df3cf5cf59fa7ef71a3e9ccabb76bb336401ea2c0674f563104cf3c5e" +dependencies = [ + "bitvec", + "phf", + "revm-primitives", + "serde", +] + [[package]] name = "revm-context" version = "13.0.0" @@ -9180,11 +9302,28 @@ dependencies = [ "bitvec", "cfg-if", "derive-where", - "revm-bytecode", - "revm-context-interface", - "revm-database-interface", + "revm-bytecode 8.0.0", + "revm-context-interface 14.0.0", + "revm-database-interface 9.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", + "serde", +] + +[[package]] +name = "revm-context" +version = "15.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9eb1f0a76b14d684a444fc52f7bf6b7564bf882599d91ee62e76d602e7a187c7" +dependencies = [ + "bitvec", + "cfg-if", + "derive-where", + "revm-bytecode 9.0.0", + "revm-context-interface 16.0.0", + "revm-database-interface 10.0.0", + "revm-primitives", + "revm-state 10.0.0", "serde", ] @@ -9198,9 +9337,25 @@ dependencies = [ "alloy-eip7702", "auto_impl", "either", - "revm-database-interface", + "revm-database-interface 9.0.0", + "revm-primitives", + "revm-state 9.0.0", + "serde", +] + +[[package]] +name = "revm-context-interface" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc256b27743e2912ca16899568e6652a372eb5d1d573e6edb16c7836b16cf487" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "auto_impl", + "either", + "revm-database-interface 10.0.0", "revm-primitives", - "revm-state", + "revm-state 10.0.0", "serde", ] @@ -9211,10 +9366,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "529528d0b05fe646be86223032c3e77aa8b05caa2a35447d538c55965956a511" dependencies = [ "alloy-eips", - "revm-bytecode", - "revm-database-interface", + "revm-bytecode 8.0.0", + "revm-database-interface 9.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", + "serde", +] + +[[package]] +name = "revm-database" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c0a7d6da41061f2c50f99a2632571026b23684b5449ff319914151f4449b6c8" +dependencies = [ + "alloy-eips", + "revm-bytecode 9.0.0", + "revm-database-interface 10.0.0", + "revm-primitives", + "revm-state 10.0.0", "serde", ] @@ -9227,7 +9396,21 @@ dependencies = [ "auto_impl", "either", "revm-primitives", - "revm-state", + "revm-state 9.0.0", + "serde", + "thiserror 2.0.18", +] + +[[package]] +name = "revm-database-interface" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd497a38a79057b94a049552cb1f925ad15078bc1a479c132aeeebd1d2ccc768" +dependencies = [ + "auto_impl", + "either", + "revm-primitives", + "revm-state 10.0.0", "serde", "thiserror 2.0.18", ] @@ -9240,14 +9423,33 @@ checksum = "0cd0e43e815a85eded249df886c4badec869195e70cdd808a13cfca2794622d2" dependencies = [ "auto_impl", "derive-where", - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database-interface", - "revm-interpreter", + "revm-bytecode 8.0.0", + "revm-context 13.0.0", + "revm-context-interface 14.0.0", + "revm-database-interface 9.0.0", + "revm-interpreter 32.0.0", "revm-precompile", "revm-primitives", - "revm-state", + "revm-state 9.0.0", + "serde", +] + +[[package]] +name = "revm-handler" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f1eed729ca9b228ae98688f352235871e9b8be3d568d488e4070f64c56e9d3d" +dependencies = [ + "auto_impl", + "derive-where", + "revm-bytecode 9.0.0", + "revm-context 15.0.0", + "revm-context-interface 16.0.0", + "revm-database-interface 10.0.0", + "revm-interpreter 34.0.0", + "revm-precompile", + "revm-primitives", + "revm-state 10.0.0", "serde", ] @@ -9259,12 +9461,30 @@ checksum = "4f3ccad59db91ef93696536a0dbaf2f6f17cfe20d4d8843ae118edb7e97947ef" dependencies = [ "auto_impl", "either", - "revm-context", - "revm-database-interface", - "revm-handler", - "revm-interpreter", + "revm-context 13.0.0", + "revm-database-interface 9.0.0", + "revm-handler 15.0.0", + "revm-interpreter 32.0.0", + "revm-primitives", + "revm-state 9.0.0", + "serde", + "serde_json", +] + +[[package]] +name = "revm-inspector" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbf5102391706513689f91cb3cb3d97b5f13a02e8647e6e9cb7620877ef84847" +dependencies = [ + "auto_impl", + "either", + "revm-context 15.0.0", + "revm-database-interface 10.0.0", + "revm-handler 17.0.0", + "revm-interpreter 34.0.0", "revm-primitives", - "revm-state", + "revm-state 10.0.0", "serde", "serde_json", ] @@ -9281,7 +9501,7 @@ dependencies = [ "alloy-sol-types", "anstyle", "colorchoice", - "revm", + "revm 34.0.0", "serde", "serde_json", "thiserror 2.0.18", @@ -9293,10 +9513,23 @@ version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11406408597bc249392d39295831c4b641b3a6f5c471a7c41104a7a1e3564c07" dependencies = [ - "revm-bytecode", - "revm-context-interface", + "revm-bytecode 8.0.0", + "revm-context-interface 14.0.0", + "revm-primitives", + "revm-state 9.0.0", + "serde", +] + +[[package]] +name = "revm-interpreter" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf22f80612bb8f58fd1f578750281f2afadb6c93835b14ae6a4d6b75ca26f445" +dependencies = [ + "revm-bytecode 9.0.0", + "revm-context-interface 16.0.0", "revm-primitives", - "revm-state", + "revm-state 10.0.0", "serde", ] @@ -9344,7 +9577,20 @@ checksum = "311720d4f0f239b041375e7ddafdbd20032a33b7bae718562ea188e188ed9fd3" dependencies = [ "alloy-eip7928", "bitflags 2.11.0", - "revm-bytecode", + "revm-bytecode 8.0.0", + "revm-primitives", + "serde", +] + +[[package]] +name = "revm-state" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d29404707763da607e5d6e4771cb203998c28159279c2f64cc32de08d2814651" +dependencies = [ + "alloy-eip7928", + "bitflags 2.11.0", + "revm-bytecode 9.0.0", "revm-primitives", "serde", ]