diff --git a/Cargo.lock b/Cargo.lock index 1b51604..816b105 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1021,7 +1021,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1032,7 +1032,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2915,7 +2915,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3007,21 +3007,21 @@ dependencies = [ "jsonrpsee-proc-macros", "jsonrpsee-types", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli", "reth-codecs", - "reth-consensus", + "reth-consensus 2.5.0", "reth-db", "reth-engine-local", "reth-engine-primitives", "reth-errors", "reth-ethereum", - "reth-ethereum-forks", + "reth-ethereum-forks 2.5.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -3081,7 +3081,7 @@ dependencies = [ "bytes", "reth-codecs", "reth-db-api", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-primitives-traits", "serde", ] @@ -3103,15 +3103,15 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli-util", - "reth-consensus", + "reth-consensus 2.5.0", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks", + "reth-ethereum-forks 2.5.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-node-api", "reth-node-builder", "reth-payload-builder", @@ -3173,17 +3173,17 @@ dependencies = [ "rand 0.10.2", "reqwest 0.12.28", "reth-basic-payload-builder", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 2.5.0", + "reth-consensus 2.5.0", "reth-db", "reth-e2e-test-utils", "reth-engine-local", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-node-api", "reth-node-types", "reth-payload-builder", @@ -3230,14 +3230,14 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", + "reth-chainspec 2.5.0", + "reth-consensus 2.5.0", + "reth-consensus-common 2.5.0", "reth-engine-primitives", "reth-ethereum", - "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-consensus 2.5.1", + "reth-ethereum-primitives 2.5.0", + "reth-execution-types 2.5.0", "reth-node-api", "reth-payload-primitives", "reth-primitives-traits", @@ -5370,7 +5370,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -6221,7 +6221,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -6666,10 +6666,10 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.9.5", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.5.0", + "reth-execution-types 2.5.0", "reth-metrics", "reth-primitives-traits", "reth-storage-api", @@ -6696,8 +6696,28 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 2.5.0", + "reth-network-peers 2.5.0", + "reth-primitives-traits", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 2.5.1", + "reth-network-peers 2.5.1", "reth-primitives-traits", "serde_json", ] @@ -6745,13 +6765,13 @@ dependencies = [ "ratatui", "rayon", "reqwest 0.13.4", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli", "reth-cli-runner", "reth-cli-util", "reth-codecs", "reth-config", - "reth-consensus", + "reth-consensus 2.5.0", "reth-db", "reth-db-api", "reth-db-common", @@ -6763,7 +6783,7 @@ dependencies = [ "reth-era-downloader", "reth-era-utils", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-etl", "reth-evm", "reth-exex", @@ -6771,7 +6791,7 @@ dependencies = [ "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.5.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -6789,7 +6809,7 @@ dependencies = [ "reth-storage-api", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.5.0", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -6874,7 +6894,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.0#189c0df32617afc dependencies = [ "eyre", "humantime-serde", - "reth-network-peers", + "reth-network-peers 2.5.0", "reth-network-types", "reth-prune-types", "reth-stages-types", @@ -6893,7 +6913,21 @@ dependencies = [ "alloy-eip7928", "alloy-primitives", "auto_impl", - "reth-execution-types", + "reth-execution-types 2.5.0", + "reth-primitives-traits", + "thiserror 2.0.19", +] + +[[package]] +name = "reth-consensus" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-consensus", + "alloy-eip7928", + "alloy-primitives", + "auto_impl", + "reth-execution-types 2.5.1", "reth-primitives-traits", "thiserror 2.0.19", ] @@ -6906,8 +6940,21 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 2.5.0", + "reth-consensus 2.5.0", + "reth-primitives-traits", +] + +[[package]] +name = "reth-consensus-common" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "reth-chainspec 2.5.1", + "reth-consensus 2.5.1", "reth-primitives-traits", ] @@ -6981,12 +7028,12 @@ dependencies = [ "proptest", "reth-codecs", "reth-db-models", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-primitives-traits", "reth-prune-types", "reth-stages-types", "reth-storage-errors", - "reth-trie-common", + "reth-trie-common 2.5.0", "roaring", "serde", ] @@ -7001,7 +7048,7 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-codecs", "reth-config", "reth-db-api", @@ -7048,10 +7095,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.7", - "reth-ethereum-forks", + "reth-ethereum-forks 2.5.0", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 2.5.0", "schnellru", "secp256k1 0.30.0", "serde", @@ -7075,10 +7122,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.5", - "reth-chainspec", - "reth-ethereum-forks", + "reth-chainspec 2.5.0", + "reth-ethereum-forks 2.5.0", "reth-metrics", - "reth-network-peers", + "reth-network-peers 2.5.0", "secp256k1 0.30.0", "thiserror 2.0.19", "tokio", @@ -7096,8 +7143,8 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 2.5.0", + "reth-network-peers 2.5.0", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -7126,11 +7173,11 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus", - "reth-ethereum-primitives", + "reth-consensus 2.5.0", + "reth-ethereum-primitives 2.5.0", "reth-metrics", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.5.0", "reth-primitives-traits", "reth-provider", "reth-storage-api", @@ -7163,18 +7210,18 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli-commands", "reth-config", - "reth-consensus", + "reth-consensus 2.5.0", "reth-db", "reth-db-common", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.5.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -7218,7 +7265,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.7", - "reth-network-peers", + "reth-network-peers 2.5.0", "secp256k1 0.30.0", "sha2 0.10.9", "thiserror 2.0.19", @@ -7238,7 +7285,7 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-engine-primitives", "reth-ethereum-engine-primitives", "reth-payload-builder", @@ -7264,15 +7311,15 @@ dependencies = [ "futures", "reth-chain-state", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-execution-errors", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives-traits", "reth-storage-api", - "reth-trie-common", + "reth-trie-common 2.5.0", "serde", "thiserror 2.0.19", "tokio", @@ -7299,15 +7346,15 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 2.5.0", + "reth-consensus 2.5.0", "reth-db", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-execution-cache", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-metrics", "reth-network-p2p", "reth-payload-builder", @@ -7324,7 +7371,7 @@ dependencies = [ "reth-tasks", "reth-tracing", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.5.0", "reth-trie-parallel", "reth-trie-sparse", "revm", @@ -7347,7 +7394,7 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-engine-primitives", "reth-engine-tree", "reth-errors", @@ -7427,7 +7474,7 @@ name = "reth-errors" version = "2.5.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.0#189c0df32617afc488e0f091dbface1bd72cceb4" dependencies = [ - "reth-consensus", + "reth-consensus 2.5.0", "reth-execution-errors", "reth-storage-errors", "thiserror 2.0.19", @@ -7449,9 +7496,9 @@ dependencies = [ "reth-codecs", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 2.5.0", "reth-metrics", - "reth-network-peers", + "reth-network-peers 2.5.0", "reth-primitives-traits", "serde", "snap", @@ -7480,9 +7527,9 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-codecs-derive", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-primitives-traits", "serde", "thiserror 2.0.19", @@ -7495,17 +7542,17 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.0#189c0df32617afc dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli-util", "reth-codecs", - "reth-consensus", - "reth-consensus-common", + "reth-consensus 2.5.0", + "reth-consensus-common 2.5.0", "reth-db", "reth-engine-local", "reth-eth-wire", "reth-ethereum-cli", - "reth-ethereum-consensus", - "reth-ethereum-primitives", + "reth-ethereum-consensus 2.5.0", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-evm-ethereum", "reth-network", @@ -7535,7 +7582,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.0#189c0df32617afc dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -7559,10 +7606,26 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-execution-types", + "reth-chainspec 2.5.0", + "reth-consensus 2.5.0", + "reth-consensus-common 2.5.0", + "reth-execution-types 2.5.0", + "reth-primitives-traits", + "tracing", +] + +[[package]] +name = "reth-ethereum-consensus" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "reth-chainspec 2.5.1", + "reth-consensus 2.5.1", + "reth-consensus-common 2.5.1", + "reth-execution-types 2.5.1", "reth-primitives-traits", "tracing", ] @@ -7576,7 +7639,7 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-payload-primitives", "reth-primitives-traits", "serde", @@ -7597,6 +7660,18 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "reth-ethereum-forks" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", +] + [[package]] name = "reth-ethereum-payload-builder" version = "2.5.0" @@ -7608,10 +7683,10 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec", - "reth-consensus-common", + "reth-chainspec 2.5.0", + "reth-consensus-common 2.5.0", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-evm-ethereum", "reth-execution-cache", @@ -7641,6 +7716,17 @@ dependencies = [ "serde", ] +[[package]] +name = "reth-ethereum-primitives" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "reth-primitives-traits", +] + [[package]] name = "reth-etl" version = "2.5.0" @@ -7668,12 +7754,12 @@ dependencies = [ "metrics", "rayon", "reth-execution-errors", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-metrics", "reth-primitives-traits", "reth-storage-api", "reth-storage-errors", - "reth-trie-common", + "reth-trie-common 2.5.0", "revm", ] @@ -7687,11 +7773,11 @@ dependencies = [ "alloy-evm", "alloy-primitives", "alloy-rpc-types-engine", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-chainspec 2.5.0", + "reth-ethereum-forks 2.5.0", + "reth-ethereum-primitives 2.5.0", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-primitives-traits", "reth-storage-errors", "revm", @@ -7739,14 +7825,30 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.5.0", "revm", "serde", "serde_with", ] +[[package]] +name = "reth-execution-types" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 2.5.1", + "reth-primitives-traits", + "reth-trie-common 2.5.1", + "revm", +] + [[package]] name = "reth-exex" version = "2.5.0" @@ -7761,9 +7863,9 @@ dependencies = [ "metrics", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-config", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-exex-types", "reth-fs-util", @@ -7793,7 +7895,7 @@ dependencies = [ "alloy-eips", "alloy-primitives", "reth-chain-state", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-primitives-traits", "serde", "serde_with", @@ -7940,16 +8042,16 @@ dependencies = [ "rand 0.8.7", "rand 0.9.5", "rayon", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 2.5.0", + "reth-consensus 2.5.0", "reth-discv4", "reth-discv5", "reth-dns-discovery", "reth-ecies", "reth-eth-wire", "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-ethereum-forks 2.5.0", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-evm-ethereum", "reth-fs-util", @@ -7957,7 +8059,7 @@ dependencies = [ "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.5.0", "reth-network-types", "reth-primitives-traits", "reth-storage-api", @@ -7991,9 +8093,9 @@ dependencies = [ "enr", "futures", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 2.5.0", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.5.0", "reth-network-types", "reth-tokio-util", "serde", @@ -8015,10 +8117,10 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus", + "reth-consensus 2.5.0", "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", + "reth-ethereum-primitives 2.5.0", + "reth-network-peers 2.5.0", "reth-network-types", "reth-primitives-traits", "reth-storage-errors", @@ -8041,6 +8143,18 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "serde_with", + "thiserror 2.0.19", + "url", +] + [[package]] name = "reth-network-types" version = "2.5.0" @@ -8049,7 +8163,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 2.5.0", "serde", "serde_json", "tracing", @@ -8080,7 +8194,7 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "reth-basic-payload-builder", - "reth-consensus", + "reth-consensus 2.5.0", "reth-db-api", "reth-engine-primitives", "reth-evm", @@ -8116,9 +8230,9 @@ dependencies = [ "rayon", "reth-basic-payload-builder", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-config", - "reth-consensus", + "reth-consensus 2.5.0", "reth-consensus-debug-client", "reth-db", "reth-db-api", @@ -8181,21 +8295,21 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.5", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli-util", "reth-config", - "reth-consensus", + "reth-consensus 2.5.0", "reth-db", "reth-discv4", "reth-discv5", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-forks", + "reth-ethereum-forks 2.5.0", "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.5.0", "reth-primitives-traits", "reth-prune-types", "reth-rpc-convert", @@ -8235,13 +8349,13 @@ dependencies = [ "eyre", "http-body-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-consensus", + "reth-ethereum-consensus 2.5.0", "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-evm-ethereum", "reth-network", @@ -8345,7 +8459,7 @@ name = "reth-node-types" version = "2.5.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.0#189c0df32617afc488e0f091dbface1bd72cceb4" dependencies = [ - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-db-api", "reth-engine-primitives", "reth-payload-primitives", @@ -8400,11 +8514,11 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "either", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-errors", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.5.0", "serde", "sha2 0.10.9", "thiserror 2.0.19", @@ -8472,14 +8586,14 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-codecs", "reth-db", "reth-db-api", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.5.0", + "reth-execution-types 2.5.0", "reth-fs-util", "reth-metrics", "reth-nippy-jar", @@ -8598,18 +8712,18 @@ dependencies = [ "parking_lot", "pin-project", "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", + "reth-chainspec 2.5.0", + "reth-consensus 2.5.0", + "reth-consensus-common 2.5.0", "reth-engine-primitives", "reth-errors", "reth-ethereum-engine-primitives", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-metrics", "reth-network-api", - "reth-network-peers", + "reth-network-peers 2.5.0", "reth-network-types", "reth-node-api", "reth-payload-primitives", @@ -8624,7 +8738,7 @@ dependencies = [ "reth-storage-api", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 2.5.0", "revm", "revm-inspectors", "serde", @@ -8660,9 +8774,9 @@ dependencies = [ "jsonrpsee", "reth-chain-state", "reth-engine-primitives", - "reth-network-peers", + "reth-network-peers 2.5.0", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 2.5.0", "serde", "serde_json", ] @@ -8680,8 +8794,8 @@ dependencies = [ "metrics", "pin-project", "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 2.5.0", + "reth-consensus 2.5.0", "reth-engine-primitives", "reth-evm", "reth-ipc", @@ -8743,7 +8857,7 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-engine-primitives", "reth-metrics", "reth-network-api", @@ -8786,7 +8900,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-errors", "reth-evm", "reth-network-api", @@ -8800,7 +8914,7 @@ dependencies = [ "reth-storage-api", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 2.5.0", "revm", "revm-inspectors", "serde_json", @@ -8834,11 +8948,11 @@ dependencies = [ "rand 0.9.5", "reqwest 0.13.4", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-metrics", "reth-primitives-traits", "reth-revm", @@ -8919,19 +9033,19 @@ dependencies = [ "page_size", "rayon", "reqwest 0.13.4", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-codecs", "reth-config", - "reth-consensus", + "reth-consensus 2.5.0", "reth-db", "reth-db-api", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-etl", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-exex", "reth-fs-util", "reth-libmdbx", @@ -8967,7 +9081,7 @@ dependencies = [ "futures-util", "metrics", "reth-codecs", - "reth-consensus", + "reth-consensus 2.5.0", "reth-errors", "reth-metrics", "reth-network-p2p", @@ -8993,7 +9107,7 @@ dependencies = [ "bytes", "modular-bitfield", "reth-codecs", - "reth-trie-common", + "reth-trie-common 2.5.0", "serde", ] @@ -9043,17 +9157,17 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-db-api", "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.5.0", + "reth-execution-types 2.5.0", "reth-primitives-traits", "reth-prune-types", "reth-stages-types", "reth-storage-errors", "reth-tokio-util", - "reth-trie-common", + "reth-trie-common 2.5.0", "revm", "serde_json", ] @@ -9088,7 +9202,7 @@ dependencies = [ "reth-chain-state", "reth-db-api", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-metrics", "reth-primitives-traits", "reth-prune-types", @@ -9097,7 +9211,7 @@ dependencies = [ "reth-storage-errors", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.5.0", "reth-trie-db", "tracing", ] @@ -9134,7 +9248,7 @@ dependencies = [ "alloy-primitives", "rand 0.8.7", "rand 0.9.5", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-primitives-traits", "secp256k1 0.30.0", ] @@ -9207,12 +9321,12 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.9.5", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-eth-wire-types", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-fs-util", "reth-metrics", "reth-primitives-traits", @@ -9249,7 +9363,7 @@ dependencies = [ "reth-primitives-traits", "reth-stages-types", "reth-storage-errors", - "reth-trie-common", + "reth-trie-common 2.5.0", "reth-trie-sparse", "revm", "tracing", @@ -9283,6 +9397,22 @@ dependencies = [ "serde_with", ] +[[package]] +name = "reth-trie-common" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "derive_more", + "itertools 0.14.0", + "nybbles", + "reth-primitives-traits", + "revm", +] + [[package]] name = "reth-trie-db" version = "2.5.0" @@ -9295,7 +9425,7 @@ dependencies = [ "reth-storage-api", "reth-storage-errors", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.5.0", "tracing", ] @@ -9336,7 +9466,7 @@ dependencies = [ "reth-execution-errors", "reth-metrics", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.5.0", "serde", "serde_json", "slotmap", @@ -9773,7 +9903,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -9853,7 +9983,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs 1.0.9", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10397,7 +10527,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -10631,7 +10761,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -11733,7 +11863,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]]