diff --git a/Cargo.lock b/Cargo.lock index 631262b2a3..98c70d4673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1579,7 +1579,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]] @@ -1590,7 +1590,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -6803,7 +6803,7 @@ dependencies = [ "bitflags 2.13.0", "cexpr", "clang-sys", - "itertools 0.11.0", + "itertools 0.12.1", "log", "prettyplease", "proc-macro2", @@ -6823,7 +6823,7 @@ dependencies = [ "bitflags 2.13.0", "cexpr", "clang-sys", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "regex", @@ -8898,7 +8898,7 @@ dependencies = [ "libc", "option-ext", "redox_users 0.5.2", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -9391,7 +9391,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]] @@ -10176,8 +10176,8 @@ dependencies = [ "libc", "log", "rustversion", - "windows-link 0.1.3", - "windows-result 0.3.4", + "windows-link 0.2.1", + "windows-result 0.4.1", ] [[package]] @@ -11109,7 +11109,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.4", + "socket2 0.5.10", "system-configuration", "tokio", "tower-layer", @@ -11145,7 +11145,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.59.0", + "windows-core 0.62.2", ] [[package]] @@ -13659,7 +13659,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]] @@ -13854,7 +13854,7 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.5.0", "proc-macro2", "quote", "syn 2.0.117", @@ -15583,7 +15583,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ "heck", - "itertools 0.11.0", + "itertools 0.12.1", "log", "multimap", "once_cell", @@ -15603,7 +15603,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042" dependencies = [ "heck", - "itertools 0.11.0", + "itertools 0.12.1", "log", "multimap", "petgraph 0.8.3", @@ -15637,7 +15637,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.117", @@ -15650,7 +15650,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.117", @@ -15797,7 +15797,7 @@ dependencies = [ "quinn-udp", "rustc-hash 2.1.2", "rustls 0.23.40", - "socket2 0.6.4", + "socket2 0.5.10", "thiserror 2.0.18", "tokio", "tracing", @@ -15835,7 +15835,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.6.4", + "socket2 0.5.10", "tracing", "windows-sys 0.60.2", ] @@ -16472,7 +16472,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth-basic-payload-builder" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -16499,7 +16499,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -16532,7 +16532,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-chains", "alloy-consensus 2.0.5", @@ -16552,7 +16552,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-genesis 2.0.5", "clap", @@ -16565,7 +16565,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-chains", "alloy-consensus 2.0.5", @@ -16653,7 +16653,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "reth-tasks", "tokio", @@ -16663,7 +16663,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -16714,7 +16714,7 @@ dependencies = [ [[package]] name = "reth-config" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "eyre", "humantime-serde", @@ -16730,7 +16730,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -16744,7 +16744,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -16757,7 +16757,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -16782,7 +16782,7 @@ dependencies = [ [[package]] name = "reth-db" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "derive_more 2.1.1", @@ -16811,7 +16811,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -16837,7 +16837,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-genesis 2.0.5", @@ -16867,7 +16867,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -16882,7 +16882,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -16907,7 +16907,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -16931,7 +16931,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "dashmap", @@ -16955,7 +16955,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -16990,7 +16990,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17047,7 +17047,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "aes", "alloy-primitives", @@ -17075,7 +17075,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -17098,7 +17098,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17123,7 +17123,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -17182,7 +17182,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -17212,7 +17212,7 @@ dependencies = [ [[package]] name = "reth-era" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17228,7 +17228,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "bytes", @@ -17244,7 +17244,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -17266,7 +17266,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -17277,7 +17277,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-chains", "alloy-primitives", @@ -17306,7 +17306,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-chains", "alloy-consensus 2.0.5", @@ -17331,7 +17331,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17347,7 +17347,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -17363,7 +17363,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eip2124", "alloy-hardforks 0.4.7", @@ -17377,7 +17377,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17407,7 +17407,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17421,7 +17421,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "rayon", "reth-db-api", @@ -17431,7 +17431,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -17456,7 +17456,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17476,7 +17476,7 @@ dependencies = [ [[package]] name = "reth-execution-cache" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "fixed-cache", @@ -17494,7 +17494,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-evm", "alloy-primitives", @@ -17507,7 +17507,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17526,7 +17526,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17564,7 +17564,7 @@ dependencies = [ [[package]] name = "reth-exex-test-utils" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eips 2.0.5", "eyre", @@ -17596,7 +17596,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -17610,7 +17610,7 @@ dependencies = [ [[package]] name = "reth-firehose" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -17638,7 +17638,7 @@ dependencies = [ [[package]] name = "reth-firehose-tests" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17665,7 +17665,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "serde", "serde_json", @@ -17675,7 +17675,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -17703,7 +17703,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "bytes", "futures", @@ -17723,7 +17723,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "bitflags 2.13.0", "byteorder", @@ -17740,7 +17740,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "bindgen 0.72.1", "cc", @@ -17749,7 +17749,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "futures", "metrics", @@ -17762,7 +17762,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "ipnet", @@ -17771,7 +17771,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "futures-util", "if-addrs 0.14.0", @@ -17785,7 +17785,7 @@ dependencies = [ [[package]] name = "reth-network" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17843,7 +17843,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -17868,7 +17868,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -17891,7 +17891,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -17906,7 +17906,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -17920,7 +17920,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "anyhow", "bincode 1.3.3", @@ -17937,7 +17937,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -17961,7 +17961,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -18030,7 +18030,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -18085,7 +18085,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -18132,7 +18132,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -18156,7 +18156,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -18180,7 +18180,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "bytes", "eyre", @@ -18209,7 +18209,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "reth-chainspec", "reth-db-api", @@ -18221,7 +18221,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -18245,7 +18245,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "pin-project", "reth-payload-primitives", @@ -18257,7 +18257,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -18280,7 +18280,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -18290,7 +18290,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-rpc-types-engine", @@ -18333,7 +18333,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -18382,7 +18382,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -18410,7 +18410,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "arbitrary", @@ -18426,7 +18426,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -18441,7 +18441,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-dyn-abi", @@ -18517,7 +18517,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eips 2.0.5", "alloy-genesis 2.0.5", @@ -18547,7 +18547,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-network 2.0.5", "alloy-provider 2.0.5", @@ -18590,7 +18590,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-evm", @@ -18610,7 +18610,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -18641,7 +18641,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-dyn-abi", @@ -18688,7 +18688,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-chains", "alloy-consensus 2.0.5", @@ -18739,7 +18739,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-rpc-types-engine", "http 1.4.2", @@ -18753,7 +18753,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -18784,7 +18784,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -18835,7 +18835,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -18863,7 +18863,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "arbitrary", @@ -18877,7 +18877,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "parking_lot", @@ -18897,7 +18897,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "clap", @@ -18912,7 +18912,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -18938,7 +18938,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -18956,7 +18956,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "crossbeam-utils", "dashmap", @@ -18977,7 +18977,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -18993,7 +18993,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "tokio", "tokio-stream", @@ -19003,7 +19003,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "clap", "eyre", @@ -19023,7 +19023,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "base64 0.22.1", "clap", @@ -19042,7 +19042,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -19087,7 +19087,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -19113,7 +19113,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -19140,7 +19140,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "metrics", @@ -19160,7 +19160,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-eip7928 0.4.3", "alloy-evm", @@ -19188,7 +19188,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh#a81382c08c5127cad526ee4fe77059f914efaa2c" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-1#0b5ed5cd6f0434cfc9f1eb344243d01c574dc9e5" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -20244,7 +20244,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -20345,7 +20345,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs 1.0.7", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -21679,7 +21679,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -23094,7 +23094,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -25275,7 +25275,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index c980273c54..9925c466ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -636,8 +636,8 @@ unsigned-varint = { version = "0.8", default-features = false } ark-bls12-381 = { version = "0.5.0", default-features = false } # Firehose tracer (defined by the streamingfast reth fork, firehose/2.x branch). -reth-firehose = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-firehose-tests = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } +reth-firehose = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-firehose-tests = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } firehose-tracer = "5.2.1" [patch.crates-io] @@ -699,71 +699,71 @@ slop-maybe-rayon = { git = "https://github.com/succinctlabs/sp1.git", tag = "v6. slop-basefold-prover = { git = "https://github.com/succinctlabs/sp1.git", tag = "v6.1.0" } [patch."https://github.com/paradigmxyz/reth"] -reth-db = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-cli = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-ipc = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-evm = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-rpc = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-revm = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-trie = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-exex = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-tasks = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-db-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-discv4 = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-discv5 = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-metrics = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-trie-db = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-rpc-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-network = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-net-nat = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-tracing = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-provider = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-cli-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-node-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-db-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-db-models = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-rpc-layer = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-node-core = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-consensus = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-chainspec = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-cli-runner = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-tokio-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-rpc-convert = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-rpc-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-network-p2p = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-storage-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-rpc-eth-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-engine-tree = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-chain-state = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-trie-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-payload-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-node-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-node-metrics = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-cli-commands = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-evm-ethereum = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-tracing-otlp = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-testing-utils = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-rpc-eth-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-trie-parallel = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-network-peers = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-node-ethereum = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-rpc-engine-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-e2e-test-utils = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-payload-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-execution-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-exex-test-utils = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-rpc-server-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-transaction-pool = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-execution-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-payload-validator = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-engine-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-payload-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-ethereum-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-basic-payload-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-payload-builder-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-prune-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-stages-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-storage-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-ethereum-forks = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } -reth-consensus-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh" } +reth-db = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-cli = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-ipc = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-evm = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-rpc = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-revm = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-trie = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-exex = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-tasks = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-db-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-discv4 = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-discv5 = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-metrics = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-trie-db = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-rpc-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-network = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-net-nat = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-tracing = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-provider = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-cli-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-node-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-db-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-db-models = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-rpc-layer = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-node-core = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-consensus = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-chainspec = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-cli-runner = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-tokio-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-rpc-convert = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-rpc-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-network-p2p = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-storage-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-rpc-eth-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-engine-tree = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-chain-state = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-trie-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-payload-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-node-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-node-metrics = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-cli-commands = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-evm-ethereum = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-tracing-otlp = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-testing-utils = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-rpc-eth-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-trie-parallel = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-network-peers = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-node-ethereum = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-rpc-engine-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-e2e-test-utils = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-payload-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-execution-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-exex-test-utils = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-rpc-server-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-transaction-pool = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-execution-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-payload-validator = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-engine-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-payload-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-ethereum-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-basic-payload-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-payload-builder-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-prune-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-stages-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-storage-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-ethereum-forks = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" } +reth-consensus-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-1" }