diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 92b9fd3c..79fca204 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -52,6 +52,7 @@ jobs: run: | cargo nextest run --all-features --workspace --locked \ --no-tests=pass -E 'kind(test) and not test(docker)' \ + --test-threads 4 \ -- --skip test_should_consolidate_to_block_15k integration-docker-compose: diff --git a/Cargo.lock b/Cargo.lock index 75b3d70e..9551d286 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", "once_cell", "version_check", ] @@ -123,9 +123,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy-chains" -version = "0.2.18" +version = "0.2.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfaa9ea039a6f9304b4a593d780b1f23e1ae183acdee938b11b38795acacc9f1" +checksum = "90f374d3c6d729268bbe2d0e0ff992bb97898b2df756691a62ee1d5f0506bc39" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -138,9 +138,9 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad704069c12f68d0c742d0cad7e0a03882b42767350584627fbf8a47b1bf1846" +checksum = "b0c0dc44157867da82c469c13186015b86abef209bf0e41625e4b68bac61d728" dependencies = [ "alloy-eips", "alloy-primitives", @@ -161,14 +161,14 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "alloy-consensus-any" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc374f640a5062224d7708402728e3d6879a514ba10f377da62e7dfb14c673e6" +checksum = "ba4cdb42df3871cd6b346d6a938ec2ba69a9a0f49d1f82714bc5c48349268434" dependencies = [ "alloy-consensus", "alloy-eips", @@ -181,9 +181,9 @@ dependencies = [ [[package]] name = "alloy-contract" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15c493b2812943f7b58191063a8d13ea97c76099900869c08231e8eba3bf2f92" +checksum = "ca63b7125a981415898ffe2a2a696c83696c9c6bdb1671c8a912946bbd8e49e7" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -199,14 +199,14 @@ dependencies = [ "futures", "futures-util", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "alloy-dyn-abi" -version = "1.4.1" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdff496dd4e98a81f4861e66f7eaf5f2488971848bb42d9c892f871730245c8" +checksum = "cc2db5c583aaef0255aa63a4fe827f826090142528bba48d1bf4119b62780cad" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -233,7 +233,7 @@ dependencies = [ "crc", "rand 0.8.5", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -252,9 +252,9 @@ dependencies = [ [[package]] name = "alloy-eip5792" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37aa145e9d61cda33702d8fbe349f25ba89604c98c4e9c04a3f69a790d92c0fa" +checksum = "98ec415c2141bef46ea7d1b80877d7dc4639c6ccf6a774b75f05e3deadb27469" dependencies = [ "alloy-primitives", "alloy-serde", @@ -276,18 +276,32 @@ dependencies = [ "rand 0.8.5", "serde", "serde_with", - "thiserror 2.0.17", + "thiserror 2.0.18", +] + +[[package]] +name = "alloy-eip7928" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3231de68d5d6e75332b7489cfcc7f4dfabeba94d990a10e4b923af0e6623540" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "arbitrary", + "borsh", + "serde", ] [[package]] name = "alloy-eips" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e867b5fd52ed0372a95016f3a37cbff95a9d5409230fbaef2d8ea00e8618098" +checksum = "b9f7ef09f21bd1e9cb8a686f168cb4a206646804567f0889eadb8dcc4c9288c8" dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", + "alloy-eip7928", "alloy-primitives", "alloy-rlp", "alloy-serde", @@ -297,37 +311,37 @@ dependencies = [ "c-kzg", "derive_more", "either", - "ethereum_ssz", - "ethereum_ssz_derive", + "ethereum_ssz 0.9.1", + "ethereum_ssz_derive 0.9.1", "serde", "serde_with", "sha2 0.10.9", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "alloy-ens" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03947c30835388cd0e18d52e5bd1563ac3a2d784bf0801809bf693542ab68479" +checksum = "79460500df1a98836253ab24871ecd54d12809ac9045b0d10eed727c3555efa9" dependencies = [ "alloy-contract", "alloy-primitives", "alloy-provider", "alloy-sol-types", "async-trait", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "alloy-evm" -version = "0.21.3" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f1bfade4de9f464719b5aca30cf5bb02b9fda7036f0cf43addc3a0e66a0340c" +checksum = "b991c370ce44e70a3a9e474087e3d65e42e66f967644ad729dc4cec09a21fd09" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-hardforks 0.3.5", + "alloy-hardforks 0.4.7", "alloy-op-hardforks", "alloy-primitives", "alloy-rpc-types-engine", @@ -335,40 +349,17 @@ dependencies = [ "alloy-sol-types", "auto_impl", "derive_more", - "op-alloy-consensus", - "op-alloy-rpc-types-engine", - "op-revm 10.1.1", - "revm 29.0.1", - "thiserror 2.0.17", -] - -[[package]] -name = "alloy-evm" -version = "0.22.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24a48fa6a4a5a69ae8e46c0ae60851602c5016baa3379d076c76e4c2f3b889f7" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-hardforks 0.4.4", - "alloy-primitives", - "alloy-rpc-types-engine", - "alloy-rpc-types-eth", - "alloy-sol-types", - "auto_impl", - "derive_more", - "op-alloy-consensus", - "op-alloy-rpc-types-engine", - "op-revm 11.1.1", - "revm 30.1.1", - "thiserror 2.0.17", + "op-alloy", + "op-revm", + "revm", + "thiserror 2.0.18", ] [[package]] name = "alloy-genesis" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90be17e9760a6ba6d13cebdb049cea405ebc8bf57d90664ed708cc5bc348342" +checksum = "7c9cf3b99f46615fbf7dc1add0c96553abb7bf88fc9ec70dfbe7ad0b47ba7fe8" dependencies = [ "alloy-eips", "alloy-primitives", @@ -394,22 +385,9 @@ dependencies = [ [[package]] name = "alloy-hardforks" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "889eb3949b58368a09d4f16931c660275ef5fb08e5fbd4a96573b19c7085c41f" -dependencies = [ - "alloy-chains", - "alloy-eip2124", - "alloy-primitives", - "auto_impl", - "dyn-clone", -] - -[[package]] -name = "alloy-hardforks" -version = "0.4.4" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e29d7eacf42f89c21d7f089916d0bdb4f36139a31698790e8837d2dbbd4b2c3" +checksum = "83ba208044232d14d4adbfa77e57d6329f51bc1acc21f5667bb7db72d88a0831" dependencies = [ "alloy-chains", "alloy-eip2124", @@ -421,9 +399,9 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "1.4.1" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5513d5e6bd1cba6bdcf5373470f559f320c05c8c59493b6e98912fbe6733943f" +checksum = "e9dbe713da0c737d9e5e387b0ba790eb98b14dd207fe53eef50e19a5a8ec3dac" dependencies = [ "alloy-primitives", "alloy-sol-type-parser", @@ -433,24 +411,24 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcab4c51fb1273e3b0f59078e0cdf8aa99f697925b09f0d2055c18be46b4d48c" +checksum = "ff42cd777eea61f370c0b10f2648a1c81e0b783066cd7269228aa993afd487f7" dependencies = [ "alloy-primitives", "alloy-sol-types", - "http 1.3.1", + "http 1.4.0", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] [[package]] name = "alloy-network" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196d7fd3f5d414f7bbd5886a628b7c42bd98d1b126f9a7cff69dbfd72007b39c" +checksum = "8cbca04f9b410fdc51aaaf88433cbac761213905a65fe832058bcf6690585762" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -469,14 +447,14 @@ dependencies = [ "futures-utils-wasm", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "alloy-network-primitives" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d3ae2777e900a7a47ad9e3b8ab58eff3d93628265e73bbdee09acf90bf68f75" +checksum = "42d6d15e069a8b11f56bef2eccbad2a873c6dd4d4c81d04dda29710f5ea52f04" dependencies = [ "alloy-consensus", "alloy-eips", @@ -487,9 +465,9 @@ dependencies = [ [[package]] name = "alloy-node-bindings" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ead1731af4146c573e2ea0e83c6a0696814efb0c25feea2892bdd5e4ee1f479" +checksum = "091dc8117d84de3a9ac7ec97f2c4d83987e24d485b478d26aa1ec455d7d52f7d" dependencies = [ "alloy-genesis", "alloy-hardforks 0.2.13", @@ -498,48 +476,50 @@ dependencies = [ "alloy-signer", "alloy-signer-local", "k256", + "libc", "rand 0.8.5", "serde_json", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "url", ] [[package]] name = "alloy-op-evm" -version = "0.21.3" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0b6679dc8854285d6c34ef6a9f9ade06dec1f5db8aab96e941d99b8abcefb72" +checksum = "6511cd174fe9cdc36a26d87ac84fd416e801a4607a9776a00f5ca6f93312994f" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm 0.21.3", + "alloy-evm", "alloy-op-hardforks", "alloy-primitives", "auto_impl", - "op-alloy-consensus", - "op-revm 10.1.1", - "revm 29.0.1", + "op-alloy", + "op-revm", + "revm", + "thiserror 2.0.18", ] [[package]] name = "alloy-op-hardforks" -version = "0.3.5" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "599c1d7dfbccb66603cb93fde00980d12848d32fe5e814f50562104a92df6487" +checksum = "6472c610150c4c4c15be9e1b964c9b78068f933bda25fb9cdf09b9ac2bb66f36" dependencies = [ "alloy-chains", - "alloy-hardforks 0.3.5", + "alloy-hardforks 0.4.7", "alloy-primitives", "auto_impl", ] [[package]] name = "alloy-primitives" -version = "1.4.1" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355bf68a433e0fd7f7d33d5a9fc2583fde70bf5c530f63b80845f8da5505cf28" +checksum = "de3b431b4e72cd8bd0ec7a50b4be18e73dab74de0dba180eef171055e5d5926e" dependencies = [ "alloy-rlp", "arbitrary", @@ -548,28 +528,28 @@ dependencies = [ "const-hex", "derive_more", "foldhash 0.2.0", - "getrandom 0.3.4", - "hashbrown 0.16.0", - "indexmap 2.12.0", + "getrandom 0.4.1", + "hashbrown 0.16.1", + "indexmap 2.13.0", "itoa", "k256", "keccak-asm", "paste", "proptest", - "proptest-derive 0.6.0", + "proptest-derive", "rand 0.9.2", + "rapidhash", "ruint", - "rustc-hash 2.1.1", + "rustc-hash", "serde", "sha3", - "tiny-keccak", ] [[package]] name = "alloy-provider" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f9bf40c9b2a90c7677f9c39bccd9f06af457f35362439c0497a706f16557703" +checksum = "d181c8cc7cf4805d7e589bf4074d56d55064fa1a979f005a45a62b047616d870" dependencies = [ "alloy-chains", "alloy-consensus", @@ -594,17 +574,17 @@ dependencies = [ "async-stream", "async-trait", "auto_impl", - "dashmap 6.1.0", + "dashmap", "either", "futures", "futures-utils-wasm", - "lru 0.13.0", + "lru 0.16.3", "parking_lot 0.12.5", "pin-project", - "reqwest", + "reqwest 0.12.28", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "url", @@ -613,9 +593,9 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acfdbe41e2ef1a7e79b5ea115baa750f9381ac9088fb600f4cedc731cf04a151" +checksum = "e8bd82953194dec221aa4cbbbb0b1e2df46066fe9d0333ac25b43a311e122d13" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -635,9 +615,9 @@ dependencies = [ [[package]] name = "alloy-rlp" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f70d83b765fdc080dbcd4f4db70d8d23fe4761f2f02ebfa9146b833900634b4" +checksum = "e93e50f64a77ad9c5470bf2ad0ca02f228da70c792a8f06634801e202579f35e" dependencies = [ "alloy-rlp-derive", "arrayvec", @@ -646,20 +626,20 @@ dependencies = [ [[package]] name = "alloy-rlp-derive" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64b728d511962dda67c1bc7ea7c03736ec275ed2cf4c35d9585298ac9ccf3b73" +checksum = "ce8849c74c9ca0f5a03da1c865e3eb6f768df816e67dd3721a398a8a7e398011" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "alloy-rpc-client" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7c2630fde9ff6033a780635e1af6ef40e92d74a9cacb8af3defc1b15cfebca5" +checksum = "f2792758a93ae32a32e9047c843d536e1448044f78422d71bf7d7c05149e103f" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -670,7 +650,7 @@ dependencies = [ "alloy-transport-ws", "futures", "pin-project", - "reqwest", + "reqwest 0.12.28", "serde", "serde_json", "tokio", @@ -683,9 +663,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad098153a12382c22a597e865530033f5e644473742d6c733562d448125e02a2" +checksum = "7bdcbf9dfd5eea8bfeb078b1d906da8cd3a39c4d4dbe7a628025648e323611f6" dependencies = [ "alloy-primitives", "alloy-rpc-types-anvil", @@ -699,9 +679,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-admin" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7604c415f725bd776d46dae44912c276cc3d8af37f37811e5675389791aa0c6" +checksum = "42325c117af3a9e49013f881c1474168db57978e02085fc9853a1c89e0562740" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -711,9 +691,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "214d9d1033c173ab8fa32edd8a4655cd784447c820b0b66cd0d5167e049567d6" +checksum = "e0a3100b76987c1b1dc81f3abe592b7edc29e92b1242067a69d65e0030b35cf9" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -723,9 +703,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50b8429b5b62d21bf3691eb1ae12aaae9bb496894d5a114e3cc73e27e6800ec8" +checksum = "dd720b63f82b457610f2eaaf1f32edf44efffe03ae25d537632e7d23e7929e1a" dependencies = [ "alloy-consensus-any", "alloy-rpc-types-eth", @@ -734,29 +714,29 @@ dependencies = [ [[package]] name = "alloy-rpc-types-beacon" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f67f8269e8b5193a5328dd3ef4d60f93524071e53a993776e290581a59aa15fa" +checksum = "4a22e13215866f5dfd5d3278f4c41f1fad9410dc68ce39022f58593c873c26f8" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", - "ethereum_ssz", - "ethereum_ssz_derive", + "ethereum_ssz 0.9.1", + "ethereum_ssz_derive 0.9.1", "serde", "serde_json", "serde_with", - "thiserror 2.0.17", + "thiserror 2.0.18", "tree_hash", "tree_hash_derive", ] [[package]] name = "alloy-rpc-types-debug" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01731601ea631bd825c652a225701ab466c09457f446b8d8129368a095389c5d" +checksum = "e1b21e1ad18ff1b31ff1030e046462ab8168cf8894e6778cd805c8bdfe2bd649" dependencies = [ "alloy-primitives", "derive_more", @@ -766,9 +746,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9981491bb98e76099983f516ec7de550db0597031f5828c994961eb4bb993cce" +checksum = "e4ac61f03f1edabccde1c687b5b25fff28f183afee64eaa2e767def3929e4457" dependencies = [ "alloy-consensus", "alloy-eips", @@ -777,8 +757,8 @@ dependencies = [ "alloy-serde", "arbitrary", "derive_more", - "ethereum_ssz", - "ethereum_ssz_derive", + "ethereum_ssz 0.9.1", + "ethereum_ssz_derive 0.9.1", "jsonwebtoken", "rand 0.8.5", "serde", @@ -787,9 +767,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29031a6bf46177d65efce661f7ab37829ca09dd341bc40afb5194e97600655cc" +checksum = "9b2dc411f13092f237d2bf6918caf80977fc2f51485f9b90cb2a2f956912c8c9" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -804,14 +784,14 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "alloy-rpc-types-mev" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c5c78bdd2c72c47e66ab977af420fb4a10279707d4edbd2575693c47aa54a2" +checksum = "fe85bf3be739126aa593dca9fb3ab13ca93fa7873e6f2247be64d7f2cb15f34a" dependencies = [ "alloy-consensus", "alloy-eips", @@ -824,23 +804,23 @@ dependencies = [ [[package]] name = "alloy-rpc-types-trace" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b842f5aac6676ff4b2e328262d03bdf49807eaec3fe3a4735c45c97388518b" +checksum = "1ad79f1e27e161943b5a4f99fe5534ef0849876214be411e0032c12f38e94daa" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", "alloy-serde", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "alloy-rpc-types-txpool" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fa12c608873beeb7afa392944dce8829fa8a50c487f266863bb2dd6b743c4a2" +checksum = "d459f902a2313737bc66d18ed094c25d2aeb268b74d98c26bbbda2aa44182ab0" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -850,9 +830,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01e856112bfa0d9adc85bd7c13db03fad0e71d1d6fb4c2010e475b6718108236" +checksum = "e2ce1e0dbf7720eee747700e300c99aac01b1a95bb93f493a01e78ee28bb1a37" dependencies = [ "alloy-primitives", "arbitrary", @@ -862,9 +842,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a4f629da632d5279bbc5731634f0f5c9484ad9c4cad0cd974d9669dc1f46d6" +checksum = "2425c6f314522c78e8198979c8cbf6769362be4da381d4152ea8eefce383535d" dependencies = [ "alloy-dyn-abi", "alloy-primitives", @@ -874,14 +854,14 @@ dependencies = [ "either", "elliptic-curve", "k256", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "alloy-signer-aws" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66be762e60db50f81be7744c3a5b3efd4c69203576340df0519dacea09f5f4dd" +checksum = "e38b411077d7b17e464de7dfa599f5b94161cdffc25c2f28a90a3a345b6d6490" dependencies = [ "alloy-consensus", "alloy-network", @@ -892,15 +872,15 @@ dependencies = [ "aws-sdk-kms", "k256", "spki", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] [[package]] name = "alloy-signer-ledger" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92490935797fe5625e123fc99ed67e8ba24f27c26d88e337e3fcabec0f350f7d" +checksum = "ff7a41e469bce9a836a9fbba7c09f8eba25703062accf6a64bd90b5ed61c1b01" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -912,15 +892,15 @@ dependencies = [ "coins-ledger", "futures-util", "semver 1.0.27", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] [[package]] name = "alloy-signer-local" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76c8950810dc43660c0f22883659c4218e090a5c75dce33fa4ca787715997b7b" +checksum = "c3ecb71ee53d8d9c3fa7bac17542c8116ebc7a9726c91b1bf333ec3d04f5a789" dependencies = [ "alloy-consensus", "alloy-network", @@ -932,15 +912,15 @@ dependencies = [ "eth-keystore", "k256", "rand 0.8.5", - "thiserror 2.0.17", + "thiserror 2.0.18", "zeroize", ] [[package]] name = "alloy-signer-trezor" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eab6b865f665871ebb8e65f881d50d75d1a5c367d4e376578ff35ccd926b43e" +checksum = "fb778ec3bef46eb5c0edab6e25e0c6f40d98a5e81e423940f819824b879680a8" dependencies = [ "alloy-consensus", "alloy-network", @@ -948,49 +928,49 @@ dependencies = [ "alloy-signer", "async-trait", "semver 1.0.27", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "trezor-client", ] [[package]] name = "alloy-sol-macro" -version = "1.4.1" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3ce480400051b5217f19d6e9a82d9010cdde20f1ae9c00d53591e4a1afbb312" +checksum = "ab81bab693da9bb79f7a95b64b394718259fdd7e41dceeced4cad57cb71c4f6a" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "alloy-sol-macro-expander" -version = "1.4.1" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d792e205ed3b72f795a8044c52877d2e6b6e9b1d13f431478121d8d4eaa9028" +checksum = "489f1620bb7e2483fb5819ed01ab6edc1d2f93939dce35a5695085a1afd1d699" dependencies = [ "alloy-json-abi", "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.12.0", + "indexmap 2.13.0", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.110", + "sha3", + "syn 2.0.117", "syn-solidity", - "tiny-keccak", ] [[package]] name = "alloy-sol-macro-input" -version = "1.4.1" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd1247a8f90b465ef3f1207627547ec16940c35597875cdc09c49d58b19693c" +checksum = "56cef806ad22d4392c5fc83cf8f2089f988eb99c7067b4e0c6f1971fc1cca318" dependencies = [ "alloy-json-abi", "const-hex", @@ -1000,15 +980,15 @@ dependencies = [ "proc-macro2", "quote", "serde_json", - "syn 2.0.110", + "syn 2.0.117", "syn-solidity", ] [[package]] name = "alloy-sol-type-parser" -version = "1.4.1" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "954d1b2533b9b2c7959652df3076954ecb1122a28cc740aa84e7b0a49f6ac0a9" +checksum = "a6df77fea9d6a2a75c0ef8d2acbdfd92286cc599983d3175ccdc170d3433d249" dependencies = [ "serde", "winnow", @@ -1016,9 +996,9 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "1.4.1" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70319350969a3af119da6fb3e9bddb1bce66c9ea933600cb297c8b1850ad2a3c" +checksum = "64612d29379782a5dde6f4b6570d9c756d734d760c0c94c254d361e678a6591f" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -1028,9 +1008,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe215a2f9b51d5f1aa5c8cf22c8be8cdb354934de09c9a4e37aefb79b77552fd" +checksum = "fa186e560d523d196580c48bf00f1bf62e63041f28ecf276acc22f8b27bb9f53" dependencies = [ "alloy-json-rpc", "auto_impl", @@ -1041,7 +1021,7 @@ dependencies = [ "parking_lot 0.12.5", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tower", "tracing", @@ -1051,9 +1031,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1b37b1a30d23deb3a8746e882c70b384c574d355bc2bbea9ea918b0c31366e" +checksum = "aa501ad58dd20acddbfebc65b52e60f05ebf97c52fa40d1b35e91f5e2da0ad0e" dependencies = [ "alloy-json-rpc", "alloy-rpc-types-engine", @@ -1062,8 +1042,9 @@ dependencies = [ "hyper 1.8.1", "hyper-tls", "hyper-util", + "itertools 0.14.0", "jsonwebtoken", - "reqwest", + "reqwest 0.12.28", "serde_json", "tower", "tracing", @@ -1072,9 +1053,9 @@ dependencies = [ [[package]] name = "alloy-transport-ipc" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52c81a4deeaa0d4b022095db17b286188d731e29ea141d4ec765e166732972e4" +checksum = "c2ef85688e5ac2da72afc804e0a1f153a1f309f05a864b1998bbbed7804dbaab" dependencies = [ "alloy-json-rpc", "alloy-pubsub", @@ -1092,15 +1073,14 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9d6f5f304e8943afede2680e5fc7008780d4fc49387eafd53192ad95e20091" +checksum = "b9f00445db69d63298e2b00a0ea1d859f00e6424a3144ffc5eba9c31da995e16" dependencies = [ "alloy-pubsub", "alloy-transport", "futures", - "http 1.3.1", - "rustls 0.23.31", + "http 1.4.0", "serde_json", "tokio", "tokio-tungstenite 0.26.2", @@ -1110,9 +1090,9 @@ dependencies = [ [[package]] name = "alloy-trie" -version = "0.9.1" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3412d52bb97c6c6cc27ccc28d4e6e8cf605469101193b50b0bd5813b1f990b5" +checksum = "4d7fd448ab0a017de542de1dcca7a58e7019fe0e7a34ed3f9543ebddf6aceffa" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -1122,22 +1102,23 @@ dependencies = [ "derive_more", "nybbles", "proptest", - "proptest-derive 0.5.1", + "proptest-derive", "serde", "smallvec", + "thiserror 2.0.18", "tracing", ] [[package]] name = "alloy-tx-macros" -version = "1.1.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ccf423f6de62e8ce1d6c7a11fb7508ae3536d02e0d68aaeb05c8669337d0937" +checksum = "6fa0c53e8c1e1ef4d01066b01c737fb62fc9397ab52c6e7bb5669f97d281b9bc" dependencies = [ "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1157,13 +1138,13 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "annotate-snippets" -version = "0.12.5" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96401ca08501972288ecbcde33902fce858bf73fbcbdf91dab8c3a9544e106bb" +checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980" dependencies = [ "anstyle", "memchr", - "unicode-width 0.2.0", + "unicode-width", ] [[package]] @@ -1218,25 +1199,24 @@ dependencies = [ [[package]] name = "anvil" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-chains", "alloy-consensus", "alloy-contract", "alloy-dyn-abi", - "alloy-eip5792", "alloy-eips", - "alloy-evm 0.21.3", + "alloy-evm", "alloy-genesis", - "alloy-hardforks 0.3.5", "alloy-network", "alloy-op-evm", - "alloy-op-hardforks", "alloy-primitives", "alloy-provider", "alloy-rlp", "alloy-rpc-types", + "alloy-rpc-types-beacon", + "alloy-rpc-types-eth", "alloy-serde", "alloy-signer", "alloy-signer-local", @@ -1249,6 +1229,7 @@ dependencies = [ "async-trait", "axum", "chrono", + "ethereum_ssz 0.10.1", "eyre", "flate2", "foundry-cli", @@ -1256,35 +1237,36 @@ dependencies = [ "foundry-config", "foundry-evm", "foundry-evm-networks", + "foundry-primitives", "futures", "hyper 1.8.1", "itertools 0.14.0", "op-alloy-consensus", - "op-revm 10.1.1", + "op-revm", "parking_lot 0.12.5", "rand 0.8.5", - "revm 29.0.1", - "revm-inspectors 0.30.1", + "revm", + "revm-inspectors", "serde", "serde_json", "tempfile", - "thiserror 2.0.17", + "tempo-primitives", + "thiserror 2.0.18", "tokio", "tracing", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", "yansi", ] [[package]] name = "anvil-core" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-eip5792", "alloy-eips", - "alloy-network", "alloy-primitives", "alloy-rlp", "alloy-rpc-types", @@ -1292,19 +1274,18 @@ dependencies = [ "bytes", "foundry-common", "foundry-evm", - "op-alloy-consensus", - "op-revm 10.1.1", + "foundry-primitives", "rand 0.9.2", - "revm 29.0.1", + "revm", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "anvil-rpc" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "serde", "serde_json", @@ -1312,8 +1293,8 @@ dependencies = [ [[package]] name = "anvil-server" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "anvil-rpc", "async-trait", @@ -1325,7 +1306,7 @@ dependencies = [ "pin-project", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio-util", "tower-http", "tracing", @@ -1333,9 +1314,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "approx" @@ -1357,7 +1338,7 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1499,7 +1480,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" dependencies = [ "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1537,7 +1518,7 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1626,7 +1607,7 @@ checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1676,28 +1657,27 @@ dependencies = [ [[package]] name = "asn1_der" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" +checksum = "4858a9d740c5007a9069007c3b4e91152d0506f13c1b31dd49051fd537656156" [[package]] name = "async-compression" -version = "0.4.33" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93c1f86859c1af3d514fa19e8323147ff10ea98684e6c7b307912509f50e67b2" +checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1" dependencies = [ "compression-codecs", "compression-core", - "futures-core", "pin-project-lite", "tokio", ] [[package]] name = "async-lock" -version = "3.4.0" +version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" dependencies = [ "event-listener", "event-listener-strategy", @@ -1723,7 +1703,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1734,7 +1714,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1790,7 +1770,7 @@ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1801,9 +1781,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "aws-config" -version = "1.8.10" +version = "1.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a" +checksum = "8a8fc176d53d6fe85017f230405e3255cedb4a02221cb55ed6d76dccbbb099b2" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1820,7 +1800,7 @@ dependencies = [ "bytes", "fastrand", "hex", - "http 1.3.1", + "http 1.4.0", "ring", "time", "tokio", @@ -1831,9 +1811,9 @@ dependencies = [ [[package]] name = "aws-credential-types" -version = "1.2.9" +version = "1.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86590e57ea40121d47d3f2e131bfd873dea15d78dc2f4604f4734537ad9e56c4" +checksum = "6d203b0bf2626dcba8665f5cd0871d7c2c0930223d6b6be9097592fea21242d0" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -1843,9 +1823,9 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.13.3" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c953fe1ba023e6b7730c0d4b031d06f267f23a46167dcbd40316644b10a17ba" +checksum = "d9a7b350e3bb1767102698302bc37256cbd48422809984b98d292c40e2579aa9" dependencies = [ "aws-lc-sys", "zeroize", @@ -1853,11 +1833,10 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.30.0" +version = "0.37.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff" +checksum = "b092fe214090261288111db7a2b2c2118e5a7f30dc2569f1732c4069a6840549" dependencies = [ - "bindgen 0.69.5", "cc", "cmake", "dunce", @@ -1866,9 +1845,9 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.5.14" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fe0fd441565b0b318c76e7206c8d1d0b0166b3e986cf30e890b61feb6192045" +checksum = "ede2ddc593e6c8acc6ce3358c28d6677a6dc49b65ba4b37a2befe14a11297e75" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -1879,26 +1858,28 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", + "bytes-utils", "fastrand", - "http 0.2.12", - "http-body 0.4.6", + "http 1.4.0", + "http-body 1.0.1", "percent-encoding", "pin-project-lite", "tracing", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] name = "aws-sdk-kms" -version = "1.94.0" +version = "1.102.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95f85c05f9aecaf9a3ae222f2b11656abfea45a6a93835bfb98553e01819520e" +checksum = "22b682ef733ec24c300b11cec2df9bfea7ee4bf48ab2030c832e27db92b69c68" dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", "aws-smithy-http", "aws-smithy-json", + "aws-smithy-observability", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", @@ -1906,21 +1887,23 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", + "http 1.4.0", "regex-lite", "tracing", ] [[package]] name = "aws-sdk-sso" -version = "1.89.0" +version = "1.95.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c1b1af02288f729e95b72bd17988c009aa72e26dcb59b3200f86d7aea726c9" +checksum = "00c5ff27c6ba2cbd95e6e26e2e736676fdf6bcf96495b187733f521cfe4ce448" dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", "aws-smithy-http", "aws-smithy-json", + "aws-smithy-observability", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", @@ -1928,21 +1911,23 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", + "http 1.4.0", "regex-lite", "tracing", ] [[package]] name = "aws-sdk-ssooidc" -version = "1.91.0" +version = "1.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e8122301558dc7c6c68e878af918880b82ff41897a60c8c4e18e4dc4d93e9f1" +checksum = "4d186f1e5a3694a188e5a0640b3115ccc6e084d104e16fd6ba968dca072ffef8" dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", "aws-smithy-http", "aws-smithy-json", + "aws-smithy-observability", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", @@ -1950,21 +1935,23 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", + "http 1.4.0", "regex-lite", "tracing", ] [[package]] name = "aws-sdk-sts" -version = "1.92.0" +version = "1.99.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c7808adcff8333eaa76a849e6de926c6ac1a1268b9fd6afe32de9c29ef29d2" +checksum = "9acba7c62f3d4e2408fa998a3a8caacd8b9a5b5549cf36e2372fbdae329d5449" dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", "aws-smithy-http", "aws-smithy-json", + "aws-smithy-observability", "aws-smithy-query", "aws-smithy-runtime", "aws-smithy-runtime-api", @@ -1973,15 +1960,16 @@ dependencies = [ "aws-types", "fastrand", "http 0.2.12", + "http 1.4.0", "regex-lite", "tracing", ] [[package]] name = "aws-sigv4" -version = "1.3.6" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11" +checksum = "37411f8e0f4bea0c3ca0958ce7f18f6439db24d555dbd809787262cd00926aa9" dependencies = [ "aws-credential-types", "aws-smithy-http", @@ -1992,7 +1980,7 @@ dependencies = [ "hex", "hmac", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "percent-encoding", "sha2 0.10.9", "time", @@ -2001,9 +1989,9 @@ dependencies = [ [[package]] name = "aws-smithy-async" -version = "1.2.6" +version = "1.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c" +checksum = "5cc50d0f63e714784b84223abd7abbc8577de8c35d699e0edd19f0a88a08ae13" dependencies = [ "futures-util", "pin-project-lite", @@ -2012,9 +2000,9 @@ dependencies = [ [[package]] name = "aws-smithy-http" -version = "0.62.5" +version = "0.63.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca" +checksum = "d619373d490ad70966994801bc126846afaa0d1ee920697a031f0cf63f2568e7" dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", @@ -2022,9 +2010,9 @@ dependencies = [ "bytes-utils", "futures-core", "futures-util", - "http 0.2.12", - "http 1.3.1", - "http-body 0.4.6", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", "percent-encoding", "pin-project-lite", "pin-utils", @@ -2033,17 +2021,17 @@ dependencies = [ [[package]] name = "aws-smithy-http-client" -version = "1.1.4" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c" +checksum = "00ccbb08c10f6bcf912f398188e42ee2eab5f1767ce215a02a73bc5df1bbdd95" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", "aws-smithy-types", "h2 0.3.27", - "h2 0.4.12", + "h2 0.4.13", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "http-body 0.4.6", "hyper 0.14.32", "hyper 1.8.1", @@ -2052,8 +2040,8 @@ dependencies = [ "hyper-util", "pin-project-lite", "rustls 0.21.12", - "rustls 0.23.31", - "rustls-native-certs 0.8.2", + "rustls 0.23.37", + "rustls-native-certs", "rustls-pki-types", "tokio", "tokio-rustls 0.26.4", @@ -2063,27 +2051,27 @@ dependencies = [ [[package]] name = "aws-smithy-json" -version = "0.61.7" +version = "0.62.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54" +checksum = "27b3a779093e18cad88bbae08dc4261e1d95018c4c5b9356a52bcae7c0b6e9bb" dependencies = [ "aws-smithy-types", ] [[package]] name = "aws-smithy-observability" -version = "0.1.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc" +checksum = "4d3f39d5bb871aaf461d59144557f16d5927a5248a983a40654d9cf3b9ba183b" dependencies = [ "aws-smithy-runtime-api", ] [[package]] name = "aws-smithy-query" -version = "0.60.8" +version = "0.60.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9" +checksum = "05f76a580e3d8f8961e5d48763214025a2af65c2fa4cd1fb7f270a0e107a71b0" dependencies = [ "aws-smithy-types", "urlencoding", @@ -2091,9 +2079,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.9.4" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0" +checksum = "22ccf7f6eba8b2dcf8ce9b74806c6c185659c311665c4bf8d6e71ebd454db6bf" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -2104,9 +2092,10 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "http-body 0.4.6", "http-body 1.0.1", + "http-body-util", "pin-project-lite", "pin-utils", "tokio", @@ -2115,15 +2104,15 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.9.2" +version = "1.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193" +checksum = "b4af6e5def28be846479bbeac55aa4603d6f7986fc5da4601ba324dd5d377516" dependencies = [ "aws-smithy-async", "aws-smithy-types", "bytes", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "pin-project-lite", "tokio", "tracing", @@ -2132,16 +2121,16 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.3.4" +version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e" +checksum = "8ca2734c16913a45343b37313605d84e7d8b34a4611598ce1d25b35860a2bed3" dependencies = [ "base64-simd", "bytes", "bytes-utils", "futures-core", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "http-body 0.4.6", "http-body 1.0.1", "http-body-util", @@ -2158,18 +2147,18 @@ dependencies = [ [[package]] name = "aws-smithy-xml" -version = "0.60.12" +version = "0.60.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56" +checksum = "b53543b4b86ed43f051644f704a98c7291b3618b67adf057ee77a366fa52fcaa" dependencies = [ "xmlparser", ] [[package]] name = "aws-types" -version = "1.3.10" +version = "1.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6" +checksum = "0470cc047657c6e286346bdf10a8719d26efd6a91626992e0e64481e44323e96" dependencies = [ "aws-credential-types", "aws-smithy-async", @@ -2181,16 +2170,16 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" +checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" dependencies = [ "axum-core", "base64 0.22.1", "bytes", "form_urlencoded", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.8.1", @@ -2217,13 +2206,13 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" +checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" dependencies = [ "bytes", "futures-core", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "mime", @@ -2234,12 +2223,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "az" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" - [[package]] name = "backon" version = "1.6.0" @@ -2311,9 +2294,9 @@ dependencies = [ [[package]] name = "base64ct" -version = "1.8.0" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" +checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "bech32" @@ -2323,9 +2306,9 @@ checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" [[package]] name = "bigdecimal" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "560f42649de9fa436b73517378a147ec21f6c997a546581df4b4b31677828934" +checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" dependencies = [ "autocfg", "libm", @@ -2350,63 +2333,22 @@ dependencies = [ "serde", ] -[[package]] -name = "bindgen" -version = "0.69.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" -dependencies = [ - "bitflags 2.10.0", - "cexpr", - "clang-sys", - "itertools 0.12.1", - "lazy_static", - "lazycell", - "log", - "prettyplease", - "proc-macro2", - "quote", - "regex", - "rustc-hash 1.1.0", - "shlex", - "syn 2.0.110", - "which", -] - -[[package]] -name = "bindgen" -version = "0.71.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" -dependencies = [ - "bitflags 2.10.0", - "cexpr", - "clang-sys", - "itertools 0.13.0", - "proc-macro2", - "quote", - "regex", - "rustc-hash 2.1.1", - "shlex", - "syn 2.0.110", -] - [[package]] name = "bindgen" version = "0.72.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cexpr", "clang-sys", "itertools 0.13.0", "proc-macro2", "quote", "regex", - "rustc-hash 2.1.1", + "rustc-hash", "shlex", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -2426,15 +2368,15 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitcoin-io" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" +checksum = "2dee39a0ee5b4095224a0cfc6bf4cc1baf0f9624b96b367e53b66d974e51d953" [[package]] name = "bitcoin_hashes" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +checksum = "26ec84b80c482df901772e931a9a681e26a1b9ee2302edeff23cb30328745c8b" dependencies = [ "bitcoin-io", "hex-conservative", @@ -2448,9 +2390,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" dependencies = [ "serde_core", ] @@ -2509,148 +2451,150 @@ dependencies = [ [[package]] name = "boa_ast" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c340fe0f0b267787095cbe35240c6786ff19da63ec7b69367ba338eace8169b" +checksum = "bc119a5ad34c3f459062a96907f53358989b173d104258891bb74f95d93747e8" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "boa_interner", "boa_macros", "boa_string", - "indexmap 2.12.0", + "indexmap 2.13.0", "num-bigint", - "rustc-hash 2.1.1", + "rustc-hash", ] [[package]] name = "boa_engine" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f620c3f06f51e65c0504ddf04978be1b814ac6586f0b45f6019801ab5efd37f9" +checksum = "e637ec52ea66d76b0ca86180c259d6c7bb6e6a6e14b2f36b85099306d8b00cc3" dependencies = [ + "aligned-vec", "arrayvec", - "bitflags 2.10.0", + "bitflags 2.11.0", "boa_ast", "boa_gc", "boa_interner", "boa_macros", "boa_parser", - "boa_profiler", "boa_string", "bytemuck", "cfg-if", - "dashmap 6.1.0", + "cow-utils", + "dashmap", + "dynify", "fast-float2", - "hashbrown 0.15.5", - "icu_normalizer 1.5.0", - "indexmap 2.12.0", + "float16", + "futures-channel", + "futures-concurrency", + "futures-lite", + "hashbrown 0.16.1", + "icu_normalizer", + "indexmap 2.13.0", "intrusive-collections", - "itertools 0.13.0", + "itertools 0.14.0", "num-bigint", "num-integer", "num-traits", "num_enum", - "once_cell", - "pollster", + "paste", "portable-atomic", - "rand 0.8.5", + "rand 0.9.2", "regress", - "rustc-hash 2.1.1", + "rustc-hash", "ryu-js", "serde", "serde_json", - "sptr", + "small_btree", "static_assertions", + "tag_ptr", "tap", "thin-vec", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", + "xsum", ] [[package]] name = "boa_gc" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2425c0b7720d42d73eaa6a883fbb77a5c920da8694964a3d79a67597ac55cce2" +checksum = "f1179f690cbfcbe5364cceee5f1cb577265bb6f07b0be6f210aabe270adcf9da" dependencies = [ "boa_macros", - "boa_profiler", "boa_string", - "hashbrown 0.15.5", + "hashbrown 0.16.1", "thin-vec", ] [[package]] name = "boa_interner" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42407a3b724cfaecde8f7d4af566df4b56af32a2f11f0956f5570bb974e7f749" +checksum = "9626505d33dc63d349662437297df1d3afd9d5fc4a2b3ad34e5e1ce879a78848" dependencies = [ "boa_gc", "boa_macros", - "hashbrown 0.15.5", - "indexmap 2.12.0", + "hashbrown 0.16.1", + "indexmap 2.13.0", "once_cell", - "phf 0.11.3", - "rustc-hash 2.1.1", + "phf", + "rustc-hash", "static_assertions", ] [[package]] name = "boa_macros" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fd3f870829131332587f607a7ff909f1af5fc523fd1b192db55fbbdf52e8d3c" +checksum = "7f36418a46544b152632c141b0a0b7a453cd69ca150caeef83aee9e2f4b48b7d" dependencies = [ + "cfg-if", + "cow-utils", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", "synstructure", ] [[package]] name = "boa_parser" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cc142dac798cdc6e2dbccfddeb50f36d2523bb977a976e19bdb3ae19b740804" +checksum = "02f99bf5b684f0de946378fcfe5f38c3a0fbd51cbf83a0f39ff773a0e218541f" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "boa_ast", "boa_interner", "boa_macros", - "boa_profiler", "fast-float2", - "icu_properties 1.5.1", + "icu_properties", "num-bigint", "num-traits", "regress", - "rustc-hash 2.1.1", + "rustc-hash", ] -[[package]] -name = "boa_profiler" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4064908e7cdf9b6317179e9b04dcb27f1510c1c144aeab4d0394014f37a0f922" - [[package]] name = "boa_string" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7debc13fbf7997bf38bf8e9b20f1ad5e2a7d27a900e1f6039fe244ce30f589b5" +checksum = "45ce9d7aa5563a2e14eab111e2ae1a06a69a812f6c0c3d843196c9d03fbef440" dependencies = [ "fast-float2", + "itoa", "paste", - "rustc-hash 2.1.1", - "sptr", + "rustc-hash", + "ryu-js", "static_assertions", ] [[package]] name = "bon" -version = "3.8.2" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c" +checksum = "2d13a61f2963b88eef9c1be03df65d42f6996dfeac1054870d950fcf66686f83" dependencies = [ "bon-macros", "rustversion", @@ -2658,24 +2602,24 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.8.2" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365" +checksum = "d314cc62af2b6b0c65780555abb4d02a03dd3b799cd42419044f0c38d99738c0" dependencies = [ - "darling 0.20.11", + "darling 0.23.0", "ident_case", "prettyplease", "proc-macro2", "quote", "rustversion", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "borsh" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" +checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" dependencies = [ "borsh-derive", "cfg_aliases", @@ -2683,15 +2627,15 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" +checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" dependencies = [ "once_cell", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -2702,9 +2646,9 @@ checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e" [[package]] name = "boyer-moore-magiclen" -version = "0.2.20" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95e6233f2d926b5b123caf9d58e3885885255567fbe7776a7fdcae2a4d7241c4" +checksum = "7441b4796eb8a7107d4cd99d829810be75f5573e1081c37faa0e8094169ea0d6" dependencies = [ "debug-helper", ] @@ -2752,9 +2696,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.19.0" +version = "3.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" +checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" [[package]] name = "byte-slice-cast" @@ -2784,17 +2728,11 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "bytecount" -version = "0.6.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" - [[package]] name = "bytemuck" -version = "1.24.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" +checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" dependencies = [ "bytemuck_derive", ] @@ -2807,7 +2745,7 @@ checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -2818,9 +2756,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" dependencies = [ "serde", ] @@ -2837,9 +2775,9 @@ dependencies = [ [[package]] name = "c-kzg" -version = "2.1.5" +version = "2.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e00bf4b112b07b505472dbefd19e37e53307e2bfed5a79e0cc161d58ccd0e687" +checksum = "1a0f582957c24870b7bfd12bf562c40b4734b533cafbaf8ded31d6d85f462c01" dependencies = [ "arbitrary", "blst", @@ -2853,55 +2791,37 @@ dependencies = [ [[package]] name = "camino" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609" +checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" dependencies = [ "serde_core", ] [[package]] name = "cargo-platform" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" -dependencies = [ - "serde", -] - -[[package]] -name = "cargo_metadata" -version = "0.14.2" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" +checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082" dependencies = [ - "camino", - "cargo-platform", - "semver 1.0.27", "serde", - "serde_json", + "serde_core", ] [[package]] name = "cargo_metadata" -version = "0.19.2" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" +checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9" dependencies = [ "camino", "cargo-platform", "semver 1.0.27", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", ] -[[package]] -name = "cassowary" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" - [[package]] name = "cast" version = "0.3.0" @@ -2919,10 +2839,11 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.15" +version = "1.2.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af" +checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" dependencies = [ + "find-msvc-tools", "jobserver", "libc", "shlex", @@ -2957,9 +2878,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "js-sys", @@ -3019,9 +2940,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.51" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" +checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" dependencies = [ "clap_builder", "clap_derive", @@ -3029,9 +2950,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.51" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" +checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" dependencies = [ "anstream", "anstyle", @@ -3039,14 +2960,14 @@ dependencies = [ "strsim", "terminal_size", "unicase", - "unicode-width 0.2.0", + "unicode-width", ] [[package]] name = "clap_complete" -version = "4.5.65" +version = "4.5.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "430b4dc2b5e3861848de79627b2bedc9f3342c7da5173a14eaa5d0f8dc18ae5d" +checksum = "c757a3b7e39161a4e56f9365141ada2a6c915a8622c408ab6bb4b5d047371031" dependencies = [ "clap", ] @@ -3063,41 +2984,41 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.49" +version = "4.5.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" +checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "clap_lex" -version = "0.7.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" +checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" [[package]] name = "cmake" -version = "0.1.54" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" +checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" dependencies = [ "cc", ] [[package]] name = "codspeed" -version = "4.1.0" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3b847e05a34be5c38f3f2a5052178a3bd32e6b5702f3ea775efde95c483a539" +checksum = "38c2eb3388ebe26b5a0ab6bf4969d9c4840143d7f6df07caa3cc851b0606cef6" dependencies = [ "anyhow", "cc", "colored", - "getrandom 0.2.16", + "getrandom 0.2.17", "glob", "libc", "nix 0.30.1", @@ -3108,9 +3029,9 @@ dependencies = [ [[package]] name = "codspeed-criterion-compat" -version = "4.1.0" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a0e2a53beb18dec493ec133f226e0d35e8bb2fdc638ccf7351696eabee416c" +checksum = "e1e270597a1d1e183f86d1cc9f94f0133654ee3daf201c17903ee29363555dd7" dependencies = [ "clap", "codspeed", @@ -3123,9 +3044,9 @@ dependencies = [ [[package]] name = "codspeed-criterion-compat-walltime" -version = "4.1.0" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f652d6e6d40bba0f5c244744db94d92a26b7f083df18692df88fb0772f1c793" +checksum = "e6c2613d2fac930fe34456be76f9124ee0800bb9db2e7fd2d6c65b9ebe98a292" dependencies = [ "anes", "cast", @@ -3211,7 +3132,7 @@ dependencies = [ "byteorder", "cfg-if", "const-hex", - "getrandom 0.2.16", + "getrandom 0.2.17", "hidapi-rusb", "js-sys", "log", @@ -3279,20 +3200,20 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.2.1" +version = "7.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" +checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" dependencies = [ - "crossterm 0.29.0", + "crossterm", "unicode-segmentation", - "unicode-width 0.2.0", + "unicode-width", ] [[package]] name = "compact_str" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" +checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" dependencies = [ "castaway", "cfg-if", @@ -3304,9 +3225,9 @@ dependencies = [ [[package]] name = "compression-codecs" -version = "0.4.32" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "680dc087785c5230f8e8843e2e57ac7c1c90488b6a91b88caa265410568f441b" +checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7" dependencies = [ "brotli", "compression-core", @@ -3318,9 +3239,9 @@ dependencies = [ [[package]] name = "compression-core" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9b614a5787ef0c8802a55766480563cb3a93b435898c422ed2a359cf811582" +checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" [[package]] name = "concat-kdf" @@ -3349,7 +3270,7 @@ dependencies = [ "encode_unicode", "libc", "once_cell", - "unicode-width 0.2.0", + "unicode-width", "windows-sys 0.59.0", ] @@ -3362,7 +3283,7 @@ dependencies = [ "encode_unicode", "libc", "once_cell", - "unicode-width 0.2.0", + "unicode-width", "windows-sys 0.61.2", ] @@ -3373,8 +3294,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8599749b6667e2f0c910c1d0dff6901163ff698a52d5a39720f61b5be4b20d3" dependencies = [ "futures-core", - "prost 0.14.1", - "prost-types 0.14.1", + "prost 0.14.3", + "prost-types 0.14.3", "tonic", "tonic-prost", "tracing-core", @@ -3393,8 +3314,8 @@ dependencies = [ "hdrhistogram", "humantime", "hyper-util", - "prost 0.14.1", - "prost-types 0.14.1", + "prost 0.14.3", + "prost-types 0.14.3", "serde", "serde_json", "thread_local", @@ -3403,14 +3324,14 @@ dependencies = [ "tonic", "tracing", "tracing-core", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] name = "const-hex" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bb320cac8a0750d7f25280aa97b09c26edfe161164238ecbbb31092b079e735" +checksum = "af9a108e542ddf1de36743a6126e94d6659dccda38fc8a77e80b915102ac784a" dependencies = [ "cfg-if", "cpufeatures", @@ -3452,9 +3373,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.7.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" dependencies = [ "unicode-segmentation", ] @@ -3494,11 +3415,17 @@ dependencies = [ "memchr", ] +[[package]] +name = "cow-utils" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "417bef24afe1460300965a25ff4a24b8b45ad011948302ec221e8a0a81eb2c79" + [[package]] name = "cpp_demangle" -version = "0.4.5" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253" +checksum = "0667304c32ea56cb4cd6d2d7c0cfe9a2f8041229db8c033af7f8d69492429def" dependencies = [ "cfg-if", ] @@ -3514,9 +3441,9 @@ dependencies = [ [[package]] name = "crc" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" +checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" dependencies = [ "crc-catalog", ] @@ -3597,34 +3524,22 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crossterm" -version = "0.28.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" +checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "crossterm_winapi", + "derive_more", + "document-features", "mio", "parking_lot 0.12.5", - "rustix 0.38.44", + "rustix", "signal-hook", "signal-hook-mio", "winapi", ] -[[package]] -name = "crossterm" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" -dependencies = [ - "bitflags 2.10.0", - "crossterm_winapi", - "document-features", - "parking_lot 0.12.5", - "rustix 1.1.2", - "winapi", -] - [[package]] name = "crossterm_winapi" version = "0.9.1" @@ -3696,7 +3611,20 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", +] + +[[package]] +name = "curve25519-dalek-ng" +version = "4.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" +dependencies = [ + "byteorder", + "digest 0.9.0", + "rand_core 0.6.4", + "subtle-ng", + "zeroize", ] [[package]] @@ -3719,6 +3647,16 @@ dependencies = [ "darling_macro 0.21.3", ] +[[package]] +name = "darling" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" +dependencies = [ + "darling_core 0.23.0", + "darling_macro 0.23.0", +] + [[package]] name = "darling_core" version = "0.20.11" @@ -3730,7 +3668,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -3745,7 +3683,20 @@ dependencies = [ "quote", "serde", "strsim", - "syn 2.0.110", + "syn 2.0.117", +] + +[[package]] +name = "darling_core" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" +dependencies = [ + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn 2.0.117", ] [[package]] @@ -3756,7 +3707,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core 0.20.11", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -3767,20 +3718,18 @@ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" dependencies = [ "darling_core 0.21.3", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] -name = "dashmap" -version = "5.5.3" +name = "darling_macro" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" dependencies = [ - "cfg-if", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core 0.9.12", + "darling_core 0.23.0", + "quote", + "syn 2.0.117", ] [[package]] @@ -3789,25 +3738,27 @@ version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" dependencies = [ + "arbitrary", "cfg-if", "crossbeam-utils", "hashbrown 0.14.5", "lock_api", "once_cell", "parking_lot_core 0.9.12", + "serde", ] [[package]] name = "data-encoding" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" +checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" [[package]] name = "data-encoding-macro" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" +checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -3815,12 +3766,12 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" +checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -3835,7 +3786,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" dependencies = [ - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] @@ -3862,9 +3813,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.5.5" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" +checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" dependencies = [ "powerfmt", "serde_core", @@ -3889,7 +3840,7 @@ checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -3900,7 +3851,7 @@ checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -3921,7 +3872,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -3931,28 +3882,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" dependencies = [ "derive_builder_core", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "derive_more" -version = "2.0.1" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" +checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" dependencies = [ "derive_more-impl", ] [[package]] name = "derive_more-impl" -version = "2.0.1" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" +checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" dependencies = [ "convert_case", "proc-macro2", "quote", - "syn 2.0.110", + "rustc_version 0.4.1", + "syn 2.0.117", "unicode-xid", ] @@ -4038,9 +3990,9 @@ dependencies = [ [[package]] name = "discv5" -version = "0.9.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4b4e7798d2ff74e29cee344dc490af947ae657d6ab5273dde35d58ce06a4d71" +checksum = "f170f4f6ed0e1df52bf43b403899f0081917ecf1500bfe312505cc3b515a8899" dependencies = [ "aes", "aes-gcm", @@ -4077,7 +4029,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4113,6 +4065,26 @@ version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" +[[package]] +name = "dynify" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81acb15628a3e22358bf73de5e7e62360b8a777dbcb5fc9ac7dfa9ae73723747" +dependencies = [ + "dynify-macros", +] + +[[package]] +name = "dynify-macros" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ec431cd708430d5029356535259c5d645d60edd3d39c54e5eea9782d46caa7d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "ecdsa" version = "0.16.9" @@ -4138,6 +4110,21 @@ dependencies = [ "signature", ] +[[package]] +name = "ed25519-consensus" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c8465edc8ee7436ffea81d21a019b16676ee3db267aa8d5a8d729581ecf998b" +dependencies = [ + "curve25519-dalek-ng", + "hex", + "rand_core 0.6.4", + "serde", + "sha2 0.9.9", + "thiserror 1.0.69", + "zeroize", +] + [[package]] name = "ed25519-dalek" version = "2.2.0" @@ -4162,7 +4149,7 @@ dependencies = [ "enum-ordinalize", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4247,7 +4234,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4267,7 +4254,7 @@ checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4278,7 +4265,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4298,7 +4285,7 @@ checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4328,15 +4315,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "error-chain" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" -dependencies = [ - "version_check", -] - [[package]] name = "etcetera" version = "0.8.0" @@ -4409,6 +4387,21 @@ dependencies = [ "typenum", ] +[[package]] +name = "ethereum_ssz" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2128a84f7a3850d54ee343334e3392cca61f9f6aa9441eec481b9394b43c238b" +dependencies = [ + "alloy-primitives", + "ethereum_serde_utils", + "itertools 0.14.0", + "serde", + "serde_derive", + "smallvec", + "typenum", +] + [[package]] name = "ethereum_ssz_derive" version = "0.9.1" @@ -4418,7 +4411,19 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", +] + +[[package]] +name = "ethereum_ssz_derive" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd596f91cff004fc8d02be44c21c0f9b93140a04b66027ae052f5f8e05b48eba" +dependencies = [ + "darling 0.23.0", + "proc-macro2", + "quote", + "syn 2.0.117", ] [[package]] @@ -4513,31 +4518,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] -name = "figment" -version = "0.10.19" +name = "figment2" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" +checksum = "4380ce44915a6227efbb61e3885bc1c8e99fb9820f5db612abfac2c5cfc46871" dependencies = [ "atomic", - "pear", "serde", - "toml 0.8.23", + "toml_edit 0.23.10+spec-1.0.0", "uncased", "version_check", ] [[package]] name = "filetime" -version = "0.2.26" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" +checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" dependencies = [ "cfg-if", "libc", "libredox", - "windows-sys 0.60.2", ] +[[package]] +name = "find-msvc-tools" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" + [[package]] name = "findshlibs" version = "0.10.2" @@ -4550,6 +4559,17 @@ dependencies = [ "winapi", ] +[[package]] +name = "fixed-cache" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c41c7aa69c00ebccf06c3fa7ffe2a6cf26a58b5fe4deabfe646285ff48136a8f" +dependencies = [ + "equivalent", + "rapidhash", + "typeid", +] + [[package]] name = "fixed-hash" version = "0.8.0" @@ -4562,21 +4582,58 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "fixed-map" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86ed19add84e8cb9e8cc5f7074de0324247149ffef0b851e215fb0edc50c229b" +dependencies = [ + "fixed-map-derive", + "serde", +] + +[[package]] +name = "fixed-map-derive" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dc7a9cb3326bafb80642c5ce99b39a2c0702d4bfa8ee8a3e773791a6cbe2407" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "fixedbitset" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +[[package]] +name = "fixedbitset" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" + [[package]] name = "flate2" -version = "1.1.5" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" dependencies = [ "crc32fast", - "libz-rs-sys", "miniz_oxide", + "zlib-rs", +] + +[[package]] +name = "float16" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7bffafbd079d520191c7c2779ae9cf757601266cf4167d3f659ff09617ff8483" +dependencies = [ + "cfg-if", + "rustc_version 0.2.3", ] [[package]] @@ -4625,8 +4682,8 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "forge-script-sequence" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-network", "alloy-primitives", @@ -4634,7 +4691,7 @@ dependencies = [ "foundry-common", "foundry-compilers", "foundry-config", - "revm-inspectors 0.30.1", + "revm-inspectors", "serde", "serde_json", "walkdir", @@ -4659,24 +4716,24 @@ dependencies = [ "alloy-json-abi", "alloy-primitives", "foundry-compilers", - "reqwest", + "reqwest 0.12.28", "semver 1.0.27", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] [[package]] name = "foundry-cheatcodes" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-chains", "alloy-consensus", "alloy-dyn-abi", "alloy-ens", - "alloy-evm 0.21.3", + "alloy-evm", "alloy-genesis", "alloy-json-abi", "alloy-network", @@ -4690,6 +4747,7 @@ dependencies = [ "base64 0.22.1", "dialoguer", "ecdsa", + "ed25519-consensus", "eyre", "forge-script-sequence", "foundry-cheatcodes-spec", @@ -4699,6 +4757,7 @@ dependencies = [ "foundry-evm-core", "foundry-evm-fuzz", "foundry-evm-traces", + "foundry-primitives", "foundry-wallets", "itertools 0.14.0", "jsonpath_lib", @@ -4708,22 +4767,22 @@ dependencies = [ "parking_lot 0.12.5", "proptest", "rand 0.9.2", - "revm 29.0.1", - "revm-inspectors 0.30.1", + "revm", + "revm-inspectors", "semver 1.0.27", "serde", "serde_json", "solar-compiler", - "thiserror 2.0.17", - "toml 0.9.8", + "thiserror 2.0.18", + "toml", "tracing", "walkdir", ] [[package]] name = "foundry-cheatcodes-spec" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-sol-types", "foundry-macros", @@ -4732,8 +4791,8 @@ dependencies = [ [[package]] name = "foundry-cli" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-chains", "alloy-dyn-abi", @@ -4752,18 +4811,19 @@ dependencies = [ "dunce", "eyre", "foundry-block-explorers", + "foundry-cli-markdown", "foundry-common", "foundry-compilers", "foundry-config", "foundry-evm", "foundry-wallets", "futures", - "indicatif 0.18.3", + "indicatif 0.18.4", "itertools 0.14.0", "path-slash", "rayon", "regex", - "rustls 0.23.31", + "rustls 0.23.37", "serde", "serde_json", "solar-compiler", @@ -4771,14 +4831,22 @@ dependencies = [ "strum 0.27.2", "tokio", "tracing", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", "yansi", ] +[[package]] +name = "foundry-cli-markdown" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" +dependencies = [ + "clap", +] + [[package]] name = "foundry-common" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-chains", "alloy-consensus", @@ -4810,31 +4878,32 @@ dependencies = [ "foundry-block-explorers", "foundry-common-fmt", "foundry-compilers", + "foundry-config", "itertools 0.14.0", "jiff", "num-format", "path-slash", "regex", - "reqwest", - "revm 29.0.1", + "reqwest 0.12.28", + "revm", "semver 1.0.27", "serde", "serde_json", "solar-compiler", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tower", "tracing", "url", - "vergen 8.3.2", + "vergen-gitcl", "walkdir", "yansi", ] [[package]] name = "foundry-common-fmt" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -4844,7 +4913,8 @@ dependencies = [ "alloy-serde", "chrono", "eyre", - "revm 29.0.1", + "foundry-primitives", + "revm", "serde", "serde_json", "yansi", @@ -4863,7 +4933,7 @@ dependencies = [ "dyn-clone", "foundry-compilers-artifacts", "foundry-compilers-core", - "itertools 0.13.0", + "itertools 0.14.0", "path-slash", "rayon", "semver 1.0.27", @@ -4873,7 +4943,7 @@ dependencies = [ "solar-compiler", "svm-rs", "svm-rs-builds", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "winnow", "yansi", @@ -4905,7 +4975,7 @@ dependencies = [ "semver 1.0.27", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "yansi", ] @@ -4940,7 +5010,7 @@ dependencies = [ "serde", "serde_json", "svm-rs", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "walkdir", "xxhash-rust", @@ -4948,8 +5018,8 @@ dependencies = [ [[package]] name = "foundry-config" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-chains", "alloy-primitives", @@ -4957,7 +5027,7 @@ dependencies = [ "dirs", "dunce", "eyre", - "figment", + "figment2", "foundry-block-explorers", "foundry-compilers", "foundry-evm-networks", @@ -4966,32 +5036,32 @@ dependencies = [ "heck 0.5.0", "itertools 0.14.0", "mesc", - "number_prefix", "path-slash", "rayon", "regex", - "reqwest", - "revm 29.0.1", + "reqwest 0.12.28", + "revm", "semver 1.0.27", "serde", "serde_json", "solar-compiler", "soldeer-core", - "thiserror 2.0.17", - "toml 0.9.8", - "toml_edit 0.23.7", + "thiserror 2.0.18", + "toml", + "toml_edit 0.24.1+spec-1.1.0", "tracing", + "unit-prefix", "walkdir", "yansi", ] [[package]] name = "foundry-evm" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-dyn-abi", - "alloy-evm 0.21.3", + "alloy-evm", "alloy-json-abi", "alloy-primitives", "alloy-rpc-types", @@ -5006,23 +5076,24 @@ dependencies = [ "foundry-evm-fuzz", "foundry-evm-networks", "foundry-evm-traces", - "indicatif 0.18.3", + "indicatif 0.18.4", "parking_lot 0.12.5", "proptest", - "revm 29.0.1", - "revm-inspectors 0.30.1", + "rayon", + "revm", + "revm-inspectors", "serde", "serde_json", - "solar-compiler", - "thiserror 2.0.17", + "thiserror 2.0.18", + "tokio", "tracing", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] name = "foundry-evm-abi" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -5034,18 +5105,19 @@ dependencies = [ [[package]] name = "foundry-evm-core" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-chains", "alloy-consensus", "alloy-dyn-abi", - "alloy-evm 0.21.3", + "alloy-evm", "alloy-genesis", - "alloy-hardforks 0.3.5", + "alloy-hardforks 0.4.7", "alloy-json-abi", "alloy-network", "alloy-op-evm", + "alloy-op-hardforks", "alloy-primitives", "alloy-provider", "alloy-rpc-types", @@ -5060,13 +5132,13 @@ dependencies = [ "foundry-fork-db", "futures", "itertools 0.14.0", - "op-revm 10.1.1", + "op-revm", "parking_lot 0.12.5", - "revm 29.0.1", - "revm-inspectors 0.30.1", + "revm", + "revm-inspectors", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "url", @@ -5074,8 +5146,8 @@ dependencies = [ [[package]] name = "foundry-evm-coverage" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-primitives", "eyre", @@ -5083,7 +5155,7 @@ dependencies = [ "foundry-compilers", "foundry-evm-core", "rayon", - "revm 29.0.1", + "revm", "semver 1.0.27", "solar-compiler", "tracing", @@ -5091,8 +5163,8 @@ dependencies = [ [[package]] name = "foundry-evm-fuzz" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -5108,34 +5180,38 @@ dependencies = [ "parking_lot 0.12.5", "proptest", "rand 0.9.2", - "revm 29.0.1", + "revm", "serde", - "thiserror 2.0.17", + "solar-compiler", + "thiserror 2.0.18", "tracing", ] [[package]] name = "foundry-evm-networks" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-chains", - "alloy-evm 0.21.3", + "alloy-eips", + "alloy-evm", + "alloy-op-hardforks", "alloy-primitives", "clap", - "revm 29.0.1", + "revm", "serde", ] [[package]] name = "foundry-evm-traces" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", "alloy-primitives", "alloy-sol-types", + "async-trait", "eyre", "foundry-block-explorers", "foundry-common", @@ -5147,8 +5223,9 @@ dependencies = [ "itertools 0.14.0", "memchr", "rayon", - "revm 29.0.1", - "revm-inspectors 0.30.1", + "reqwest 0.12.28", + "revm", + "revm-inspectors", "serde", "serde_json", "solar-compiler", @@ -5160,23 +5237,23 @@ dependencies = [ [[package]] name = "foundry-fork-db" -version = "0.18.1" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c6930a2357571fef2ca1e71bbb27be83e86bc78d9ead064c9889bdb268501e" +checksum = "ad537243394b8cda523e63749f2c9833be4c612500d35518efad34a3d1086710" dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-hardforks 0.3.5", + "alloy-hardforks 0.4.7", "alloy-primitives", "alloy-provider", "alloy-rpc-types", "eyre", "futures", "parking_lot 0.12.5", - "revm 29.0.1", + "revm", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "url", @@ -5184,51 +5261,86 @@ dependencies = [ [[package]] name = "foundry-linking" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-primitives", "foundry-compilers", "rayon", "semver 1.0.27", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "foundry-macros" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", +] + +[[package]] +name = "foundry-primitives" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" +dependencies = [ + "alloy-consensus", + "alloy-evm", + "alloy-network", + "alloy-primitives", + "alloy-provider", + "alloy-rlp", + "alloy-rpc-types", + "alloy-rpc-types-eth", + "alloy-serde", + "alloy-signer", + "derive_more", + "op-alloy-consensus", + "op-alloy-rpc-types", + "op-revm", + "revm", + "serde", + "serde_json", + "tempo-alloy", + "tempo-primitives", ] [[package]] name = "foundry-wallets" -version = "1.4.2" -source = "git+https://github.com/foundry-rs/foundry.git?rev=2c84e1c970d11ef5023a77d8002a1cb70b143888#2c84e1c970d11ef5023a77d8002a1cb70b143888" +version = "1.6.0" +source = "git+https://github.com/scroll-tech/foundry.git?branch=feat%2Fbump-dependencies#e451ccfdf77f8f543e987703c66543c29eba9258" dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-network", "alloy-primitives", + "alloy-rpc-types", "alloy-signer", "alloy-signer-ledger", "alloy-signer-local", "alloy-signer-trezor", "alloy-sol-types", "async-trait", + "axum", "clap", "derive_builder", "eth-keystore", "eyre", + "foundry-common", "foundry-config", "rpassword", "serde", - "thiserror 2.0.17", + "serde_json", + "thiserror 2.0.18", + "tokio", + "tower", + "tower-http", "tracing", + "uuid 1.21.0", + "webbrowser", ] [[package]] @@ -5254,9 +5366,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" +checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" dependencies = [ "futures-channel", "futures-core", @@ -5269,25 +5381,38 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" dependencies = [ "futures-core", "futures-sink", ] +[[package]] +name = "futures-concurrency" +version = "7.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6" +dependencies = [ + "fixedbitset 0.5.7", + "futures-core", + "futures-lite", + "pin-project", + "smallvec", +] + [[package]] name = "futures-core" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" +checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" [[package]] name = "futures-executor" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" +checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" dependencies = [ "futures-core", "futures-task", @@ -5307,32 +5432,45 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" +checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" [[package]] -name = "futures-macro" -version = "0.3.31" +name = "futures-lite" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" +checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", + "fastrand", + "futures-core", + "futures-io", + "parking", + "pin-project-lite", +] + +[[package]] +name = "futures-macro" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", ] [[package]] name = "futures-sink" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" +checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" [[package]] name = "futures-task" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" +checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" [[package]] name = "futures-timer" @@ -5346,9 +5484,9 @@ dependencies = [ [[package]] name = "futures-util" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" dependencies = [ "futures-channel", "futures-core", @@ -5358,7 +5496,6 @@ dependencies = [ "futures-task", "memchr", "pin-project-lite", - "pin-utils", "slab", ] @@ -5374,7 +5511,6 @@ version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ - "serde", "typenum", "version_check", "zeroize", @@ -5382,9 +5518,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" dependencies = [ "cfg-if", "js-sys", @@ -5407,6 +5543,31 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "getrandom" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" +dependencies = [ + "cfg-if", + "libc", + "r-efi", + "wasip2", + "wasip3", +] + +[[package]] +name = "getset" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cf0fc11e47561d47397154977bc219f4cf809b2974facc3ccb3b89e2436f912" +dependencies = [ + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "ghash" version = "0.5.1" @@ -5425,11 +5586,11 @@ checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" [[package]] name = "git2" -version = "0.20.2" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" +checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "libc", "libgit2-sys", "log", @@ -5465,7 +5626,7 @@ dependencies = [ "futures-core", "futures-sink", "gloo-utils", - "http 1.3.1", + "http 1.4.0", "js-sys", "pin-project", "serde", @@ -5501,16 +5662,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "gmp-mpfr-sys" -version = "1.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60f8970a75c006bb2f8ae79c6768a116dd215fa8346a87aed99bf9d82ca43394" -dependencies = [ - "libc", - "windows-sys 0.60.2", -] - [[package]] name = "group" version = "0.13.0" @@ -5534,7 +5685,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.12.0", + "indexmap 2.13.0", "slab", "tokio", "tokio-util", @@ -5543,17 +5694,17 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" +checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.3.1", - "indexmap 2.12.0", + "http 1.4.0", + "indexmap 2.13.0", "slab", "tokio", "tokio-util", @@ -5614,14 +5765,15 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" dependencies = [ "allocator-api2", "equivalent", "foldhash 0.2.0", "serde", + "serde_core", ] [[package]] @@ -5681,9 +5833,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-conservative" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f" dependencies = [ "arrayvec", ] @@ -5707,7 +5859,7 @@ dependencies = [ "rand 0.9.2", "ring", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tokio", "tracing", @@ -5731,7 +5883,7 @@ dependencies = [ "resolv-conf", "serde", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -5788,12 +5940,11 @@ dependencies = [ [[package]] name = "http" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" dependencies = [ "bytes", - "fnv", "itoa", ] @@ -5815,7 +5966,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.3.1", + "http 1.4.0", ] [[package]] @@ -5826,7 +5977,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "pin-project-lite", ] @@ -5905,8 +6056,8 @@ dependencies = [ "bytes", "futures-channel", "futures-core", - "h2 0.4.12", - "http 1.3.1", + "h2 0.4.13", + "http 1.4.0", "http-body 1.0.1", "httparse", "httpdate", @@ -5929,7 +6080,6 @@ dependencies = [ "hyper 0.14.32", "log", "rustls 0.21.12", - "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", ] @@ -5940,17 +6090,17 @@ version = "0.27.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ - "http 1.3.1", + "http 1.4.0", "hyper 1.8.1", "hyper-util", "log", - "rustls 0.23.31", - "rustls-native-certs 0.8.2", + "rustls 0.23.37", + "rustls-native-certs", "rustls-pki-types", "tokio", "tokio-rustls 0.26.4", "tower-service", - "webpki-roots 1.0.4", + "webpki-roots 1.0.6", ] [[package]] @@ -5984,25 +6134,25 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.18" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" +checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ "base64 0.22.1", "bytes", "futures-channel", - "futures-core", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "hyper 1.8.1", "ipnet", "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.1", + "socket2 0.6.2", "system-configuration", "tokio", + "tower-layer", "tower-service", "tracing", "windows-registry", @@ -6010,9 +6160,9 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.64" +version = "0.1.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" +checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -6020,7 +6170,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.62.2", + "windows-core", ] [[package]] @@ -6034,27 +6184,15 @@ dependencies = [ [[package]] name = "icu_collections" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" -dependencies = [ - "displaydoc", - "yoke 0.7.5", - "zerofrom", - "zerovec 0.10.4", -] - -[[package]] -name = "icu_collections" -version = "2.1.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" +checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" dependencies = [ "displaydoc", "potential_utf", - "yoke 0.8.1", + "yoke", "zerofrom", - "zerovec 0.11.5", + "zerovec", ] [[package]] @@ -6064,146 +6202,57 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" dependencies = [ "displaydoc", - "litemap 0.8.1", - "tinystr 0.8.2", - "writeable 0.6.2", - "zerovec 0.11.5", -] - -[[package]] -name = "icu_locid" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" -dependencies = [ - "displaydoc", - "litemap 0.7.5", - "tinystr 0.7.6", - "writeable 0.5.5", - "zerovec 0.10.4", -] - -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider 1.5.0", - "tinystr 0.7.6", - "zerovec 0.10.4", + "litemap", + "serde", + "tinystr", + "writeable", + "zerovec", ] -[[package]] -name = "icu_locid_transform_data" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" - [[package]] name = "icu_normalizer" -version = "1.5.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +checksum = "8b24a59706036ba941c9476a55cd57b82b77f38a3c667d637ee7cabbc85eaedc" dependencies = [ "displaydoc", - "icu_collections 1.5.0", - "icu_normalizer_data 1.5.1", - "icu_properties 1.5.1", - "icu_provider 1.5.0", + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", "smallvec", "utf16_iter", - "utf8_iter", "write16", - "zerovec 0.10.4", -] - -[[package]] -name = "icu_normalizer" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" -dependencies = [ - "icu_collections 2.1.1", - "icu_normalizer_data 2.1.1", - "icu_properties 2.1.1", - "icu_provider 2.1.1", - "smallvec", - "zerovec 0.11.5", + "zerovec", ] [[package]] name = "icu_normalizer_data" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" - -[[package]] -name = "icu_normalizer_data" -version = "2.1.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" +checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" [[package]] name = "icu_properties" -version = "1.5.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" +checksum = "f5a97b8ac6235e69506e8dacfb2adf38461d2ce6d3e9bd9c94c4cbc3cd4400a4" dependencies = [ "displaydoc", - "icu_collections 1.5.0", - "icu_locid_transform", - "icu_properties_data 1.5.1", - "icu_provider 1.5.0", - "tinystr 0.7.6", - "zerovec 0.10.4", -] - -[[package]] -name = "icu_properties" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99" -dependencies = [ - "icu_collections 2.1.1", + "icu_collections", "icu_locale_core", - "icu_properties_data 2.1.1", - "icu_provider 2.1.1", + "icu_properties_data", + "icu_provider", + "potential_utf", "zerotrie", - "zerovec 0.11.5", + "zerovec", ] [[package]] name = "icu_properties_data" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" - -[[package]] -name = "icu_properties_data" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899" - -[[package]] -name = "icu_provider" -version = "1.5.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_provider_macros", - "stable_deref_trait", - "tinystr 0.7.6", - "writeable 0.5.5", - "yoke 0.7.5", - "zerofrom", - "zerovec 0.10.4", -] +checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" [[package]] name = "icu_provider" @@ -6213,23 +6262,20 @@ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" dependencies = [ "displaydoc", "icu_locale_core", - "writeable 0.6.2", - "yoke 0.8.1", + "serde", + "stable_deref_trait", + "writeable", + "yoke", "zerofrom", "zerotrie", - "zerovec 0.11.5", + "zerovec", ] [[package]] -name = "icu_provider_macros" -version = "1.5.0" +name = "id-arena" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", -] +checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" [[package]] name = "ident_case" @@ -6254,15 +6300,15 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" dependencies = [ - "icu_normalizer 2.1.1", - "icu_properties 2.1.1", + "icu_normalizer", + "icu_properties", ] [[package]] name = "if-addrs" -version = "0.13.4" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b2eeee38fef3aa9b4cc5f1beea8a2444fc00e7377cafae396de3f5c2065e24" +checksum = "bf39cc0423ee66021dc5eccface85580e4a001e0c5288bae8bea7ecb69225e90" dependencies = [ "libc", "windows-sys 0.59.0", @@ -6301,7 +6347,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -6348,13 +6394,13 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.12.0" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" dependencies = [ "arbitrary", "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.16.1", "serde", "serde_core", ] @@ -6368,19 +6414,19 @@ dependencies = [ "console 0.15.11", "number_prefix", "portable-atomic", - "unicode-width 0.2.0", + "unicode-width", "web-time", ] [[package]] name = "indicatif" -version = "0.18.3" +version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" +checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" dependencies = [ "console 0.16.2", "portable-atomic", - "unicode-width 0.2.0", + "unicode-width", "unit-prefix", "web-time", ] @@ -6401,7 +6447,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "232929e1d75fe899576a3d5c7416ad0d88dbfbb3c3d6aa00873a7408a50ddb88" dependencies = [ "ahash 0.8.12", - "indexmap 2.12.0", + "indexmap 2.13.0", "is-terminal", "itoa", "log", @@ -6420,22 +6466,16 @@ checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] -[[package]] -name = "inlinable_string" -version = "0.1.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" - [[package]] name = "inotify" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "inotify-sys", "libc", ] @@ -6461,15 +6501,15 @@ dependencies = [ [[package]] name = "instability" -version = "0.3.9" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a" +checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d" dependencies = [ - "darling 0.20.11", + "darling 0.23.0", "indoc", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -6486,9 +6526,9 @@ dependencies = [ [[package]] name = "interprocess" -version = "2.2.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d941b405bd2322993887859a8ee6ac9134945a24ec5ec763a8a962fc64dfec2d" +checksum = "6be5e5c847dbdb44564bd85294740d031f4f8aeb3464e5375ef7141f7538db69" dependencies = [ "doctest-file", "futures-core", @@ -6516,7 +6556,7 @@ checksum = "c2efbe120e37f17bb33fcdc82bc1c65087242608be37ace3cf7ebf49f3164e37" dependencies = [ "boxcar", "bumpalo", - "dashmap 6.1.0", + "dashmap", "hashbrown 0.14.5", "thread_local", ] @@ -6541,9 +6581,9 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "iri-string" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" +checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" dependencies = [ "memchr", "serde", @@ -6604,15 +6644,15 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.15" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "jiff" -version = "0.2.18" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e67e8da4c49d6d9909fe03361f9b620f58898859f5c7aded68351e85e71ecf50" +checksum = "b3e3d65f018c6ae946ab16e80944b97096ed73c35b221d1c478a6c81d8f57940" dependencies = [ "jiff-static", "log", @@ -6623,13 +6663,13 @@ dependencies = [ [[package]] name = "jiff-static" -version = "0.2.18" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c84ee7f197eca9a86c6fd6cb771e55eb991632f15f2bc3ca6ec838929e6e78" +checksum = "a17c2b211d863c7fde02cbea8a3c1a439b98e109286554f2860bdded7ff83818" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -6666,9 +6706,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.82" +version = "0.3.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" +checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6" dependencies = [ "once_cell", "wasm-bindgen", @@ -6713,14 +6753,14 @@ dependencies = [ "futures-channel", "futures-util", "gloo-net", - "http 1.3.1", + "http 1.4.0", "jsonrpsee-core", "pin-project", - "rustls 0.23.31", + "rustls 0.23.37", "rustls-pki-types", - "rustls-platform-verifier", + "rustls-platform-verifier 0.5.3", "soketto", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-rustls 0.26.4", "tokio-util", @@ -6738,17 +6778,17 @@ dependencies = [ "bytes", "futures-timer", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "jsonrpsee-types", "parking_lot 0.12.5", "pin-project", "rand 0.9.2", - "rustc-hash 2.1.1", + "rustc-hash", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tower", @@ -6769,11 +6809,11 @@ dependencies = [ "hyper-util", "jsonrpsee-core", "jsonrpsee-types", - "rustls 0.23.31", - "rustls-platform-verifier", + "rustls 0.23.37", + "rustls-platform-verifier 0.5.3", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tower", "url", @@ -6789,7 +6829,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -6799,7 +6839,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c51b7c290bb68ce3af2d029648148403863b982f138484a73f02a9dd52dbd7f" dependencies = [ "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.8.1", @@ -6811,7 +6851,7 @@ dependencies = [ "serde", "serde_json", "soketto", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tokio-util", @@ -6825,10 +6865,10 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc88ff4688e43cc3fa9883a8a95c6fa27aa2e76c96e610b737b6554d650d7fd5" dependencies = [ - "http 1.3.1", + "http 1.4.0", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -6849,7 +6889,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b6fceceeb05301cc4c065ab3bd2fa990d41ff4eb44e4ca1b30fa99c057c3e79" dependencies = [ - "http 1.3.1", + "http 1.4.0", "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-types", @@ -6887,20 +6927,31 @@ dependencies = [ "signature", ] +[[package]] +name = "kasuari" +version = "0.4.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fe90c1150662e858c7d5f945089b7517b0a80d8bf7ba4b1b5ffc984e7230a5b" +dependencies = [ + "hashbrown 0.16.1", + "portable-atomic", + "thiserror 2.0.18", +] + [[package]] name = "keccak" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" +checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" dependencies = [ "cpufeatures", ] [[package]] name = "keccak-asm" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" +checksum = "b646a74e746cd25045aa0fd42f4f7f78aa6d119380182c7e63a5593c4ab8df6f" dependencies = [ "digest 0.10.7", "sha3-asm", @@ -6936,22 +6987,22 @@ dependencies = [ ] [[package]] -name = "lazycell" -version = "1.3.0" +name = "leb128fmt" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" +checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.182" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libgit2-sys" -version = "0.18.2+1.9.1" +version = "0.18.3+1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222" +checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" dependencies = [ "cc", "libc", @@ -6971,15 +7022,15 @@ dependencies = [ [[package]] name = "libm" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" +checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libp2p-identity" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3104e13b51e4711ff5738caa1fb54467c8604c2e94d607e27745bcf709068774" +checksum = "f0c7892c221730ba55f7196e98b0b8ba5e04b4155651736036628e9f73ed6fc3" dependencies = [ "asn1_der", "bs58", @@ -6989,7 +7040,7 @@ dependencies = [ "multihash", "quick-protobuf", "sha2 0.10.9", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "zeroize", ] @@ -7000,66 +7051,20 @@ version = "0.14.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a54ad7278b8bc5301d5ffd2a94251c004feb971feba96c971ea4063645990757" dependencies = [ - "bindgen 0.72.1", + "bindgen", "errno", "libc", ] [[package]] name = "libredox" -version = "0.1.10" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" +checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "libc", - "redox_syscall 0.5.18", -] - -[[package]] -name = "libsecp256k1" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139" -dependencies = [ - "arrayref", - "base64 0.22.1", - "digest 0.9.0", - "libsecp256k1-core", - "libsecp256k1-gen-ecmult", - "libsecp256k1-gen-genmult", - "rand 0.8.5", - "serde", - "sha2 0.9.9", -] - -[[package]] -name = "libsecp256k1-core" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" -dependencies = [ - "crunchy", - "digest 0.9.0", - "subtle", -] - -[[package]] -name = "libsecp256k1-gen-ecmult" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809" -dependencies = [ - "libsecp256k1-core", -] - -[[package]] -name = "libsecp256k1-gen-genmult" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c" -dependencies = [ - "libsecp256k1-core", + "redox_syscall 0.7.2", ] [[package]] @@ -7085,20 +7090,11 @@ dependencies = [ "vcpkg", ] -[[package]] -name = "libz-rs-sys" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10501e7805cee23da17c7790e59df2870c0d4043ec6d03f67d31e2b53e77415" -dependencies = [ - "zlib-rs", -] - [[package]] name = "libz-sys" -version = "1.1.23" +version = "1.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7" +checksum = "4735e9cbde5aac84a5ce588f6b23a90b9b0b528f6c5a8db8a4aff300463a0839" dependencies = [ "cc", "libc", @@ -7106,6 +7102,15 @@ dependencies = [ "vcpkg", ] +[[package]] +name = "line-clipping" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f4de44e98ddbf09375cbf4d17714d18f39195f4f4894e8524501726fd9a8a4a" +dependencies = [ + "bitflags 2.11.0", +] + [[package]] name = "linked-hash-map" version = "0.5.6" @@ -7124,21 +7129,9 @@ dependencies = [ [[package]] name = "linux-raw-sys" -version = "0.4.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" - -[[package]] -name = "linux-raw-sys" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" - -[[package]] -name = "litemap" -version = "0.7.5" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" [[package]] name = "litemap" @@ -7164,9 +7157,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.28" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" dependencies = [ "value-bag", ] @@ -7189,6 +7182,15 @@ dependencies = [ "hashbrown 0.15.5", ] +[[package]] +name = "lru" +version = "0.16.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" +dependencies = [ + "hashbrown 0.16.1", +] + [[package]] name = "lru-slab" version = "0.1.2" @@ -7216,9 +7218,9 @@ dependencies = [ [[package]] name = "lz4_flex" -version = "0.11.5" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" +checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e" [[package]] name = "mach2" @@ -7229,6 +7231,12 @@ dependencies = [ "libc", ] +[[package]] +name = "mach2" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" + [[package]] name = "macro-string" version = "0.1.4" @@ -7237,18 +7245,18 @@ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "match-lookup" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" +checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.117", ] [[package]] @@ -7278,15 +7286,15 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.6" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "memmap2" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" +checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" dependencies = [ "libc", ] @@ -7322,9 +7330,9 @@ dependencies = [ [[package]] name = "metrics" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5" +checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8" dependencies = [ "ahash 0.8.12", "portable-atomic", @@ -7332,55 +7340,54 @@ dependencies = [ [[package]] name = "metrics-derive" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3dbdd96ed57d565ec744cba02862d707acf373c5772d152abae6ec5c4e24f6c" +checksum = "161ab904c2c62e7bda0f7562bf22f96440ca35ff79e66c800cbac298f2f4f5ec" dependencies = [ "proc-macro2", "quote", - "regex", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "metrics-exporter-prometheus" -version = "0.16.2" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034" +checksum = "3589659543c04c7dc5526ec858591015b87cd8746583b51b48ef4353f99dbcda" dependencies = [ "base64 0.22.1", - "indexmap 2.12.0", + "indexmap 2.13.0", "metrics", "metrics-util", "quanta", - "thiserror 1.0.69", + "thiserror 2.0.18", ] [[package]] name = "metrics-process" -version = "2.4.2" +version = "2.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f615e08e049bd14a44c4425415782efb9bcd479fc1e19ddeb971509074c060d0" +checksum = "4268d87f64a752f5a651314fc683f04da10be65701ea3e721ba4d74f79163cac" dependencies = [ "libc", "libproc", - "mach2", + "mach2 0.6.0", "metrics", "once_cell", - "procfs 0.18.0", + "procfs", "rlimit", - "windows 0.62.2", + "windows", ] [[package]] name = "metrics-util" -version = "0.19.1" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376" +checksum = "cdfb1365fea27e6dd9dc1dbc19f570198bc86914533ad639dae939635f096be4" dependencies = [ "crossbeam-epoch", "crossbeam-utils", - "hashbrown 0.15.5", + "hashbrown 0.16.1", "metrics", "quanta", "rand 0.9.2", @@ -7404,21 +7411,6 @@ dependencies = [ "unicase", ] -[[package]] -name = "mini-moka" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803" -dependencies = [ - "crossbeam-channel", - "crossbeam-utils", - "dashmap 5.5.3", - "skeptic", - "smallvec", - "tagptr", - "triomphe", -] - [[package]] name = "minimal-lexical" version = "0.2.1" @@ -7437,9 +7429,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" dependencies = [ "libc", "log", @@ -7453,7 +7445,17 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74" dependencies = [ - "modular-bitfield-impl", + "modular-bitfield-impl 0.11.2", + "static_assertions", +] + +[[package]] +name = "modular-bitfield" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2956e537fc68236d2aa048f55704f231cc93f1c4de42fe1ecb5bd7938061fc4a" +dependencies = [ + "modular-bitfield-impl 0.13.1", "static_assertions", ] @@ -7468,11 +7470,22 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "modular-bitfield-impl" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59b43b4fd69e3437618106f7754f34021b831a514f9e1a98ae863cabcd8d8dad" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "moka" -version = "0.12.11" +version = "0.12.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" +checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e" dependencies = [ "async-lock", "crossbeam-channel", @@ -7483,10 +7496,9 @@ dependencies = [ "futures-util", "parking_lot 0.12.5", "portable-atomic", - "rustc_version 0.4.1", "smallvec", "tagptr", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] @@ -7544,9 +7556,9 @@ checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" [[package]] name = "native-tls" -version = "0.2.14" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" +checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" dependencies = [ "libc", "log", @@ -7554,11 +7566,17 @@ dependencies = [ "openssl-probe", "openssl-sys", "schannel", - "security-framework 2.11.1", + "security-framework", "security-framework-sys", "tempfile", ] +[[package]] +name = "ndk-context" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" + [[package]] name = "nix" version = "0.26.4" @@ -7578,7 +7596,7 @@ version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cfg-if", "cfg_aliases", "libc", @@ -7606,7 +7624,7 @@ version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "fsevent-sys", "inotify", "kqueue", @@ -7620,15 +7638,18 @@ dependencies = [ [[package]] name = "notify-types" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" +checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" +dependencies = [ + "bitflags 2.11.0", +] [[package]] name = "ntapi" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" +checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" dependencies = [ "winapi", ] @@ -7694,9 +7715,9 @@ dependencies = [ [[package]] name = "num-conv" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" [[package]] name = "num-format" @@ -7778,7 +7799,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -7798,9 +7819,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "nybbles" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c4b5ecbd0beec843101bffe848217f770e8b8da81d8355b7d6e226f2199b3dc" +checksum = "0d49ff0c0d00d4a502b39df9af3a525e1efeb14b9dabb5bb83335284c1309210" dependencies = [ "alloy-rlp", "arbitrary", @@ -7811,6 +7832,50 @@ dependencies = [ "smallvec", ] +[[package]] +name = "objc2" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" +dependencies = [ + "objc2-encode", +] + +[[package]] +name = "objc2-core-foundation" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" +dependencies = [ + "bitflags 2.11.0", +] + +[[package]] +name = "objc2-encode" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" + +[[package]] +name = "objc2-foundation" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" +dependencies = [ + "bitflags 2.11.0", + "objc2", +] + +[[package]] +name = "objc2-io-kit" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a" +dependencies = [ + "libc", + "objc2-core-foundation", +] + [[package]] name = "object" version = "0.37.3" @@ -7843,7 +7908,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29eefd5038c9eee9e788d90966d6b5578dd3f88363a91edaec117a7ae0adc2d5" dependencies = [ "ahash 0.8.12", - "hashbrown 0.16.0", + "hashbrown 0.16.1", "parking_lot 0.12.5", "stable_deref_trait", ] @@ -7854,63 +7919,118 @@ version = "11.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" +[[package]] +name = "op-alloy" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9b8fee21003dd4f076563de9b9d26f8c97840157ef78593cd7f262c5ca99848" +dependencies = [ + "op-alloy-consensus", + "op-alloy-network", + "op-alloy-provider", + "op-alloy-rpc-types", + "op-alloy-rpc-types-engine", +] + [[package]] name = "op-alloy-consensus" -version = "0.20.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a501241474c3118833d6195312ae7eb7cc90bbb0d5f524cbb0b06619e49ff67" +checksum = "736381a95471d23e267263cfcee9e1d96d30b9754a94a2819148f83379de8a86" dependencies = [ "alloy-consensus", "alloy-eips", + "alloy-network", "alloy-primitives", "alloy-rlp", + "alloy-rpc-types-eth", "alloy-serde", "arbitrary", "derive_more", "serde", "serde_with", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] -name = "op-alloy-rpc-types-engine" -version = "0.20.0" +name = "op-alloy-network" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14e50c94013a1d036a529df259151991dbbd6cf8dc215e3b68b784f95eec60e6" +checksum = "4034183dca6bff6632e7c24c92e75ff5f0eabb58144edb4d8241814851334d47" dependencies = [ "alloy-consensus", - "alloy-eips", + "alloy-network", "alloy-primitives", - "alloy-rlp", + "alloy-provider", + "alloy-rpc-types-eth", + "alloy-signer", + "op-alloy-consensus", + "op-alloy-rpc-types", +] + +[[package]] +name = "op-alloy-provider" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6753d90efbaa8ea8bcb89c1737408ca85fa60d7adb875049d3f382c063666f86" +dependencies = [ + "alloy-network", + "alloy-primitives", + "alloy-provider", "alloy-rpc-types-engine", + "alloy-transport", + "async-trait", + "op-alloy-rpc-types-engine", +] + +[[package]] +name = "op-alloy-rpc-types" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddd87c6b9e5b6eee8d6b76f41b04368dca0e9f38d83338e5b00e730c282098a4" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-network-primitives", + "alloy-primitives", + "alloy-rpc-types-eth", "alloy-serde", "derive_more", - "ethereum_ssz", - "ethereum_ssz_derive", "op-alloy-consensus", "serde", - "snap", - "thiserror 2.0.17", + "serde_json", + "thiserror 2.0.18", ] [[package]] -name = "op-revm" -version = "10.1.1" +name = "op-alloy-rpc-types-engine" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "826f43a5b1613c224f561847c152bfbaefcb593a9ae2c612ff4dc4661c6e625f" +checksum = "77727699310a18cdeed32da3928c709e2704043b6584ed416397d5da65694efc" dependencies = [ - "auto_impl", - "revm 29.0.1", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "alloy-serde", + "derive_more", + "ethereum_ssz 0.9.1", + "ethereum_ssz_derive 0.9.1", + "op-alloy-consensus", "serde", + "sha2 0.10.9", + "snap", + "thiserror 2.0.18", ] [[package]] name = "op-revm" -version = "11.1.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "15.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ "auto_impl", - "revm 30.1.1", + "revm", "serde", ] @@ -7926,7 +8046,7 @@ version = "0.10.75" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cfg-if", "foreign-types", "libc", @@ -7943,14 +8063,14 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "openssl-probe" -version = "0.1.6" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" +checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "openssl-sys" @@ -7964,6 +8084,86 @@ dependencies = [ "vcpkg", ] +[[package]] +name = "opentelemetry" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b84bcd6ae87133e903af7ef497404dda70c60d0ea14895fc8a5e6722754fc2a0" +dependencies = [ + "futures-core", + "futures-sink", + "js-sys", + "pin-project-lite", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "opentelemetry-http" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7a6d09a73194e6b66df7c8f1b680f156d916a1a942abf2de06823dd02b7855d" +dependencies = [ + "async-trait", + "bytes", + "http 1.4.0", + "opentelemetry", + "reqwest 0.12.28", +] + +[[package]] +name = "opentelemetry-otlp" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a2366db2dca4d2ad033cad11e6ee42844fd727007af5ad04a1730f4cb8163bf" +dependencies = [ + "http 1.4.0", + "opentelemetry", + "opentelemetry-http", + "opentelemetry-proto", + "opentelemetry_sdk", + "prost 0.14.3", + "reqwest 0.12.28", + "thiserror 2.0.18", + "tokio", + "tonic", + "tracing", +] + +[[package]] +name = "opentelemetry-proto" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7175df06de5eaee9909d4805a3d07e28bb752c34cab57fa9cff549da596b30f" +dependencies = [ + "opentelemetry", + "opentelemetry_sdk", + "prost 0.14.3", + "tonic", + "tonic-prost", +] + +[[package]] +name = "opentelemetry-semantic-conventions" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e62e29dfe041afb8ed2a6c9737ab57db4907285d999ef8ad3a59092a36bdc846" + +[[package]] +name = "opentelemetry_sdk" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14ae4f5991976fd48df6d843de219ca6d31b01daaab2dad5af2badeded372bd" +dependencies = [ + "futures-channel", + "futures-executor", + "futures-util", + "opentelemetry", + "percent-encoding", + "rand 0.9.2", + "thiserror 2.0.18", +] + [[package]] name = "option-ext" version = "0.2.0" @@ -8000,7 +8200,7 @@ dependencies = [ "proc-macro2", "proc-macro2-diagnostics", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -8011,9 +8211,9 @@ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" [[package]] name = "owo-colors" -version = "4.2.3" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" +checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" [[package]] name = "p256" @@ -8024,6 +8224,7 @@ dependencies = [ "ecdsa", "elliptic-curve", "primeorder", + "serdect", "sha2 0.10.9", ] @@ -8064,7 +8265,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -8152,29 +8353,6 @@ dependencies = [ "hmac", ] -[[package]] -name = "pear" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" -dependencies = [ - "inlinable_string", - "pear_codegen", - "yansi", -] - -[[package]] -name = "pear_codegen" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" -dependencies = [ - "proc-macro2", - "proc-macro2-diagnostics", - "quote", - "syn 2.0.110", -] - [[package]] name = "pem" version = "3.0.6" @@ -8202,9 +8380,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.3" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4" +checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" dependencies = [ "memchr", "ucd-trie", @@ -8216,8 +8394,8 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ - "fixedbitset", - "indexmap 2.12.0", + "fixedbitset 0.4.2", + "indexmap 2.13.0", ] [[package]] @@ -8239,38 +8417,17 @@ dependencies = [ "rustc_version 0.4.1", ] -[[package]] -name = "phf" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" -dependencies = [ - "phf_macros 0.11.3", - "phf_shared 0.11.3", - "serde", -] - [[package]] name = "phf" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" dependencies = [ - "phf_macros 0.13.1", - "phf_shared 0.13.1", + "phf_macros", + "phf_shared", "serde", ] -[[package]] -name = "phf_generator" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" -dependencies = [ - "phf_shared 0.11.3", - "rand 0.8.5", -] - [[package]] name = "phf_generator" version = "0.13.1" @@ -8278,20 +8435,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" dependencies = [ "fastrand", - "phf_shared 0.13.1", -] - -[[package]] -name = "phf_macros" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" -dependencies = [ - "phf_generator 0.11.3", - "phf_shared 0.11.3", - "proc-macro2", - "quote", - "syn 2.0.110", + "phf_shared", ] [[package]] @@ -8300,20 +8444,11 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" dependencies = [ - "phf_generator 0.13.1", - "phf_shared 0.13.1", + "phf_generator", + "phf_shared", "proc-macro2", "quote", - "syn 2.0.110", -] - -[[package]] -name = "phf_shared" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" -dependencies = [ - "siphasher", + "syn 2.0.117", ] [[package]] @@ -8342,7 +8477,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -8421,12 +8556,6 @@ dependencies = [ "plotters-backend", ] -[[package]] -name = "pollster" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" - [[package]] name = "polyval" version = "0.6.2" @@ -8441,9 +8570,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.11.1" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" [[package]] name = "portable-atomic-util" @@ -8460,7 +8589,7 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" dependencies = [ - "zerovec 0.11.5", + "zerovec", ] [[package]] @@ -8492,7 +8621,7 @@ dependencies = [ "spin 0.10.0", "symbolic-demangle", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -8521,7 +8650,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -8531,6 +8660,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" dependencies = [ "elliptic-curve", + "serdect", ] [[package]] @@ -8550,7 +8680,7 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" dependencies = [ - "toml_edit 0.23.7", + "toml_edit 0.23.10+spec-1.0.0", ] [[package]] @@ -8572,14 +8702,14 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "proc-macro2" -version = "1.0.103" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] @@ -8592,45 +8722,22 @@ checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", "version_check", "yansi", ] -[[package]] -name = "procfs" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" -dependencies = [ - "bitflags 2.10.0", - "chrono", - "flate2", - "hex", - "procfs-core 0.17.0", - "rustix 0.38.44", -] - [[package]] name = "procfs" version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25485360a54d6861439d60facef26de713b1e126bf015ec8f98239467a2b82f7" dependencies = [ - "bitflags 2.10.0", - "procfs-core 0.18.0", - "rustix 1.1.2", -] - -[[package]] -name = "procfs-core" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" -dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "chrono", - "hex", + "flate2", + "procfs-core", + "rustix", ] [[package]] @@ -8639,19 +8746,20 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6401bf7b6af22f78b563665d15a22e9aef27775b79b149a66ca022468a4e405" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", + "chrono", "hex", ] [[package]] name = "proptest" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" +checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.10.0", + "bitflags 2.11.0", "num-traits", "rand 0.9.2", "rand_chacha 0.9.0", @@ -8674,24 +8782,13 @@ dependencies = [ [[package]] name = "proptest-derive" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee1c9ac207483d5e7db4940700de86a9aae46ef90c48b57f99fe7edb8345e49" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", -] - -[[package]] -name = "proptest-derive" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "095a99f75c69734802359b682be8daaf8980296731f6470434ea2c652af1dd30" +checksum = "fb6dc647500e84a25a85b100e76c85b8ace114c209432dc174f20aac11d4ed6c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -8706,12 +8803,12 @@ dependencies = [ [[package]] name = "prost" -version = "0.14.1" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" +checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568" dependencies = [ "bytes", - "prost-derive 0.14.1", + "prost-derive 0.14.3", ] [[package]] @@ -8722,7 +8819,7 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes", "heck 0.4.1", - "itertools 0.10.5", + "itertools 0.12.1", "log", "multimap", "once_cell", @@ -8731,7 +8828,7 @@ dependencies = [ "prost 0.12.6", "prost-types 0.12.6", "regex", - "syn 2.0.110", + "syn 2.0.117", "tempfile", ] @@ -8742,23 +8839,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "prost-derive" -version = "0.14.1" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" +checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" dependencies = [ "anyhow", "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -8772,18 +8869,18 @@ dependencies = [ [[package]] name = "prost-types" -version = "0.14.1" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72" +checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7" dependencies = [ - "prost 0.14.1", + "prost 0.14.3", ] [[package]] name = "protobuf" -version = "3.3.0" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b65f4a8ec18723a734e5dc09c173e0abf9690432da5340285d536edcb4dac190" +checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4" dependencies = [ "once_cell", "protobuf-support", @@ -8792,9 +8889,9 @@ dependencies = [ [[package]] name = "protobuf-support" -version = "3.3.0" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6872f4d4f4b98303239a2b5838f5bbbb77b01ffc892d627957f37a22d7cfe69c" +checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6" dependencies = [ "thiserror 1.0.69", ] @@ -8819,17 +8916,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "pulldown-cmark" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" -dependencies = [ - "bitflags 2.10.0", - "memchr", - "unicase", -] - [[package]] name = "quanta" version = "0.12.6" @@ -8880,10 +8966,10 @@ dependencies = [ "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash 2.1.1", - "rustls 0.23.31", - "socket2 0.6.1", - "thiserror 2.0.17", + "rustc-hash", + "rustls 0.23.37", + "socket2 0.6.2", + "thiserror 2.0.18", "tokio", "tracing", "web-time", @@ -8895,16 +8981,17 @@ version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" dependencies = [ + "aws-lc-rs", "bytes", "getrandom 0.3.4", "lru-slab", "rand 0.9.2", "ring", - "rustc-hash 2.1.1", - "rustls 0.23.31", + "rustc-hash", + "rustls 0.23.37", "rustls-pki-types", "slab", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tracing", "web-time", @@ -8919,16 +9006,16 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.6.1", + "socket2 0.6.2", "tracing", "windows-sys 0.60.2", ] [[package]] name = "quote" -version = "1.0.42" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" dependencies = [ "proc-macro2", ] @@ -8964,7 +9051,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", - "rand_core 0.9.3", + "rand_core 0.9.5", "serde", ] @@ -8985,7 +9072,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" dependencies = [ "ppv-lite86", - "rand_core 0.9.3", + "rand_core 0.9.5", ] [[package]] @@ -8994,14 +9081,14 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", ] [[package]] name = "rand_core" -version = "0.9.3" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" dependencies = [ "getrandom 0.3.4", "serde", @@ -9013,7 +9100,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" dependencies = [ - "rand_core 0.9.3", + "rand_core 0.9.5", ] [[package]] @@ -9022,28 +9109,80 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" dependencies = [ - "rand_core 0.9.3", + "rand_core 0.9.5", +] + +[[package]] +name = "rapidhash" +version = "4.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5e48930979c155e2f33aa36ab3119b5ee81332beb6482199a8ecd6029b80b59" +dependencies = [ + "rand 0.9.2", + "rustversion", ] [[package]] name = "ratatui" -version = "0.29.0" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" +dependencies = [ + "instability", + "ratatui-core", + "ratatui-crossterm", + "ratatui-widgets", +] + +[[package]] +name = "ratatui-core" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" +checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" dependencies = [ - "bitflags 2.10.0", - "cassowary", + "bitflags 2.11.0", "compact_str", - "crossterm 0.28.1", + "hashbrown 0.16.1", "indoc", - "instability", - "itertools 0.13.0", - "lru 0.12.5", - "paste", - "strum 0.26.3", + "itertools 0.14.0", + "kasuari", + "lru 0.16.3", + "strum 0.27.2", + "thiserror 2.0.18", "unicode-segmentation", "unicode-truncate", - "unicode-width 0.2.0", + "unicode-width", +] + +[[package]] +name = "ratatui-crossterm" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" +dependencies = [ + "cfg-if", + "crossterm", + "instability", + "ratatui-core", +] + +[[package]] +name = "ratatui-widgets" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" +dependencies = [ + "bitflags 2.11.0", + "hashbrown 0.16.1", + "indoc", + "instability", + "itertools 0.14.0", + "line-clipping", + "ratatui-core", + "strum 0.27.2", + "time", + "unicode-segmentation", + "unicode-width", ] [[package]] @@ -9052,7 +9191,7 @@ version = "11.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", ] [[package]] @@ -9096,7 +9235,16 @@ version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", +] + +[[package]] +name = "redox_syscall" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d94dd2f7cd932d4dc02cc8b2b50dfd38bd079a4e5d79198b99743d7fcf9a4b4" +dependencies = [ + "bitflags 2.11.0", ] [[package]] @@ -9105,7 +9253,7 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", "libredox", "thiserror 1.0.69", ] @@ -9116,9 +9264,9 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", "libredox", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -9138,14 +9286,14 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "regex" -version = "1.12.2" +version = "1.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" +checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" dependencies = [ "aho-corasick", "memchr", @@ -9155,9 +9303,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" +checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" dependencies = [ "aho-corasick", "memchr", @@ -9166,15 +9314,15 @@ dependencies = [ [[package]] name = "regex-lite" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" +checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" [[package]] name = "regex-syntax" -version = "0.8.8" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" +checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "regress" @@ -9182,7 +9330,7 @@ version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2057b2325e68a893284d1538021ab90279adac1139957ca2a74426c6f118fb48" dependencies = [ - "hashbrown 0.16.0", + "hashbrown 0.16.1", "memchr", ] @@ -9197,9 +9345,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ "base64 0.22.1", "bytes", @@ -9207,8 +9355,8 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2 0.4.12", - "http 1.3.1", + "h2 0.4.13", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.8.1", @@ -9223,8 +9371,8 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.31", - "rustls-native-certs 0.8.2", + "rustls 0.23.37", + "rustls-native-certs", "rustls-pki-types", "serde", "serde_json", @@ -9242,7 +9390,46 @@ dependencies = [ "wasm-bindgen-futures", "wasm-streams", "web-sys", - "webpki-roots 1.0.4", + "webpki-roots 1.0.6", +] + +[[package]] +name = "reqwest" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +dependencies = [ + "base64 0.22.1", + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.8.1", + "hyper-rustls 0.27.7", + "hyper-util", + "js-sys", + "log", + "percent-encoding", + "pin-project-lite", + "quinn", + "rustls 0.23.37", + "rustls-pki-types", + "rustls-platform-verifier 0.6.2", + "serde", + "serde_json", + "sync_wrapper", + "tokio", + "tokio-rustls 0.26.4", + "tower", + "tower-http", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", ] [[package]] @@ -9253,8 +9440,8 @@ checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" dependencies = [ "anyhow", "async-trait", - "http 1.3.1", - "reqwest", + "http 1.4.0", + "reqwest 0.12.28", "serde", "thiserror 1.0.69", "tower-service", @@ -9269,11 +9456,11 @@ dependencies = [ "anyhow", "async-trait", "futures", - "getrandom 0.2.16", - "http 1.3.1", + "getrandom 0.2.17", + "http 1.4.0", "hyper 1.8.1", "parking_lot 0.11.2", - "reqwest", + "reqwest 0.12.28", "reqwest-middleware", "retry-policies", "thiserror 1.0.69", @@ -9284,14 +9471,14 @@ dependencies = [ [[package]] name = "resolv-conf" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" +checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth-basic-payload-builder" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9304,7 +9491,7 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-revm", "reth-storage-api", "reth-tasks", @@ -9314,8 +9501,8 @@ dependencies = [ [[package]] name = "reth-chain-state" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9327,16 +9514,17 @@ dependencies = [ "parking_lot 0.12.5", "pin-project", "rand 0.9.2", + "rayon", "reth-chainspec", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-execution-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-storage-api", "reth-trie", - "revm-database 9.0.1", - "revm-state 8.0.1", + "revm-database", + "revm-state 9.0.0", "serde", "tokio", "tokio-stream", @@ -9345,13 +9533,13 @@ dependencies = [ [[package]] name = "reth-chainspec" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips", - "alloy-evm 0.22.2", + "alloy-evm", "alloy-genesis", "alloy-primitives", "alloy-trie", @@ -9359,14 +9547,14 @@ dependencies = [ "derive_more", "reth-ethereum-forks", "reth-network-peers", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "serde_json", ] [[package]] name = "reth-cli" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-genesis", "clap", @@ -9379,8 +9567,8 @@ dependencies = [ [[package]] name = "reth-cli-commands" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-chains", "alloy-consensus", @@ -9390,7 +9578,7 @@ dependencies = [ "backon", "clap", "comfy-table", - "crossterm 0.28.1", + "crossterm", "eyre", "fdlimit", "futures", @@ -9398,13 +9586,15 @@ dependencies = [ "humantime", "itertools 0.14.0", "lz4", + "metrics", + "parking_lot 0.12.5", "ratatui", - "reqwest", + "reqwest 0.12.28", "reth-chainspec", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs", + "reth-codecs 1.11.1", "reth-config", "reth-consensus", "reth-db", @@ -9431,13 +9621,15 @@ dependencies = [ "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-prune", "reth-revm", "reth-stages", "reth-static-file", "reth-static-file-types", + "reth-storage-api", + "reth-tasks", "reth-trie", "reth-trie-common", "reth-trie-db", @@ -9447,15 +9639,16 @@ dependencies = [ "tar", "tokio", "tokio-stream", - "toml 0.8.23", + "toml", "tracing", + "url", "zstd", ] [[package]] name = "reth-cli-runner" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "reth-tasks", "tokio", @@ -9464,8 +9657,8 @@ dependencies = [ [[package]] name = "reth-cli-util" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9476,13 +9669,31 @@ dependencies = [ "reth-fs-util", "secp256k1 0.30.0", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "reth-codecs" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.10.0" +source = "git+https://github.com/paradigmxyz/reth?rev=b25f32a977b489f9b84254c7811a2a5a25a81369#b25f32a977b489f9b84254c7811a2a5a25a81369" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "bytes", + "modular-bitfield 0.11.2", + "op-alloy-consensus", + "reth-codecs-derive 1.10.0", + "reth-zstd-compressors 1.10.0", + "serde", +] + +[[package]] +name = "reth-codecs" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9491,68 +9702,79 @@ dependencies = [ "alloy-trie", "arbitrary", "bytes", - "modular-bitfield", + "modular-bitfield 0.13.1", "op-alloy-consensus", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 1.11.1", + "reth-zstd-compressors 1.11.1", "serde", "visibility", ] [[package]] name = "reth-codecs-derive" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.10.0" +source = "git+https://github.com/paradigmxyz/reth?rev=b25f32a977b489f9b84254c7811a2a5a25a81369#b25f32a977b489f9b84254c7811a2a5a25a81369" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "reth-codecs-derive" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "reth-config" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "eyre", "humantime-serde", "reth-network-types", "reth-prune-types", "reth-stages-types", + "reth-static-file-types", "serde", - "toml 0.8.23", + "toml", "url", ] [[package]] name = "reth-consensus" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", "reth-execution-types", - "reth-primitives-traits", - "thiserror 2.0.17", + "reth-primitives-traits 1.11.1", + "thiserror 2.0.18", ] [[package]] name = "reth-consensus-common" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", "reth-chainspec", "reth-consensus", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", ] [[package]] name = "reth-consensus-debug-client" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9565,9 +9787,9 @@ dependencies = [ "derive_more", "eyre", "futures", - "reqwest", + "reqwest 0.12.28", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-tracing", "ringbuffer", "serde", @@ -9577,8 +9799,8 @@ dependencies = [ [[package]] name = "reth-db" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "derive_more", @@ -9594,33 +9816,35 @@ dependencies = [ "reth-static-file-types", "reth-storage-errors", "reth-tracing", - "rustc-hash 2.1.1", + "rustc-hash", "strum 0.27.2", "sysinfo", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", + "tracing", ] [[package]] name = "reth-db-api" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-genesis", "alloy-primitives", "arbitrary", + "arrayvec", "bytes", "derive_more", "metrics", - "modular-bitfield", + "modular-bitfield 0.13.1", + "op-alloy-consensus", "parity-scale-codec", "proptest", - "reth-codecs", + "reth-codecs 1.11.1", "reth-db-models", - "reth-ethereum-primitives", - "reth-optimism-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.1", + "reth-primitives-traits 1.11.1", "reth-prune-types", "reth-scroll-primitives", "reth-stages-types", @@ -9632,8 +9856,8 @@ dependencies = [ [[package]] name = "reth-db-common" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -9641,14 +9865,14 @@ dependencies = [ "boyer-moore-magiclen", "eyre", "reth-chainspec", - "reth-codecs", + "reth-codecs 1.11.1", "reth-config", "reth-db-api", "reth-etl", "reth-execution-errors", "reth-fs-util", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-stages-types", "reth-static-file-types", @@ -9656,35 +9880,34 @@ dependencies = [ "reth-trie-db", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] [[package]] name = "reth-db-models" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eips", "alloy-primitives", "arbitrary", "bytes", - "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "modular-bitfield 0.13.1", + "reth-codecs 1.11.1", + "reth-primitives-traits 1.11.1", "serde", ] [[package]] name = "reth-discv4" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "alloy-rlp", "discv5", "enr", - "generic-array", "itertools 0.14.0", "parking_lot 0.12.5", "rand 0.8.5", @@ -9695,7 +9918,7 @@ dependencies = [ "schnellru", "secp256k1 0.30.0", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -9703,8 +9926,8 @@ dependencies = [ [[package]] name = "reth-discv5" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9720,22 +9943,22 @@ dependencies = [ "reth-metrics", "reth-network-peers", "secp256k1 0.30.0", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] [[package]] name = "reth-dns-discovery" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", + "dashmap", "data-encoding", "enr", "hickory-resolver", "linked_hash_set", - "parking_lot 0.12.5", "reth-ethereum-forks", "reth-network-peers", "reth-tokio-util", @@ -9743,7 +9966,7 @@ dependencies = [ "secp256k1 0.30.0", "serde", "serde_with", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -9751,8 +9974,8 @@ dependencies = [ [[package]] name = "reth-downloaders" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9767,17 +9990,17 @@ dependencies = [ "rayon", "reth-config", "reth-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-metrics", "reth-network-p2p", "reth-network-peers", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-storage-api", "reth-tasks", "reth-testing-utils", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tokio-util", @@ -9786,8 +10009,8 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9811,7 +10034,7 @@ dependencies = [ "reth-db-common", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-network-api", "reth-network-p2p", "reth-network-peers", @@ -9823,7 +10046,7 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-rpc-api", "reth-rpc-builder", @@ -9833,7 +10056,7 @@ dependencies = [ "reth-tasks", "reth-tokio-util", "reth-tracing", - "revm 30.1.1", + "revm", "serde_json", "tempfile", "tokio", @@ -9844,8 +10067,8 @@ dependencies = [ [[package]] name = "reth-ecies" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "aes", "alloy-primitives", @@ -9857,26 +10080,23 @@ dependencies = [ "ctr", "digest 0.10.7", "futures", - "generic-array", "hmac", "pin-project", "rand 0.8.5", "reth-network-peers", "secp256k1 0.30.0", "sha2 0.10.9", - "sha3", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tokio-util", "tracing", - "typenum", ] [[package]] name = "reth-engine-local" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9888,7 +10108,8 @@ dependencies = [ "reth-ethereum-engine-primitives", "reth-payload-builder", "reth-payload-primitives", - "reth-provider", + "reth-primitives-traits 1.11.1", + "reth-storage-api", "reth-transaction-pool", "scroll-alloy-rpc-types-engine", "tokio", @@ -9898,8 +10119,8 @@ dependencies = [ [[package]] name = "reth-engine-primitives" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9909,22 +10130,22 @@ dependencies = [ "futures", "reth-chain-state", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-evm", "reth-execution-types", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-trie-common", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] [[package]] name = "reth-engine-service" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "futures", "pin-project", @@ -9932,7 +10153,6 @@ dependencies = [ "reth-consensus", "reth-engine-primitives", "reth-engine-tree", - "reth-ethereum-primitives", "reth-evm", "reth-network-p2p", "reth-node-types", @@ -9941,24 +10161,27 @@ dependencies = [ "reth-prune", "reth-stages-api", "reth-tasks", + "reth-trie-db", ] [[package]] name = "reth-engine-tree" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", + "alloy-eip7928", "alloy-eips", - "alloy-evm 0.22.2", + "alloy-evm", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "dashmap 6.1.0", + "crossbeam-channel", "derive_more", + "fixed-cache", "futures", "metrics", - "mini-moka", + "moka", "parking_lot 0.12.5", "rayon", "reth-chain-state", @@ -9967,14 +10190,14 @@ dependencies = [ "reth-db", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-evm", "reth-execution-types", "reth-metrics", "reth-network-p2p", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-prune", "reth-prune-types", @@ -9985,23 +10208,23 @@ dependencies = [ "reth-tasks", "reth-tracing", "reth-trie", + "reth-trie-common", "reth-trie-db", "reth-trie-parallel", "reth-trie-sparse", - "reth-trie-sparse-parallel", - "revm 30.1.1", - "revm-primitives 21.0.1", + "revm", + "revm-primitives 22.0.0", "schnellru", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] [[package]] name = "reth-engine-util" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -10016,7 +10239,7 @@ dependencies = [ "reth-evm", "reth-fs-util", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-revm", "reth-storage-api", "serde", @@ -10028,30 +10251,30 @@ dependencies = [ [[package]] name = "reth-era" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rlp", - "ethereum_ssz", - "ethereum_ssz_derive", - "reth-ethereum-primitives", + "ethereum_ssz 0.10.1", + "ethereum_ssz_derive 0.10.1", "snap", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "reth-era-downloader" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "bytes", "eyre", "futures-util", - "reqwest", + "reqwest 0.12.28", + "reth-era", "reth-fs-util", "sha2 0.10.9", "tokio", @@ -10059,8 +10282,8 @@ dependencies = [ [[package]] name = "reth-era-utils" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10071,7 +10294,7 @@ dependencies = [ "reth-era-downloader", "reth-etl", "reth-fs-util", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-stages-types", "reth-storage-api", @@ -10081,19 +10304,19 @@ dependencies = [ [[package]] name = "reth-errors" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "reth-consensus", "reth-execution-errors", "reth-storage-errors", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "reth-eth-wire" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-chains", "alloy-primitives", @@ -10102,16 +10325,16 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", + "reth-codecs 1.11.1", "reth-ecies", "reth-eth-wire-types", "reth-ethereum-forks", "reth-metrics", "reth-network-peers", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "serde", "snap", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tokio-util", @@ -10120,29 +10343,29 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips", - "alloy-hardforks 0.4.4", + "alloy-hardforks 0.4.7", "alloy-primitives", "alloy-rlp", "bytes", "derive_more", "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-codecs-derive 1.11.1", + "reth-ethereum-primitives 1.11.1", + "reth-primitives-traits 1.11.1", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "reth-ethereum-consensus" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10151,46 +10374,46 @@ dependencies = [ "reth-consensus", "reth-consensus-common", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "tracing", ] [[package]] name = "reth-ethereum-engine-primitives" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "serde", "sha2 0.10.9", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "reth-ethereum-forks" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eip2124", - "alloy-hardforks 0.4.4", + "alloy-hardforks 0.4.7", "alloy-primitives", "arbitrary", "auto_impl", "once_cell", - "rustc-hash 2.1.1", + "rustc-hash", ] [[package]] name = "reth-ethereum-payload-builder" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10201,25 +10424,41 @@ dependencies = [ "reth-chainspec", "reth-consensus-common", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-evm", "reth-evm-ethereum", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-payload-validator", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-revm", "reth-storage-api", "reth-transaction-pool", - "revm 30.1.1", + "revm", "tracing", ] [[package]] name = "reth-ethereum-primitives" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.10.0" +source = "git+https://github.com/paradigmxyz/reth?rev=b25f32a977b489f9b84254c7811a2a5a25a81369#b25f32a977b489f9b84254c7811a2a5a25a81369" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", + "reth-codecs 1.10.0", + "reth-primitives-traits 1.10.0", + "serde", +] + +[[package]] +name = "reth-ethereum-primitives" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10228,18 +10467,18 @@ dependencies = [ "alloy-rpc-types-eth", "alloy-serde", "arbitrary", - "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "modular-bitfield 0.13.1", + "reth-codecs 1.11.1", + "reth-primitives-traits 1.11.1", + "reth-zstd-compressors 1.11.1", "serde", "serde_with", ] [[package]] name = "reth-etl" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "rayon", "reth-db-api", @@ -10248,83 +10487,86 @@ dependencies = [ [[package]] name = "reth-evm" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm 0.22.2", + "alloy-evm", "alloy-primitives", "auto_impl", "derive_more", "futures-util", "metrics", + "rayon", "reth-execution-errors", "reth-execution-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-storage-api", "reth-storage-errors", "reth-trie-common", - "revm 30.1.1", + "revm", "scroll-alloy-evm", ] [[package]] name = "reth-evm-ethereum" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm 0.22.2", + "alloy-evm", "alloy-primitives", "alloy-rpc-types-engine", + "derive_more", + "parking_lot 0.12.5", "reth-chainspec", "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-evm", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-storage-errors", - "revm 30.1.1", + "revm", ] [[package]] name = "reth-execution-errors" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ - "alloy-evm 0.22.2", + "alloy-evm", "alloy-primitives", "alloy-rlp", "nybbles", "reth-storage-errors", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "reth-execution-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm 0.22.2", + "alloy-evm", "alloy-primitives", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.1", + "reth-primitives-traits 1.11.1", "reth-trie-common", - "revm 30.1.1", + "revm", "serde", "serde_with", ] [[package]] name = "reth-exex" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10337,7 +10579,7 @@ dependencies = [ "reth-chain-state", "reth-chainspec", "reth-config", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-evm", "reth-exex-types", "reth-fs-util", @@ -10345,7 +10587,7 @@ dependencies = [ "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-prune-types", "reth-revm", @@ -10353,7 +10595,7 @@ dependencies = [ "reth-tasks", "reth-tracing", "rmp-serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-util", "tracing", @@ -10361,32 +10603,32 @@ dependencies = [ [[package]] name = "reth-exex-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eips", "alloy-primitives", "reth-chain-state", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "serde", "serde_with", ] [[package]] name = "reth-fs-util" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "reth-invalid-block-hooks" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10398,23 +10640,23 @@ dependencies = [ "pretty_assertions", "reth-engine-primitives", "reth-evm", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-revm", "reth-rpc-api", "reth-tracing", "reth-trie", - "revm 30.1.1", - "revm-bytecode 7.0.1", - "revm-database 9.0.1", + "revm", + "revm-bytecode 8.0.0", + "revm-database", "serde", "serde_json", ] [[package]] name = "reth-ipc" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "bytes", "futures", @@ -10423,7 +10665,7 @@ dependencies = [ "jsonrpsee", "pin-project", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tokio-util", @@ -10433,33 +10675,33 @@ dependencies = [ [[package]] name = "reth-libmdbx" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "byteorder", - "dashmap 6.1.0", + "dashmap", "derive_more", "parking_lot 0.12.5", "reth-mdbx-sys", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] [[package]] name = "reth-mdbx-sys" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ - "bindgen 0.71.1", + "bindgen", "cc", ] [[package]] name = "reth-metrics" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "futures", "metrics", @@ -10470,30 +10712,31 @@ dependencies = [ [[package]] name = "reth-net-banlist" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", + "ipnet", ] [[package]] name = "reth-net-nat" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "futures-util", "if-addrs", - "reqwest", + "reqwest 0.12.28", "serde_with", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] [[package]] name = "reth-network" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10511,6 +10754,7 @@ dependencies = [ "parking_lot 0.12.5", "pin-project", "rand 0.8.5", + "rayon", "reth-chainspec", "reth-consensus", "reth-discv4", @@ -10520,7 +10764,8 @@ dependencies = [ "reth-eth-wire", "reth-eth-wire-types", "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", + "reth-evm-ethereum", "reth-fs-util", "reth-metrics", "reth-net-banlist", @@ -10528,17 +10773,17 @@ dependencies = [ "reth-network-p2p", "reth-network-peers", "reth-network-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-storage-api", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", - "rustc-hash 2.1.1", + "rustc-hash", "schnellru", "secp256k1 0.30.0", "serde", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tokio-util", @@ -10547,8 +10792,8 @@ dependencies = [ [[package]] name = "reth-network-api" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10563,18 +10808,18 @@ dependencies = [ "reth-network-p2p", "reth-network-peers", "reth-network-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-tokio-util", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", ] [[package]] name = "reth-network-p2p" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10585,10 +10830,10 @@ dependencies = [ "parking_lot 0.12.5", "reth-consensus", "reth-eth-wire-types", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-network-peers", "reth-network-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-storage-errors", "tokio", "tracing", @@ -10596,23 +10841,23 @@ dependencies = [ [[package]] name = "reth-network-peers" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "alloy-rlp", "enr", "secp256k1 0.30.0", "serde_with", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "url", ] [[package]] name = "reth-network-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -10625,8 +10870,8 @@ dependencies = [ [[package]] name = "reth-nippy-jar" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "anyhow", "bincode", @@ -10635,15 +10880,15 @@ dependencies = [ "memmap2", "reth-fs-util", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "zstd", ] [[package]] name = "reth-node-api" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -10666,8 +10911,8 @@ dependencies = [ [[package]] name = "reth-node-builder" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10680,11 +10925,11 @@ dependencies = [ "fdlimit", "futures", "jsonrpsee", + "parking_lot 0.12.5", "rayon", "reth-basic-payload-builder", "reth-chain-state", "reth-chainspec", - "reth-cli-util", "reth-config", "reth-consensus", "reth-consensus-debug-client", @@ -10710,7 +10955,7 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-prune", "reth-rpc", @@ -10725,6 +10970,7 @@ dependencies = [ "reth-tokio-util", "reth-tracing", "reth-transaction-pool", + "reth-trie-db", "secp256k1 0.30.0", "serde_json", "tokio", @@ -10734,8 +10980,8 @@ dependencies = [ [[package]] name = "reth-node-core" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10747,6 +10993,7 @@ dependencies = [ "eyre", "futures", "humantime", + "ipnet", "rand 0.9.2", "reth-chainspec", "reth-cli-util", @@ -10758,11 +11005,12 @@ dependencies = [ "reth-engine-local", "reth-engine-primitives", "reth-ethereum-forks", + "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", "reth-network-peers", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-prune-types", "reth-rpc-convert", "reth-rpc-eth-types", @@ -10771,23 +11019,24 @@ dependencies = [ "reth-storage-api", "reth-storage-errors", "reth-tracing", + "reth-tracing-otlp", "reth-transaction-pool", "secp256k1 0.30.0", "serde", "shellexpand", "strum 0.27.2", - "thiserror 2.0.17", - "toml 0.8.23", + "thiserror 2.0.18", + "toml", "tracing", "url", - "vergen 9.0.6", + "vergen 9.1.0", "vergen-git2", ] [[package]] name = "reth-node-ethereum" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eips", "alloy-network", @@ -10800,14 +11049,14 @@ dependencies = [ "reth-ethereum-consensus", "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-evm", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-revm", "reth-rpc", @@ -10818,14 +11067,14 @@ dependencies = [ "reth-rpc-server-types", "reth-tracing", "reth-transaction-pool", - "revm 30.1.1", + "revm", "tokio", ] [[package]] name = "reth-node-ethstats" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10833,23 +11082,23 @@ dependencies = [ "futures-util", "reth-chain-state", "reth-network-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-storage-api", "reth-transaction-pool", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", - "tokio-tungstenite 0.26.2", + "tokio-tungstenite 0.28.0", "tracing", "url", ] [[package]] name = "reth-node-events" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10861,7 +11110,7 @@ dependencies = [ "pin-project", "reth-engine-primitives", "reth-network-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-prune-types", "reth-stages", "reth-static-file-types", @@ -10872,17 +11121,20 @@ dependencies = [ [[package]] name = "reth-node-metrics" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ + "bytes", "eyre", - "http 1.3.1", + "http 1.4.0", + "http-body-util", "jsonrpsee-server", "metrics", "metrics-exporter-prometheus", "metrics-process", "metrics-util", - "procfs 0.17.0", + "procfs", + "reqwest 0.12.28", "reth-metrics", "reth-tasks", "tokio", @@ -10892,40 +11144,20 @@ dependencies = [ [[package]] name = "reth-node-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "reth-chainspec", "reth-db-api", "reth-engine-primitives", "reth-payload-primitives", - "reth-primitives-traits", -] - -[[package]] -name = "reth-optimism-primitives" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "arbitrary", - "bytes", - "modular-bitfield", - "op-alloy-consensus", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", - "serde", - "serde_with", + "reth-primitives-traits 1.11.1", ] [[package]] name = "reth-payload-builder" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10937,7 +11169,7 @@ dependencies = [ "reth-metrics", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "tokio", "tokio-stream", "tracing", @@ -10945,8 +11177,8 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "pin-project", "reth-payload-primitives", @@ -10957,9 +11189,10 @@ dependencies = [ [[package]] name = "reth-payload-primitives" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ + "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", @@ -10969,17 +11202,19 @@ dependencies = [ "reth-chain-state", "reth-chainspec", "reth-errors", - "reth-primitives-traits", + "reth-execution-types", + "reth-primitives-traits 1.11.1", + "reth-trie-common", "scroll-alloy-rpc-types-engine", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] [[package]] name = "reth-payload-util" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10988,32 +11223,63 @@ dependencies = [ [[package]] name = "reth-payload-validator" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", ] [[package]] name = "reth-primitives" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", "c-kzg", "once_cell", + "reth-codecs 1.11.1", "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.1", + "reth-primitives-traits 1.11.1", "reth-static-file-types", ] [[package]] name = "reth-primitives-traits" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.10.0" +source = "git+https://github.com/paradigmxyz/reth?rev=b25f32a977b489f9b84254c7811a2a5a25a81369#b25f32a977b489f9b84254c7811a2a5a25a81369" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-trie", + "auto_impl", + "bytes", + "derive_more", + "once_cell", + "op-alloy-consensus", + "reth-codecs 1.10.0", + "revm-bytecode 7.1.1", + "revm-primitives 21.0.2", + "revm-state 8.1.1", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-primitives-traits" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11026,34 +11292,34 @@ dependencies = [ "auto_impl", "byteorder", "bytes", + "dashmap", "derive_more", - "modular-bitfield", + "modular-bitfield 0.13.1", "once_cell", "op-alloy-consensus", "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", - "revm-bytecode 7.0.1", - "revm-primitives 21.0.1", - "revm-state 8.0.1", + "reth-codecs 1.11.1", + "revm-bytecode 8.0.0", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "scroll-alloy-consensus", "secp256k1 0.30.0", "serde", "serde_with", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "reth-provider" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", - "dashmap 6.1.0", "eyre", "itertools 0.14.0", "metrics", @@ -11062,27 +11328,28 @@ dependencies = [ "rayon", "reth-chain-state", "reth-chainspec", - "reth-codecs", + "reth-codecs 1.11.1", "reth-db", "reth-db-api", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-execution-types", "reth-fs-util", "reth-metrics", "reth-nippy-jar", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-prune-types", "reth-stages-types", "reth-static-file-types", "reth-storage-api", "reth-storage-errors", + "reth-tasks", "reth-trie", "reth-trie-db", - "revm-database 9.0.1", - "revm-state 8.0.1", + "revm-database", + "revm-state 9.0.0", "strum 0.27.2", "tokio", "tracing", @@ -11090,8 +11357,8 @@ dependencies = [ [[package]] name = "reth-prune" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11099,59 +11366,63 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-chainspec", "reth-config", "reth-db-api", "reth-errors", "reth-exex-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-prune-types", + "reth-stages-types", "reth-static-file-types", + "reth-storage-api", "reth-tokio-util", - "rustc-hash 2.1.1", - "thiserror 2.0.17", + "rustc-hash", + "thiserror 2.0.18", "tokio", "tracing", ] [[package]] name = "reth-prune-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "arbitrary", "derive_more", - "modular-bitfield", - "reth-codecs", + "modular-bitfield 0.13.1", + "reth-codecs 1.11.1", "serde", - "thiserror 2.0.17", + "strum 0.27.2", + "thiserror 2.0.18", + "tracing", ] [[package]] name = "reth-revm" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-storage-api", "reth-storage-errors", "reth-trie", - "revm 30.1.1", + "revm", ] [[package]] name = "reth-rpc" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-dyn-abi", + "alloy-eip7928", "alloy-eips", - "alloy-evm 0.22.2", + "alloy-evm", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -11173,13 +11444,9 @@ dependencies = [ "derive_more", "dyn-clone", "futures", - "http 1.3.1", - "http-body 1.0.1", - "hyper 1.8.1", "itertools 0.14.0", "jsonrpsee", "jsonrpsee-types", - "jsonwebtoken", "parking_lot 0.12.5", "pin-project", "reth-chain-state", @@ -11188,6 +11455,8 @@ dependencies = [ "reth-consensus-common", "reth-engine-primitives", "reth-errors", + "reth-ethereum-engine-primitives", + "reth-ethereum-primitives 1.11.1", "reth-evm", "reth-evm-ethereum", "reth-execution-types", @@ -11196,7 +11465,7 @@ dependencies = [ "reth-network-peers", "reth-network-types", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-revm", "reth-rpc-api", "reth-rpc-convert", @@ -11204,30 +11473,29 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-scroll-evm", "reth-storage-api", "reth-tasks", "reth-transaction-pool", "reth-trie-common", - "revm 30.1.1", - "revm-inspectors 0.31.2", - "revm-primitives 21.0.1", + "revm", + "revm-inspectors", + "revm-primitives 22.0.0", "serde", "serde_json", "sha2 0.10.9", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", - "tower", "tracing", "tracing-futures", ] [[package]] name = "reth-rpc-api" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ + "alloy-eip7928", "alloy-eips", "alloy-genesis", "alloy-json-rpc", @@ -11249,29 +11517,31 @@ dependencies = [ "reth-network-peers", "reth-rpc-eth-api", "reth-trie-common", + "serde_json", ] [[package]] name = "reth-rpc-builder" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-network", "alloy-provider", "dyn-clone", - "http 1.3.1", + "http 1.4.0", "jsonrpsee", "metrics", "pin-project", "reth-chain-state", "reth-chainspec", "reth-consensus", + "reth-engine-primitives", "reth-evm", "reth-ipc", "reth-metrics", "reth-network-api", "reth-node-core", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-rpc", "reth-rpc-api", "reth-rpc-eth-api", @@ -11280,9 +11550,10 @@ dependencies = [ "reth-rpc-server-types", "reth-storage-api", "reth-tasks", + "reth-tokio-util", "reth-transaction-pool", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-util", "tower", @@ -11292,10 +11563,11 @@ dependencies = [ [[package]] name = "reth-rpc-convert" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", + "alloy-evm", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -11304,23 +11576,20 @@ dependencies = [ "auto_impl", "dyn-clone", "jsonrpsee-types", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-evm", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-scroll-primitives", "reth-storage-api", - "revm-context 10.1.1", - "revm-scroll", "scroll-alloy-consensus", - "scroll-alloy-evm", "scroll-alloy-rpc-types", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "reth-rpc-engine-api" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -11329,33 +11598,33 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "parking_lot 0.12.5", "reth-chainspec", "reth-engine-primitives", "reth-metrics", + "reth-network-api", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-rpc-api", "reth-storage-api", "reth-tasks", "reth-transaction-pool", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] [[package]] name = "reth-rpc-eth-api" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-eips", - "alloy-evm 0.22.2", + "alloy-evm", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -11376,7 +11645,7 @@ dependencies = [ "reth-evm", "reth-network-api", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-revm", "reth-rpc-convert", "reth-rpc-eth-types", @@ -11386,20 +11655,20 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie-common", - "revm 30.1.1", - "revm-inspectors 0.31.2", + "revm", + "revm-inspectors", "tokio", "tracing", ] [[package]] name = "reth-rpc-eth-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm 0.22.2", + "alloy-evm", "alloy-network", "alloy-primitives", "alloy-rpc-client", @@ -11413,15 +11682,15 @@ dependencies = [ "jsonrpsee-types", "metrics", "rand 0.9.2", - "reqwest", + "reqwest 0.12.28", "reth-chain-state", "reth-chainspec", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-evm", "reth-execution-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-revm", "reth-rpc-convert", "reth-rpc-server-types", @@ -11429,23 +11698,24 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie", - "revm 30.1.1", - "revm-inspectors 0.31.2", + "revm", + "revm-inspectors", "schnellru", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", + "url", ] [[package]] name = "reth-rpc-layer" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-rpc-types-engine", - "http 1.3.1", + "http 1.4.0", "jsonrpsee-http-client", "pin-project", "tower", @@ -11455,8 +11725,8 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -11471,8 +11741,8 @@ dependencies = [ [[package]] name = "reth-scroll-chainspec" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-chains", "alloy-consensus", @@ -11486,7 +11756,7 @@ dependencies = [ "reth-chainspec", "reth-ethereum-forks", "reth-network-peers", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-scroll-forks", "reth-trie-common", "scroll-alloy-hardforks", @@ -11496,8 +11766,8 @@ dependencies = [ [[package]] name = "reth-scroll-cli" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "clap", "eyre", @@ -11520,28 +11790,27 @@ dependencies = [ [[package]] name = "reth-scroll-consensus" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", "reth-chainspec", "reth-consensus", "reth-consensus-common", - "reth-ethereum-consensus", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-scroll-primitives", "scroll-alloy-consensus", "scroll-alloy-hardforks", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] [[package]] name = "reth-scroll-engine-primitives" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11554,7 +11823,7 @@ dependencies = [ "reth-payload-builder", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-scroll-chainspec", "reth-scroll-primitives", "scroll-alloy-hardforks", @@ -11565,12 +11834,12 @@ dependencies = [ [[package]] name = "reth-scroll-evm" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm 0.22.2", + "alloy-evm", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", @@ -11578,25 +11847,25 @@ dependencies = [ "reth-evm", "reth-execution-types", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-scroll-chainspec", "reth-scroll-forks", "reth-scroll-primitives", "reth-storage-api", - "revm 30.1.1", - "revm-primitives 21.0.1", + "revm", + "revm-primitives 22.0.0", "revm-scroll", "scroll-alloy-consensus", "scroll-alloy-evm", "scroll-alloy-hardforks", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] [[package]] name = "reth-scroll-forks" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-chains", "alloy-primitives", @@ -11609,8 +11878,8 @@ dependencies = [ [[package]] name = "reth-scroll-node" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -11632,7 +11901,7 @@ dependencies = [ "reth-node-types", "reth-payload-builder", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-revm", "reth-rpc-eth-types", @@ -11649,7 +11918,7 @@ dependencies = [ "reth-tracing", "reth-transaction-pool", "reth-trie-db", - "revm 30.1.1", + "revm", "scroll-alloy-consensus", "scroll-alloy-evm", "scroll-alloy-hardforks", @@ -11663,12 +11932,13 @@ dependencies = [ [[package]] name = "reth-scroll-payload" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", "alloy-rlp", + "either", "futures-util", "reth-basic-payload-builder", "reth-chain-state", @@ -11678,7 +11948,7 @@ dependencies = [ "reth-payload-builder", "reth-payload-primitives", "reth-payload-util", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-revm", "reth-scroll-chainspec", "reth-scroll-engine-primitives", @@ -11686,16 +11956,16 @@ dependencies = [ "reth-scroll-primitives", "reth-storage-api", "reth-transaction-pool", - "revm 30.1.1", + "revm", "scroll-alloy-hardforks", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] [[package]] name = "reth-scroll-primitives" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11703,19 +11973,19 @@ dependencies = [ "alloy-rlp", "arbitrary", "bytes", - "modular-bitfield", + "modular-bitfield 0.13.1", "once_cell", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.11.1", + "reth-primitives-traits 1.11.1", + "reth-zstd-compressors 1.11.1", "scroll-alloy-consensus", "serde", ] [[package]] name = "reth-scroll-rpc" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11727,12 +11997,12 @@ dependencies = [ "alloy-transport-http", "eyre", "jsonrpsee-types", - "reqwest", + "reqwest 0.12.28", "reth-chainspec", "reth-evm", "reth-node-api", "reth-node-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-rpc", "reth-rpc-convert", @@ -11743,20 +12013,20 @@ dependencies = [ "reth-scroll-primitives", "reth-tasks", "reth-transaction-pool", - "revm 30.1.1", + "revm", "scroll-alloy-consensus", "scroll-alloy-hardforks", "scroll-alloy-network", "scroll-alloy-rpc-types", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] [[package]] name = "reth-scroll-txpool" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11765,7 +12035,8 @@ dependencies = [ "derive_more", "parking_lot 0.12.5", "reth-chainspec", - "reth-primitives-traits", + "reth-evm", + "reth-primitives-traits 1.11.1", "reth-revm", "reth-scroll-consensus", "reth-scroll-evm", @@ -11780,8 +12051,8 @@ dependencies = [ [[package]] name = "reth-stages" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11792,9 +12063,9 @@ dependencies = [ "itertools 0.14.0", "num-traits", "rayon", - "reqwest", + "reqwest 0.12.28", "reth-chainspec", - "reth-codecs", + "reth-codecs 1.11.1", "reth-config", "reth-consensus", "reth-db", @@ -11802,34 +12073,36 @@ dependencies = [ "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-etl", "reth-evm", "reth-execution-types", "reth-exex", "reth-fs-util", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-prune", "reth-prune-types", "reth-revm", "reth-stages-api", "reth-static-file-types", + "reth-storage-api", "reth-storage-errors", + "reth-tasks", "reth-testing-utils", "reth-trie", "reth-trie-db", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] [[package]] name = "reth-stages-api" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -11841,43 +12114,43 @@ dependencies = [ "reth-errors", "reth-metrics", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-prune", "reth-stages-types", "reth-static-file", "reth-static-file-types", "reth-tokio-util", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] [[package]] name = "reth-stages-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "arbitrary", "bytes", - "modular-bitfield", - "reth-codecs", + "modular-bitfield 0.13.1", + "reth-codecs 1.11.1", "reth-trie-common", "serde", ] [[package]] name = "reth-static-file" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "parking_lot 0.12.5", "rayon", - "reth-codecs", + "reth-codecs 1.11.1", "reth-db-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-prune-types", "reth-stages-types", @@ -11889,20 +12162,23 @@ dependencies = [ [[package]] name = "reth-static-file-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "clap", "derive_more", + "fixed-map", + "reth-stages-types", "serde", "strum 0.27.2", + "tracing", ] [[package]] name = "reth-storage-api" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11912,36 +12188,39 @@ dependencies = [ "reth-chainspec", "reth-db-api", "reth-db-models", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", "reth-execution-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-prune-types", "reth-stages-types", "reth-storage-errors", "reth-trie-common", - "revm-database 9.0.1", + "revm-database", + "revm-database-interface", + "serde_json", ] [[package]] name = "reth-storage-errors" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-prune-types", "reth-static-file-types", - "revm-database-interface 8.0.2", - "thiserror 2.0.17", + "revm-database-interface", + "revm-state 9.0.0", + "thiserror 2.0.18", ] [[package]] name = "reth-tasks" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "auto_impl", "dyn-clone", @@ -11950,7 +12229,7 @@ dependencies = [ "pin-project", "rayon", "reth-metrics", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "tracing-futures", @@ -11958,8 +12237,8 @@ dependencies = [ [[package]] name = "reth-testing-utils" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11967,15 +12246,15 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.1", + "reth-primitives-traits 1.11.1", "secp256k1 0.30.0", ] [[package]] name = "reth-tokio-util" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "tokio", "tokio-stream", @@ -11984,8 +12263,8 @@ dependencies = [ [[package]] name = "reth-tracing" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "clap", "eyre", @@ -11994,13 +12273,31 @@ dependencies = [ "tracing-appender", "tracing-journald", "tracing-logfmt", - "tracing-subscriber 0.3.20", + "tracing-samply", + "tracing-subscriber 0.3.22", +] + +[[package]] +name = "reth-tracing-otlp" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" +dependencies = [ + "clap", + "eyre", + "opentelemetry", + "opentelemetry-otlp", + "opentelemetry-semantic-conventions", + "opentelemetry_sdk", + "tracing", + "tracing-opentelemetry", + "tracing-subscriber 0.3.22", + "url", ] [[package]] name = "reth-transaction-pool" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12008,7 +12305,7 @@ dependencies = [ "alloy-rlp", "aquamarine", "auto_impl", - "bitflags 2.10.0", + "bitflags 2.11.0", "futures-util", "metrics", "parking_lot 0.12.5", @@ -12018,21 +12315,24 @@ dependencies = [ "reth-chain-state", "reth-chainspec", "reth-eth-wire-types", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.1", + "reth-evm", + "reth-evm-ethereum", "reth-execution-types", "reth-fs-util", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-storage-api", "reth-tasks", - "revm-interpreter 27.0.1", - "revm-primitives 21.0.1", - "rustc-hash 2.1.1", + "revm", + "revm-interpreter", + "revm-primitives 22.0.0", + "rustc-hash", "schnellru", "serde", "serde_json", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -12040,8 +12340,8 @@ dependencies = [ [[package]] name = "reth-trie" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12051,22 +12351,23 @@ dependencies = [ "auto_impl", "itertools 0.14.0", "metrics", + "parking_lot 0.12.5", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-stages-types", "reth-storage-errors", "reth-trie-common", "reth-trie-sparse", - "revm-database 9.0.1", + "revm-database", "tracing", "triehash", ] [[package]] name = "reth-trie-common" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -12075,63 +12376,69 @@ dependencies = [ "alloy-serde", "alloy-trie", "arbitrary", + "arrayvec", "bytes", "derive_more", "hash-db", "itertools 0.14.0", "nybbles", "plain_hasher", - "reth-codecs", - "reth-primitives-traits", - "revm-database 9.0.1", + "reth-codecs 1.11.1", + "reth-primitives-traits 1.11.1", + "revm-database", "serde", "serde_with", ] [[package]] name = "reth-trie-db" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", + "metrics", + "parking_lot 0.12.5", "reth-db-api", "reth-execution-errors", - "reth-primitives-traits", + "reth-metrics", + "reth-primitives-traits 1.11.1", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", "reth-trie", + "reth-trie-common", "tracing", ] [[package]] name = "reth-trie-parallel" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "alloy-rlp", "crossbeam-channel", - "dashmap 6.1.0", "derive_more", "itertools 0.14.0", "metrics", "rayon", - "reth-db-api", "reth-execution-errors", "reth-metrics", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-storage-errors", + "reth-tasks", "reth-trie", "reth-trie-common", - "reth-trie-db", "reth-trie-sparse", - "thiserror 2.0.17", - "tokio", + "thiserror 2.0.18", "tracing", ] [[package]] name = "reth-trie-sparse" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -12141,34 +12448,24 @@ dependencies = [ "rayon", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-trie-common", "smallvec", "tracing", ] [[package]] -name = "reth-trie-sparse-parallel" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +name = "reth-zstd-compressors" +version = "1.10.0" +source = "git+https://github.com/paradigmxyz/reth?rev=b25f32a977b489f9b84254c7811a2a5a25a81369#b25f32a977b489f9b84254c7811a2a5a25a81369" dependencies = [ - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "metrics", - "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-trie-common", - "reth-trie-sparse", - "smallvec", - "tracing", + "zstd", ] [[package]] name = "reth-zstd-compressors" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "zstd", ] @@ -12184,275 +12481,142 @@ dependencies = [ [[package]] name = "revm" -version = "29.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718d90dce5f07e115d0e66450b1b8aa29694c1cf3f89ebddaddccc2ccbd2f13e" -dependencies = [ - "revm-bytecode 6.2.2", - "revm-context 9.1.0", - "revm-context-interface 10.2.0", - "revm-database 7.0.5", - "revm-database-interface 7.0.5", - "revm-handler 10.0.1", - "revm-inspector 10.0.1", - "revm-interpreter 25.0.3", - "revm-precompile 27.0.0", - "revm-primitives 20.2.1", - "revm-state 7.0.5", -] - -[[package]] -name = "revm" -version = "30.1.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "34.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ - "revm-bytecode 7.0.1", - "revm-context 10.1.1", - "revm-context-interface 11.1.1", - "revm-database 9.0.1", - "revm-database-interface 8.0.2", - "revm-handler 11.1.1", - "revm-inspector 11.1.1", - "revm-interpreter 27.0.1", - "revm-precompile 28.1.1", - "revm-primitives 21.0.1", - "revm-state 8.0.1", + "revm-bytecode 8.0.0", + "revm-context", + "revm-context-interface", + "revm-database", + "revm-database-interface", + "revm-handler", + "revm-inspector", + "revm-interpreter", + "revm-precompile", + "revm-primitives 22.0.0", + "revm-state 9.0.0", ] [[package]] name = "revm-bytecode" -version = "6.2.2" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66c52031b73cae95d84cd1b07725808b5fd1500da3e5e24574a3b2dc13d9f16d" +checksum = "e2c6b5e6e8dd1e28a4a60e5f46615d4ef0809111c9e63208e55b5c7058200fb0" dependencies = [ "bitvec", - "phf 0.11.3", - "revm-primitives 20.2.1", + "phf", + "revm-primitives 21.0.2", "serde", ] [[package]] name = "revm-bytecode" -version = "7.0.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" -dependencies = [ - "bitvec", - "phf 0.13.1", - "revm-primitives 21.0.1", - "serde", -] - -[[package]] -name = "revm-context" -version = "9.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a20c98e7008591a6f012550c2a00aa36cba8c14cc88eb88dec32eb9102554b4" +version = "8.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ "bitvec", - "cfg-if", - "derive-where", - "revm-bytecode 6.2.2", - "revm-context-interface 10.2.0", - "revm-database-interface 7.0.5", - "revm-primitives 20.2.1", - "revm-state 7.0.5", + "phf", + "revm-primitives 22.0.0", "serde", ] [[package]] name = "revm-context" -version = "10.1.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "13.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ "bitvec", "cfg-if", "derive-where", - "revm-bytecode 7.0.1", - "revm-context-interface 11.1.1", - "revm-database-interface 8.0.2", - "revm-primitives 21.0.1", - "revm-state 8.0.1", - "serde", -] - -[[package]] -name = "revm-context-interface" -version = "10.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b50d241ed1ce647b94caf174fcd0239b7651318b2c4c06b825b59b973dfb8495" -dependencies = [ - "alloy-eip2930", - "alloy-eip7702", - "auto_impl", - "either", - "revm-database-interface 7.0.5", - "revm-primitives 20.2.1", - "revm-state 7.0.5", + "revm-bytecode 8.0.0", + "revm-context-interface", + "revm-database-interface", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", ] [[package]] name = "revm-context-interface" -version = "11.1.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "14.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ "alloy-eip2930", "alloy-eip7702", "auto_impl", "either", - "revm-database-interface 8.0.2", - "revm-primitives 21.0.1", - "revm-state 8.0.1", - "serde", -] - -[[package]] -name = "revm-database" -version = "7.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39a276ed142b4718dcf64bc9624f474373ed82ef20611025045c3fb23edbef9c" -dependencies = [ - "alloy-eips", - "revm-bytecode 6.2.2", - "revm-database-interface 7.0.5", - "revm-primitives 20.2.1", - "revm-state 7.0.5", + "revm-database-interface", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", ] [[package]] name = "revm-database" -version = "9.0.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "10.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ "alloy-eips", - "revm-bytecode 7.0.1", - "revm-database-interface 8.0.2", - "revm-primitives 21.0.1", - "revm-state 8.0.1", - "serde", -] - -[[package]] -name = "revm-database-interface" -version = "7.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c523c77e74eeedbac5d6f7c092e3851dbe9c7fec6f418b85992bd79229db361" -dependencies = [ - "auto_impl", - "either", - "revm-primitives 20.2.1", - "revm-state 7.0.5", + "revm-bytecode 8.0.0", + "revm-database-interface", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", ] [[package]] name = "revm-database-interface" -version = "8.0.2" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "9.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ "auto_impl", "either", - "revm-primitives 21.0.1", - "revm-state 8.0.1", - "serde", -] - -[[package]] -name = "revm-handler" -version = "10.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "550331ea85c1d257686e672081576172fe3d5a10526248b663bbf54f1bef226a" -dependencies = [ - "auto_impl", - "derive-where", - "revm-bytecode 6.2.2", - "revm-context 9.1.0", - "revm-context-interface 10.2.0", - "revm-database-interface 7.0.5", - "revm-interpreter 25.0.3", - "revm-precompile 27.0.0", - "revm-primitives 20.2.1", - "revm-state 7.0.5", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", + "thiserror 2.0.18", ] [[package]] name = "revm-handler" -version = "11.1.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "15.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ "auto_impl", "derive-where", - "revm-bytecode 7.0.1", - "revm-context 10.1.1", - "revm-context-interface 11.1.1", - "revm-database-interface 8.0.2", - "revm-interpreter 27.0.1", - "revm-precompile 28.1.1", - "revm-primitives 21.0.1", - "revm-state 8.0.1", - "serde", -] - -[[package]] -name = "revm-inspector" -version = "10.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c0a6e9ccc2ae006f5bed8bd80cd6f8d3832cd55c5e861b9402fdd556098512f" -dependencies = [ - "auto_impl", - "either", - "revm-context 9.1.0", - "revm-database-interface 7.0.5", - "revm-handler 10.0.1", - "revm-interpreter 25.0.3", - "revm-primitives 20.2.1", - "revm-state 7.0.5", + "revm-bytecode 8.0.0", + "revm-context", + "revm-context-interface", + "revm-database-interface", + "revm-interpreter", + "revm-precompile", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", - "serde_json", ] [[package]] name = "revm-inspector" -version = "11.1.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "15.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ "auto_impl", "either", - "revm-context 10.1.1", - "revm-database-interface 8.0.2", - "revm-handler 11.1.1", - "revm-interpreter 27.0.1", - "revm-primitives 21.0.1", - "revm-state 8.0.1", - "serde", - "serde_json", -] - -[[package]] -name = "revm-inspectors" -version = "0.30.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de23199c4b6181a6539e4131cf7e31cde4df05e1192bcdce491c34a511241588" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-eth", - "alloy-rpc-types-trace", - "alloy-sol-types", - "anstyle", - "colorchoice", - "revm 29.0.1", + "revm-context", + "revm-database-interface", + "revm-handler", + "revm-interpreter", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", "serde_json", - "thiserror 2.0.17", ] [[package]] name = "revm-inspectors" -version = "0.31.2" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "782c38fa94f99b4b15f1690bffc2c3cbf06a0f460cf163b470d126914b47d343" +checksum = "6e435414e9de50a1b930da602067c76365fea2fea11e80ceb50783c94ddd127f" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -12462,66 +12626,28 @@ dependencies = [ "boa_engine", "boa_gc", "colorchoice", - "revm 30.1.1", + "revm", "serde", "serde_json", - "thiserror 2.0.17", -] - -[[package]] -name = "revm-interpreter" -version = "25.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06575dc51b1d8f5091daa12a435733a90b4a132dca7ccee0666c7db3851bc30c" -dependencies = [ - "revm-bytecode 6.2.2", - "revm-context-interface 10.2.0", - "revm-primitives 20.2.1", - "serde", + "thiserror 2.0.18", ] [[package]] name = "revm-interpreter" -version = "27.0.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "32.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ - "revm-bytecode 7.0.1", - "revm-context-interface 11.1.1", - "revm-primitives 21.0.1", - "revm-state 8.0.1", + "revm-bytecode 8.0.0", + "revm-context-interface", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", ] [[package]] name = "revm-precompile" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b57d4bd9e6b5fe469da5452a8a137bc2d030a3cd47c46908efc615bbc699da" -dependencies = [ - "ark-bls12-381", - "ark-bn254", - "ark-ec", - "ark-ff 0.5.0", - "ark-serialize 0.5.0", - "arrayref", - "aurora-engine-modexp", - "blst", - "c-kzg", - "cfg-if", - "k256", - "libsecp256k1", - "p256", - "revm-primitives 20.2.1", - "ripemd", - "rug", - "secp256k1 0.31.1", - "sha2 0.10.9", -] - -[[package]] -name = "revm-precompile" -version = "28.1.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "32.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ "ark-bls12-381", "ark-bn254", @@ -12535,18 +12661,17 @@ dependencies = [ "cfg-if", "k256", "p256", - "revm-primitives 21.0.1", + "revm-primitives 22.0.0", "ripemd", - "rug", "secp256k1 0.31.1", "sha2 0.10.9", ] [[package]] name = "revm-primitives" -version = "20.2.1" +version = "21.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aa29d9da06fe03b249b6419b33968ecdf92ad6428e2f012dc57bcd619b5d94e" +checksum = "29e161db429d465c09ba9cbff0df49e31049fe6b549e28eb0b7bd642fcbd4412" dependencies = [ "alloy-primitives", "num_enum", @@ -12556,8 +12681,8 @@ dependencies = [ [[package]] name = "revm-primitives" -version = "21.0.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "22.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ "alloy-primitives", "num_enum", @@ -12568,37 +12693,38 @@ dependencies = [ [[package]] name = "revm-scroll" version = "0.1.0" -source = "git+https://github.com/scroll-tech/scroll-revm?tag=scroll-v91.1#9c2a41996a216e3b69951db987d39e2f3fcfa148" +source = "git+https://github.com/scroll-tech/scroll-revm?branch=feat%2Fv103#f28e7a788b27db547e5b5c6ed9c8e16fcb83efbd" dependencies = [ "auto_impl", "enumn", "once_cell", - "revm 30.1.1", - "revm-inspector 11.1.1", - "revm-primitives 21.0.1", + "revm", + "revm-inspector", + "revm-primitives 22.0.0", "serde", ] [[package]] name = "revm-state" -version = "7.0.5" +version = "8.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f64fbacb86008394aaebd3454f9643b7d5a782bd251135e17c5b33da592d84d" +checksum = "7d8be953b7e374dbdea0773cf360debed8df394ea8d82a8b240a6b5da37592fc" dependencies = [ - "bitflags 2.10.0", - "revm-bytecode 6.2.2", - "revm-primitives 20.2.1", + "bitflags 2.11.0", + "revm-bytecode 7.1.1", + "revm-primitives 21.0.2", "serde", ] [[package]] name = "revm-state" -version = "8.0.1" -source = "git+https://github.com/scroll-tech/revm?tag=scroll-v91.1#3992cf8991a8738c565d45960efb60a2cabd4c02" +version = "9.0.0" +source = "git+https://github.com/scroll-tech/revm?branch=feat%2Fv103#d3d99f3525fe954961cc45b2a6fa0836b50475b5" dependencies = [ - "bitflags 2.10.0", - "revm-bytecode 7.0.1", - "revm-primitives 21.0.1", + "alloy-eip7928", + "bitflags 2.11.0", + "revm-bytecode 8.0.0", + "revm-primitives 22.0.0", "serde", ] @@ -12614,9 +12740,9 @@ dependencies = [ [[package]] name = "rgb" -version = "0.8.52" +version = "0.8.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" +checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4" dependencies = [ "bytemuck", ] @@ -12629,7 +12755,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.16", + "getrandom 0.2.17", "libc", "untrusted", "windows-sys 0.52.0", @@ -12637,9 +12763,9 @@ dependencies = [ [[package]] name = "ringbuffer" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df6368f71f205ff9c33c076d170dd56ebf68e8161c733c0caa07a7a5509ed53" +checksum = "57b0b88a509053cbfd535726dcaaceee631313cef981266119527a1d110f6d2b" [[package]] name = "ripemd" @@ -12652,9 +12778,9 @@ dependencies = [ [[package]] name = "rkyv" -version = "0.7.45" +version = "0.7.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" +checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" dependencies = [ "bitvec", "bytecheck", @@ -12665,14 +12791,14 @@ dependencies = [ "rkyv_derive", "seahash", "tinyvec", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] name = "rkyv_derive" -version = "0.7.45" +version = "0.7.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0" +checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" dependencies = [ "proc-macro2", "quote", @@ -12681,9 +12807,9 @@ dependencies = [ [[package]] name = "rlimit" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" +checksum = "f35ee2729c56bb610f6dba436bf78135f728b7373bdffae2ec815b2d3eb98cc3" dependencies = [ "libc", ] @@ -12700,31 +12826,28 @@ dependencies = [ [[package]] name = "rmp" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" +checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" dependencies = [ - "byteorder", "num-traits", - "paste", ] [[package]] name = "rmp-serde" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" +checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" dependencies = [ - "byteorder", "rmp", "serde", ] [[package]] name = "roaring" -version = "0.10.12" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19e8d2cfa184d94d0726d650a9f4a1be7f9b76ac9fdb954219878dc00c1c1e7b" +checksum = "8ba9ce64a8f45d7fc86358410bb1a82e8c987504c0d4900e9141d69a9f26c885" dependencies = [ "bytemuck", "byteorder", @@ -12773,7 +12896,7 @@ dependencies = [ "jsonrpsee", "pprof", "rayon", - "reqwest", + "reqwest 0.12.28", "reth-chainspec", "reth-cli-util", "reth-db", @@ -12789,7 +12912,7 @@ dependencies = [ "reth-node-builder", "reth-node-core", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-provider", "reth-revm", "reth-rpc-api", @@ -12854,13 +12977,13 @@ dependencies = [ "metrics-derive", "parking_lot 0.12.5", "rand 0.9.2", - "reqwest", + "reqwest 0.12.28", "reth-chainspec", "reth-eth-wire-types", "reth-network-api", "reth-network-p2p", "reth-network-peers", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-scroll-chainspec", "reth-scroll-consensus", "reth-scroll-engine-primitives", @@ -12886,7 +13009,7 @@ dependencies = [ "serde", "serde_json", "strum 0.27.2", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -12908,7 +13031,7 @@ dependencies = [ "reth-chainspec", "reth-network-peers", "reth-node-core", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-scroll-chainspec", "reth-scroll-primitives", "scroll-alloy-consensus", @@ -12932,13 +13055,13 @@ dependencies = [ "eyre", "futures", "lru 0.13.0", - "reqwest", + "reqwest 0.12.28", "rollup-node-primitives", "scroll-alloy-network", "scroll-alloy-rpc-types-engine", "scroll-db", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -12978,7 +13101,7 @@ dependencies = [ "scroll-db", "scroll-engine", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -12996,7 +13119,7 @@ dependencies = [ "reth-scroll-primitives", "reth-tracing", "rollup-node-primitives", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -13030,7 +13153,7 @@ dependencies = [ "rollup-node-providers", "scroll-alloy-consensus", "scroll-l1", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -13054,9 +13177,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" +checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" dependencies = [ "const-oid", "digest 0.10.7", @@ -13082,23 +13205,11 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "rug" -version = "1.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58ad2e973fe3c3214251a840a621812a4f40468da814b1a3d6947d433c2af11f" -dependencies = [ - "az", - "gmp-mpfr-sys", - "libc", - "libm", -] - [[package]] name = "ruint" -version = "1.17.0" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68df0380e5c9d20ce49534f292a36a7514ae21350726efe1865bdb1fa91d278" +checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a" dependencies = [ "alloy-rlp", "arbitrary", @@ -13141,9 +13252,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.39.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282" +checksum = "61f703d19852dbf87cbc513643fa81428361eb6940f1ac14fd58155d295a3eb0" dependencies = [ "arrayvec", "borsh", @@ -13157,15 +13268,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" - -[[package]] -name = "rustc-hash" -version = "1.1.0" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" [[package]] name = "rustc-hash" @@ -13182,6 +13287,15 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" +[[package]] +name = "rustc_version" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" +dependencies = [ + "semver 0.9.0", +] + [[package]] name = "rustc_version" version = "0.3.3" @@ -13202,27 +13316,14 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" -dependencies = [ - "bitflags 2.10.0", - "errno", - "libc", - "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", -] - -[[package]] -name = "rustix" -version = "1.1.2" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" +checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "errno", "libc", - "linux-raw-sys 0.11.0", + "linux-raw-sys", "windows-sys 0.61.2", ] @@ -13240,58 +13341,37 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.31" +version = "0.23.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" +checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" dependencies = [ "aws-lc-rs", "log", "once_cell", "ring", "rustls-pki-types", - "rustls-webpki 0.103.4", + "rustls-webpki 0.103.9", "subtle", "zeroize", ] [[package]] -name = "rustls-native-certs" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" -dependencies = [ - "openssl-probe", - "rustls-pemfile", - "schannel", - "security-framework 2.11.1", -] - -[[package]] -name = "rustls-native-certs" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" -dependencies = [ - "openssl-probe", - "rustls-pki-types", - "schannel", - "security-framework 3.5.1", -] - -[[package]] -name = "rustls-pemfile" -version = "1.0.4" +name = "rustls-native-certs" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" +checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" dependencies = [ - "base64 0.21.7", + "openssl-probe", + "rustls-pki-types", + "schannel", + "security-framework", ] [[package]] name = "rustls-pki-types" -version = "1.13.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" +checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" dependencies = [ "web-time", "zeroize", @@ -13308,16 +13388,37 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.31", - "rustls-native-certs 0.8.2", + "rustls 0.23.37", + "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.103.4", - "security-framework 3.5.1", + "rustls-webpki 0.103.9", + "security-framework", "security-framework-sys", "webpki-root-certs 0.26.11", "windows-sys 0.59.0", ] +[[package]] +name = "rustls-platform-verifier" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" +dependencies = [ + "core-foundation 0.10.1", + "core-foundation-sys", + "jni", + "log", + "once_cell", + "rustls 0.23.37", + "rustls-native-certs", + "rustls-platform-verifier-android", + "rustls-webpki 0.103.9", + "security-framework", + "security-framework-sys", + "webpki-root-certs 1.0.6", + "windows-sys 0.61.2", +] + [[package]] name = "rustls-platform-verifier-android" version = "0.1.1" @@ -13336,9 +13437,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.4" +version = "0.103.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" +checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" dependencies = [ "aws-lc-rs", "ring", @@ -13366,9 +13467,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.20" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" +checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" [[package]] name = "ryu-js" @@ -13426,9 +13527,9 @@ dependencies = [ [[package]] name = "schemars" -version = "1.1.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" +checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" dependencies = [ "dyn-clone", "ref-cast", @@ -13461,8 +13562,8 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scroll-alloy-consensus" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -13471,46 +13572,47 @@ dependencies = [ "alloy-serde", "arbitrary", "derive_more", - "modular-bitfield", - "reth-codecs", - "reth-codecs-derive", + "modular-bitfield 0.13.1", + "reth-codecs 1.11.1", + "reth-codecs-derive 1.11.1", "serde", "serde_with", ] [[package]] name = "scroll-alloy-evm" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm 0.22.2", + "alloy-evm", "alloy-primitives", "auto_impl", "encoder-standard", "reth-scroll-chainspec", - "revm 30.1.1", + "revm", "revm-scroll", "scroll-alloy-consensus", "scroll-alloy-hardforks", + "scroll-alloy-rpc-types", "serde", ] [[package]] name = "scroll-alloy-hardforks" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ - "alloy-hardforks 0.4.4", + "alloy-hardforks 0.4.7", "auto_impl", "serde", ] [[package]] name = "scroll-alloy-network" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-network", @@ -13524,8 +13626,8 @@ dependencies = [ [[package]] name = "scroll-alloy-provider" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "alloy-provider", @@ -13539,19 +13641,19 @@ dependencies = [ "eyre", "http-body-util", "jsonrpsee", - "reqwest", + "reqwest 0.12.28", "reth-rpc-api", "reth-scroll-engine-primitives", "scroll-alloy-network", "scroll-alloy-rpc-types-engine", - "thiserror 2.0.17", + "thiserror 2.0.18", "tower", ] [[package]] name = "scroll-alloy-rpc-types" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -13567,8 +13669,8 @@ dependencies = [ [[package]] name = "scroll-alloy-rpc-types-engine" -version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth.git?tag=scroll-v91.7#a4de13d3b2af3bb17b352a217af85c85cfc8cd74" +version = "1.11.1" +source = "git+https://github.com/scroll-tech/reth.git?branch=feat%2Fv1.11.1#aca2b8321e9d8eab33a09802a42bd78c2d71eff7" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -13590,7 +13692,7 @@ dependencies = [ "scroll-alloy-consensus", "scroll-l1", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "zstd", ] @@ -13616,7 +13718,7 @@ dependencies = [ "serde_json", "strum 0.27.2", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -13634,7 +13736,7 @@ dependencies = [ "metrics", "metrics-derive", "moka", - "reqwest", + "reqwest 0.12.28", "reth-tracing", "rollup-node-primitives", "rollup-node-providers", @@ -13643,7 +13745,7 @@ dependencies = [ "scroll-codec", "scroll-db", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -13667,7 +13769,7 @@ dependencies = [ "reth-chainspec", "reth-network-api", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-scroll-chainspec", "reth-scroll-engine-primitives", "reth-scroll-primitives", @@ -13679,7 +13781,7 @@ dependencies = [ "scroll-alloy-provider", "scroll-alloy-rpc-types-engine", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -13694,7 +13796,7 @@ dependencies = [ "bitvec", "derive_more", "scroll-alloy-consensus", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -13705,7 +13807,7 @@ dependencies = [ "eyre", "futures", "indicatif 0.17.11", - "reqwest", + "reqwest 0.12.28", "reqwest-middleware", "reqwest-retry", "reth-chainspec", @@ -13729,7 +13831,7 @@ dependencies = [ "reth-network-api", "reth-network-peers", "reth-network-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.1", "reth-scroll-chainspec", "reth-scroll-node", "reth-scroll-primitives", @@ -13738,7 +13840,7 @@ dependencies = [ "rollup-node-primitives", "scroll-alloy-hardforks", "scroll-wire", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -13756,7 +13858,7 @@ dependencies = [ "reth-network-api", "reth-scroll-primitives", "rollup-node-signer", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -13794,7 +13896,7 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -13820,11 +13922,11 @@ dependencies = [ "serde_json", "sqlx", "strum 0.26.3", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "tracing", "url", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] @@ -13842,7 +13944,7 @@ dependencies = [ "sqlx", "tokio", "tracing", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", "url", ] @@ -13856,7 +13958,7 @@ dependencies = [ "proc-macro2", "quote", "sea-bae", - "syn 2.0.110", + "syn 2.0.117", "unicode-ident", ] @@ -13873,7 +13975,7 @@ dependencies = [ "sea-orm-cli", "sea-schema", "tracing", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] @@ -13890,7 +13992,7 @@ dependencies = [ "sea-query-derive", "serde_json", "time", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] @@ -13906,7 +14008,7 @@ dependencies = [ "serde_json", "sqlx", "time", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] @@ -13919,8 +14021,8 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.110", - "thiserror 2.0.17", + "syn 2.0.117", + "thiserror 2.0.18", ] [[package]] @@ -13945,7 +14047,7 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -14012,38 +14114,34 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.11.1" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" +checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" dependencies = [ - "bitflags 2.10.0", - "core-foundation 0.9.4", + "bitflags 2.11.0", + "core-foundation 0.10.1", "core-foundation-sys", "libc", "security-framework-sys", ] [[package]] -name = "security-framework" -version = "3.5.1" +name = "security-framework-sys" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" +checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" dependencies = [ - "bitflags 2.10.0", - "core-foundation 0.10.1", "core-foundation-sys", "libc", - "security-framework-sys", ] [[package]] -name = "security-framework-sys" -version = "2.15.0" +name = "semver" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" +checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" dependencies = [ - "core-foundation-sys", - "libc", + "semver-parser 0.7.0", ] [[package]] @@ -14052,7 +14150,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ - "semver-parser", + "semver-parser 0.10.3", ] [[package]] @@ -14065,6 +14163,12 @@ dependencies = [ "serde_core", ] +[[package]] +name = "semver-parser" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" + [[package]] name = "semver-parser" version = "0.10.3" @@ -14113,7 +14217,7 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -14127,16 +14231,16 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.145" +version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ - "indexmap 2.12.0", + "indexmap 2.13.0", "itoa", "memchr", - "ryu", "serde", "serde_core", + "zmij", ] [[package]] @@ -14150,15 +14254,6 @@ dependencies = [ "serde_core", ] -[[package]] -name = "serde_spanned" -version = "0.6.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" -dependencies = [ - "serde", -] - [[package]] name = "serde_spanned" version = "1.0.4" @@ -14182,17 +14277,17 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.16.0" +version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10574371d41b0d9b2cff89418eda27da52bcaff2cc8741db26382a77c29131f1" +checksum = "381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9" dependencies = [ "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.12.0", + "indexmap 2.13.0", "schemars 0.9.0", - "schemars 1.1.0", + "schemars 1.2.1", "serde_core", "serde_json", "serde_with_macros", @@ -14201,14 +14296,14 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.16.0" +version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a72d8216842fdd57820dc78d840bef99248e35fb2554ff923319e60f2d686b" +checksum = "a6d4e30573c8cb306ed6ab1dca8423eec9a463ea0e155f45399455e0368b27e0" dependencies = [ "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -14268,9 +14363,9 @@ dependencies = [ [[package]] name = "sha3-asm" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" +checksum = "b31139435f327c93c6038ed350ae4588e2c70a13d50599509fee6349967ba35a" dependencies = [ "cc", "cfg-if", @@ -14293,9 +14388,9 @@ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" [[package]] name = "shellexpand" -version = "3.1.1" +version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" +checksum = "32824fab5e16e6c4d86dc1ba84489390419a39f97699852b66480bb87d297ed8" dependencies = [ "dirs", ] @@ -14329,10 +14424,11 @@ dependencies = [ [[package]] name = "signal-hook-registry" -version = "1.4.6" +version = "1.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" dependencies = [ + "errno", "libc", ] @@ -14348,9 +14444,9 @@ dependencies = [ [[package]] name = "simd-adler32" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" +checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" [[package]] name = "simdutf8" @@ -14360,36 +14456,21 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "simple_asn1" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" +checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", ] [[package]] name = "siphasher" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" - -[[package]] -name = "skeptic" -version = "0.13.7" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" -dependencies = [ - "bytecount", - "cargo_metadata 0.14.2", - "error-chain", - "glob", - "pulldown-cmark", - "tempfile", - "walkdir", -] +checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "sketches-ddsketch" @@ -14399,9 +14480,18 @@ checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" [[package]] name = "slab" -version = "0.4.11" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" + +[[package]] +name = "small_btree" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" +checksum = "0ba60d2df92ba73864714808ca68c059734853e6ab722b40e1cf543ebb3a057a" +dependencies = [ + "arrayvec", +] [[package]] name = "smallvec" @@ -14431,9 +14521,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" +checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" dependencies = [ "libc", "windows-sys 0.60.2", @@ -14448,7 +14538,7 @@ dependencies = [ "base64 0.22.1", "bytes", "futures", - "http 1.3.1", + "http 1.4.0", "httparse", "log", "rand 0.8.5", @@ -14458,8 +14548,7 @@ dependencies = [ [[package]] name = "solar-ast" version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b6aaf98d032ba3be85dca5f969895ade113a9137bb5956f80c5faf14689de59" +source = "git+https://github.com/paradigmxyz/solar?rev=530f129#530f129b1b2d7138df973dd71d2fc1e592b593d7" dependencies = [ "alloy-primitives", "bumpalo", @@ -14475,8 +14564,7 @@ dependencies = [ [[package]] name = "solar-compiler" version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95e792060bcbb007a6b9b060292945fb34ff854c7d93a9628f81b6c809eb4360" +source = "git+https://github.com/paradigmxyz/solar?rev=530f129#530f129b1b2d7138df973dd71d2fc1e592b593d7" dependencies = [ "alloy-primitives", "solar-ast", @@ -14491,8 +14579,7 @@ dependencies = [ [[package]] name = "solar-config" version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff16d692734c757edd339f5db142ba91b42772f8cbe1db1ce3c747f1e777185f" +source = "git+https://github.com/paradigmxyz/solar?rev=530f129#530f129b1b2d7138df973dd71d2fc1e592b593d7" dependencies = [ "colorchoice", "strum 0.27.2", @@ -14501,23 +14588,21 @@ dependencies = [ [[package]] name = "solar-data-structures" version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dea34e58332c7d6a8cde1f1740186d31682b7be46e098b8cc16fcb7ffd98bf5" +source = "git+https://github.com/paradigmxyz/solar?rev=530f129#530f129b1b2d7138df973dd71d2fc1e592b593d7" dependencies = [ "bumpalo", "index_vec", - "indexmap 2.12.0", + "indexmap 2.13.0", "parking_lot 0.12.5", "rayon", - "rustc-hash 2.1.1", + "rustc-hash", "smallvec", ] [[package]] name = "solar-interface" version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d6163af2e773f4d455212fa9ba2c0664506029dd26232eb406f5046092ac311" +source = "git+https://github.com/paradigmxyz/solar?rev=530f129#530f129b1b2d7138df973dd71d2fc1e592b593d7" dependencies = [ "annotate-snippets", "anstream", @@ -14525,43 +14610,42 @@ dependencies = [ "derive_more", "dunce", "inturn", - "itertools 0.10.5", + "itertools 0.14.0", "itoa", "normalize-path", "once_map", "rayon", "scoped-tls", + "semver 1.0.27", "serde", "serde_json", "solar-config", "solar-data-structures", "solar-macros", - "thiserror 1.0.69", + "thiserror 2.0.18", "tracing", - "unicode-width 0.2.0", + "unicode-width", ] [[package]] name = "solar-macros" version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44a98045888d75d17f52e7b76f6098844b76078b5742a450c3ebcdbdb02da124" +source = "git+https://github.com/paradigmxyz/solar?rev=530f129#530f129b1b2d7138df973dd71d2fc1e592b593d7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "solar-parse" version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b77a9cbb07948e4586cdcf64f0a483424197308816ebd57a4cf06130b68562" +source = "git+https://github.com/paradigmxyz/solar?rev=530f129#530f129b1b2d7138df973dd71d2fc1e592b593d7" dependencies = [ "alloy-primitives", - "bitflags 2.10.0", + "bitflags 2.11.0", "bumpalo", - "itertools 0.10.5", + "itertools 0.14.0", "memchr", "num-bigint", "num-rational", @@ -14577,12 +14661,11 @@ dependencies = [ [[package]] name = "solar-sema" version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd033af43a38da316a04b25bbd20b121ce5d728b61e6988fd8fd6e2f1e68d0a1" +source = "git+https://github.com/paradigmxyz/solar?rev=530f129#530f129b1b2d7138df973dd71d2fc1e592b593d7" dependencies = [ "alloy-json-abi", "alloy-primitives", - "bitflags 2.10.0", + "bitflags 2.11.0", "bumpalo", "derive_more", "either", @@ -14603,9 +14686,9 @@ dependencies = [ [[package]] name = "soldeer-core" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c6956940ce1436c00d50847e78c703375922d25130041a97f57508dee5f3952" +checksum = "295509f269318c6e3f11ea3bd09b29c974d00403bdf5291577c0bc6adaa9c2fd" dependencies = [ "bon", "chrono", @@ -14618,16 +14701,16 @@ dependencies = [ "path-slash", "rayon", "regex", - "reqwest", + "reqwest 0.12.28", "sanitize-filename", "semver 1.0.27", "serde", "serde_json", "sha2 0.10.9", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", - "toml_edit 0.23.7", - "uuid 1.18.1", + "toml_edit 0.23.10+spec-1.0.0", + "uuid 1.21.0", "zip", "zip-extract", ] @@ -14660,12 +14743,6 @@ dependencies = [ "der", ] -[[package]] -name = "sptr" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" - [[package]] name = "sqlx" version = "0.8.6" @@ -14699,7 +14776,7 @@ dependencies = [ "futures-util", "hashbrown 0.15.5", "hashlink 0.10.0", - "indexmap 2.12.0", + "indexmap 2.13.0", "log", "memchr", "native-tls", @@ -14710,13 +14787,13 @@ dependencies = [ "serde_json", "sha2 0.10.9", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "tokio", "tokio-stream", "tracing", "url", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] @@ -14729,7 +14806,7 @@ dependencies = [ "quote", "sqlx-core", "sqlx-macros-core", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -14752,7 +14829,7 @@ dependencies = [ "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", - "syn 2.0.110", + "syn 2.0.117", "tokio", "url", ] @@ -14766,7 +14843,7 @@ dependencies = [ "atoi", "base64 0.22.1", "bigdecimal", - "bitflags 2.10.0", + "bitflags 2.11.0", "byteorder", "bytes", "chrono", @@ -14797,10 +14874,10 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "tracing", - "uuid 1.18.1", + "uuid 1.21.0", "whoami", ] @@ -14813,7 +14890,7 @@ dependencies = [ "atoi", "base64 0.22.1", "bigdecimal", - "bitflags 2.10.0", + "bitflags 2.11.0", "byteorder", "chrono", "crc", @@ -14840,10 +14917,10 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "tracing", - "uuid 1.18.1", + "uuid 1.21.0", "whoami", ] @@ -14867,11 +14944,11 @@ dependencies = [ "serde", "serde_urlencoded", "sqlx-core", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "tracing", "url", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] @@ -14924,9 +15001,6 @@ name = "strum" version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" -dependencies = [ - "strum_macros 0.26.4", -] [[package]] name = "strum" @@ -14934,20 +15008,7 @@ version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" dependencies = [ - "strum_macros 0.27.2", -] - -[[package]] -name = "strum_macros" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" -dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.110", + "strum_macros", ] [[package]] @@ -14959,7 +15020,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -14968,17 +15029,23 @@ version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" +[[package]] +name = "subtle-ng" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" + [[package]] name = "sval" -version = "2.16.0" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "502b8906c4736190684646827fbab1e954357dfe541013bbd7994d033d53a1ca" +checksum = "c1aaf178a50bbdd86043fce9bf0a5867007d9b382db89d1c96ccae4601ff1ff9" [[package]] name = "sval_buffer" -version = "2.16.0" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4b854348b15b6c441bdd27ce9053569b016a0723eab2d015b1fd8e6abe4f708" +checksum = "f89273e48f03807ebf51c4d81c52f28d35ffa18a593edf97e041b52de143df89" dependencies = [ "sval", "sval_ref", @@ -14986,18 +15053,18 @@ dependencies = [ [[package]] name = "sval_dynamic" -version = "2.16.0" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0bd9e8b74410ddad37c6962587c5f9801a2caadba9e11f3f916ee3f31ae4a1f" +checksum = "0430f4e18e7eba21a49d10d25a8dec3ce0e044af40b162347e99a8e3c3ced864" dependencies = [ "sval", ] [[package]] name = "sval_fmt" -version = "2.16.0" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe17b8deb33a9441280b4266c2d257e166bafbaea6e66b4b34ca139c91766d9" +checksum = "835f51b9d7331b9d7fc48fc716c02306fa88c4a076b1573531910c91a525882d" dependencies = [ "itoa", "ryu", @@ -15006,9 +15073,9 @@ dependencies = [ [[package]] name = "sval_json" -version = "2.16.0" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854addb048a5bafb1f496c98e0ab5b9b581c3843f03ca07c034ae110d3b7c623" +checksum = "13cbfe3ef406ee2366e7e8ab3678426362085fa9eaedf28cb878a967159dced3" dependencies = [ "itoa", "ryu", @@ -15017,9 +15084,9 @@ dependencies = [ [[package]] name = "sval_nested" -version = "2.16.0" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cf068f482108ff44ae8013477cb047a1665d5f1a635ad7cf79582c1845dce9" +checksum = "8b20358af4af787c34321a86618c3cae12eabdd0e9df22cd9dd2c6834214c518" dependencies = [ "sval", "sval_buffer", @@ -15028,18 +15095,18 @@ dependencies = [ [[package]] name = "sval_ref" -version = "2.16.0" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed02126365ffe5ab8faa0abd9be54fbe68d03d607cd623725b0a71541f8aaa6f" +checksum = "fb5e500f8eb2efa84f75e7090f7fc43f621b9f8b6cde571c635b3855f97b332a" dependencies = [ "sval", ] [[package]] name = "sval_serde" -version = "2.16.0" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a263383c6aa2076c4ef6011d3bae1b356edf6ea2613e3d8e8ebaa7b57dd707d5" +checksum = "ca2032ae39b11dcc6c18d5fbc50a661ea191cac96484c59ccf49b002261ca2c1" dependencies = [ "serde_core", "sval", @@ -15048,28 +15115,28 @@ dependencies = [ [[package]] name = "svm-rs" -version = "0.5.23" +version = "0.5.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "415b159b54c22d9810087f0991371fd6242a912673e982a7c4ca8ea122f7e00a" +checksum = "230df06b463c7251e4d1b39b1b3e6f25a9b3a42630179053a1e5f919e6e15534" dependencies = [ "const-hex", "dirs", - "reqwest", + "reqwest 0.13.2", "semver 1.0.27", "serde", "serde_json", "sha2 0.10.9", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.18", "url", "zip", ] [[package]] name = "svm-rs-builds" -version = "0.5.23" +version = "0.5.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab96ac3275ad299c6e5455b69a2f72443c4d3afb4933d92a0f859d48432dea49" +checksum = "b271921143e5b12947a526de464db02b00363919d582a7ea712374840f928328" dependencies = [ "const-hex", "semver 1.0.27", @@ -15079,21 +15146,21 @@ dependencies = [ [[package]] name = "symbolic-common" -version = "12.17.0" +version = "12.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d8046c5674ab857104bc4559d505f4809b8060d57806e45d49737c97afeb60" +checksum = "751a2823d606b5d0a7616499e4130a516ebd01a44f39811be2b9600936509c23" dependencies = [ "debugid", "memmap2", "stable_deref_trait", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] name = "symbolic-demangle" -version = "12.17.0" +version = "12.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1accb6e5c4b0f682de907623912e616b44be1c9e725775155546669dbff720ec" +checksum = "79b237cfbe320601dd24b4ac817a5b68bb28f5508e33f08d42be0682cadc8ac9" dependencies = [ "cpp_demangle", "rustc-demangle", @@ -15113,9 +15180,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.110" +version = "2.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", @@ -15124,14 +15191,14 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "1.4.1" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff790eb176cc81bb8936aed0f7b9f14fc4670069a2d371b3e3b0ecce908b2cb3" +checksum = "53f425ae0b12e2f5ae65542e00898d500d4d318b4baf09f40fd0d410454e9947" dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -15151,29 +15218,30 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "sysinfo" -version = "0.33.1" +version = "0.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01" +checksum = "1efc19935b4b66baa6f654ac7924c192f55b175c00a7ab72410fc24284dacda8" dependencies = [ - "core-foundation-sys", "libc", "memchr", "ntapi", - "windows 0.57.0", + "objc2-core-foundation", + "objc2-io-kit", + "windows", ] [[package]] name = "system-configuration" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" +checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "core-foundation 0.9.4", "system-configuration-sys", ] @@ -15188,6 +15256,12 @@ dependencies = [ "libc", ] +[[package]] +name = "tag_ptr" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0e973b34477b7823833469eb0f5a3a60370fef7a453e02d751b59180d0a5a05" + [[package]] name = "tagptr" version = "0.2.0" @@ -15213,24 +15287,77 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.23.0" +version = "3.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.1", "once_cell", - "rustix 1.1.2", + "rustix", "windows-sys 0.61.2", ] +[[package]] +name = "tempo-alloy" +version = "1.0.0" +source = "git+https://github.com/tempoxyz/tempo?tag=v1.0.0#9ad04e2058993dfba4984cc7d413474b0278d427" +dependencies = [ + "alloy-consensus", + "alloy-contract", + "alloy-eips", + "alloy-network", + "alloy-primitives", + "alloy-provider", + "alloy-rpc-types-eth", + "alloy-serde", + "alloy-signer", + "alloy-signer-local", + "alloy-transport", + "derive_more", + "serde", + "tempo-contracts", + "tempo-primitives", +] + +[[package]] +name = "tempo-contracts" +version = "1.0.0" +source = "git+https://github.com/tempoxyz/tempo?tag=v1.0.0#9ad04e2058993dfba4984cc7d413474b0278d427" +dependencies = [ + "alloy-contract", + "alloy-primitives", + "alloy-sol-types", +] + +[[package]] +name = "tempo-primitives" +version = "1.0.0" +source = "git+https://github.com/tempoxyz/tempo?tag=v1.0.0#9ad04e2058993dfba4984cc7d413474b0278d427" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "base64 0.22.1", + "derive_more", + "p256", + "reth-codecs 1.10.0", + "reth-ethereum-primitives 1.10.0", + "reth-primitives-traits 1.10.0", + "serde", + "serde_json", + "sha2 0.10.9", +] + [[package]] name = "terminal_size" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" dependencies = [ - "rustix 1.1.2", + "rustix", "windows-sys 0.60.2", ] @@ -15245,7 +15372,7 @@ dependencies = [ "alloy-signer-local", "alloy-sol-types", "eyre", - "getrandom 0.2.16", + "getrandom 0.2.17", "reth-e2e-test-utils", "reth-tracing", "rollup-node-chain-orchestrator", @@ -15273,11 +15400,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ - "thiserror-impl 2.0.17", + "thiserror-impl 2.0.18", ] [[package]] @@ -15288,18 +15415,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "thiserror-impl" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -15322,9 +15449,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.44" +version = "0.3.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" +checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" dependencies = [ "deranged", "itoa", @@ -15333,46 +15460,27 @@ dependencies = [ "num-conv", "num_threads", "powerfmt", - "serde", + "serde_core", "time-core", "time-macros", ] [[package]] name = "time-core" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" +checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "time-macros" -version = "0.2.24" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" +checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" dependencies = [ "num-conv", "time-core", ] -[[package]] -name = "tiny-keccak" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" -dependencies = [ - "crunchy", -] - -[[package]] -name = "tinystr" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" -dependencies = [ - "displaydoc", - "zerovec 0.10.4", -] - [[package]] name = "tinystr" version = "0.8.2" @@ -15380,7 +15488,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" dependencies = [ "displaydoc", - "zerovec 0.11.5", + "serde_core", + "zerovec", ] [[package]] @@ -15410,9 +15519,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" dependencies = [ "bytes", "libc", @@ -15420,7 +15529,7 @@ dependencies = [ "parking_lot 0.12.5", "pin-project-lite", "signal-hook-registry", - "socket2 0.6.1", + "socket2 0.6.2", "tokio-macros", "tracing", "windows-sys 0.61.2", @@ -15434,7 +15543,7 @@ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -15463,15 +15572,15 @@ version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" dependencies = [ - "rustls 0.23.31", + "rustls 0.23.37", "tokio", ] [[package]] name = "tokio-stream" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" +checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" dependencies = [ "futures-core", "pin-project-lite", @@ -15487,8 +15596,7 @@ checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" dependencies = [ "futures-util", "log", - "rustls 0.23.31", - "rustls-native-certs 0.8.2", + "rustls 0.23.37", "rustls-pki-types", "tokio", "tokio-rustls 0.26.4", @@ -15510,9 +15618,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.17" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" +checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" dependencies = [ "bytes", "futures-core", @@ -15525,26 +15633,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" -dependencies = [ - "serde", - "serde_spanned 0.6.9", - "toml_datetime 0.6.11", - "toml_edit 0.22.27", -] - -[[package]] -name = "toml" -version = "0.9.8" +version = "0.9.12+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" +checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" dependencies = [ - "indexmap 2.12.0", + "indexmap 2.13.0", "serde_core", - "serde_spanned 1.0.4", - "toml_datetime 0.7.3", + "serde_spanned", + "toml_datetime", "toml_parser", "toml_writer", "winnow", @@ -15552,46 +15648,36 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" -dependencies = [ - "serde", -] - -[[package]] -name = "toml_datetime" -version = "0.7.3" +version = "0.7.5+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" +checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" dependencies = [ "serde_core", ] [[package]] name = "toml_edit" -version = "0.22.27" +version = "0.23.10+spec-1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" +checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" dependencies = [ - "indexmap 2.12.0", - "serde", - "serde_spanned 0.6.9", - "toml_datetime 0.6.11", - "toml_write", + "indexmap 2.13.0", + "serde_core", + "serde_spanned", + "toml_datetime", + "toml_parser", + "toml_writer", "winnow", ] [[package]] name = "toml_edit" -version = "0.23.7" +version = "0.24.1+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" +checksum = "01f2eadbbc6b377a847be05f60791ef1058d9f696ecb51d2c07fe911d8569d8e" dependencies = [ - "indexmap 2.12.0", - "serde_core", - "serde_spanned 1.0.4", - "toml_datetime 0.7.3", + "indexmap 2.13.0", + "toml_datetime", "toml_parser", "toml_writer", "winnow", @@ -15599,19 +15685,13 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.4" +version = "1.0.9+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" +checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" dependencies = [ "winnow", ] -[[package]] -name = "toml_write" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" - [[package]] name = "toml_writer" version = "1.0.6+spec-1.1.0" @@ -15620,16 +15700,16 @@ checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" [[package]] name = "tonic" -version = "0.14.2" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" +checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec" dependencies = [ "async-trait", "axum", "base64 0.22.1", "bytes", - "h2 0.4.12", - "http 1.3.1", + "h2 0.4.13", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.8.1", @@ -15637,7 +15717,7 @@ dependencies = [ "hyper-util", "percent-encoding", "pin-project", - "socket2 0.6.1", + "socket2 0.6.2", "sync_wrapper", "tokio", "tokio-stream", @@ -15649,25 +15729,25 @@ dependencies = [ [[package]] name = "tonic-prost" -version = "0.14.2" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" +checksum = "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309" dependencies = [ "bytes", - "prost 0.14.1", + "prost 0.14.3", "tonic", ] [[package]] name = "tower" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" dependencies = [ "futures-core", "futures-util", "hdrhistogram", - "indexmap 2.12.0", + "indexmap 2.13.0", "pin-project-lite", "slab", "sync_wrapper", @@ -15680,17 +15760,17 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "async-compression", "base64 0.22.1", - "bitflags 2.10.0", + "bitflags 2.11.0", "bytes", "futures-core", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "http-range-header", @@ -15706,7 +15786,7 @@ dependencies = [ "tower-layer", "tower-service", "tracing", - "uuid 1.18.1", + "uuid 1.21.0", ] [[package]] @@ -15723,9 +15803,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.41" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" dependencies = [ "log", "pin-project-lite", @@ -15735,32 +15815,32 @@ dependencies = [ [[package]] name = "tracing-appender" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" +checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf" dependencies = [ "crossbeam-channel", - "thiserror 1.0.69", + "thiserror 2.0.18", "time", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] name = "tracing-attributes" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "tracing-core" -version = "0.1.34" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" dependencies = [ "once_cell", "valuable", @@ -15773,7 +15853,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" dependencies = [ "tracing", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] @@ -15788,13 +15868,13 @@ dependencies = [ [[package]] name = "tracing-journald" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0b4143302cf1022dac868d521e36e8b27691f72c84b3311750d5188ebba657" +checksum = "2d3a81ed245bfb62592b1e2bc153e77656d94ee6a0497683a65a12ccaf2438d0" dependencies = [ "libc", "tracing-core", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] @@ -15809,15 +15889,47 @@ dependencies = [ ] [[package]] -name = "tracing-logfmt" -version = "0.3.5" +name = "tracing-logfmt" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b1f47d22deb79c3f59fcf2a1f00f60cbdc05462bf17d1cd356c1fefa3f444bd" +dependencies = [ + "time", + "tracing", + "tracing-core", + "tracing-subscriber 0.3.22", +] + +[[package]] +name = "tracing-opentelemetry" +version = "0.32.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ac28f2d093c6c477eaa76b23525478f38de514fa9aeb1285738d4b97a9552fc" +dependencies = [ + "js-sys", + "opentelemetry", + "smallvec", + "tracing", + "tracing-core", + "tracing-log", + "tracing-subscriber 0.3.22", + "web-time", +] + +[[package]] +name = "tracing-samply" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b1f47d22deb79c3f59fcf2a1f00f60cbdc05462bf17d1cd356c1fefa3f444bd" +checksum = "c175f7ecc002b6ef04776a39f440503e4e788790ddbdbfac8259b7a069526334" dependencies = [ - "time", - "tracing", + "cfg-if", + "itoa", + "libc", + "mach2 0.5.0", + "memmap2", + "smallvec", "tracing-core", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] @@ -15841,9 +15953,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.20" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" dependencies = [ "matchers", "nu-ansi-term", @@ -15868,7 +15980,7 @@ checksum = "ee44f4cef85f88b4dea21c0b1f58320bdf35715cf56d840969487cff00613321" dependencies = [ "alloy-primitives", "ethereum_hashing", - "ethereum_ssz", + "ethereum_ssz 0.9.1", "smallvec", "typenum", ] @@ -15882,20 +15994,20 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "trezor-client" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10636211ab89c96ed2824adc5ec0d081e1080aeacc24c37abb318dcb31dcc779" +checksum = "87873db279766278a7e56b01139943e00a45afc079fc8fa6651e949f2234c3f6" dependencies = [ "byteorder", "hex", "protobuf", "rusb", - "thiserror 1.0.69", + "thiserror 2.0.18", "tracing", ] @@ -15909,12 +16021,6 @@ dependencies = [ "rlp", ] -[[package]] -name = "triomphe" -version = "0.1.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" - [[package]] name = "try-lock" version = "0.2.5" @@ -15929,14 +16035,14 @@ checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ "bytes", "data-encoding", - "http 1.3.1", + "http 1.4.0", "httparse", "log", "rand 0.9.2", - "rustls 0.23.31", + "rustls 0.23.37", "rustls-pki-types", "sha1", - "thiserror 2.0.17", + "thiserror 2.0.18", "utf-8", ] @@ -15948,12 +16054,12 @@ checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" dependencies = [ "bytes", "data-encoding", - "http 1.3.1", + "http 1.4.0", "httparse", "log", "rand 0.9.2", "sha1", - "thiserror 2.0.17", + "thiserror 2.0.18", "utf-8", ] @@ -16016,9 +16122,9 @@ dependencies = [ [[package]] name = "unicase" -version = "2.8.1" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" +checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" [[package]] name = "unicode-bidi" @@ -16028,9 +16134,9 @@ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-ident" -version = "1.0.22" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-normalization" @@ -16055,26 +16161,20 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-truncate" -version = "1.1.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" +checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" dependencies = [ - "itertools 0.13.0", + "itertools 0.14.0", "unicode-segmentation", - "unicode-width 0.1.14", + "unicode-width", ] [[package]] name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - -[[package]] -name = "unicode-width" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "unicode-xid" @@ -16112,14 +16212,15 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.7" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna", "percent-encoding", "serde", + "serde_derive", ] [[package]] @@ -16158,19 +16259,19 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", "serde", ] [[package]] name = "uuid" -version = "1.18.1" +version = "1.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" +checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" dependencies = [ - "getrandom 0.3.4", + "getrandom 0.4.1", "js-sys", - "serde", + "serde_core", "wasm-bindgen", ] @@ -16224,57 +16325,84 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vergen" -version = "8.3.2" +version = "9.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566" +checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75" dependencies = [ "anyhow", - "cfg-if", + "cargo_metadata", + "derive_builder", + "regex", "rustversion", "time", + "vergen-lib 9.1.0", ] [[package]] name = "vergen" -version = "9.0.6" +version = "10.0.0-beta.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b2bf58be11fc9414104c6d3a2e464163db5ef74b12296bda593cac37b6e4777" +checksum = "4065d92137ae477a3701e18a7afccdf584229fe504eaa4d290bc722df4076141" dependencies = [ "anyhow", - "cargo_metadata 0.19.2", - "derive_builder", - "regex", + "bon", "rustversion", "time", - "vergen-lib", + "vergen-lib 10.0.0-beta.5", ] [[package]] name = "vergen-git2" -version = "1.0.7" +version = "9.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f6ee511ec45098eabade8a0750e76eec671e7fb2d9360c563911336bea9cac1" +checksum = "d51ab55ddf1188c8d679f349775362b0fa9e90bd7a4ac69838b2a087623f0d57" dependencies = [ "anyhow", "derive_builder", "git2", "rustversion", "time", - "vergen 9.0.6", - "vergen-lib", + "vergen 9.1.0", + "vergen-lib 9.1.0", +] + +[[package]] +name = "vergen-gitcl" +version = "10.0.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3911418c678932ff5b8f8162bfb73753b6f3d1e22bf37d07d53aff44a6f224" +dependencies = [ + "anyhow", + "bon", + "rustversion", + "time", + "vergen 10.0.0-beta.5", + "vergen-lib 10.0.0-beta.5", ] [[package]] name = "vergen-lib" -version = "0.1.6" +version = "9.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166" +checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569" dependencies = [ "anyhow", "derive_builder", "rustversion", ] +[[package]] +name = "vergen-lib" +version = "10.0.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbabf186269781b2b81f38937d07c37bbd980853dea6edc89b90820c09aab4c3" +dependencies = [ + "anyhow", + "bon", + "getset", + "rustversion", +] + [[package]] name = "version_check" version = "0.9.5" @@ -16289,7 +16417,7 @@ checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -16334,9 +16462,18 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasip2" -version = "1.0.1+wasi-0.2.4" +version = "1.0.2+wasi-0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasip3" +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" +checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" dependencies = [ "wit-bindgen", ] @@ -16349,9 +16486,9 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" [[package]] name = "wasm-bindgen" -version = "0.2.105" +version = "0.2.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" +checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2" dependencies = [ "cfg-if", "once_cell", @@ -16362,11 +16499,12 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.55" +version = "0.4.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" +checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a" dependencies = [ "cfg-if", + "futures-util", "js-sys", "once_cell", "wasm-bindgen", @@ -16375,9 +16513,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.105" +version = "0.2.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" +checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -16385,26 +16523,48 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.105" +version = "0.2.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" +checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60" dependencies = [ "bumpalo", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.105" +version = "0.2.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" +checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5" dependencies = [ "unicode-ident", ] +[[package]] +name = "wasm-encoder" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" +dependencies = [ + "leb128fmt", + "wasmparser", +] + +[[package]] +name = "wasm-metadata" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" +dependencies = [ + "anyhow", + "indexmap 2.13.0", + "wasm-encoder", + "wasmparser", +] + [[package]] name = "wasm-streams" version = "0.4.2" @@ -16433,6 +16593,18 @@ dependencies = [ "web-sys", ] +[[package]] +name = "wasmparser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" +dependencies = [ + "bitflags 2.11.0", + "hashbrown 0.15.5", + "indexmap 2.13.0", + "semver 1.0.27", +] + [[package]] name = "wasmtimer" version = "0.4.3" @@ -16449,9 +16621,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.82" +version = "0.3.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" +checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97" dependencies = [ "js-sys", "wasm-bindgen", @@ -16467,20 +16639,36 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "webbrowser" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f00bb839c1cf1e3036066614cbdcd035ecf215206691ea646aa3c60a24f68f2" +dependencies = [ + "core-foundation 0.10.1", + "jni", + "log", + "ndk-context", + "objc2", + "objc2-foundation", + "url", + "web-sys", +] + [[package]] name = "webpki-root-certs" version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e" dependencies = [ - "webpki-root-certs 1.0.4", + "webpki-root-certs 1.0.6", ] [[package]] name = "webpki-root-certs" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b" +checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" dependencies = [ "rustls-pki-types", ] @@ -16491,30 +16679,18 @@ version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" dependencies = [ - "webpki-roots 1.0.4", + "webpki-roots 1.0.6", ] [[package]] name = "webpki-roots" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" +checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" dependencies = [ "rustls-pki-types", ] -[[package]] -name = "which" -version = "4.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" -dependencies = [ - "either", - "home", - "once_cell", - "rustix 0.38.44", -] - [[package]] name = "whoami" version = "1.6.1" @@ -16562,16 +16738,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[package]] -name = "windows" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" -dependencies = [ - "windows-core 0.57.0", - "windows-targets 0.52.6", -] - [[package]] name = "windows" version = "0.62.2" @@ -16579,7 +16745,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" dependencies = [ "windows-collections", - "windows-core 0.62.2", + "windows-core", "windows-future", "windows-numerics", ] @@ -16590,19 +16756,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" dependencies = [ - "windows-core 0.62.2", -] - -[[package]] -name = "windows-core" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" -dependencies = [ - "windows-implement 0.57.0", - "windows-interface 0.57.0", - "windows-result 0.1.2", - "windows-targets 0.52.6", + "windows-core", ] [[package]] @@ -16611,10 +16765,10 @@ version = "0.62.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" dependencies = [ - "windows-implement 0.60.2", - "windows-interface 0.59.3", + "windows-implement", + "windows-interface", "windows-link", - "windows-result 0.4.1", + "windows-result", "windows-strings", ] @@ -16624,22 +16778,11 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" dependencies = [ - "windows-core 0.62.2", + "windows-core", "windows-link", "windows-threading", ] -[[package]] -name = "windows-implement" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", -] - [[package]] name = "windows-implement" version = "0.60.2" @@ -16648,18 +16791,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", -] - -[[package]] -name = "windows-interface" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -16670,7 +16802,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -16685,7 +16817,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" dependencies = [ - "windows-core 0.62.2", + "windows-core", "windows-link", ] @@ -16696,19 +16828,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" dependencies = [ "windows-link", - "windows-result 0.4.1", + "windows-result", "windows-strings", ] -[[package]] -name = "windows-result" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" -dependencies = [ - "windows-targets 0.52.6", -] - [[package]] name = "windows-result" version = "0.4.1" @@ -17035,9 +17158,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" dependencies = [ "memchr", ] @@ -17054,21 +17177,97 @@ dependencies = [ [[package]] name = "wit-bindgen" -version = "0.46.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" +dependencies = [ + "wit-bindgen-rust-macro", +] [[package]] -name = "write16" -version = "1.0.0" +name = "wit-bindgen-core" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" +checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" +dependencies = [ + "anyhow", + "heck 0.5.0", + "wit-parser", +] [[package]] -name = "writeable" -version = "0.5.5" +name = "wit-bindgen-rust" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" +dependencies = [ + "anyhow", + "heck 0.5.0", + "indexmap 2.13.0", + "prettyplease", + "syn 2.0.117", + "wasm-metadata", + "wit-bindgen-core", + "wit-component", +] + +[[package]] +name = "wit-bindgen-rust-macro" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" +dependencies = [ + "anyhow", + "prettyplease", + "proc-macro2", + "quote", + "syn 2.0.117", + "wit-bindgen-core", + "wit-bindgen-rust", +] + +[[package]] +name = "wit-component" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" +dependencies = [ + "anyhow", + "bitflags 2.11.0", + "indexmap 2.13.0", + "log", + "serde", + "serde_derive", + "serde_json", + "wasm-encoder", + "wasm-metadata", + "wasmparser", + "wit-parser", +] + +[[package]] +name = "wit-parser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" +dependencies = [ + "anyhow", + "id-arena", + "indexmap 2.13.0", + "log", + "semver 1.0.27", + "serde", + "serde_derive", + "serde_json", + "unicode-xid", + "wasmparser", +] + +[[package]] +name = "write16" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" +checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" [[package]] name = "writeable" @@ -17089,7 +17288,7 @@ dependencies = [ "pharos", "rustc_version 0.4.1", "send_wrapper 0.6.0", - "thiserror 2.0.17", + "thiserror 2.0.18", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -17111,7 +17310,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" dependencies = [ "libc", - "rustix 1.1.2", + "rustix", ] [[package]] @@ -17120,6 +17319,12 @@ version = "0.13.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" +[[package]] +name = "xsum" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0637d3a5566a82fa5214bae89087bc8c9fb94cd8e8a3c07feb691bb8d9c632db" + [[package]] name = "xxhash-rust" version = "0.8.15" @@ -17135,18 +17340,6 @@ dependencies = [ "is-terminal", ] -[[package]] -name = "yoke" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" -dependencies = [ - "serde", - "stable_deref_trait", - "yoke-derive 0.7.5", - "zerofrom", -] - [[package]] name = "yoke" version = "0.8.1" @@ -17154,22 +17347,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" dependencies = [ "stable_deref_trait", - "yoke-derive 0.8.1", + "yoke-derive", "zerofrom", ] -[[package]] -name = "yoke-derive" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", - "synstructure", -] - [[package]] name = "yoke-derive" version = "0.8.1" @@ -17178,28 +17359,28 @@ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", "synstructure", ] [[package]] name = "zerocopy" -version = "0.8.27" +version = "0.8.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" +checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.27" +version = "0.8.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" +checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -17219,7 +17400,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", "synstructure", ] @@ -17234,13 +17415,13 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" +checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -17250,19 +17431,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" dependencies = [ "displaydoc", - "yoke 0.8.1", - "zerofrom", -] - -[[package]] -name = "zerovec" -version = "0.10.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" -dependencies = [ - "yoke 0.7.5", + "yoke", "zerofrom", - "zerovec-derive 0.10.3", ] [[package]] @@ -17271,20 +17441,10 @@ version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" dependencies = [ - "yoke 0.8.1", + "serde", + "yoke", "zerofrom", - "zerovec-derive 0.11.2", -] - -[[package]] -name = "zerovec-derive" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", + "zerovec-derive", ] [[package]] @@ -17295,7 +17455,7 @@ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -17307,7 +17467,7 @@ dependencies = [ "arbitrary", "crc32fast", "flate2", - "indexmap 2.12.0", + "indexmap 2.13.0", "memchr", "zopfli", ] @@ -17319,15 +17479,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fa5b9958fd0b5b685af54f2c3fa21fca05fe295ebaf3e77b6d24d96c4174037" dependencies = [ "log", - "thiserror 2.0.17", + "thiserror 2.0.18", "zip", ] [[package]] name = "zlib-rs" -version = "0.5.5" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c745c48e1007337ed136dc99df34128b9faa6ed542d80a1c673cf55a6d7236c8" + +[[package]] +name = "zmij" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3" +checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" [[package]] name = "zopfli" diff --git a/Cargo.toml b/Cargo.toml index 178896b6..e6f89bbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] version = "1.0.6" edition = "2021" -rust-version = "1.83" +rust-version = "1.91" license = "MIT OR Apache-2.0" exclude = [".github/"] @@ -125,79 +125,79 @@ strip = "none" [workspace.dependencies] # alloy alloy-chains = { version = "0.2.5", default-features = false } -alloy-consensus = { version = "1.0.37", default-features = false } -alloy-eips = { version = "1.0.37", default-features = false } -alloy-genesis = { version = "1.0.37", default-features = false } -alloy-json-rpc = { version = "1.0.37", default-features = false } -alloy-network = { version = "1.0.37", default-features = false } -alloy-node-bindings = { version = "1.0.37", default-features = false } -alloy-primitives = { version = "1.4.1", default-features = false } -alloy-provider = { version = "1.0.37", default-features = false } -alloy-rpc-client = { version = "1.0.37", default-features = false } -alloy-rpc-types-engine = { version = "1.0.37", default-features = false } -alloy-rpc-types-anvil = { version = "1.0.37", default-features = false } -alloy-rpc-types-eth = { version = "1.0.37", default-features = false } -alloy-sol-types = { version = "1.4.1", default-features = false } -alloy-signer = { version = "1.0.37", default-features = false } -alloy-signer-local = { version = "1.0.37", default-features = false } -alloy-transport = { version = "1.0.37", default-features = false } +alloy-consensus = { version = "1.6.3", default-features = false } +alloy-eips = { version = "1.6.3", default-features = false } +alloy-genesis = { version = "1.6.3", default-features = false } +alloy-json-rpc = { version = "1.6.3", default-features = false } +alloy-network = { version = "1.6.3", default-features = false } +alloy-node-bindings = { version = "1.6.3", default-features = false } +alloy-primitives = { version = "1.5.6", default-features = false } +alloy-provider = { version = "1.6.3", default-features = false } +alloy-rpc-client = { version = "1.6.3", default-features = false } +alloy-rpc-types-engine = { version = "1.6.3", default-features = false } +alloy-rpc-types-anvil = { version = "1.6.3", default-features = false } +alloy-rpc-types-eth = { version = "1.6.3", default-features = false } +alloy-sol-types = { version = "1.5.6", default-features = false } +alloy-signer = { version = "1.6.3", default-features = false } +alloy-signer-local = { version = "1.6.3", default-features = false } +alloy-transport = { version = "1.6.3", default-features = false } # scroll-alloy -scroll-alloy-consensus = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -scroll-alloy-hardforks = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -scroll-alloy-network = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -scroll-alloy-provider = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -scroll-alloy-evm = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -scroll-alloy-rpc-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -scroll-alloy-rpc-types-engine = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } +scroll-alloy-consensus = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +scroll-alloy-hardforks = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +scroll-alloy-network = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +scroll-alloy-provider = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +scroll-alloy-evm = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +scroll-alloy-rpc-types = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +scroll-alloy-rpc-types-engine = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } # reth -reth-chainspec = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-db = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-e2e-test-utils = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7" } -reth-eth-wire = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-eth-wire-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-fs-util = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-network = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-network-api = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-network-p2p = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-network-peers = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-network-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-node-builder = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-node-core = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-node-api = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-node-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-payload-primitives = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-primitives = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-primitives-traits = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-provider = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-rpc-api = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-rpc-eth-api = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-rpc-eth-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-rpc-layer = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-rpc-server-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-storage-api = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-tasks = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-tokio-util = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-tracing = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-transaction-pool = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-trie-db = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-testing-utils = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-revm = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-evm = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-engine-local = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-cli-util = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } +reth-chainspec = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-db = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-e2e-test-utils = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1" } +reth-eth-wire = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-eth-wire-types = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-fs-util = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-network = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-network-api = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-network-p2p = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-network-peers = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-network-types = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-node-builder = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-node-core = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-node-api = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-node-types = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-payload-primitives = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-primitives = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-primitives-traits = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-provider = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-rpc-api = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-rpc-eth-api = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-rpc-eth-types = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-rpc-layer = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-rpc-server-types = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-storage-api = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-tasks = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-tokio-util = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-tracing = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-transaction-pool = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-trie-db = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-testing-utils = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-revm = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-evm = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-engine-local = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-cli-util = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } # reth-scroll -reth-scroll-chainspec = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-scroll-consensus = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-scroll-cli = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-scroll-evm = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-scroll-rpc = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-scroll-engine-primitives = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-scroll-forks = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-scroll-node = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } -reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false } +reth-scroll-chainspec = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-scroll-consensus = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-scroll-cli = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-scroll-evm = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-scroll-rpc = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-scroll-engine-primitives = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-scroll-forks = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-scroll-node = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } +reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth.git", branch = "feat/v1.11.1", default-features = false } # rollup node rollup-node = { path = "crates/node" } @@ -244,17 +244,41 @@ tracing = "0.1.0" getrandom = { version = "0.2", features = ["js"] } [patch.crates-io] -revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91.1" } -op-revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91.1" } +revm = { git = "https://github.com/scroll-tech/revm", branch = "feat/v103" } +op-revm = { git = "https://github.com/scroll-tech/revm", branch = "feat/v103" } +# solar: foundry patches these from crates.io to a git rev that has MIN_SOLIDITY_VERSION +solar-compiler = { git = "https://github.com/paradigmxyz/solar", rev = "530f129" } +solar-interface = { git = "https://github.com/paradigmxyz/solar", rev = "530f129" } +solar-ast = { git = "https://github.com/paradigmxyz/solar", rev = "530f129" } +solar-sema = { git = "https://github.com/paradigmxyz/solar", rev = "530f129" } + +# [patch."https://github.com/scroll-tech/revm"] +# revm = { path = "../revm/crates/revm" } +# op-revm = { path = "../revm/crates/op-revm" } +# revm-bytecode = { path = "../revm/crates/bytecode" } +# revm-context = { path = "../revm/crates/context" } +# revm-context-interface = { path = "../revm/crates/context/interface" } +# revm-database = { path = "../revm/crates/database" } +# revm-database-interface = { path = "../revm/crates/database/interface" } +# revm-handler = { path = "../revm/crates/handler" } +# revm-inspector = { path = "../revm/crates/inspector" } +# revm-interpreter = { path = "../revm/crates/interpreter" } +# revm-precompile = { path = "../revm/crates/precompile" } +# revm-primitives = { path = "../revm/crates/primitives" } +# revm-state = { path = "../revm/crates/state" } # [patch."https://github.com/scroll-tech/reth.git"] +# # reth core # reth-chainspec = { path = "../reth/crates/chainspec" } +# reth-db = { path = "../reth/crates/storage/db" } # reth-e2e-test-utils = { path = "../reth/crates/e2e-test-utils" } +# reth-eth-wire = { path = "../reth/crates/net/eth-wire" } # reth-eth-wire-types = { path = "../reth/crates/net/eth-wire-types" } +# reth-fs-util = { path = "../reth/crates/fs-util" } # reth-network = { path = "../reth/crates/net/network" } # reth-network-api = { path = "../reth/crates/net/network-api" } -# reth-network-peers = { path = "../reth/crates/net/peers" } # reth-network-p2p = { path = "../reth/crates/net/p2p" } +# reth-network-peers = { path = "../reth/crates/net/peers" } # reth-network-types = { path = "../reth/crates/net/network-types" } # reth-node-builder = { path = "../reth/crates/node/builder" } # reth-node-core = { path = "../reth/crates/node/core" } @@ -264,11 +288,12 @@ op-revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91.1" } # reth-primitives = { path = "../reth/crates/primitives" } # reth-primitives-traits = { path = "../reth/crates/primitives-traits" } # reth-provider = { path = "../reth/crates/storage/provider" } -# reth-rpc-builder = { path = "../reth/crates/rpc/rpc-builder" } -# reth-rpc-server-types = { path = "../reth/crates/rpc/rpc-server-types" } # reth-rpc-api = { path = "../reth/crates/rpc/rpc-api" } +# reth-rpc-builder = { path = "../reth/crates/rpc/rpc-builder" } # reth-rpc-eth-api = { path = "../reth/crates/rpc/rpc-eth-api" } # reth-rpc-eth-types = { path = "../reth/crates/rpc/rpc-eth-types" } +# reth-rpc-layer = { path = "../reth/crates/rpc/rpc-layer" } +# reth-rpc-server-types = { path = "../reth/crates/rpc/rpc-server-types" } # reth-storage-api = { path = "../reth/crates/storage/storage-api" } # reth-tasks = { path = "../reth/crates/tasks" } # reth-tokio-util = { path = "../reth/crates/tokio-util" } @@ -280,19 +305,21 @@ op-revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91.1" } # reth-evm = { path = "../reth/crates/evm/evm" } # reth-cli-util = { path = "../reth/crates/cli/util" } # reth-engine-local = { path = "../reth/crates/engine/local" } -# reth-eth-wire = { path = "../reth/crates/net/eth-wire" } +# # scroll-alloy # scroll-alloy-consensus = { path = "../reth/crates/scroll/alloy/consensus" } # scroll-alloy-hardforks = { path = "../reth/crates/scroll/alloy/hardforks" } # scroll-alloy-network = { path = "../reth/crates/scroll/alloy/network" } # scroll-alloy-provider = { path = "../reth/crates/scroll/alloy/provider" } -# scroll-alloy-rpc-types-engine = { path = "../reth/crates/scroll/alloy/rpc-types-engine" } # scroll-alloy-evm = { path = "../reth/crates/scroll/alloy/evm" } # scroll-alloy-rpc-types = { path = "../reth/crates/scroll/alloy/rpc-types" } +# scroll-alloy-rpc-types-engine = { path = "../reth/crates/scroll/alloy/rpc-types-engine" } +# # reth-scroll # reth-scroll-chainspec = { path = "../reth/crates/scroll/chainspec" } +# reth-scroll-consensus = { path = "../reth/crates/scroll/consensus" } +# reth-scroll-cli = { path = "../reth/crates/scroll/cli" } +# reth-scroll-evm = { path = "../reth/crates/scroll/evm" } +# reth-scroll-rpc = { path = "../reth/crates/scroll/rpc" } # reth-scroll-engine-primitives = { path = "../reth/crates/scroll/engine-primitives" } # reth-scroll-forks = { path = "../reth/crates/scroll/hardforks" } # reth-scroll-node = { path = "../reth/crates/scroll/node" } # reth-scroll-primitives = { path = "../reth/crates/scroll/primitives" } -# reth-scroll-evm = { path = "../reth/crates/scroll/evm" } -# reth-scroll-cli = { path = "../reth/crates/scroll/cli" } -# reth-scroll-rpc = { path = "../reth/crates/scroll/rpc" } diff --git a/Dockerfile b/Dockerfile index c4edd41d..2e370773 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.88.0 AS chef +FROM rust:1.91-bookworm AS chef ARG CARGO_FEATURES="" diff --git a/Dockerfile.test b/Dockerfile.test index b62c0ccb..d9f0048a 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -1,4 +1,4 @@ -FROM rust:1.88.0 AS chef +FROM rust:1.91-bookworm AS chef ARG CARGO_FEATURES="" diff --git a/crates/chain-orchestrator/Cargo.toml b/crates/chain-orchestrator/Cargo.toml index a2c51183..3bd22c38 100644 --- a/crates/chain-orchestrator/Cargo.toml +++ b/crates/chain-orchestrator/Cargo.toml @@ -99,6 +99,7 @@ test-utils = [ "scroll-db/test-utils", "scroll-engine/test-utils", "scroll-network/test-utils", + "reth-tasks/test-utils", ] serde = [ "dep:serde", diff --git a/crates/node/Cargo.toml b/crates/node/Cargo.toml index 8f8f9d3c..98878b15 100644 --- a/crates/node/Cargo.toml +++ b/crates/node/Cargo.toml @@ -80,7 +80,7 @@ aws-config = "1.8.0" aws-sdk-kms = "1.76.0" # test-utils -anvil = { git = "https://github.com/foundry-rs/foundry.git", rev = "2c84e1c970d11ef5023a77d8002a1cb70b143888", default-features = false, optional = true } +anvil = { git = "https://github.com/scroll-tech/foundry.git", branch = "feat/bump-dependencies", default-features = false, optional = true } alloy-rpc-types-eth = { workspace = true, optional = true } alloy-rpc-types-anvil = { workspace = true, optional = true } reth-db = { workspace = true, optional = true, features = ["test-utils"] } @@ -175,4 +175,5 @@ test-utils = [ "alloy-provider/anvil-api", "alloy-provider/anvil-node", "reth-db?/test-utils", + "reth-tasks/test-utils", ] diff --git a/crates/node/src/add_ons/handle.rs b/crates/node/src/add_ons/handle.rs index a762df35..2ed0f1da 100644 --- a/crates/node/src/add_ons/handle.rs +++ b/crates/node/src/add_ons/handle.rs @@ -25,4 +25,8 @@ impl< fn rpc_handle(&self) -> &RpcHandle { &self.rpc_handle } + + fn rpc_handle_mut(&mut self) -> &mut RpcHandle { + &mut self.rpc_handle + } } diff --git a/crates/node/src/args.rs b/crates/node/src/args.rs index 77aca190..5cbe9550 100644 --- a/crates/node/src/args.rs +++ b/crates/node/src/args.rs @@ -217,7 +217,7 @@ impl ScrollRollupNodeConfig { Ok(handle) => { tracing::info!(target: "rollup_node::pprof", "pprof server started successfully"); // Spawn the pprof server task - ctx.task_executor.spawn_critical("pprof_server", async move { + ctx.task_executor.spawn_critical_task("pprof_server", async move { if let Err(e) = handle.await { tracing::error!(target: "rollup_node::pprof", "pprof server error: {:?}", e); } @@ -281,7 +281,7 @@ impl ScrollRollupNodeConfig { // Fetch the database from the hydrated config. let db = self.database.clone().expect("should hydrate config before build"); let db_maintenance = DatabaseMaintenance::new(db.clone()); - ctx.task_executor.spawn(db_maintenance.run()); + ctx.task_executor.spawn_critical_task("db_maintenance", db_maintenance.run()); // Run the database migrations if let Some(named) = chain_spec.chain().named() { @@ -383,7 +383,8 @@ impl ScrollRollupNodeConfig { td_constant(chain_spec.chain().named()), authorized_signer, ); - ctx.task_executor.spawn(scroll_network_manager.run()); + ctx.task_executor + .spawn_critical_task("scroll_network_manager", scroll_network_manager.run()); tracing::info!(target: "scroll::node::args", fcs = ?fcs, payload_building_duration = ?self.sequencer_args.payload_building_duration, "Starting engine driver"); let engine = Engine::new(Arc::new(engine_api), fcs); diff --git a/crates/node/src/test_utils/fixture.rs b/crates/node/src/test_utils/fixture.rs index ea7f1abe..3cca673a 100644 --- a/crates/node/src/test_utils/fixture.rs +++ b/crates/node/src/test_utils/fixture.rs @@ -28,7 +28,7 @@ use reth_node_types::NodeTypesWithDBAdapter; use reth_provider::providers::BlockchainProvider; use reth_scroll_chainspec::SCROLL_DEV; use reth_scroll_primitives::ScrollPrimitives; -use reth_tasks::TaskManager; +use reth_tasks::TaskExecutor; use reth_tokio_util::EventStream; use rollup_node_chain_orchestrator::{ChainOrchestratorEvent, ChainOrchestratorHandle}; use rollup_node_primitives::BlockInfo; @@ -119,8 +119,8 @@ pub enum NodeType { pub struct ScrollNodeTestComponents { /// The node helper type for the test node. pub node: ScrollTestNode, - /// The task manager for the test node. - pub task_manager: TaskManager, + /// The task executor for the test node. + pub task_executor: TaskExecutor, /// The exit future for the test node. pub exit_future: NodeExitFuture, } @@ -129,10 +129,10 @@ impl ScrollNodeTestComponents { /// Create new test node components. pub async fn new( node: ScrollTestNode, - task_manager: TaskManager, + task_executor: TaskExecutor, exit_future: NodeExitFuture, ) -> Self { - Self { node, task_manager, exit_future } + Self { node, task_executor, exit_future } } } diff --git a/crates/node/src/test_utils/mod.rs b/crates/node/src/test_utils/mod.rs index 57dfb1fe..7f5dcfa8 100644 --- a/crates/node/src/test_utils/mod.rs +++ b/crates/node/src/test_utils/mod.rs @@ -99,7 +99,7 @@ use reth_node_builder::{ use reth_node_core::args::{DiscoveryArgs, NetworkArgs, RpcServerArgs, TxPoolArgs}; use reth_provider::providers::BlockchainProvider; use reth_rpc_server_types::RpcModuleSelection; -use reth_tasks::TaskManager; +use reth_tasks::TaskExecutor; use rollup_node_sequencer::L1MessageInclusionMode; use std::{path::PathBuf, sync::Arc}; use tokio::sync::Mutex; @@ -155,7 +155,11 @@ where .with_rpc(RpcServerArgs::default().with_http().with_http_api(RpcModuleSelection::All)) .with_unused_ports() .set_dev(is_dev) - .with_txpool(TxPoolArgs { no_local_transactions_propagation, ..Default::default() }); + .with_txpool(TxPoolArgs { + no_local_transactions_propagation, + max_account_slots: 16_384, + ..Default::default() + }); // Check if we already have provided a database for a node (reboot scenario) let db = if let Some((_, provided_db)) = &reboot_info { @@ -201,10 +205,10 @@ where let span = span!(Level::INFO, "node", node_index); let _enter = span.enter(); - let task_manager = TaskManager::current(); + let task_executor = TaskExecutor::default(); let testing_node = NodeBuilder::new(node_config.clone()) .with_database(db.clone()) - .with_launch_context(task_manager.executor()); + .with_launch_context(task_executor.clone()); let testing_config = testing_node.config().clone(); let node = ScrollRollupNode::new(scroll_node_config.clone(), testing_config).await; let RethNodeHandle { node, node_exit_future } = testing_node @@ -241,7 +245,7 @@ where } } - let node = ScrollNodeTestComponents::new(node, task_manager, node_exit_future).await; + let node = ScrollNodeTestComponents::new(node, task_executor, node_exit_future).await; nodes.push(node); } @@ -252,7 +256,7 @@ where /// Generate a transfer transaction with the given wallet. pub async fn generate_tx(wallet: Arc>) -> Bytes { let mut wallet = wallet.lock().await; - let tx_fut = TransactionTestContext::transfer_tx_nonce_bytes( + let tx_fut = TransactionTestContext::transfer_tx_bytes_with_nonce( wallet.chain_id, wallet.inner.clone(), wallet.inner_nonce, diff --git a/crates/node/src/test_utils/reboot.rs b/crates/node/src/test_utils/reboot.rs index 5f472322..eb6147fc 100644 --- a/crates/node/src/test_utils/reboot.rs +++ b/crates/node/src/test_utils/reboot.rs @@ -41,10 +41,10 @@ impl TestFixture { .get_mut(node_index) .and_then(|opt| opt.take()) .expect("Node existence checked above"); - let ScrollNodeTestComponents { node, task_manager, exit_future } = node; + let ScrollNodeTestComponents { node, task_executor, exit_future } = node; - tokio::task::spawn_blocking(|| { - if !task_manager.graceful_shutdown_with_timeout(Duration::from_secs(10)) { + tokio::task::spawn_blocking(move || { + if !task_executor.graceful_shutdown_with_timeout(Duration::from_secs(10)) { return Err(eyre::eyre!("Failed to shutdown tasks within timeout")); } eyre::Ok(()) diff --git a/crates/node/src/test_utils/tx_helpers.rs b/crates/node/src/test_utils/tx_helpers.rs index 0a85afc2..39bc18e0 100644 --- a/crates/node/src/test_utils/tx_helpers.rs +++ b/crates/node/src/test_utils/tx_helpers.rs @@ -60,7 +60,7 @@ impl<'a> TransferTxBuilder<'a> { let mut wallet = self.tx_helper.fixture.wallet.lock().await; // Generate the transaction - let raw_tx = TransactionTestContext::transfer_tx_nonce_bytes( + let raw_tx = TransactionTestContext::transfer_tx_bytes_with_nonce( wallet.chain_id, wallet.inner.clone(), wallet.inner_nonce, @@ -85,7 +85,7 @@ impl<'a> TransferTxBuilder<'a> { pub async fn build(self) -> eyre::Result { let mut wallet = self.tx_helper.fixture.wallet.lock().await; - let raw_tx = TransactionTestContext::transfer_tx_nonce_bytes( + let raw_tx = TransactionTestContext::transfer_tx_bytes_with_nonce( wallet.chain_id, wallet.inner.clone(), wallet.inner_nonce, diff --git a/crates/node/tests/e2e.rs b/crates/node/tests/e2e.rs index 52cc5e7c..2400c512 100644 --- a/crates/node/tests/e2e.rs +++ b/crates/node/tests/e2e.rs @@ -450,7 +450,13 @@ async fn can_forward_tx_to_sequencer() -> eyre::Result<()> { // inject a transaction into the pool of the follower node let tx = generate_tx(wallet).await; - follower_node[0].rpc.inject_tx(tx).await.unwrap(); + let res = follower_node[0].rpc.inject_tx(tx).await; + if let Err(ref e) = res { + let msg = format!("{e:?}"); + if !msg.contains("already known") && !msg.contains("AlreadyImported") { + res.unwrap(); + } + } tokio::time::sleep(tokio::time::Duration::from_secs(10)).await; @@ -615,7 +621,7 @@ async fn can_bridge_blocks() -> eyre::Result<()> { let mut network_events = network_handle.event_listener(); // Spawn the standard NetworkManager. - bridge_node.task_manager.executor().spawn(network); + bridge_node.task_executor.spawn_task(network); // Connect the standard NetworkManager to the bridge node. bridge_node.network.add_peer(network_handle.local_node_record()).await; @@ -1734,8 +1740,9 @@ async fn can_rpc_enable_disable_sequencing() -> eyre::Result<()> { fixture.l1().sync().await?; // Test that sequencing is initially enabled (blocks produced automatically) - tokio::time::sleep(Duration::from_millis(100)).await; - assert_ne!(fixture.get_sequencer_block().await?.header.number, 0, "Should produce blocks"); + fixture.expect_event().block_sequenced(1).await?; + let block_num = fixture.get_sequencer_block().await?.header.number; + assert_ne!(block_num, 0, "Should produce blocks"); // Disable automatic sequencing via RPC let client = fixture.sequencer().node.rpc_client().expect("Should have rpc client"); diff --git a/crates/node/tests/testdata/anvil_state.json b/crates/node/tests/testdata/anvil_state.json index f146320b..b55c7abc 100644 --- a/crates/node/tests/testdata/anvil_state.json +++ b/crates/node/tests/testdata/anvil_state.json @@ -1 +1 @@ -{"block":{"number":"0x0","beneficiary":"0x0000000000000000000000000000000000000000","timestamp":"0x691f4a7e","gas_limit":30000000,"basefee":1000000000,"difficulty":"0x0","prevrandao":"0x914c95edd972548327a6ca062ad7f5c99f970383d9dab950cca537d508f48170","blob_excess_gas_and_price":{"excess_blob_gas":0,"blob_gasprice":1}},"accounts":{"0x0000000000000000000000000000000000000000":{"nonce":0,"balance":"0x5208","code":"0x","storage":{}},"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f80fd5b50600436106101fd575f3560e01c80636d46e98711610114578063b30b5010116100a9578063c1aa4e1911610079578063c1aa4e1914610557578063cd172b231461056a578063ea5f084f14610591578063eb43a133146105b0578063f2fde38b146105c3575f80fd5b8063b30b501014610516578063b571d3dd1461051e578063bd6f916b14610531578063bedb86fb14610544575f80fd5b80638da5cb5b116100e45780638da5cb5b146104c35780639bbaa2ba146104d45780639eee46a1146104e7578063aacb5fd61461050e575f80fd5b80636d46e9871461047d578063715018a61461049f57806371e96ddb146104a75780638a336231146104b0575f80fd5b80632571098d116101955780633fdeecb2116101655780633fdeecb2146104315780634030cf29146104445780635c975abb146104575780635cd8a76b146104625780636989ca7c1461046a575f80fd5b80632571098d1461039957806327dcaf6f146103b85780632b7ac3f3146103cb57806333d7e2bd1461040a575f80fd5b8063116a1f42116101d0578063116a1f421461032c5780631794bb3c146103525780631d49e457146103675780632362f03e1461037a575f80fd5b806303c7f4af14610201578063059def611461024557806306582acb146102675780630a245924146102fa575b5f80fd5b6102287f000000000000000000000000000000000000000000000000000000000008274f81565b6040516001600160401b0390911681526020015b60405180910390f35b60a154600160401b90046001600160401b03165b60405190815260200161023c565b60a1546102b1906001600160401b0380821691600160401b810490911690600160801b810463ffffffff1690600160a01b810460ff1690600160a81b90046001600160581b031685565b604080516001600160401b03968716815295909416602086015263ffffffff9092169284019290925260ff90911660608301526001600160581b0316608082015260a00161023c565b61031c610308366004612086565b609b6020525f908152604090205460ff1681565b604051901515815260200161023c565b61031c61033a3660046120a6565b60a154600160401b90046001600160401b0316101590565b6103656103603660046120bd565b6105d6565b005b610365610375366004612086565b6106db565b6102596103883660046120a6565b609d6020525f908152604090205481565b6102596103a73660046120a6565b609e6020525f908152604090205481565b6103656103c6366004612106565b610769565b6103f27f0000000000000000000000009a676e781a523b5d0c0e43731313a708cb60750881565b6040516001600160a01b03909116815260200161023c565b6103f27f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b61036561043f3660046121a2565b610b6f565b6103656104523660046121e9565b610d46565b60655460ff1661031c565b610365610e66565b610365610478366004612086565b610fcf565b61031c61048b366004612086565b609a6020525f908152604090205460ff1681565b610365611025565b61025960a05481565b6103656104be366004612086565b611038565b6033546001600160a01b03166103f2565b6103656104e2366004612227565b6110bf565b6103f27f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61031c61112d565b61036561114c565b61036561052c366004612086565b6111d7565b61036561053f366004612257565b61122d565b6103656105523660046122ab565b611258565b6103656105653660046122ca565b611279565b6103f27f000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc981565b61025961059f3660046120a6565b609f6020525f908152604090205481565b6103656105be36600461234f565b611459565b6103656105d1366004612086565b6114b5565b5f54610100900460ff16158080156105f457505f54600160ff909116105b8061060d5750303b15801561060d57505f5460ff166001145b6106325760405162461bcd60e51b81526004016106299061239b565b60405180910390fd5b5f805460ff191660011790558015610653575f805461ff0019166101001790555b61065b61152b565b6097829055609980546001600160a01b038086166001600160a01b031992831617909255609880549287169290911691909117905580156106d5575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b6106e3611559565b6001600160a01b0381163b1561070c57604051632c0fc2e160e11b815260040160405180910390fd5b6001600160a01b0381165f818152609b6020908152604091829020805460ff1916600190811790915591519182527f967f99d5d403870e4356ff46556df3a6b6ba1f50146639aaedfb9f248eb8661e91015b60405180910390a250565b33321415806107785750333b15155b156107965760405163d8127f5f60e01b815260040160405180910390fd5b6040805160a08101825260a1546001600160401b038082168352600160401b8204166020830152600160801b810463ffffffff1692820192909252600160a01b820460ff166060820152600160a81b9091046001600160581b031660808201526107fe61112d565b610b0a575f807f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663fe3ec6d36040518163ffffffff1660e01b81526004016040805180830381865afa15801561085f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061088391906123fb565b62ffffff16915062ffffff1691505f7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b031663b59b1a786040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610912919061242c565b90504261091f8383612457565b108061093f57504283856040015163ffffffff1661093d9190612457565b105b15610aed57835f01516001600160401b031684602001516001600160401b03161015610a0f5783516001600160401b03165b84602001516001600160401b03168111156109ba575f818152609d602052604090205480156109a9575f828152609d60205260408120555b506109b38161246a565b9050610971565b50835f01516001600160401b0316846020015160016109d9919061247f565b6001600160401b03167f9ee73ead2e4d8c2933d5fb9be41cbdf5c477dcb07e441b4b082c6797e4b6fde360405160405180910390a35b610a22846060015160ff166001806115b3565b60ff16606085018190526020808601516001600160401b031680875260a180546040808a015160808b01516001600160801b03199093168517600160401b86021764ffffffffff60801b1916600160801b63ffffffff9092169190910260ff60a01b191617600160a01b909602959095176001600160a81b0316600160a81b6001600160581b0390921691909102179055825160018152918201527fd6756219c796b0d9bf065e40dcf1deea84ecb37744e35eb8ad8d89994bbfd0b5910160405180910390a1610b06565b604051634df567b960e01b815260040160405180910390fd5b5050505b5f610b1583806124a6565b604051610b239291906124e8565b60405180910390209050610b3a85858360016115d6565b610b68610b4784806124a6565b602086013560408701356060880135610b6360808a018a6124a6565b611767565b5050505050565b80610b8d5760405163f9a9465f60e01b815260040160405180910390fd5b5f8052609e6020527fedae58bba15aea52a58242ef195db2cc4de2b75de265dbb0d58482df22a959785415610bd55760405163c22a199f60e01b815260040160405180910390fd5b5f80610be285855f611973565b5050915091505f610bf7836011015160c01c90565b600984015160c01c600185015160c01c855160f81c01010190508015610c305760405163f4f38de560e01b815260040160405180910390fd5b505f610c3d836019015190565b03610c5b576040516303d840a960e41b815260040160405180910390fd5b5f610c67836039015190565b14610c8557604051632781461960e11b815260040160405180910390fd5b5f8080527fc5dc36ae4e7617e4c4d23ddfcde33c79e9ed64c300aed766a9288a6b9b31f63d829055609e6020527fedae58bba15aea52a58242ef195db2cc4de2b75de265dbb0d58482df22a959788490556040518291907f2c32d4ae151744d0bf0b9464a3e897a1d17ed2f1af71f7c9a75f12ce0d28238f908290a3604080518481525f60208201819052839290917f26ba82f907317eedc97d0cbef23de76a43dd6edb563bdb6e9407645b950a7a2d910160405180910390a35050505050565b610d4e611559565b60a1546001600160401b03165f80610d67858585611973565b5092505091506007610d7a835160f81c90565b1015610d995760405163bacd96e960e01b815260040160405180910390fd5b60a154600160401b90046001600160401b0316811015610dcc57604051632ad7756360e11b815260040160405180910390fd5b825b81811115610e0a575f818152609d60205260409020548015610df9575f828152609d60205260408120555b50610e038161246a565b9050610dce565b5082610e17826001612457565b6040517f9ee73ead2e4d8c2933d5fb9be41cbdf5c477dcb07e441b4b082c6797e4b6fde3905f90a360a1805467ffffffffffffffff19166001600160401b039290921691909117905550505050565b5f54600290610100900460ff16158015610e8657505f5460ff8083169116105b610ea25760405162461bcd60e51b81526004016106299061239b565b5f805461ffff191660ff831617610100179055609c5460015b8181015f908152609d602052604090205415610ed95760011b610ebb565b60011c5b8015610f06578181015f908152609d602052604090205415610efe57908101905b60011c610edd565b506040805160a0810182526001600160401b03928316808252609c5490931660208083018290524263ffffffff168385018190525f60608501819052608090940184905260a180546001600160801b031916909617600160401b909302929092176fffffffffffffffffffffffffffffffff16600160801b9092026001600160a01b031691909117909355805461ff00191690555160ff831681527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498910160405180910390a150565b610fd7611559565b6001600160a01b0381165f818152609a60209081526040808320805460ff19169055519182527f631cb110fbe6a87fba5414d6b2cff02264480535cd1f5abdbc4fa638bc0b5692910161075e565b61102d611559565b6110365f611a83565b565b611040611559565b6001600160a01b0381163b1561106957604051632c0fc2e160e11b815260040160405180910390fd5b6001600160a01b0381165f818152609a6020908152604091829020805460ff1916600190811790915591519182527f631cb110fbe6a87fba5414d6b2cff02264480535cd1f5abdbc4fa638bc0b5692910161075e565b335f908152609a602052604090205460ff166110ee57604051631e6edd6f60e11b815260040160405180910390fd5b6110f6611ad4565b6110fe61112d565b1561111c576040516306dd1dd560e01b815260040160405180910390fd5b6111288383835f6115d6565b505050565b60a1545f9061114790600160a01b900460ff166001611b1a565b905090565b611154611559565b60a15461116d90600160a01b900460ff1660015f6115b3565b60a1805460ff92909216600160a01b0260ff60a01b1983168117909155604080515f81526001600160401b03928316929093169190911760208301527fd6756219c796b0d9bf065e40dcf1deea84ecb37744e35eb8ad8d89994bbfd0b591015b60405180910390a1565b6111df611559565b6001600160a01b0381165f818152609b60209081526040808320805460ff19169055519182527f967f99d5d403870e4356ff46556df3a6b6ba1f50146639aaedfb9f248eb8661e910161075e565b5f8061123a878786611b29565b5050925092505061124f81838787875f611c0b565b50505050505050565b611260611559565b80156112715761126e611d1d565b50565b61126e611d72565b335f908152609b602052604090205460ff166112a857604051637b263b1760e01b815260040160405180910390fd5b6112b0611ad4565b6112b861112d565b156112d6576040516306dd1dd560e01b815260040160405180910390fd5b60a154600160a01b900460ff165f6112ee8282611b1a565b90508061143f577f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03166327cc8d6e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611351573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611375919061242c565b7f000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc96001600160a01b031663416bdfa16040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113f5919061242c565b14611413576040516322122a4760e11b815260040160405180910390fd5b61141f825f60016115b3565b60a1805460ff92909216600160a01b0260ff60a01b199092169190911790555b61144e89898989898989611767565b505050505050505050565b335f908152609b602052604090205460ff1661148857604051637b263b1760e01b815260040160405180910390fd5b611490611ad4565b5f805f61149e878787611b29565b509350935093505061124f82848388886001611c0b565b6114bd611559565b6001600160a01b0381166115225760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610629565b61126e81611a83565b5f54610100900460ff166115515760405162461bcd60e51b8152600401610629906124f7565b611036611dab565b6033546001600160a01b031633146110365760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610629565b6001821b8316909218915f81156115ce57826001901b841793505b509192915050565b60078460ff1610156115fb5760405163bacd96e960e01b815260040160405180910390fd5b60a1546001600160401b03165f818152609d602052604090205484146116345760405163150e0a2160e11b815260040160405180910390fd5b5f5b80498061166357815f0361165d57604051632974c17360e21b815260040160405180910390fd5b50611700565b61166e600184612457565b92505f611682604080516049810190915290565b9050611691818960ff16611dda565b60c084901b6001820152602981018790526009810182905260498120604051819086907f2c32d4ae151744d0bf0b9464a3e897a1d17ed2f1af71f7c9a75f12ce0d28238f905f90a380975085156116ea57505050611700565b50505080806116f890612542565b915050611636565b508284146117315760405162daaebf60e11b8152600481018290526024810184905260448101859052606401610629565b5f818152609d6020526040902093909355505060a1805467ffffffffffffffff19166001600160401b0390921691909117905550565b5f805f806117768b8b8a611b29565b9450509350935093505f895f14611823576001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91663c6172e1f6117c160018d61255a565b6040518263ffffffff1660e01b81526004016117df91815260200190565b602060405180830381865afa1580156117fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061181e919061242c565b611825565b5f5b90505f7f000000000000000000000000000000000000000000000000000000000008274f82611854858761255a565b5f868152609e6020908152604080832054609d83529281902054905160c09690961b6001600160c01b03191691860191909152602885019390935260e09190911b6001600160e01b0319166048840152604c830152606c820152608c81018b905260ac810186905260cc81018a905260ec0160408051601f19818403018152908290526322a262c960e01b825291506001600160a01b037f0000000000000000000000009a676e781a523b5d0c0e43731313a708cb60750816906322a262c99061192a90899088908d908d90889060040161256d565b5f6040518083038186803b158015611940575f80fd5b505afa158015611952573d5f803e3d5ffd5b5050505061196484868d8d8d5f611c0b565b50505050505050505050505050565b5f808080863560f81c818181036119985761198e8989611de1565b90965090506119cc565b600282116119aa5761198e8989611e5a565b600682116119bc5761198e8989611ecb565b6119c68989611f07565b90965090505b80862094506119df866001015160c01c90565b9350600682116119f457601186015160c01c92505b86841115611a155760405163113d34cf60e11b815260040160405180910390fd5b5f848152609d60205260409020548514801590611a5a57505f8052609e6020527fedae58bba15aea52a58242ef195db2cc4de2b75de265dbb0d58482df22a959785415155b15611a785760405163150e0a2160e11b815260040160405180910390fd5b505093509350935093565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60655460ff16156110365760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b6044820152606401610629565b600182821c8116145b92915050565b5f8080808085611b4c5760405163f9a9465f60e01b815260040160405180910390fd5b6040805160a08101825260a1546001600160401b03808216808452600160401b83049091166020840152600160801b820463ffffffff1693830193909352600160a01b810460ff166060830152600160a81b90046001600160581b03166080820152905f90611bbe908b908b90611973565b602086015192995090975095506001600160401b031693509050828511611bf85760405163092d315560e41b815260040160405180910390fd5b5160f81c99949850929650909450925050565b6040805160a08101825260a180546001600160401b03808216808552600160a01b80840460ff1660608701819052600160a81b8086046001600160581b031660808901819052948f166020808a0182905263ffffffff42168a8c018190526001600160801b0319909816909517600160401b9091021764ffffffffff60801b1916600160801b90960260ff60a01b1916959095179102176001600160a81b031691909202179091555f898152609e8252838120879055609f90915291909120839055611cd78583611f3a565b6040805185815260208101859052879189917f26ba82f907317eedc97d0cbef23de76a43dd6edb563bdb6e9407645b950a7a2d910160405180910390a350505050505050565b611d25611ad4565b6065805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611d5a3390565b6040516001600160a01b0390911681526020016111cd565b611d7a612022565b6065805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa33611d5a565b5f54610100900460ff16611dd15760405162461bcd60e51b8152600401610629906124f7565b61103633611a83565b8082535050565b5f816059811015611e055760405163027f9c1f60e11b815260040160405180910390fd5b6040519150808483378082016040525f611e23836009015160c01c90565b905061010060ff8201046020026059018214611e525760405163c2110c9b60e01b815260040160405180910390fd5b509250929050565b5f816079811015611e7e5760405163a40ab48b60e01b815260040160405180910390fd5b6040519150808483378082016040525f611e9c836009015160c01c90565b905061010060ff8201046020026079018214611e5257604051630c1c91df60e21b815260040160405180910390fd5b5f8160c18114611eee576040516332496bf560e21b815260040160405180910390fd5b6040805160c181019091525b9150808483379250929050565b5f8160498114611f2a57604051632568f03f60e11b815260040160405180910390fd5b6040805160498101909152611efa565b811561201e578015611fbf57604051630e0143f560e21b8152600481018390527f000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc96001600160a01b0316906338050fd4906024015f604051808303815f87803b158015611fa5575f80fd5b505af1158015611fb7573d5f803e3d5ffd5b505050505050565b604051630e0143f560e21b8152600481018390527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b0316906338050fd4906024015f604051808303815f87803b158015611fa5575f80fd5b5050565b60655460ff166110365760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b6044820152606401610629565b80356001600160a01b0381168114612081575f80fd5b919050565b5f60208284031215612096575f80fd5b61209f8261206b565b9392505050565b5f602082840312156120b6575f80fd5b5035919050565b5f805f606084860312156120cf575f80fd5b6120d88461206b565b92506120e66020850161206b565b9150604084013590509250925092565b803560ff81168114612081575f80fd5b5f805f60608486031215612118575f80fd5b612121846120f6565b92506020840135915060408401356001600160401b03811115612142575f80fd5b840160a08187031215612153575f80fd5b809150509250925092565b5f8083601f84011261216e575f80fd5b5081356001600160401b03811115612184575f80fd5b60208301915083602082850101111561219b575f80fd5b9250929050565b5f805f604084860312156121b4575f80fd5b83356001600160401b038111156121c9575f80fd5b6121d58682870161215e565b909790965060209590950135949350505050565b5f80602083850312156121fa575f80fd5b82356001600160401b0381111561220f575f80fd5b61221b8582860161215e565b90969095509350505050565b5f805f60608486031215612239575f80fd5b612242846120f6565b95602085013595506040909401359392505050565b5f805f805f6080868803121561226b575f80fd5b85356001600160401b03811115612280575f80fd5b61228c8882890161215e565b9099909850602088013597604081013597506060013595509350505050565b5f602082840312156122bb575f80fd5b8135801515811461209f575f80fd5b5f805f805f805f60a0888a0312156122e0575f80fd5b87356001600160401b03808211156122f6575f80fd5b6123028b838c0161215e565b909950975060208a0135965060408a0135955060608a0135945060808a013591508082111561232f575f80fd5b5061233c8a828b0161215e565b989b979a50959850939692959293505050565b5f805f8060608587031215612362575f80fd5b84356001600160401b03811115612377575f80fd5b6123838782880161215e565b90989097506020870135966040013595509350505050565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b805162ffffff81168114612081575f80fd5b5f806040838503121561240c575f80fd5b612415836123e9565b9150612423602084016123e9565b90509250929050565b5f6020828403121561243c575f80fd5b5051919050565b634e487b7160e01b5f52601160045260245ffd5b80820180821115611b2357611b23612443565b5f8161247857612478612443565b505f190190565b6001600160401b0381811683821601908082111561249f5761249f612443565b5092915050565b5f808335601e198436030181126124bb575f80fd5b8301803591506001600160401b038211156124d4575f80fd5b60200191503681900382131561219b575f80fd5b818382375f9101908152919050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b5f6001820161255357612553612443565b5060010190565b81810381811115611b2357611b23612443565b8581525f602086602084015260806040840152846080840152848660a08501375f60a08685010152601f1980601f870116840160a085820301606086015285518060a08301525f5b818110156125d15787810185015183820160c0015284016125b5565b505f60c0828401015260c083601f830116830101945050505050969550505050505056fea164736f6c6343000818000a","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000002","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000097":"0x0000000000000000000000000000000000000000000000000000000000000064","0x0000000000000000000000000000000000000000000000000000000000000098":"0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9","0x0000000000000000000000000000000000000000000000000000000000000099":"0x0000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508","0x000000000000000000000000000000000000000000000000000000000000009c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000000000000000000000000000000000000000000a1":"0x00000000000000000000000068d4180000000000000000000000000000000000","0x35fc5993f6158720375840ee7e788ea393d23dd7e7b4b98143d0d76537902793":"0x0000000000000000000000000000000000000000000000000000000000000000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000322813fd9a801c5507c9de605d63cea4f2ce6c44","0x386ca4caf6b5d029b6056a7ab8ca7941f9c6f68fcf59a75e75818295fb25dee7":"0x0000000000000000000000000000000000000000000000000000000000000001","0x519b983e2ba668682b54fa96c5e2c1964c3c7d3fcee5983542094edbf173fb79":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x0000000000000000000000005fbdb2315678afecb367f032d93f642f64180aa3"}},"0x14dc79964da2c08b23698b3d3cc7ca32193d9955":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x4e59b44847b379578588920ca78fbf26c0b4956c":{"nonce":0,"balance":"0x0","code":"0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3","storage":{}},"0x70997970c51812dc3a010c7d01b50e0d17dc79c8":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x90f79bf6eb2c4f870365e785982e1f101e93b906":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x976ea74026e726554db657fa54763abd0c3a0aa9":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0xa0ee7a142d267c1f36714e4a8f75612f20a79720":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0xf24c9b7a6e27fca79cc310b25760ddef32a28603":{"nonce":0,"balance":"0x0","code":"0x","storage":{}},"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266":{"nonce":1,"balance":"0x21e19e0b6a140b55df8","code":"0x","storage":{}}},"best_block_number":0,"blocks":[{"header":{"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0000000000000000000000000000000000000000000000000000000000000000","transactionsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","receiptsRoot":"0x0000000000000000000000000000000000000000000000000000000000000000","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x0","gasLimit":"0x1c9c380","gasUsed":"0x0","timestamp":"0x691f4a7e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3b9aca00","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000","requestsHash":"0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"transactions":[],"ommers":[]}],"transactions":[{"info":{"transaction_hash":"0xeb645b5f887de12932af905f38216be1261ab6e86449eed4358f627eff19b3af","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xf24c9b7a6e27fca79cc310b25760ddef32a28603","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf24c9b7a6e27fca79cc310b25760ddef32a28603","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x","output":"0x","gas_used":0,"gas_limit":0,"status":"Stop","steps":[],"decoded":null},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":0,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa96a5f9cf080483d4ec9ee0e425805d232cdc0b77e8c07f8336838afff199cb6","block_number":0}],"historical_states":null} \ No newline at end of file +{"block":{"number":"0x0","beneficiary":"0x0000000000000000000000000000000000000000","timestamp":"0x691f4a7e","gas_limit":30000000,"basefee":1000000000,"difficulty":"0x0","prevrandao":"0x914c95edd972548327a6ca062ad7f5c99f970383d9dab950cca537d508f48170","blob_excess_gas_and_price":{"excess_blob_gas":0,"blob_gasprice":1}},"accounts":{"0x0000000000000000000000000000000000000000":{"nonce":0,"balance":"0x5208","code":"0x","storage":{}},"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f80fd5b50600436106101fd575f3560e01c80636d46e98711610114578063b30b5010116100a9578063c1aa4e1911610079578063c1aa4e1914610557578063cd172b231461056a578063ea5f084f14610591578063eb43a133146105b0578063f2fde38b146105c3575f80fd5b8063b30b501014610516578063b571d3dd1461051e578063bd6f916b14610531578063bedb86fb14610544575f80fd5b80638da5cb5b116100e45780638da5cb5b146104c35780639bbaa2ba146104d45780639eee46a1146104e7578063aacb5fd61461050e575f80fd5b80636d46e9871461047d578063715018a61461049f57806371e96ddb146104a75780638a336231146104b0575f80fd5b80632571098d116101955780633fdeecb2116101655780633fdeecb2146104315780634030cf29146104445780635c975abb146104575780635cd8a76b146104625780636989ca7c1461046a575f80fd5b80632571098d1461039957806327dcaf6f146103b85780632b7ac3f3146103cb57806333d7e2bd1461040a575f80fd5b8063116a1f42116101d0578063116a1f421461032c5780631794bb3c146103525780631d49e457146103675780632362f03e1461037a575f80fd5b806303c7f4af14610201578063059def611461024557806306582acb146102675780630a245924146102fa575b5f80fd5b6102287f000000000000000000000000000000000000000000000000000000000008274f81565b6040516001600160401b0390911681526020015b60405180910390f35b60a154600160401b90046001600160401b03165b60405190815260200161023c565b60a1546102b1906001600160401b0380821691600160401b810490911690600160801b810463ffffffff1690600160a01b810460ff1690600160a81b90046001600160581b031685565b604080516001600160401b03968716815295909416602086015263ffffffff9092169284019290925260ff90911660608301526001600160581b0316608082015260a00161023c565b61031c610308366004612086565b609b6020525f908152604090205460ff1681565b604051901515815260200161023c565b61031c61033a3660046120a6565b60a154600160401b90046001600160401b0316101590565b6103656103603660046120bd565b6105d6565b005b610365610375366004612086565b6106db565b6102596103883660046120a6565b609d6020525f908152604090205481565b6102596103a73660046120a6565b609e6020525f908152604090205481565b6103656103c6366004612106565b610769565b6103f27f0000000000000000000000009a676e781a523b5d0c0e43731313a708cb60750881565b6040516001600160a01b03909116815260200161023c565b6103f27f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b61036561043f3660046121a2565b610b6f565b6103656104523660046121e9565b610d46565b60655460ff1661031c565b610365610e66565b610365610478366004612086565b610fcf565b61031c61048b366004612086565b609a6020525f908152604090205460ff1681565b610365611025565b61025960a05481565b6103656104be366004612086565b611038565b6033546001600160a01b03166103f2565b6103656104e2366004612227565b6110bf565b6103f27f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61031c61112d565b61036561114c565b61036561052c366004612086565b6111d7565b61036561053f366004612257565b61122d565b6103656105523660046122ab565b611258565b6103656105653660046122ca565b611279565b6103f27f000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc981565b61025961059f3660046120a6565b609f6020525f908152604090205481565b6103656105be36600461234f565b611459565b6103656105d1366004612086565b6114b5565b5f54610100900460ff16158080156105f457505f54600160ff909116105b8061060d5750303b15801561060d57505f5460ff166001145b6106325760405162461bcd60e51b81526004016106299061239b565b60405180910390fd5b5f805460ff191660011790558015610653575f805461ff0019166101001790555b61065b61152b565b6097829055609980546001600160a01b038086166001600160a01b031992831617909255609880549287169290911691909117905580156106d5575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b6106e3611559565b6001600160a01b0381163b1561070c57604051632c0fc2e160e11b815260040160405180910390fd5b6001600160a01b0381165f818152609b6020908152604091829020805460ff1916600190811790915591519182527f967f99d5d403870e4356ff46556df3a6b6ba1f50146639aaedfb9f248eb8661e91015b60405180910390a250565b33321415806107785750333b15155b156107965760405163d8127f5f60e01b815260040160405180910390fd5b6040805160a08101825260a1546001600160401b038082168352600160401b8204166020830152600160801b810463ffffffff1692820192909252600160a01b820460ff166060820152600160a81b9091046001600160581b031660808201526107fe61112d565b610b0a575f807f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663fe3ec6d36040518163ffffffff1660e01b81526004016040805180830381865afa15801561085f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061088391906123fb565b62ffffff16915062ffffff1691505f7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b031663b59b1a786040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610912919061242c565b90504261091f8383612457565b108061093f57504283856040015163ffffffff1661093d9190612457565b105b15610aed57835f01516001600160401b031684602001516001600160401b03161015610a0f5783516001600160401b03165b84602001516001600160401b03168111156109ba575f818152609d602052604090205480156109a9575f828152609d60205260408120555b506109b38161246a565b9050610971565b50835f01516001600160401b0316846020015160016109d9919061247f565b6001600160401b03167f9ee73ead2e4d8c2933d5fb9be41cbdf5c477dcb07e441b4b082c6797e4b6fde360405160405180910390a35b610a22846060015160ff166001806115b3565b60ff16606085018190526020808601516001600160401b031680875260a180546040808a015160808b01516001600160801b03199093168517600160401b86021764ffffffffff60801b1916600160801b63ffffffff9092169190910260ff60a01b191617600160a01b909602959095176001600160a81b0316600160a81b6001600160581b0390921691909102179055825160018152918201527fd6756219c796b0d9bf065e40dcf1deea84ecb37744e35eb8ad8d89994bbfd0b5910160405180910390a1610b06565b604051634df567b960e01b815260040160405180910390fd5b5050505b5f610b1583806124a6565b604051610b239291906124e8565b60405180910390209050610b3a85858360016115d6565b610b68610b4784806124a6565b602086013560408701356060880135610b6360808a018a6124a6565b611767565b5050505050565b80610b8d5760405163f9a9465f60e01b815260040160405180910390fd5b5f8052609e6020527fedae58bba15aea52a58242ef195db2cc4de2b75de265dbb0d58482df22a959785415610bd55760405163c22a199f60e01b815260040160405180910390fd5b5f80610be285855f611973565b5050915091505f610bf7836011015160c01c90565b600984015160c01c600185015160c01c855160f81c01010190508015610c305760405163f4f38de560e01b815260040160405180910390fd5b505f610c3d836019015190565b03610c5b576040516303d840a960e41b815260040160405180910390fd5b5f610c67836039015190565b14610c8557604051632781461960e11b815260040160405180910390fd5b5f8080527fc5dc36ae4e7617e4c4d23ddfcde33c79e9ed64c300aed766a9288a6b9b31f63d829055609e6020527fedae58bba15aea52a58242ef195db2cc4de2b75de265dbb0d58482df22a959788490556040518291907f2c32d4ae151744d0bf0b9464a3e897a1d17ed2f1af71f7c9a75f12ce0d28238f908290a3604080518481525f60208201819052839290917f26ba82f907317eedc97d0cbef23de76a43dd6edb563bdb6e9407645b950a7a2d910160405180910390a35050505050565b610d4e611559565b60a1546001600160401b03165f80610d67858585611973565b5092505091506007610d7a835160f81c90565b1015610d995760405163bacd96e960e01b815260040160405180910390fd5b60a154600160401b90046001600160401b0316811015610dcc57604051632ad7756360e11b815260040160405180910390fd5b825b81811115610e0a575f818152609d60205260409020548015610df9575f828152609d60205260408120555b50610e038161246a565b9050610dce565b5082610e17826001612457565b6040517f9ee73ead2e4d8c2933d5fb9be41cbdf5c477dcb07e441b4b082c6797e4b6fde3905f90a360a1805467ffffffffffffffff19166001600160401b039290921691909117905550505050565b5f54600290610100900460ff16158015610e8657505f5460ff8083169116105b610ea25760405162461bcd60e51b81526004016106299061239b565b5f805461ffff191660ff831617610100179055609c5460015b8181015f908152609d602052604090205415610ed95760011b610ebb565b60011c5b8015610f06578181015f908152609d602052604090205415610efe57908101905b60011c610edd565b506040805160a0810182526001600160401b03928316808252609c5490931660208083018290524263ffffffff168385018190525f60608501819052608090940184905260a180546001600160801b031916909617600160401b909302929092176fffffffffffffffffffffffffffffffff16600160801b9092026001600160a01b031691909117909355805461ff00191690555160ff831681527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498910160405180910390a150565b610fd7611559565b6001600160a01b0381165f818152609a60209081526040808320805460ff19169055519182527f631cb110fbe6a87fba5414d6b2cff02264480535cd1f5abdbc4fa638bc0b5692910161075e565b61102d611559565b6110365f611a83565b565b611040611559565b6001600160a01b0381163b1561106957604051632c0fc2e160e11b815260040160405180910390fd5b6001600160a01b0381165f818152609a6020908152604091829020805460ff1916600190811790915591519182527f631cb110fbe6a87fba5414d6b2cff02264480535cd1f5abdbc4fa638bc0b5692910161075e565b335f908152609a602052604090205460ff166110ee57604051631e6edd6f60e11b815260040160405180910390fd5b6110f6611ad4565b6110fe61112d565b1561111c576040516306dd1dd560e01b815260040160405180910390fd5b6111288383835f6115d6565b505050565b60a1545f9061114790600160a01b900460ff166001611b1a565b905090565b611154611559565b60a15461116d90600160a01b900460ff1660015f6115b3565b60a1805460ff92909216600160a01b0260ff60a01b1983168117909155604080515f81526001600160401b03928316929093169190911760208301527fd6756219c796b0d9bf065e40dcf1deea84ecb37744e35eb8ad8d89994bbfd0b591015b60405180910390a1565b6111df611559565b6001600160a01b0381165f818152609b60209081526040808320805460ff19169055519182527f967f99d5d403870e4356ff46556df3a6b6ba1f50146639aaedfb9f248eb8661e910161075e565b5f8061123a878786611b29565b5050925092505061124f81838787875f611c0b565b50505050505050565b611260611559565b80156112715761126e611d1d565b50565b61126e611d72565b335f908152609b602052604090205460ff166112a857604051637b263b1760e01b815260040160405180910390fd5b6112b0611ad4565b6112b861112d565b156112d6576040516306dd1dd560e01b815260040160405180910390fd5b60a154600160a01b900460ff165f6112ee8282611b1a565b90508061143f577f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03166327cc8d6e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611351573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611375919061242c565b7f000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc96001600160a01b031663416bdfa16040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113f5919061242c565b14611413576040516322122a4760e11b815260040160405180910390fd5b61141f825f60016115b3565b60a1805460ff92909216600160a01b0260ff60a01b199092169190911790555b61144e89898989898989611767565b505050505050505050565b335f908152609b602052604090205460ff1661148857604051637b263b1760e01b815260040160405180910390fd5b611490611ad4565b5f805f61149e878787611b29565b509350935093505061124f82848388886001611c0b565b6114bd611559565b6001600160a01b0381166115225760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610629565b61126e81611a83565b5f54610100900460ff166115515760405162461bcd60e51b8152600401610629906124f7565b611036611dab565b6033546001600160a01b031633146110365760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610629565b6001821b8316909218915f81156115ce57826001901b841793505b509192915050565b60078460ff1610156115fb5760405163bacd96e960e01b815260040160405180910390fd5b60a1546001600160401b03165f818152609d602052604090205484146116345760405163150e0a2160e11b815260040160405180910390fd5b5f5b80498061166357815f0361165d57604051632974c17360e21b815260040160405180910390fd5b50611700565b61166e600184612457565b92505f611682604080516049810190915290565b9050611691818960ff16611dda565b60c084901b6001820152602981018790526009810182905260498120604051819086907f2c32d4ae151744d0bf0b9464a3e897a1d17ed2f1af71f7c9a75f12ce0d28238f905f90a380975085156116ea57505050611700565b50505080806116f890612542565b915050611636565b508284146117315760405162daaebf60e11b8152600481018290526024810184905260448101859052606401610629565b5f818152609d6020526040902093909355505060a1805467ffffffffffffffff19166001600160401b0390921691909117905550565b5f805f806117768b8b8a611b29565b9450509350935093505f895f14611823576001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91663c6172e1f6117c160018d61255a565b6040518263ffffffff1660e01b81526004016117df91815260200190565b602060405180830381865afa1580156117fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061181e919061242c565b611825565b5f5b90505f7f000000000000000000000000000000000000000000000000000000000008274f82611854858761255a565b5f868152609e6020908152604080832054609d83529281902054905160c09690961b6001600160c01b03191691860191909152602885019390935260e09190911b6001600160e01b0319166048840152604c830152606c820152608c81018b905260ac810186905260cc81018a905260ec0160408051601f19818403018152908290526322a262c960e01b825291506001600160a01b037f0000000000000000000000009a676e781a523b5d0c0e43731313a708cb60750816906322a262c99061192a90899088908d908d90889060040161256d565b5f6040518083038186803b158015611940575f80fd5b505afa158015611952573d5f803e3d5ffd5b5050505061196484868d8d8d5f611c0b565b50505050505050505050505050565b5f808080863560f81c818181036119985761198e8989611de1565b90965090506119cc565b600282116119aa5761198e8989611e5a565b600682116119bc5761198e8989611ecb565b6119c68989611f07565b90965090505b80862094506119df866001015160c01c90565b9350600682116119f457601186015160c01c92505b86841115611a155760405163113d34cf60e11b815260040160405180910390fd5b5f848152609d60205260409020548514801590611a5a57505f8052609e6020527fedae58bba15aea52a58242ef195db2cc4de2b75de265dbb0d58482df22a959785415155b15611a785760405163150e0a2160e11b815260040160405180910390fd5b505093509350935093565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60655460ff16156110365760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b6044820152606401610629565b600182821c8116145b92915050565b5f8080808085611b4c5760405163f9a9465f60e01b815260040160405180910390fd5b6040805160a08101825260a1546001600160401b03808216808452600160401b83049091166020840152600160801b820463ffffffff1693830193909352600160a01b810460ff166060830152600160a81b90046001600160581b03166080820152905f90611bbe908b908b90611973565b602086015192995090975095506001600160401b031693509050828511611bf85760405163092d315560e41b815260040160405180910390fd5b5160f81c99949850929650909450925050565b6040805160a08101825260a180546001600160401b03808216808552600160a01b80840460ff1660608701819052600160a81b8086046001600160581b031660808901819052948f166020808a0182905263ffffffff42168a8c018190526001600160801b0319909816909517600160401b9091021764ffffffffff60801b1916600160801b90960260ff60a01b1916959095179102176001600160a81b031691909202179091555f898152609e8252838120879055609f90915291909120839055611cd78583611f3a565b6040805185815260208101859052879189917f26ba82f907317eedc97d0cbef23de76a43dd6edb563bdb6e9407645b950a7a2d910160405180910390a350505050505050565b611d25611ad4565b6065805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611d5a3390565b6040516001600160a01b0390911681526020016111cd565b611d7a612022565b6065805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa33611d5a565b5f54610100900460ff16611dd15760405162461bcd60e51b8152600401610629906124f7565b61103633611a83565b8082535050565b5f816059811015611e055760405163027f9c1f60e11b815260040160405180910390fd5b6040519150808483378082016040525f611e23836009015160c01c90565b905061010060ff8201046020026059018214611e525760405163c2110c9b60e01b815260040160405180910390fd5b509250929050565b5f816079811015611e7e5760405163a40ab48b60e01b815260040160405180910390fd5b6040519150808483378082016040525f611e9c836009015160c01c90565b905061010060ff8201046020026079018214611e5257604051630c1c91df60e21b815260040160405180910390fd5b5f8160c18114611eee576040516332496bf560e21b815260040160405180910390fd5b6040805160c181019091525b9150808483379250929050565b5f8160498114611f2a57604051632568f03f60e11b815260040160405180910390fd5b6040805160498101909152611efa565b811561201e578015611fbf57604051630e0143f560e21b8152600481018390527f000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc96001600160a01b0316906338050fd4906024015f604051808303815f87803b158015611fa5575f80fd5b505af1158015611fb7573d5f803e3d5ffd5b505050505050565b604051630e0143f560e21b8152600481018390527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b0316906338050fd4906024015f604051808303815f87803b158015611fa5575f80fd5b5050565b60655460ff166110365760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b6044820152606401610629565b80356001600160a01b0381168114612081575f80fd5b919050565b5f60208284031215612096575f80fd5b61209f8261206b565b9392505050565b5f602082840312156120b6575f80fd5b5035919050565b5f805f606084860312156120cf575f80fd5b6120d88461206b565b92506120e66020850161206b565b9150604084013590509250925092565b803560ff81168114612081575f80fd5b5f805f60608486031215612118575f80fd5b612121846120f6565b92506020840135915060408401356001600160401b03811115612142575f80fd5b840160a08187031215612153575f80fd5b809150509250925092565b5f8083601f84011261216e575f80fd5b5081356001600160401b03811115612184575f80fd5b60208301915083602082850101111561219b575f80fd5b9250929050565b5f805f604084860312156121b4575f80fd5b83356001600160401b038111156121c9575f80fd5b6121d58682870161215e565b909790965060209590950135949350505050565b5f80602083850312156121fa575f80fd5b82356001600160401b0381111561220f575f80fd5b61221b8582860161215e565b90969095509350505050565b5f805f60608486031215612239575f80fd5b612242846120f6565b95602085013595506040909401359392505050565b5f805f805f6080868803121561226b575f80fd5b85356001600160401b03811115612280575f80fd5b61228c8882890161215e565b9099909850602088013597604081013597506060013595509350505050565b5f602082840312156122bb575f80fd5b8135801515811461209f575f80fd5b5f805f805f805f60a0888a0312156122e0575f80fd5b87356001600160401b03808211156122f6575f80fd5b6123028b838c0161215e565b909950975060208a0135965060408a0135955060608a0135945060808a013591508082111561232f575f80fd5b5061233c8a828b0161215e565b989b979a50959850939692959293505050565b5f805f8060608587031215612362575f80fd5b84356001600160401b03811115612377575f80fd5b6123838782880161215e565b90989097506020870135966040013595509350505050565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b805162ffffff81168114612081575f80fd5b5f806040838503121561240c575f80fd5b612415836123e9565b9150612423602084016123e9565b90509250929050565b5f6020828403121561243c575f80fd5b5051919050565b634e487b7160e01b5f52601160045260245ffd5b80820180821115611b2357611b23612443565b5f8161247857612478612443565b505f190190565b6001600160401b0381811683821601908082111561249f5761249f612443565b5092915050565b5f808335601e198436030181126124bb575f80fd5b8301803591506001600160401b038211156124d4575f80fd5b60200191503681900382131561219b575f80fd5b818382375f9101908152919050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b5f6001820161255357612553612443565b5060010190565b81810381811115611b2357611b23612443565b8581525f602086602084015260806040840152846080840152848660a08501375f60a08685010152601f1980601f870116840160a085820301606086015285518060a08301525f5b818110156125d15787810185015183820160c0015284016125b5565b505f60c0828401015260c083601f830116830101945050505050969550505050505056fea164736f6c6343000818000a","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000002","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000097":"0x0000000000000000000000000000000000000000000000000000000000000064","0x0000000000000000000000000000000000000000000000000000000000000098":"0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9","0x0000000000000000000000000000000000000000000000000000000000000099":"0x0000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508","0x000000000000000000000000000000000000000000000000000000000000009c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000000000000000000000000000000000000000000a1":"0x00000000000000000000000068d4180000000000000000000000000000000000","0x35fc5993f6158720375840ee7e788ea393d23dd7e7b4b98143d0d76537902793":"0x0000000000000000000000000000000000000000000000000000000000000000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000322813fd9a801c5507c9de605d63cea4f2ce6c44","0x386ca4caf6b5d029b6056a7ab8ca7941f9c6f68fcf59a75e75818295fb25dee7":"0x0000000000000000000000000000000000000000000000000000000000000001","0x519b983e2ba668682b54fa96c5e2c1964c3c7d3fcee5983542094edbf173fb79":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x0000000000000000000000005fbdb2315678afecb367f032d93f642f64180aa3"}},"0x14dc79964da2c08b23698b3d3cc7ca32193d9955":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x4e59b44847b379578588920ca78fbf26c0b4956c":{"nonce":0,"balance":"0x0","code":"0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3","storage":{}},"0x70997970c51812dc3a010c7d01b50e0d17dc79c8":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x90f79bf6eb2c4f870365e785982e1f101e93b906":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x976ea74026e726554db657fa54763abd0c3a0aa9":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0xa0ee7a142d267c1f36714e4a8f75612f20a79720":{"nonce":0,"balance":"0x21e19e0c9bab2400000","code":"0x","storage":{}},"0xf24c9b7a6e27fca79cc310b25760ddef32a28603":{"nonce":0,"balance":"0x0","code":"0x","storage":{}},"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266":{"nonce":1,"balance":"0x21e19e0b6a140b55df8","code":"0x","storage":{}}},"best_block_number":0,"blocks":[{"header":{"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0000000000000000000000000000000000000000000000000000000000000000","transactionsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","receiptsRoot":"0x0000000000000000000000000000000000000000000000000000000000000000","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x0","gasLimit":"0x1c9c380","gasUsed":"0x0","timestamp":"0x691f4a7e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3b9aca00","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000","requestsHash":"0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"transactions":[],"ommers":[]}],"transactions":[{"info":{"transaction_hash":"0xeb645b5f887de12932af905f38216be1261ab6e86449eed4358f627eff19b3af","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xf24c9b7a6e27fca79cc310b25760ddef32a28603","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf24c9b7a6e27fca79cc310b25760ddef32a28603","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x","output":"0x","gas_used":0,"gas_refund_counter":0,"gas_limit":0,"status":"Stop","steps":[],"decoded":null},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":0,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa96a5f9cf080483d4ec9ee0e425805d232cdc0b77e8c07f8336838afff199cb6","block_number":0}],"historical_states":null} \ No newline at end of file diff --git a/crates/sequencer/tests/e2e.rs b/crates/sequencer/tests/e2e.rs index b0482206..6adfaf5f 100644 --- a/crates/sequencer/tests/e2e.rs +++ b/crates/sequencer/tests/e2e.rs @@ -35,7 +35,7 @@ async fn skip_block_with_no_transactions() { reth_tracing::init_test_tracing(); // setup a test node - let (mut nodes, _tasks, _wallet) = setup(1, false).await.unwrap(); + let (mut nodes, _wallet) = setup(1, false).await.unwrap(); let node = nodes.pop().unwrap(); // create a fork choice state @@ -89,7 +89,7 @@ async fn can_build_blocks() { reth_tracing::init_test_tracing(); // setup a test node - let (mut nodes, _tasks, wallet) = setup(1, false).await.unwrap(); + let (mut nodes, wallet) = setup(1, false).await.unwrap(); let node = nodes.pop().unwrap(); let wallet = Arc::new(Mutex::new(wallet)); @@ -131,7 +131,7 @@ async fn can_build_blocks() { // add a transaction to the pool let mut wallet_lock = wallet.lock().await; - let raw_tx = TransactionTestContext::transfer_tx_nonce_bytes( + let raw_tx = TransactionTestContext::transfer_tx_bytes_with_nonce( wallet_lock.chain_id, wallet_lock.inner.clone(), wallet_lock.inner_nonce, @@ -277,7 +277,7 @@ async fn can_build_blocks_with_delayed_l1_messages() { // add a transaction to the pool let mut wallet_lock = wallet.lock().await; - let raw_tx = TransactionTestContext::transfer_tx_nonce_bytes( + let raw_tx = TransactionTestContext::transfer_tx_bytes_with_nonce( wallet_lock.chain_id, wallet_lock.inner.clone(), wallet_lock.inner_nonce, @@ -534,7 +534,7 @@ async fn can_sequence_blocks_with_private_key_file() -> eyre::Result<()> { // Generate and inject transaction let mut wallet_lock = wallet.lock().await; - let raw_tx = TransactionTestContext::transfer_tx_nonce_bytes( + let raw_tx = TransactionTestContext::transfer_tx_bytes_with_nonce( wallet_lock.chain_id, wallet_lock.inner.clone(), wallet_lock.inner_nonce, @@ -641,7 +641,7 @@ async fn can_sequence_blocks_with_hex_key_file_without_prefix() -> eyre::Result< // Generate and inject transaction let mut wallet_lock = wallet.lock().await; - let raw_tx = TransactionTestContext::transfer_tx_nonce_bytes( + let raw_tx = TransactionTestContext::transfer_tx_bytes_with_nonce( wallet_lock.chain_id, wallet_lock.inner.clone(), wallet_lock.inner_nonce, @@ -704,7 +704,7 @@ async fn can_build_blocks_and_exit_at_gas_limit() { // add transactions. let mut wallet_lock = wallet.lock().await; for _ in 0..TRANSACTIONS_COUNT { - let raw_tx = TransactionTestContext::transfer_tx_nonce_bytes( + let raw_tx = TransactionTestContext::transfer_tx_bytes_with_nonce( wallet_lock.chain_id, wallet_lock.inner.clone(), wallet_lock.inner_nonce, @@ -791,7 +791,7 @@ async fn can_build_blocks_and_exit_at_time_limit() { // add transactions. let mut wallet_lock = wallet.lock().await; for _ in 0..TRANSACTIONS_COUNT { - let raw_tx = TransactionTestContext::transfer_tx_nonce_bytes( + let raw_tx = TransactionTestContext::transfer_tx_bytes_with_nonce( wallet_lock.chain_id, wallet_lock.inner.clone(), wallet_lock.inner_nonce, diff --git a/crates/watcher/Cargo.toml b/crates/watcher/Cargo.toml index 8cd20188..64270f07 100644 --- a/crates/watcher/Cargo.toml +++ b/crates/watcher/Cargo.toml @@ -63,6 +63,8 @@ test-utils = [ "scroll-l1/test-utils", "dep:alloy-rpc-client", "rollup-node-providers/test-utils", + "reth-tasks/test-utils", + "reth-tasks/test-utils", ] arbitrary = [ "dep:arbitrary", diff --git a/dprint.json b/dprint.json index dc615dbf..7266d23c 100644 --- a/dprint.json +++ b/dprint.json @@ -1,4 +1,7 @@ { + "excludes": [ + "Cargo.toml" + ], "toml": { "useTabs": false, "cargo.applyConventions": false, diff --git a/tests/src/utils.rs b/tests/src/utils.rs index 40c072e4..b455753e 100644 --- a/tests/src/utils.rs +++ b/tests/src/utils.rs @@ -134,7 +134,7 @@ pub async fn wait_for_l1_message_queue_index_reached( nodes: &[&NamedProvider], expected_index: u64, ) -> Result<()> { - let timeout_duration = Duration::from_secs(60); + let timeout_duration = Duration::from_secs(120); let timeout_secs = timeout_duration.as_secs(); tracing::info!( @@ -198,7 +198,7 @@ pub async fn wait_for_l1_message_queue_index_reached( /// * `Ok(())` if all nodes reach the target block within the timeout /// * `Err` if timeout is reached or any provider call fails pub async fn wait_for_block(nodes: &[&NamedProvider], target_block: u64) -> Result<()> { - let timeout_duration = Duration::from_secs(60); + let timeout_duration = Duration::from_secs(120); let timeout_secs = timeout_duration.as_secs(); tracing::info!( @@ -372,7 +372,7 @@ pub fn create_wallet(chain_id: u64) -> Arc> { /// Generate a transfer transaction with the given wallet. pub async fn generate_tx(wallet: Arc>) -> Bytes { let mut wallet = wallet.lock().await; - let tx_fut = TransactionTestContext::transfer_tx_nonce_bytes( + let tx_fut = TransactionTestContext::transfer_tx_bytes_with_nonce( wallet.chain_id, wallet.inner.clone(), wallet.inner_nonce,