diff --git a/Cargo.lock b/Cargo.lock index 46460d09..464e91a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2075,7 +2075,7 @@ dependencies = [ "bitflags 2.10.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.12.1", "log", "prettyplease", "proc-macro2", @@ -2095,7 +2095,7 @@ dependencies = [ "bitflags 2.10.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.12.1", "log", "prettyplease", "proc-macro2", @@ -2561,8 +2561,8 @@ dependencies = [ "alloy-genesis", "alloy-primitives 1.4.1", "eigenda-cert", - "reth-chainspec", - "reth-evm", + "reth-chainspec 1.9.1", + "reth-evm 1.9.2", "revm-primitives 21.0.2", "serde", "thiserror 2.0.17", @@ -3364,7 +3364,7 @@ dependencies = [ "libc", "option-ext", "redox_users 0.5.2", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -3664,7 +3664,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -6085,7 +6085,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -6257,7 +6257,7 @@ version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" dependencies = [ - "proc-macro-crate 3.4.0", + "proc-macro-crate 1.1.3", "proc-macro2", "quote", "syn 2.0.109", @@ -7332,7 +7332,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.109", @@ -7411,7 +7411,7 @@ dependencies = [ "once_cell", "socket2 0.6.1", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.59.0", ] [[package]] @@ -7734,9 +7734,29 @@ dependencies = [ "alloy-trie 0.9.1", "auto_impl", "derive_more 2.0.1", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.9.1", + "reth-network-peers 1.9.1", + "reth-primitives-traits 1.9.1", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.23.1", + "alloy-genesis", + "alloy-primitives 1.4.1", + "alloy-trie 0.9.1", + "auto_impl", + "derive_more 2.0.1", + "reth-ethereum-forks 1.9.2", + "reth-network-peers 1.9.2", + "reth-primitives-traits 1.9.2", "serde_json", ] @@ -7776,8 +7796,8 @@ dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.9.1", + "reth-primitives-traits 1.9.1", "thiserror 2.0.17", ] @@ -7788,9 +7808,9 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", + "reth-chainspec 1.9.1", "reth-consensus", - "reth-primitives-traits", + "reth-primitives-traits 1.9.1", ] [[package]] @@ -7801,18 +7821,28 @@ dependencies = [ "alloy-eips", "alloy-primitives 1.4.1", "bytes", - "reth-primitives-traits", + "reth-primitives-traits 1.9.1", "serde", ] +[[package]] +name = "reth-db-models" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-eips", + "alloy-primitives 1.4.1", + "reth-primitives-traits 1.9.2", +] + [[package]] name = "reth-errors" version = "1.9.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-execution-errors 1.9.1", + "reth-storage-errors 1.9.1", "thiserror 2.0.17", ] @@ -7824,11 +7854,11 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives 1.4.1", - "reth-chainspec", + "reth-chainspec 1.9.1", "reth-consensus", "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.9.1", + "reth-primitives-traits 1.9.1", "tracing", ] @@ -7845,6 +7875,18 @@ dependencies = [ "rustc-hash 2.1.1", ] +[[package]] +name = "reth-ethereum-forks" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks 0.4.4", + "alloy-primitives 1.4.1", + "auto_impl", + "once_cell", +] + [[package]] name = "reth-ethereum-primitives" version = "1.9.1" @@ -7857,12 +7899,24 @@ dependencies = [ "alloy-rpc-types-eth", "alloy-serde", "reth-codecs", - "reth-primitives-traits", + "reth-primitives-traits 1.9.1", "reth-zstd-compressors", "serde", "serde_with", ] +[[package]] +name = "reth-ethereum-primitives" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives 1.4.1", + "alloy-rlp", + "reth-primitives-traits 1.9.2", +] + [[package]] name = "reth-evm" version = "1.9.1" @@ -7875,12 +7929,33 @@ dependencies = [ "auto_impl", "derive_more 2.0.1", "futures-util", - "reth-execution-errors", - "reth-execution-types", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-execution-errors 1.9.1", + "reth-execution-types 1.9.1", + "reth-primitives-traits 1.9.1", + "reth-storage-api 1.9.1", + "reth-storage-errors 1.9.1", + "reth-trie-common 1.9.1", + "revm 31.0.2", +] + +[[package]] +name = "reth-evm" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.23.1", + "alloy-primitives 1.4.1", + "auto_impl", + "derive_more 2.0.1", + "futures-util", + "reth-execution-errors 1.9.2", + "reth-execution-types 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-storage-api 1.9.2", + "reth-storage-errors 1.9.2", + "reth-trie-common 1.9.2", "revm 31.0.2", ] @@ -7895,13 +7970,13 @@ dependencies = [ "alloy-primitives 1.4.1", "alloy-rpc-types-engine", "derive_more 2.0.1", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-chainspec 1.9.1", + "reth-ethereum-forks 1.9.1", + "reth-ethereum-primitives 1.9.1", + "reth-evm 1.9.1", + "reth-execution-types 1.9.1", + "reth-primitives-traits 1.9.1", + "reth-storage-errors 1.9.1", "revm 31.0.2", ] @@ -7914,7 +7989,20 @@ dependencies = [ "alloy-primitives 1.4.1", "alloy-rlp", "nybbles 0.4.6", - "reth-storage-errors", + "reth-storage-errors 1.9.1", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-execution-errors" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-evm 0.23.1", + "alloy-primitives 1.4.1", + "alloy-rlp", + "nybbles 0.4.6", + "reth-storage-errors 1.9.2", "thiserror 2.0.17", ] @@ -7928,14 +8016,30 @@ dependencies = [ "alloy-evm 0.23.1", "alloy-primitives 1.4.1", "derive_more 2.0.1", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-ethereum-primitives 1.9.1", + "reth-primitives-traits 1.9.1", + "reth-trie-common 1.9.1", "revm 31.0.2", "serde", "serde_with", ] +[[package]] +name = "reth-execution-types" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.23.1", + "alloy-primitives 1.4.1", + "derive_more 2.0.1", + "reth-ethereum-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-trie-common 1.9.2", + "revm 31.0.2", +] + [[package]] name = "reth-network-peers" version = "1.9.1" @@ -7949,6 +8053,18 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-primitives 1.4.1", + "alloy-rlp", + "serde_with", + "thiserror 2.0.17", + "url", +] + [[package]] name = "reth-primitives" version = "1.9.1" @@ -7956,10 +8072,10 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5 dependencies = [ "alloy-consensus", "once_cell", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-static-file-types", + "reth-ethereum-forks 1.9.1", + "reth-ethereum-primitives 1.9.1", + "reth-primitives-traits 1.9.1", + "reth-static-file-types 1.9.1", ] [[package]] @@ -7989,6 +8105,27 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "reth-primitives-traits" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives 1.4.1", + "alloy-rlp", + "alloy-trie 0.9.1", + "auto_impl", + "bytes", + "derive_more 2.0.1", + "once_cell", + "revm-bytecode 7.1.1", + "revm-primitives 21.0.2", + "revm-state 8.1.1", + "thiserror 2.0.17", +] + [[package]] name = "reth-prune-types" version = "1.9.1" @@ -8001,6 +8138,17 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "reth-prune-types" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-primitives 1.4.1", + "derive_more 2.0.1", + "strum 0.27.2", + "thiserror 2.0.17", +] + [[package]] name = "reth-stages-types" version = "1.9.1" @@ -8008,10 +8156,19 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5 dependencies = [ "alloy-primitives 1.4.1", "bytes", - "reth-trie-common", + "reth-trie-common 1.9.1", "serde", ] +[[package]] +name = "reth-stages-types" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-primitives 1.4.1", + "reth-trie-common 1.9.2", +] + [[package]] name = "reth-static-file-types" version = "1.9.1" @@ -8023,6 +8180,17 @@ dependencies = [ "strum 0.27.2", ] +[[package]] +name = "reth-static-file-types" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-primitives 1.4.1", + "derive_more 2.0.1", + "serde", + "strum 0.27.2", +] + [[package]] name = "reth-storage-api" version = "1.9.1" @@ -8033,15 +8201,37 @@ dependencies = [ "alloy-primitives 1.4.1", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-chainspec 1.9.1", + "reth-db-models 1.9.1", + "reth-ethereum-primitives 1.9.1", + "reth-execution-types 1.9.1", + "reth-primitives-traits 1.9.1", + "reth-prune-types 1.9.1", + "reth-stages-types 1.9.1", + "reth-storage-errors 1.9.1", + "reth-trie-common 1.9.1", + "revm-database 9.0.5", +] + +[[package]] +name = "reth-storage-api" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives 1.4.1", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 1.9.2", + "reth-db-models 1.9.2", + "reth-ethereum-primitives 1.9.2", + "reth-execution-types 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-prune-types 1.9.2", + "reth-stages-types 1.9.2", + "reth-storage-errors 1.9.2", + "reth-trie-common 1.9.2", "revm-database 9.0.5", ] @@ -8054,9 +8244,25 @@ dependencies = [ "alloy-primitives 1.4.1", "alloy-rlp", "derive_more 2.0.1", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", + "reth-primitives-traits 1.9.1", + "reth-prune-types 1.9.1", + "reth-static-file-types 1.9.1", + "revm-database-interface 8.0.5", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-storage-errors" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-eips", + "alloy-primitives 1.4.1", + "alloy-rlp", + "derive_more 2.0.1", + "reth-primitives-traits 1.9.2", + "reth-prune-types 1.9.2", + "reth-static-file-types 1.9.2", "revm-database-interface 8.0.5", "thiserror 2.0.17", ] @@ -8073,11 +8279,11 @@ dependencies = [ "alloy-trie 0.9.1", "auto_impl", "itertools 0.14.0", - "reth-execution-errors", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-execution-errors 1.9.1", + "reth-primitives-traits 1.9.1", + "reth-stages-types 1.9.1", + "reth-storage-errors 1.9.1", + "reth-trie-common 1.9.1", "reth-trie-sparse", "revm-database 9.0.5", "tracing", @@ -8100,12 +8306,28 @@ dependencies = [ "itertools 0.14.0", "nybbles 0.4.6", "rayon", - "reth-primitives-traits", + "reth-primitives-traits 1.9.1", "revm-database 9.0.5", "serde", "serde_with", ] +[[package]] +name = "reth-trie-common" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-primitives 1.4.1", + "alloy-rlp", + "alloy-trie 0.9.1", + "derive_more 2.0.1", + "itertools 0.14.0", + "nybbles 0.4.6", + "reth-primitives-traits 1.9.2", + "revm-database 9.0.5", +] + [[package]] name = "reth-trie-sparse" version = "1.9.1" @@ -8115,9 +8337,9 @@ dependencies = [ "alloy-rlp", "alloy-trie 0.9.1", "auto_impl", - "reth-execution-errors", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-errors 1.9.1", + "reth-primitives-traits 1.9.1", + "reth-trie-common 1.9.1", "smallvec", "tracing", ] @@ -9014,16 +9236,16 @@ dependencies = [ "alloy-rpc-types", "itertools 0.13.0", "kzg-rs", - "reth-chainspec", + "reth-chainspec 1.9.1", "reth-consensus", "reth-consensus-common", "reth-errors", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.1", + "reth-evm 1.9.1", "reth-evm-ethereum", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.9.1", + "reth-primitives-traits 1.9.1", "reth-trie", "revm 31.0.2", "revm-primitives 21.0.2", @@ -9058,8 +9280,8 @@ dependencies = [ "alloy-eips", "alloy-genesis", "alloy-rpc-types", - "reth-chainspec", - "reth-primitives-traits", + "reth-chainspec 1.9.1", + "reth-primitives-traits 1.9.1", "reth-trie", "serde", "serde_json", @@ -9079,7 +9301,7 @@ dependencies = [ "alloy-transport", "alloy-trie 0.9.1", "async-trait", - "reth-storage-errors", + "reth-storage-errors 1.9.1", "revm-database 9.0.5", "revm-database-interface 8.0.5", "revm-primitives 21.0.2", @@ -9097,7 +9319,7 @@ version = "0.1.0" source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1b#1ddb68b4bcf7060af7eb4930e79a17f927c99c93" dependencies = [ "alloy-primitives 1.4.1", - "reth-storage-errors", + "reth-storage-errors 1.9.1", "revm-database-interface 8.0.5", "revm-primitives 21.0.2", "revm-state 8.1.1", @@ -9250,7 +9472,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -10009,10 +10231,10 @@ dependencies = [ "alloy-sol-types", "alloy-trie 0.9.1", "eyre", - "reth-chainspec", + "reth-chainspec 1.9.1", "reth-consensus", "reth-ethereum-consensus", - "reth-evm", + "reth-evm 1.9.1", "reth-evm-ethereum", "reth-primitives", "revm 31.0.2", @@ -10046,7 +10268,7 @@ dependencies = [ "ethereum-consensus 0.1.1 (git+https://github.com/succinctlabs/ethereum-consensus?branch=dev)", "eyre", "reqwest", - "reth-chainspec", + "reth-chainspec 1.9.1", "reth-primitives", "revm 31.0.2", "revm-primitives 21.0.2", @@ -10865,7 +11087,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]]