diff --git a/Cargo.lock b/Cargo.lock index 1b51604..f5921c8 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,7 +3007,7 @@ dependencies = [ "jsonrpsee-proc-macros", "jsonrpsee-types", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli", "reth-codecs", "reth-consensus", @@ -3016,12 +3016,12 @@ dependencies = [ "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", @@ -3039,7 +3039,7 @@ dependencies = [ "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 2.5.1", "reth-tasks", "reth-testing-utils", "reth-tracing", @@ -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-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-chainspec 2.5.0", "reth-consensus", "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-chainspec 2.5.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-ethereum", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-execution-types", + "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]] @@ -6643,7 +6643,7 @@ dependencies = [ "reth-payload-primitives", "reth-primitives-traits", "reth-revm", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-tasks", "reth-trie-parallel", "serde", @@ -6666,13 +6666,13 @@ 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", + "reth-storage-api 2.5.0", "reth-trie", "reth-trie-sparse", "revm", @@ -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,7 +6765,7 @@ dependencies = [ "ratatui", "rayon", "reqwest 0.13.4", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli", "reth-cli-runner", "reth-cli-util", @@ -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", @@ -6780,16 +6800,16 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 2.5.0", "reth-revm", "reth-stages", - "reth-stages-types", + "reth-stages-types 2.5.0", "reth-static-file", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 2.5.0", + "reth-storage-api 2.5.0", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.5.0", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -6874,11 +6894,11 @@ 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", - "reth-static-file-types", + "reth-prune-types 2.5.0", + "reth-stages-types 2.5.0", + "reth-static-file-types 2.5.0", "serde", "toml", "url", @@ -6893,7 +6913,7 @@ dependencies = [ "alloy-eip7928", "alloy-primitives", "auto_impl", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-primitives-traits", "thiserror 2.0.19", ] @@ -6906,7 +6926,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-consensus", "reth-primitives-traits", ] @@ -6954,8 +6974,8 @@ dependencies = [ "reth-libmdbx", "reth-metrics", "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 2.5.0", + "reth-storage-errors 2.5.0", "reth-tracing", "rustc-hash", "strum 0.27.2", @@ -6980,13 +7000,13 @@ dependencies = [ "modular-bitfield", "proptest", "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", + "reth-db-models 2.5.0", + "reth-ethereum-primitives 2.5.0", "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-prune-types 2.5.0", + "reth-stages-types 2.5.0", + "reth-storage-errors 2.5.0", + "reth-trie-common 2.5.0", "roaring", "serde", ] @@ -7001,7 +7021,7 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-codecs", "reth-config", "reth-db-api", @@ -7011,8 +7031,8 @@ dependencies = [ "reth-node-types", "reth-primitives-traits", "reth-provider", - "reth-stages-types", - "reth-static-file-types", + "reth-stages-types 2.5.0", + "reth-static-file-types 2.5.0", "reth-trie", "reth-trie-db", "serde", @@ -7036,6 +7056,19 @@ dependencies = [ "serde", ] +[[package]] +name = "reth-db-models" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "bytes", + "reth-codecs", + "reth-primitives-traits", + "serde", +] + [[package]] name = "reth-discv4" version = "2.5.0" @@ -7048,10 +7081,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 +7108,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,9 +7129,9 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", - "reth-tokio-util", + "reth-ethereum-forks 2.5.0", + "reth-network-peers 2.5.0", + "reth-tokio-util 2.5.0", "schnellru", "secp256k1 0.30.0", "serde", @@ -7127,13 +7160,13 @@ dependencies = [ "rayon", "reth-config", "reth-consensus", - "reth-ethereum-primitives", + "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", + "reth-storage-api 2.5.0", "reth-tasks", "reth-testing-utils", "tempfile", @@ -7163,7 +7196,7 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli-commands", "reth-config", "reth-consensus", @@ -7171,10 +7204,10 @@ dependencies = [ "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", @@ -7188,9 +7221,9 @@ dependencies = [ "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", + "reth-stages-types 2.5.0", "reth-tasks", - "reth-tokio-util", + "reth-tokio-util 2.5.0", "reth-tracing", "revm", "serde_json", @@ -7218,7 +7251,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,13 +7271,13 @@ 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", "reth-payload-primitives", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-transaction-pool", "tokio", "tokio-stream", @@ -7264,15 +7297,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-storage-api 2.5.0", + "reth-trie-common 2.5.0", "serde", "thiserror 2.0.19", "tokio", @@ -7299,15 +7332,15 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-consensus", "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", @@ -7315,7 +7348,7 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 2.5.0", "reth-revm", "reth-stages", "reth-stages-api", @@ -7324,7 +7357,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 +7380,7 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-engine-primitives", "reth-engine-tree", "reth-errors", @@ -7356,7 +7389,7 @@ dependencies = [ "reth-payload-primitives", "reth-primitives-traits", "reth-revm", - "reth-storage-api", + "reth-storage-api 2.5.0", "serde", "serde_json", "tokio", @@ -7416,8 +7449,8 @@ dependencies = [ "reth-fs-util", "reth-primitives-traits", "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-stages-types 2.5.0", + "reth-storage-api 2.5.0", "tokio", "tracing", ] @@ -7429,7 +7462,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.0#189c0df32617afc dependencies = [ "reth-consensus", "reth-execution-errors", - "reth-storage-errors", + "reth-storage-errors 2.5.0", "thiserror 2.0.19", ] @@ -7449,9 +7482,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 +7513,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,7 +7528,7 @@ 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", @@ -7505,7 +7538,7 @@ dependencies = [ "reth-eth-wire", "reth-ethereum-cli", "reth-ethereum-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-evm-ethereum", "reth-network", @@ -7521,7 +7554,7 @@ dependencies = [ "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-tasks", "reth-transaction-pool", "reth-trie", @@ -7535,7 +7568,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 +7592,10 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-consensus", "reth-consensus-common", - "reth-execution-types", + "reth-execution-types 2.5.0", "reth-primitives-traits", "tracing", ] @@ -7576,7 +7609,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 +7630,19 @@ 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", + "rustc-hash", +] + [[package]] name = "reth-ethereum-payload-builder" version = "2.5.0" @@ -7608,10 +7654,10 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-consensus-common", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-evm-ethereum", "reth-execution-cache", @@ -7621,7 +7667,7 @@ dependencies = [ "reth-payload-validator", "reth-primitives-traits", "reth-revm", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-transaction-pool", "revm", "tracing", @@ -7641,6 +7687,20 @@ 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", + "alloy-rpc-types-eth", + "reth-codecs", + "reth-primitives-traits", + "serde", +] + [[package]] name = "reth-etl" version = "2.5.0" @@ -7668,12 +7728,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-storage-api 2.5.0", + "reth-storage-errors 2.5.0", + "reth-trie-common 2.5.0", "revm", ] @@ -7687,13 +7747,13 @@ 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", + "reth-storage-errors 2.5.0", "revm", ] @@ -7724,7 +7784,7 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 2.5.0", "thiserror 2.0.19", ] @@ -7739,9 +7799,28 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", + "reth-primitives-traits", + "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", + "alloy-rlp", + "derive_more", + "reth-ethereum-primitives 2.5.1", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.5.1", "revm", "serde", "serde_with", @@ -7761,9 +7840,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", @@ -7773,7 +7852,7 @@ dependencies = [ "reth-payload-builder", "reth-primitives-traits", "reth-provider", - "reth-prune-types", + "reth-prune-types 2.5.0", "reth-revm", "reth-stages-api", "reth-tasks", @@ -7793,7 +7872,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,7 +8019,7 @@ dependencies = [ "rand 0.8.7", "rand 0.9.5", "rayon", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-consensus", "reth-discv4", "reth-discv5", @@ -7948,8 +8027,8 @@ dependencies = [ "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,12 +8036,12 @@ 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", + "reth-storage-api 2.5.0", "reth-tasks", - "reth-tokio-util", + "reth-tokio-util 2.5.0", "reth-transaction-pool", "rustc-hash", "schnellru", @@ -7991,11 +8070,11 @@ 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", + "reth-tokio-util 2.5.0", "serde", "thiserror 2.0.19", "tokio", @@ -8017,11 +8096,11 @@ dependencies = [ "parking_lot", "reth-consensus", "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", + "reth-storage-errors 2.5.0", "tokio", "tracing", ] @@ -8041,6 +8120,19 @@ 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", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.19", + "url", +] + [[package]] name = "reth-network-types" version = "2.5.0" @@ -8049,7 +8141,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 2.5.0", "serde", "serde_json", "tracing", @@ -8092,7 +8184,7 @@ dependencies = [ "reth-payload-primitives", "reth-provider", "reth-tasks", - "reth-tokio-util", + "reth-tokio-util 2.5.0", "reth-transaction-pool", ] @@ -8116,7 +8208,7 @@ dependencies = [ "rayon", "reth-basic-payload-builder", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-config", "reth-consensus", "reth-consensus-debug-client", @@ -8154,7 +8246,7 @@ dependencies = [ "reth-static-file", "reth-storage-overlay", "reth-tasks", - "reth-tokio-util", + "reth-tokio-util 2.5.0", "reth-tracing", "reth-transaction-pool", "secp256k1 0.30.0", @@ -8181,7 +8273,7 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.5", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-cli-util", "reth-config", "reth-consensus", @@ -8190,20 +8282,20 @@ dependencies = [ "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-prune-types 2.5.0", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-stages-types 2.5.0", + "reth-storage-api 2.5.0", + "reth-storage-errors 2.5.0", "reth-tasks", "reth-tracing", "reth-tracing-otlp", @@ -8235,13 +8327,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-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.5.0", "reth-evm", "reth-evm-ethereum", "reth-network", @@ -8280,7 +8372,7 @@ dependencies = [ "reth-chain-state", "reth-network-api", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-transaction-pool", "serde", "serde_json", @@ -8308,10 +8400,10 @@ dependencies = [ "reth-engine-primitives", "reth-network-api", "reth-primitives-traits", - "reth-prune-types", + "reth-prune-types 2.5.0", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 2.5.0", + "reth-storage-api 2.5.0", "tokio", "tracing", ] @@ -8345,7 +8437,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 +8492,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,27 +8564,27 @@ 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", "reth-node-types", "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", + "reth-prune-types 2.5.0", + "reth-stages-types 2.5.0", + "reth-static-file-types 2.5.0", + "reth-storage-api 2.5.0", + "reth-storage-errors 2.5.0", "reth-storage-overlay", "reth-tasks", - "reth-tokio-util", + "reth-tokio-util 2.5.0", "reth-trie", "reth-trie-db", "revm", @@ -8519,11 +8611,11 @@ dependencies = [ "reth-metrics", "reth-primitives-traits", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-tokio-util", + "reth-prune-types 2.5.0", + "reth-stages-types 2.5.0", + "reth-static-file-types 2.5.0", + "reth-storage-api 2.5.0", + "reth-tokio-util 2.5.0", "rustc-hash", "thiserror 2.0.19", "tokio", @@ -8546,6 +8638,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-prune-types" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-primitives", + "derive_more", + "reth-codecs", + "serde", + "strum 0.27.2", + "thiserror 2.0.19", + "tracing", +] + [[package]] name = "reth-revm" version = "2.5.0" @@ -8555,8 +8661,8 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-debug", "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", + "reth-storage-api 2.5.0", + "reth-storage-errors 2.5.0", "reth-trie", "revm", ] @@ -8598,7 +8704,7 @@ dependencies = [ "parking_lot", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", @@ -8606,10 +8712,10 @@ dependencies = [ "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", @@ -8621,10 +8727,10 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 2.5.0", "revm", "revm-inspectors", "serde", @@ -8660,9 +8766,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,7 +8786,7 @@ dependencies = [ "metrics", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-consensus", "reth-engine-primitives", "reth-evm", @@ -8697,9 +8803,9 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-layer", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-tasks", - "reth-tokio-util", + "reth-tokio-util 2.5.0", "reth-transaction-pool", "serde", "thiserror 2.0.19", @@ -8743,7 +8849,7 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-engine-primitives", "reth-metrics", "reth-network-api", @@ -8752,7 +8858,7 @@ dependencies = [ "reth-payload-primitives", "reth-primitives-traits", "reth-rpc-api", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-tasks", "reth-transaction-pool", "serde", @@ -8786,21 +8892,21 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-errors", "reth-evm", "reth-network-api", "reth-node-api", "reth-primitives-traits", - "reth-prune-types", + "reth-prune-types 2.5.0", "reth-revm", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 2.5.0", "revm", "revm-inspectors", "serde_json", @@ -8834,17 +8940,17 @@ 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", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-tasks", "reth-transaction-pool", "reth-trie", @@ -8919,7 +9025,7 @@ dependencies = [ "page_size", "rayon", "reqwest 0.13.4", - "reth-chainspec", + "reth-chainspec 2.5.0", "reth-codecs", "reth-config", "reth-consensus", @@ -8928,10 +9034,10 @@ dependencies = [ "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", @@ -8939,12 +9045,12 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 2.5.0", "reth-revm", "reth-stages-api", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", + "reth-static-file-types 2.5.0", + "reth-storage-api 2.5.0", + "reth-storage-errors 2.5.0", "reth-tasks", "reth-testing-utils", "reth-trie", @@ -8974,10 +9080,10 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-stages-types", + "reth-stages-types 2.5.0", "reth-static-file", - "reth-static-file-types", - "reth-tokio-util", + "reth-static-file-types 2.5.0", + "reth-tokio-util 2.5.0", "thiserror 2.0.19", "tokio", "tracing", @@ -8993,7 +9099,19 @@ dependencies = [ "bytes", "modular-bitfield", "reth-codecs", - "reth-trie-common", + "reth-trie-common 2.5.0", + "serde", +] + +[[package]] +name = "reth-stages-types" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-primitives", + "bytes", + "reth-codecs", + "reth-trie-common 2.5.1", "serde", ] @@ -9009,11 +9127,11 @@ dependencies = [ "reth-db-api", "reth-primitives-traits", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", - "reth-tokio-util", + "reth-prune-types 2.5.0", + "reth-stages-types 2.5.0", + "reth-static-file-types 2.5.0", + "reth-storage-errors 2.5.0", + "reth-tokio-util 2.5.0", "tracing", ] @@ -9026,7 +9144,21 @@ dependencies = [ "clap", "derive_more", "fixed-map", - "reth-stages-types", + "reth-stages-types 2.5.0", + "serde", + "strum 0.27.2", + "tracing", +] + +[[package]] +name = "reth-static-file-types" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-primitives", + "derive_more", + "fixed-map", + "reth-stages-types 2.5.1", "serde", "strum 0.27.2", "tracing", @@ -9043,17 +9175,42 @@ 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-db-models 2.5.0", + "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-prune-types 2.5.0", + "reth-stages-types 2.5.0", + "reth-storage-errors 2.5.0", + "reth-tokio-util 2.5.0", + "reth-trie-common 2.5.0", + "revm", + "serde_json", +] + +[[package]] +name = "reth-storage-api" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-consensus", + "alloy-eip7928", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 2.5.1", + "reth-db-models 2.5.1", + "reth-ethereum-primitives 2.5.1", + "reth-execution-types 2.5.1", + "reth-primitives-traits", + "reth-prune-types 2.5.1", + "reth-stages-types 2.5.1", + "reth-storage-errors 2.5.1", + "reth-tokio-util 2.5.1", + "reth-trie-common 2.5.1", "revm", "serde_json", ] @@ -9069,8 +9226,25 @@ dependencies = [ "derive_more", "reth-codecs", "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", + "reth-prune-types 2.5.0", + "reth-static-file-types 2.5.0", + "revm", + "thiserror 2.0.19", +] + +[[package]] +name = "reth-storage-errors" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-codecs", + "reth-primitives-traits", + "reth-prune-types 2.5.1", + "reth-static-file-types 2.5.1", "revm", "thiserror 2.0.19", ] @@ -9088,16 +9262,16 @@ 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", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-prune-types 2.5.0", + "reth-stages-types 2.5.0", + "reth-storage-api 2.5.0", + "reth-storage-errors 2.5.0", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.5.0", "reth-trie-db", "tracing", ] @@ -9134,7 +9308,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", ] @@ -9149,6 +9323,16 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-tokio-util" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.5.1#6dec1b96b625584956883c34ad0eafbe550480ac" +dependencies = [ + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-tracing" version = "2.5.0" @@ -9207,16 +9391,16 @@ 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", - "reth-storage-api", + "reth-storage-api 2.5.0", "reth-tasks", "revm", "rustc-hash", @@ -9247,9 +9431,9 @@ dependencies = [ "reth-execution-errors", "reth-metrics", "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-stages-types 2.5.0", + "reth-storage-errors 2.5.0", + "reth-trie-common 2.5.0", "reth-trie-sparse", "revm", "tracing", @@ -9283,6 +9467,29 @@ 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-rpc-types-eth", + "alloy-serde", + "alloy-trie", + "arrayvec", + "bytes", + "derive_more", + "itertools 0.14.0", + "nybbles", + "reth-codecs", + "reth-primitives-traits", + "revm", + "serde", + "serde_with", +] + [[package]] name = "reth-trie-db" version = "2.5.0" @@ -9292,10 +9499,10 @@ dependencies = [ "reth-db-api", "reth-execution-errors", "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", + "reth-storage-api 2.5.0", + "reth-storage-errors 2.5.0", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.5.0", "tracing", ] @@ -9314,7 +9521,7 @@ dependencies = [ "reth-metrics", "reth-primitives-traits", "reth-provider", - "reth-storage-errors", + "reth-storage-errors 2.5.0", "reth-tasks", "reth-trie", "reth-trie-sparse", @@ -9336,7 +9543,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 +9980,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -9853,7 +10060,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 +10604,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 +10838,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -11733,7 +11940,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]]