diff --git a/Cargo.lock b/Cargo.lock index 9c8a537b..16abf44c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,7 +35,7 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "cipher", "cpufeatures", ] @@ -60,7 +60,7 @@ version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "getrandom 0.3.4", "once_cell", "version_check", @@ -98,8 +98,7 @@ dependencies = [ [[package]] name = "alloy-consensus" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0c0dc44157867da82c469c13186015b86abef209bf0e41625e4b68bac61d728" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-eips", "alloy-primitives", @@ -126,8 +125,7 @@ dependencies = [ [[package]] name = "alloy-consensus-any" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4cdb42df3871cd6b346d6a938ec2ba69a9a0f49d1f82714bc5c48349268434" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-consensus", "alloy-eips", @@ -217,8 +215,7 @@ dependencies = [ [[package]] name = "alloy-eips" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f7ef09f21bd1e9cb8a686f168cb4a206646804567f0889eadb8dcc4c9288c8" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -233,8 +230,6 @@ dependencies = [ "c-kzg", "derive_more 2.1.1", "either", - "ethereum_ssz", - "ethereum_ssz_derive", "serde", "serde_with", "sha2", @@ -243,9 +238,8 @@ dependencies = [ [[package]] name = "alloy-evm" -version = "0.27.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b991c370ce44e70a3a9e474087e3d65e42e66f967644ad729dc4cec09a21fd09" +version = "0.29.2" +source = "git+https://github.com/alloy-rs/evm?branch=bal-devnet3#c45bf2cf394762d65044e95a45b4645510b588ab" dependencies = [ "alloy-consensus", "alloy-eips", @@ -256,17 +250,15 @@ dependencies = [ "alloy-sol-types", "auto_impl", "derive_more 2.1.1", - "op-alloy", - "op-revm", "revm", "thiserror 2.0.18", + "tracing", ] [[package]] name = "alloy-genesis" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c9cf3b99f46615fbf7dc1add0c96553abb7bf88fc9ec70dfbe7ad0b47ba7fe8" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-eips", "alloy-primitives", @@ -306,8 +298,7 @@ dependencies = [ [[package]] name = "alloy-json-rpc" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff42cd777eea61f370c0b10f2648a1c81e0b783066cd7269228aa993afd487f7" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -321,8 +312,7 @@ dependencies = [ [[package]] name = "alloy-network" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cbca04f9b410fdc51aaaf88433cbac761213905a65fe832058bcf6690585762" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -347,8 +337,7 @@ dependencies = [ [[package]] name = "alloy-network-primitives" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42d6d15e069a8b11f56bef2eccbad2a873c6dd4d4c81d04dda29710f5ea52f04" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-consensus", "alloy-eips", @@ -366,7 +355,7 @@ dependencies = [ "alloy-rlp", "arbitrary", "bytes", - "cfg-if 1.0.4", + "cfg-if", "const-hex", "derive_more 2.1.1", "foldhash 0.2.0", @@ -387,42 +376,6 @@ dependencies = [ "sha3", ] -[[package]] -name = "alloy-provider" -version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d181c8cc7cf4805d7e589bf4074d56d55064fa1a979f005a45a62b047616d870" -dependencies = [ - "alloy-chains", - "alloy-consensus", - "alloy-eips", - "alloy-json-rpc", - "alloy-network", - "alloy-network-primitives", - "alloy-primitives", - "alloy-rpc-client", - "alloy-rpc-types-eth", - "alloy-signer", - "alloy-sol-types", - "alloy-transport", - "async-stream", - "async-trait", - "auto_impl", - "dashmap", - "either", - "futures", - "futures-utils-wasm", - "lru 0.16.3", - "parking_lot", - "pin-project", - "serde", - "serde_json", - "thiserror 2.0.18", - "tokio", - "tracing", - "wasmtimer", -] - [[package]] name = "alloy-rlp" version = "0.3.13" @@ -448,8 +401,7 @@ dependencies = [ [[package]] name = "alloy-rpc-client" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2792758a93ae32a32e9047c843d536e1448044f78422d71bf7d7c05149e103f" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -471,8 +423,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bdcbf9dfd5eea8bfeb078b1d906da8cd3a39c4d4dbe7a628025648e323611f6" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -484,8 +435,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-admin" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42325c117af3a9e49013f881c1474168db57978e02085fc9853a1c89e0562740" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -496,8 +446,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a3100b76987c1b1dc81f3abe592b7edc29e92b1242067a69d65e0030b35cf9" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -508,8 +457,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd720b63f82b457610f2eaaf1f32edf44efffe03ae25d537632e7d23e7929e1a" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-consensus-any", "alloy-rpc-types-eth", @@ -519,8 +467,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-beacon" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a22e13215866f5dfd5d3278f4c41f1fad9410dc68ce39022f58593c873c26f8" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-eips", "alloy-primitives", @@ -535,8 +482,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-debug" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b21e1ad18ff1b31ff1030e046462ab8168cf8894e6778cd805c8bdfe2bd649" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-primitives", "derive_more 2.1.1", @@ -547,8 +493,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4ac61f03f1edabccde1c687b5b25fff28f183afee64eaa2e767def3929e4457" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-consensus", "alloy-eips", @@ -556,8 +501,6 @@ dependencies = [ "alloy-rlp", "alloy-serde", "derive_more 2.1.1", - "ethereum_ssz", - "ethereum_ssz_derive", "jsonwebtoken", "rand 0.8.5", "serde", @@ -567,8 +510,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b2dc411f13092f237d2bf6918caf80977fc2f51485f9b90cb2a2f956912c8c9" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -589,8 +531,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-mev" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe85bf3be739126aa593dca9fb3ab13ca93fa7873e6f2247be64d7f2cb15f34a" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-consensus", "alloy-eips", @@ -604,8 +545,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-trace" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ad79f1e27e161943b5a4f99fe5534ef0849876214be411e0032c12f38e94daa" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -618,8 +558,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-txpool" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d459f902a2313737bc66d18ed094c25d2aeb268b74d98c26bbbda2aa44182ab0" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -630,8 +569,7 @@ dependencies = [ [[package]] name = "alloy-serde" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2ce1e0dbf7720eee747700e300c99aac01b1a95bb93f493a01e78ee28bb1a37" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-primitives", "arbitrary", @@ -642,8 +580,7 @@ dependencies = [ [[package]] name = "alloy-signer" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2425c6f314522c78e8198979c8cbf6769362be4da381d4152ea8eefce383535d" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-primitives", "async-trait", @@ -657,8 +594,7 @@ dependencies = [ [[package]] name = "alloy-signer-local" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ecb71ee53d8d9c3fa7bac17542c8116ebc7a9726c91b1bf333ec3d04f5a789" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-consensus", "alloy-network", @@ -743,8 +679,7 @@ dependencies = [ [[package]] name = "alloy-transport" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa186e560d523d196580c48bf00f1bf62e63041f28ecf276acc22f8b27bb9f53" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-json-rpc", "auto_impl", @@ -766,8 +701,7 @@ dependencies = [ [[package]] name = "alloy-transport-http" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa501ad58dd20acddbfebc65b52e60f05ebf97c52fa40d1b35e91f5e2da0ad0e" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -817,8 +751,7 @@ dependencies = [ [[package]] name = "alloy-tx-macros" version = "1.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fa0c53e8c1e1ef4d01066b01c737fb62fc9397ab52c6e7bb5669f97d281b9bc" +source = "git+https://github.com/alloy-rs/alloy?branch=bal-devnet2#1fd12c4107dcf3ad3fbbc404004a710bf91db3e6" dependencies = [ "darling 0.21.3", "proc-macro2", @@ -835,21 +768,6 @@ dependencies = [ "libc", ] -[[package]] -name = "anstream" -version = "0.6.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" -dependencies = [ - "anstyle", - "anstyle-parse 0.2.7", - "anstyle-query", - "anstyle-wincon", - "colorchoice", - "is_terminal_polyfill", - "utf8parse", -] - [[package]] name = "anstream" version = "1.0.0" @@ -857,7 +775,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" dependencies = [ "anstyle", - "anstyle-parse 1.0.0", + "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", @@ -871,15 +789,6 @@ version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" -[[package]] -name = "anstyle-parse" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" -dependencies = [ - "utf8parse", -] - [[package]] name = "anstyle-parse" version = "1.0.0" @@ -1249,28 +1158,6 @@ version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4858a9d740c5007a9069007c3b4e91152d0506f13c1b31dd49051fd537656156" -[[package]] -name = "async-stream" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" -dependencies = [ - "async-stream-impl", - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "async-stream-impl" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.117", -] - [[package]] name = "async-trait" version = "0.1.89" @@ -1485,7 +1372,7 @@ dependencies = [ "bitflags 2.11.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.12.1", "proc-macro2", "quote", "regex", @@ -1582,7 +1469,7 @@ dependencies = [ "arrayref", "arrayvec", "cc", - "cfg-if 1.0.4", + "cfg-if", "constant_time_eq", "cpufeatures", ] @@ -1598,8 +1485,8 @@ dependencies = [ [[package]] name = "block-encoding-length" -version = "0.5.0" -source = "git+https://github.com/eth-act/ere-guests?tag=v0.8.0#929ae424502d2810dcc9073311a5a273a7440ad6" +version = "0.8.0" +source = "git+https://github.com/jsign/ere-guests?branch=bal-devnet-3#5917506924646a8e11e86c5229e2c94c529c9ede" dependencies = [ "alloy-consensus", "alloy-eips", @@ -1625,6 +1512,15 @@ dependencies = [ "generic-array", ] +[[package]] +name = "block2" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" +dependencies = [ + "objc2", +] + [[package]] name = "bls12_381" version = "0.7.1" @@ -1760,6 +1656,16 @@ dependencies = [ "serde", ] +[[package]] +name = "bzip2-sys" +version = "0.1.13+1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" +dependencies = [ + "cc", + "pkg-config", +] + [[package]] name = "c-kzg" version = "2.1.7" @@ -1859,12 +1765,6 @@ dependencies = [ "nom", ] -[[package]] -name = "cfg-if" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" - [[package]] name = "cfg-if" version = "1.0.4" @@ -1888,7 +1788,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -1928,7 +1828,7 @@ version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" dependencies = [ - "anstream 1.0.0", + "anstream", "anstyle", "clap_lex", "strsim", @@ -1983,7 +1883,7 @@ version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "531185e432bb31db1ecda541e9e7ab21468d4d844ad7505e0546a49b4945d49b" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "cpufeatures", "proptest", "serde_core", @@ -2110,7 +2010,7 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", ] [[package]] @@ -2119,41 +2019,17 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" -[[package]] -name = "crossbeam" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e" -dependencies = [ - "cfg-if 0.1.10", - "crossbeam-channel 0.4.4", - "crossbeam-deque 0.7.4", - "crossbeam-epoch 0.8.2", - "crossbeam-queue 0.2.3", - "crossbeam-utils 0.7.2", -] - [[package]] name = "crossbeam" version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" dependencies = [ - "crossbeam-channel 0.5.15", - "crossbeam-deque 0.8.6", - "crossbeam-epoch 0.9.18", - "crossbeam-queue 0.3.12", - "crossbeam-utils 0.8.21", -] - -[[package]] -name = "crossbeam-channel" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" -dependencies = [ - "crossbeam-utils 0.7.2", - "maybe-uninit", + "crossbeam-channel", + "crossbeam-deque", + "crossbeam-epoch", + "crossbeam-queue", + "crossbeam-utils", ] [[package]] @@ -2162,18 +2038,7 @@ version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ - "crossbeam-utils 0.8.21", -] - -[[package]] -name = "crossbeam-deque" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed" -dependencies = [ - "crossbeam-epoch 0.8.2", - "crossbeam-utils 0.7.2", - "maybe-uninit", + "crossbeam-utils", ] [[package]] @@ -2182,23 +2047,8 @@ version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ - "crossbeam-epoch 0.9.18", - "crossbeam-utils 0.8.21", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" -dependencies = [ - "autocfg", - "cfg-if 0.1.10", - "crossbeam-utils 0.7.2", - "lazy_static", - "maybe-uninit", - "memoffset", - "scopeguard", + "crossbeam-epoch", + "crossbeam-utils", ] [[package]] @@ -2207,18 +2057,7 @@ version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ - "crossbeam-utils 0.8.21", -] - -[[package]] -name = "crossbeam-queue" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" -dependencies = [ - "cfg-if 0.1.10", - "crossbeam-utils 0.7.2", - "maybe-uninit", + "crossbeam-utils", ] [[package]] @@ -2227,18 +2066,7 @@ version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" dependencies = [ - "crossbeam-utils 0.8.21", -] - -[[package]] -name = "crossbeam-utils" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" -dependencies = [ - "autocfg", - "cfg-if 0.1.10", - "lazy_static", + "crossbeam-utils", ] [[package]] @@ -2285,13 +2113,24 @@ dependencies = [ "cipher", ] +[[package]] +name = "ctrlc" +version = "3.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162" +dependencies = [ + "dispatch2", + "nix", + "windows-sys 0.61.2", +] + [[package]] name = "curve25519-dalek" version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "cpufeatures", "curve25519-dalek-derive", "digest 0.10.7", @@ -2390,8 +2229,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" dependencies = [ "arbitrary", - "cfg-if 1.0.4", - "crossbeam-utils 0.8.21", + "cfg-if", + "crossbeam-utils", "hashbrown 0.14.5", "lock_api", "once_cell", @@ -2425,18 +2264,6 @@ dependencies = [ "syn 2.0.117", ] -[[package]] -name = "datatest-stable" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833306ca7eec4d95844e65f0d7502db43888c5c1006c6c517e8cf51a27d15431" -dependencies = [ - "camino", - "fancy-regex", - "libtest-mimic", - "walkdir", -] - [[package]] name = "debug-helper" version = "0.3.13" @@ -2461,7 +2288,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" dependencies = [ "const-oid", - "pem-rfc7468", "zeroize", ] @@ -2605,37 +2431,16 @@ dependencies = [ "subtle", ] -[[package]] -name = "dirs" -version = "6.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" -dependencies = [ - "dirs-sys", -] - [[package]] name = "dirs-next" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "dirs-sys-next", ] -[[package]] -name = "dirs-sys" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" -dependencies = [ - "libc", - "option-ext", - "redox_users 0.5.2", - "windows-sys 0.61.2", -] - [[package]] name = "dirs-sys-next" version = "0.1.2" @@ -2643,7 +2448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" dependencies = [ "libc", - "redox_users 0.4.6", + "redox_users", "winapi", ] @@ -2680,6 +2485,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "dispatch2" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" +dependencies = [ + "bitflags 2.11.0", + "block2", + "libc", + "objc2", +] + [[package]] name = "displaydoc" version = "0.2.5" @@ -2693,8 +2510,8 @@ dependencies = [ [[package]] name = "downloader" -version = "0.5.0" -source = "git+https://github.com/eth-act/ere-guests?tag=v0.8.0#929ae424502d2810dcc9073311a5a273a7440ad6" +version = "0.8.0" +source = "git+https://github.com/jsign/ere-guests?branch=bal-devnet-3#5917506924646a8e11e86c5229e2c94c529c9ede" dependencies = [ "anyhow", "reqwest", @@ -2770,7 +2587,7 @@ dependencies = [ [[package]] name = "ef-tests" version = "0.1.0" -source = "git+https://github.com/jsign/stateless?branch=jsign-workload-fork#6e1191b10e03921df0967fec15404139f7eaf793" +source = "git+https://github.com/paradigmxyz/stateless?branch=bal-devnet-3#bf8424d4fde1266f53e999b41a8fba0c7876c5c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -2790,7 +2607,6 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "reth-revm", - "reth-tasks", "reth-tracing", "reth-trie", "reth-trie-common", @@ -2831,7 +2647,6 @@ dependencies = [ "ff 0.13.1", "generic-array", "group 0.13.0", - "pem-rfc7468", "pkcs8", "rand_core 0.6.4", "sec1", @@ -2846,7 +2661,7 @@ version = "0.8.35" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", ] [[package]] @@ -3101,12 +2916,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "escape8259" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5692dd7b5a1978a5aeb0ce83b7655c58ca8efdcb79d21036ea249da95afec2c6" - [[package]] name = "ethbloom" version = "0.14.1" @@ -3134,53 +2943,13 @@ dependencies = [ "uint 0.10.0", ] -[[package]] -name = "ethereum_serde_utils" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dc1355dbb41fbbd34ec28d4fb2a57d9a70c67ac3c19f6a5ca4d4a176b9e997a" -dependencies = [ - "alloy-primitives", - "hex", - "serde", - "serde_derive", - "serde_json", -] - -[[package]] -name = "ethereum_ssz" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dcddb2554d19cde19b099fadddde576929d7a4d0c1cd3512d1fd95cf174375c" -dependencies = [ - "alloy-primitives", - "ethereum_serde_utils", - "itertools 0.13.0", - "serde", - "serde_derive", - "smallvec", - "typenum", -] - -[[package]] -name = "ethereum_ssz_derive" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a657b6b3b7e153637dc6bdc6566ad9279d9ee11a15b12cfb24a2e04360637e9f" -dependencies = [ - "darling 0.20.11", - "proc-macro2", - "quote", - "syn 2.0.117", -] - [[package]] name = "ethrex-blockchain" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "bytes", - "crossbeam 0.8.4", + "crossbeam", "ethrex-common", "ethrex-crypto", "ethrex-metrics", @@ -3188,7 +2957,6 @@ dependencies = [ "ethrex-storage", "ethrex-trie", "ethrex-vm", - "hex", "rustc-hash", "thiserror 2.0.18", "tokio", @@ -3199,7 +2967,7 @@ dependencies = [ [[package]] name = "ethrex-common" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "bytes", "crc32fast", @@ -3211,10 +2979,10 @@ dependencies = [ "hex-literal", "hex-simd", "indexmap 2.13.0", - "k256", "kzg-rs", "lazy_static", "libc", + "lru 0.16.3", "once_cell", "rayon", "rkyv", @@ -3222,17 +2990,14 @@ dependencies = [ "serde", "serde_json", "sha2", - "sha3", "thiserror 2.0.18", - "tinyvec", "tracing", - "url", ] [[package]] name = "ethrex-crypto" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "ark-bn254", "ark-ec", @@ -3242,7 +3007,9 @@ dependencies = [ "ethereum-types", "ff 0.13.1", "hex-literal", + "k256", "malachite", + "num-bigint 0.4.6", "p256", "ripemd", "secp256k1 0.30.0", @@ -3254,7 +3021,7 @@ dependencies = [ [[package]] name = "ethrex-guest-program" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "bytes", "ethereum-types", @@ -3273,22 +3040,17 @@ dependencies = [ [[package]] name = "ethrex-l2-common" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "bytes", "ethereum-types", "ethrex-common", "ethrex-crypto", - "ethrex-rlp", - "ethrex-trie", - "ethrex-vm", - "hex", "k256", "lambdaworks-crypto", "rkyv", "serde", "serde_with", - "sha3", "thiserror 2.0.18", "tracing", ] @@ -3296,31 +3058,25 @@ dependencies = [ [[package]] name = "ethrex-levm" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ - "bitvec", "bytes", - "datatest-stable", "derive_more 1.0.0", "ethrex-common", "ethrex-crypto", "ethrex-rlp", - "lazy_static", "malachite", "rayon", "rustc-hash", "serde", - "serde_json", - "sha3", "strum 0.27.2", "thiserror 2.0.18", - "walkdir", ] [[package]] name = "ethrex-metrics" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "axum", "ethrex-common", @@ -3336,14 +3092,13 @@ dependencies = [ [[package]] name = "ethrex-p2p" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "aes", "aes-gcm", - "async-trait", "bytes", "concat-kdf", - "crossbeam 0.8.4", + "crossbeam", "ctr", "ethereum-types", "ethrex-blockchain", @@ -3358,13 +3113,13 @@ dependencies = [ "hmac", "indexmap 2.13.0", "lazy_static", + "lru 0.16.3", "prometheus", "rand 0.8.5", "rayon", "rustc-hash", "secp256k1 0.30.0", "serde", - "serde_json", "sha2", "snap", "spawned-concurrency", @@ -3379,21 +3134,17 @@ dependencies = [ [[package]] name = "ethrex-rlp" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "bytes", "ethereum-types", - "hex", - "lazy_static", - "snap", "thiserror 2.0.18", - "tinyvec", ] [[package]] name = "ethrex-rpc" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "axum", "axum-extra", @@ -3432,18 +3183,15 @@ dependencies = [ [[package]] name = "ethrex-storage" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "anyhow", - "async-trait", "bytes", - "ethereum-types", "ethrex-common", "ethrex-crypto", "ethrex-rlp", "ethrex-trie", "fastbloom", - "hex", "lru 0.16.3", "rayon", "rustc-hash", @@ -3457,45 +3205,35 @@ dependencies = [ [[package]] name = "ethrex-trie" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ "anyhow", "bytes", - "crossbeam 0.8.4", - "digest 0.10.7", + "crossbeam", "ethereum-types", "ethrex-crypto", "ethrex-rlp", - "hex", "lazy_static", "rayon", "rkyv", "rustc-hash", "serde", - "serde_json", - "smallvec", "thiserror 2.0.18", - "tracing", ] [[package]] name = "ethrex-vm" version = "9.0.0" -source = "git+https://github.com/lambdaclass/ethrex.git?rev=33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6#33695e2b3d5bb7ca50cf8b0bde31fd80bd59a5f6" +source = "git+https://github.com/lambdaclass/ethrex.git?branch=bal-devnet-3#91d783bd7e43d8948714a83b72b6242791371428" dependencies = [ - "bincode 1.3.3", "bytes", "derive_more 1.0.0", "dyn-clone", - "ethereum-types", "ethrex-common", "ethrex-crypto", "ethrex-levm", "ethrex-rlp", - "ethrex-trie", - "lazy_static", "rayon", - "rkyv", "rustc-hash", "serde", "thiserror 2.0.18", @@ -3512,17 +3250,6 @@ dependencies = [ "once_cell", ] -[[package]] -name = "fancy-regex" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" -dependencies = [ - "bit-set", - "regex-automata", - "regex-syntax", -] - [[package]] name = "fastbloom" version = "0.14.1" @@ -3614,7 +3341,7 @@ version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "libc", "libredox", ] @@ -3852,7 +3579,7 @@ version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "js-sys", "libc", "wasi", @@ -3865,7 +3592,7 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "js-sys", "libc", "r-efi 5.3.0", @@ -3879,7 +3606,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "libc", "r-efi 6.0.0", "wasip2", @@ -3986,8 +3713,8 @@ dependencies = [ [[package]] name = "guest" -version = "0.5.0" -source = "git+https://github.com/eth-act/ere-guests?tag=v0.8.0#929ae424502d2810dcc9073311a5a273a7440ad6" +version = "0.8.0" +source = "git+https://github.com/jsign/ere-guests?branch=bal-devnet-3#5917506924646a8e11e86c5229e2c94c529c9ede" dependencies = [ "ere-io", "ere-platform-trait", @@ -4170,7 +3897,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" dependencies = [ "async-trait", - "cfg-if 1.0.4", + "cfg-if", "data-encoding", "enum-as-inner", "futures-channel", @@ -4195,7 +3922,7 @@ version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "futures-util", "hickory-proto", "ipconfig", @@ -4398,7 +4125,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core", + "windows-core 0.62.2", ] [[package]] @@ -4662,8 +4389,8 @@ dependencies = [ [[package]] name = "integration-tests" -version = "0.5.0" -source = "git+https://github.com/eth-act/ere-guests?tag=v0.8.0#929ae424502d2810dcc9073311a5a273a7440ad6" +version = "0.8.0" +source = "git+https://github.com/jsign/ere-guests?branch=bal-devnet-3#5917506924646a8e11e86c5229e2c94c529c9ede" dependencies = [ "alloy-primitives", "ere-dockerized 0.6.0", @@ -4766,7 +4493,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" dependencies = [ "cesu8", - "cfg-if 1.0.4", + "cfg-if", "combine", "jni-sys", "log", @@ -5008,7 +4735,7 @@ version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "ecdsa", "elliptic-curve", "once_cell", @@ -5137,8 +4864,8 @@ version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" dependencies = [ - "cfg-if 1.0.4", - "windows-link", + "cfg-if", + "windows-link 0.2.1", ] [[package]] @@ -5178,6 +4905,21 @@ dependencies = [ "redox_syscall 0.7.3", ] +[[package]] +name = "librocksdb-sys" +version = "0.17.3+10.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cef2a00ee60fe526157c9023edab23943fae1ce2ab6f4abb2a807c1746835de9" +dependencies = [ + "bindgen", + "bzip2-sys", + "cc", + "libc", + "libz-sys", + "lz4-sys", + "zstd-sys", +] + [[package]] name = "libssz" version = "0.2.1" @@ -5219,18 +4961,6 @@ dependencies = [ "smallvec", ] -[[package]] -name = "libtest-mimic" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5297962ef19edda4ce33aaa484386e0a5b3d7f2f4e037cbeee00503ef6b29d33" -dependencies = [ - "anstream 0.6.21", - "anstyle", - "clap", - "escape8259", -] - [[package]] name = "libz-sys" version = "1.1.25" @@ -5317,6 +5047,16 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" +[[package]] +name = "lz4-sys" +version = "1.11.1+lz4-1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" +dependencies = [ + "cc", + "libc", +] + [[package]] name = "lz4_flex" version = "0.12.0" @@ -5415,12 +5155,6 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" -[[package]] -name = "maybe-uninit" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" - [[package]] name = "memchr" version = "2.8.0" @@ -5436,15 +5170,6 @@ dependencies = [ "libc", ] -[[package]] -name = "memoffset" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" -dependencies = [ - "autocfg", -] - [[package]] name = "memuse" version = "0.2.2" @@ -5533,9 +5258,9 @@ version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b" dependencies = [ - "crossbeam-channel 0.5.15", - "crossbeam-epoch 0.9.18", - "crossbeam-utils 0.8.21", + "crossbeam-channel", + "crossbeam-epoch", + "crossbeam-utils", "equivalent", "parking_lot", "portable-atomic", @@ -5628,6 +5353,18 @@ dependencies = [ "tempfile", ] +[[package]] +name = "nix" +version = "0.31.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" +dependencies = [ + "bitflags 2.11.0", + "cfg-if", + "cfg_aliases", + "libc", +] + [[package]] name = "nom" version = "7.1.3" @@ -5833,13 +5570,22 @@ checksum = "0d49ff0c0d00d4a502b39df9af3a525e1efeb14b9dabb5bb83335284c1309210" dependencies = [ "alloy-rlp", "arbitrary", - "cfg-if 1.0.4", + "cfg-if", "proptest", "ruint", "serde", "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.2" @@ -5849,6 +5595,12 @@ 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-io-kit" version = "0.3.2" @@ -5875,31 +5627,15 @@ version = "1.70.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" -[[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.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736381a95471d23e267263cfcee9e1d96d30b9754a94a2819148f83379de8a86" +source = "git+https://github.com/alloy-rs/op-alloy?branch=bal-devnet2#d3c6e661ce58697327f53508f9514a75ca68eb60" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-network", "alloy-primitives", "alloy-rlp", - "alloy-rpc-types-eth", "alloy-serde", "arbitrary", "derive_more 2.1.1", @@ -5908,89 +5644,6 @@ dependencies = [ "thiserror 2.0.18", ] -[[package]] -name = "op-alloy-network" -version = "0.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4034183dca6bff6632e7c24c92e75ff5f0eabb58144edb4d8241814851334d47" -dependencies = [ - "alloy-consensus", - "alloy-network", - "alloy-primitives", - "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 2.1.1", - "op-alloy-consensus", - "serde", - "serde_json", - "thiserror 2.0.18", -] - -[[package]] -name = "op-alloy-rpc-types-engine" -version = "0.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77727699310a18cdeed32da3928c709e2704043b6584ed416397d5da65694efc" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-engine", - "alloy-serde", - "derive_more 2.1.1", - "ethereum_ssz", - "ethereum_ssz_derive", - "op-alloy-consensus", - "serde", - "sha2", - "snap", - "thiserror 2.0.18", -] - -[[package]] -name = "op-revm" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79c92b75162c2ed1661849fa51683b11254a5b661798360a2c24be918edafd40" -dependencies = [ - "auto_impl", - "revm", - "serde", -] - [[package]] name = "opaque-debug" version = "0.3.1" @@ -6004,7 +5657,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf" dependencies = [ "bitflags 2.11.0", - "cfg-if 1.0.4", + "cfg-if", "foreign-types", "libc", "once_cell", @@ -6121,12 +5774,6 @@ dependencies = [ "thiserror 2.0.18", ] -[[package]] -name = "option-ext" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" - [[package]] name = "outref" version = "0.5.2" @@ -6360,11 +6007,11 @@ version = "0.9.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "libc", "redox_syscall 0.5.18", "smallvec", - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -6410,16 +6057,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" dependencies = [ "base64", - "serde_core", -] - -[[package]] -name = "pem-rfc7468" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" -dependencies = [ - "base64ct", + "serde_core", ] [[package]] @@ -6550,7 +6188,7 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "cpufeatures", "opaque-debug", "universal-hash", @@ -6697,7 +6335,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "fnv", "lazy_static", "libc", @@ -6765,7 +6403,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.117", @@ -6811,6 +6449,21 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "quanta" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" +dependencies = [ + "crossbeam-utils", + "libc", + "once_cell", + "raw-cpuid", + "wasi", + "web-sys", + "winapi", +] + [[package]] name = "quick-error" version = "1.2.3" @@ -6998,6 +6651,15 @@ dependencies = [ "rustversion", ] +[[package]] +name = "raw-cpuid" +version = "11.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" +dependencies = [ + "bitflags 2.11.0", +] + [[package]] name = "rayon" version = "1.11.0" @@ -7014,8 +6676,8 @@ version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" dependencies = [ - "crossbeam-deque 0.8.6", - "crossbeam-utils 0.8.21", + "crossbeam-deque", + "crossbeam-utils", ] [[package]] @@ -7047,17 +6709,6 @@ dependencies = [ "thiserror 1.0.69", ] -[[package]] -name = "redox_users" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" -dependencies = [ - "getrandom 0.2.17", - "libredox", - "thiserror 2.0.18", -] - [[package]] name = "ref-cast" version = "1.0.25" @@ -7173,8 +6824,8 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth-basic-payload-builder" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7197,8 +6848,8 @@ dependencies = [ [[package]] name = "reth-chain-state" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7228,8 +6879,8 @@ dependencies = [ [[package]] name = "reth-chainspec" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7248,12 +6899,12 @@ dependencies = [ [[package]] name = "reth-cli-util" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-eips", "alloy-primitives", - "cfg-if 1.0.4", + "cfg-if", "eyre", "libc", "rand 0.8.5", @@ -7265,8 +6916,8 @@ dependencies = [ [[package]] name = "reth-codecs" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7285,8 +6936,8 @@ dependencies = [ [[package]] name = "reth-codecs-derive" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "proc-macro2", "quote", @@ -7295,8 +6946,8 @@ dependencies = [ [[package]] name = "reth-config" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "eyre", "humantime-serde", @@ -7311,10 +6962,11 @@ dependencies = [ [[package]] name = "reth-consensus" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", + "alloy-eip7928", "alloy-primitives", "auto_impl", "reth-execution-types", @@ -7324,11 +6976,12 @@ dependencies = [ [[package]] name = "reth-consensus-common" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", + "alloy-primitives", "reth-chainspec", "reth-consensus", "reth-primitives-traits", @@ -7336,8 +6989,8 @@ dependencies = [ [[package]] name = "reth-db" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "derive_more 2.1.1", @@ -7345,6 +6998,7 @@ dependencies = [ "metrics", "page_size", "parking_lot", + "quanta", "reth-db-api", "reth-fs-util", "reth-libmdbx", @@ -7363,8 +7017,8 @@ dependencies = [ [[package]] name = "reth-db-api" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7375,7 +7029,6 @@ dependencies = [ "derive_more 2.1.1", "metrics", "modular-bitfield", - "op-alloy-consensus", "parity-scale-codec", "proptest", "reth-codecs", @@ -7392,8 +7045,8 @@ dependencies = [ [[package]] name = "reth-db-common" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7422,8 +7075,8 @@ dependencies = [ [[package]] name = "reth-db-models" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7437,8 +7090,8 @@ dependencies = [ [[package]] name = "reth-discv4" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7462,8 +7115,8 @@ dependencies = [ [[package]] name = "reth-discv5" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7486,8 +7139,8 @@ dependencies = [ [[package]] name = "reth-dns-discovery" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "dashmap", @@ -7510,8 +7163,8 @@ dependencies = [ [[package]] name = "reth-ecies" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "aes", "alloy-primitives", @@ -7538,8 +7191,8 @@ dependencies = [ [[package]] name = "reth-engine-local" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7561,8 +7214,8 @@ dependencies = [ [[package]] name = "reth-engine-primitives" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7586,8 +7239,8 @@ dependencies = [ [[package]] name = "reth-errors" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7597,8 +7250,8 @@ dependencies = [ [[package]] name = "reth-eth-wire" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7625,8 +7278,8 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7646,8 +7299,8 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7662,8 +7315,8 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7680,8 +7333,8 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -7693,28 +7346,22 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "alloy-rlp", "alloy-rpc-types-eth", - "alloy-serde", - "arbitrary", - "modular-bitfield", "reth-codecs", "reth-primitives-traits", - "reth-zstd-compressors", "serde", - "serde_with", ] [[package]] name = "reth-etl" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "rayon", "reth-db-api", @@ -7723,8 +7370,8 @@ dependencies = [ [[package]] name = "reth-evm" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7745,15 +7392,14 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-evm", "alloy-primitives", "alloy-rpc-types-engine", - "derive_more 2.1.1", "reth-chainspec", "reth-ethereum-forks", "reth-ethereum-primitives", @@ -7766,8 +7412,8 @@ dependencies = [ [[package]] name = "reth-execution-errors" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-evm", "alloy-primitives", @@ -7779,8 +7425,8 @@ dependencies = [ [[package]] name = "reth-execution-types" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7797,8 +7443,8 @@ dependencies = [ [[package]] name = "reth-fs-util" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "serde", "serde_json", @@ -7807,11 +7453,12 @@ dependencies = [ [[package]] name = "reth-libmdbx" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "bitflags 2.11.0", "byteorder", + "crossbeam-queue", "dashmap", "derive_more 2.1.1", "parking_lot", @@ -7823,8 +7470,8 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "bindgen", "cc", @@ -7832,8 +7479,8 @@ dependencies = [ [[package]] name = "reth-metrics" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "futures", "metrics", @@ -7844,8 +7491,8 @@ dependencies = [ [[package]] name = "reth-net-banlist" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "ipnet", @@ -7853,8 +7500,8 @@ dependencies = [ [[package]] name = "reth-net-nat" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "futures-util", "if-addrs", @@ -7867,8 +7514,8 @@ dependencies = [ [[package]] name = "reth-network" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7923,8 +7570,8 @@ dependencies = [ [[package]] name = "reth-network-api" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7948,8 +7595,8 @@ dependencies = [ [[package]] name = "reth-network-p2p" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7970,8 +7617,8 @@ dependencies = [ [[package]] name = "reth-network-peers" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7985,8 +7632,8 @@ dependencies = [ [[package]] name = "reth-network-types" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -7999,8 +7646,8 @@ dependencies = [ [[package]] name = "reth-nippy-jar" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "anyhow", "bincode 1.3.3", @@ -8016,8 +7663,8 @@ dependencies = [ [[package]] name = "reth-node-api" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8040,8 +7687,8 @@ dependencies = [ [[package]] name = "reth-node-core" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8078,12 +7725,12 @@ dependencies = [ "reth-stages-types", "reth-storage-api", "reth-storage-errors", + "reth-tasks", "reth-tracing", "reth-tracing-otlp", "reth-transaction-pool", "secp256k1 0.30.0", "serde", - "shellexpand", "strum 0.27.2", "thiserror 2.0.18", "toml 0.9.12+spec-1.1.0", @@ -8095,8 +7742,8 @@ dependencies = [ [[package]] name = "reth-node-types" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8107,8 +7754,8 @@ dependencies = [ [[package]] name = "reth-payload-builder" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8128,8 +7775,8 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "pin-project", "reth-payload-primitives", @@ -8140,8 +7787,8 @@ dependencies = [ [[package]] name = "reth-payload-primitives" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8149,7 +7796,6 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "either", - "op-alloy-rpc-types-engine", "reth-chain-state", "reth-chainspec", "reth-errors", @@ -8163,8 +7809,8 @@ dependencies = [ [[package]] name = "reth-payload-validator" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -8173,8 +7819,8 @@ dependencies = [ [[package]] name = "reth-primitives-traits" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8194,6 +7840,7 @@ dependencies = [ "op-alloy-consensus", "proptest", "proptest-arbitrary-interop", + "quanta", "rayon", "reth-codecs", "revm-bytecode", @@ -8207,11 +7854,12 @@ dependencies = [ [[package]] name = "reth-provider" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", + "alloy-genesis", "alloy-primitives", "alloy-rpc-types-engine", "eyre", @@ -8244,6 +7892,7 @@ dependencies = [ "reth-trie-db", "revm-database", "revm-state", + "rocksdb", "strum 0.27.2", "tokio", "tracing", @@ -8251,8 +7900,8 @@ dependencies = [ [[package]] name = "reth-prune-types" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "arbitrary", @@ -8267,8 +7916,8 @@ dependencies = [ [[package]] name = "reth-revm" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -8280,10 +7929,9 @@ dependencies = [ [[package]] name = "reth-rpc-api" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ - "alloy-eip7928", "alloy-eips", "alloy-genesis", "alloy-json-rpc", @@ -8305,13 +7953,14 @@ dependencies = [ "reth-network-peers", "reth-rpc-eth-api", "reth-trie-common", + "serde", "serde_json", ] [[package]] name = "reth-rpc-convert" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-evm", @@ -8323,7 +7972,6 @@ dependencies = [ "auto_impl", "dyn-clone", "jsonrpsee-types", - "reth-ethereum-primitives", "reth-evm", "reth-primitives-traits", "thiserror 2.0.18", @@ -8331,8 +7979,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -8369,14 +8017,15 @@ dependencies = [ "reth-trie-common", "revm", "revm-inspectors", + "serde_json", "tokio", "tracing", ] [[package]] name = "reth-rpc-eth-types" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8423,8 +8072,8 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8439,8 +8088,8 @@ dependencies = [ [[package]] name = "reth-stages-types" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "arbitrary", @@ -8453,8 +8102,8 @@ dependencies = [ [[package]] name = "reth-static-file-types" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "derive_more 2.1.1", @@ -8467,8 +8116,8 @@ dependencies = [ [[package]] name = "reth-storage-api" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8491,8 +8140,8 @@ dependencies = [ [[package]] name = "reth-storage-errors" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8508,17 +8157,20 @@ dependencies = [ [[package]] name = "reth-tasks" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ - "auto_impl", - "dyn-clone", + "crossbeam-utils", + "dashmap", "futures-util", + "libc", "metrics", + "parking_lot", "pin-project", "rayon", "reth-metrics", "thiserror 2.0.18", + "thread-priority", "tokio", "tracing", "tracing-futures", @@ -8526,8 +8178,8 @@ dependencies = [ [[package]] name = "reth-tokio-util" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "tokio", "tokio-stream", @@ -8536,8 +8188,8 @@ dependencies = [ [[package]] name = "reth-tracing" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "clap", "eyre", @@ -8553,8 +8205,8 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "clap", "eyre", @@ -8570,8 +8222,8 @@ dependencies = [ [[package]] name = "reth-transaction-pool" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8613,8 +8265,8 @@ dependencies = [ [[package]] name = "reth-trie" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8639,8 +8291,8 @@ dependencies = [ [[package]] name = "reth-trie-common" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8666,8 +8318,8 @@ dependencies = [ [[package]] name = "reth-trie-db" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "metrics", @@ -8686,8 +8338,8 @@ dependencies = [ [[package]] name = "reth-trie-sparse" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8697,23 +8349,25 @@ dependencies = [ "reth-execution-errors", "reth-primitives-traits", "reth-trie-common", + "serde", + "serde_json", + "slotmap", "smallvec", "tracing", ] [[package]] name = "reth-zstd-compressors" -version = "1.11.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth?branch=bal-devnet-3#d6abebc8d54ff57a08df8ab1e34dc44ee043c145" dependencies = [ "zstd", ] [[package]] name = "revm" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2aabdebaa535b3575231a88d72b642897ae8106cf6b0d12eafc6bfdf50abfc7" +version = "36.0.0" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "revm-bytecode", "revm-context", @@ -8730,9 +8384,8 @@ dependencies = [ [[package]] name = "revm-bytecode" -version = "8.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d1e5c1eaa44d39d537f668bc5c3409dc01e5c8be954da6c83370bbdf006457" +version = "9.0.0" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "bitvec", "phf", @@ -8742,12 +8395,11 @@ dependencies = [ [[package]] name = "revm-context" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "892ff3e6a566cf8d72ffb627fdced3becebbd9ba64089c25975b9b028af326a5" +version = "15.0.0" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "bitvec", - "cfg-if 1.0.4", + "cfg-if", "derive-where", "revm-bytecode", "revm-context-interface", @@ -8759,9 +8411,8 @@ dependencies = [ [[package]] name = "revm-context-interface" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57f61cc6d23678c4840af895b19f8acfbbd546142ec8028b6526c53cc1c16c98" +version = "16.0.0" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -8775,9 +8426,8 @@ dependencies = [ [[package]] name = "revm-database" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "529528d0b05fe646be86223032c3e77aa8b05caa2a35447d538c55965956a511" +version = "12.0.0" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "alloy-eips", "revm-bytecode", @@ -8789,9 +8439,8 @@ dependencies = [ [[package]] name = "revm-database-interface" -version = "9.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7bf93ac5b91347c057610c0d96e923db8c62807e03f036762d03e981feddc1d" +version = "10.0.0" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "auto_impl", "either", @@ -8803,9 +8452,8 @@ dependencies = [ [[package]] name = "revm-handler" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cd0e43e815a85eded249df886c4badec869195e70cdd808a13cfca2794622d2" +version = "17.0.0" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "auto_impl", "derive-where", @@ -8822,9 +8470,8 @@ dependencies = [ [[package]] name = "revm-inspector" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f3ccad59db91ef93696536a0dbaf2f6f17cfe20d4d8843ae118edb7e97947ef" +version = "17.0.0" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "auto_impl", "either", @@ -8840,9 +8487,8 @@ dependencies = [ [[package]] name = "revm-inspectors" -version = "0.34.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e435414e9de50a1b930da602067c76365fea2fea11e80ceb50783c94ddd127f" +version = "0.36.1" +source = "git+https://github.com/paradigmxyz/revm-inspectors?rev=24becc3#24becc35973c6c1d4e1c1475fa51a83d36d50d48" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -8858,9 +8504,8 @@ dependencies = [ [[package]] name = "revm-interpreter" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11406408597bc249392d39295831c4b641b3a6f5c471a7c41104a7a1e3564c07" +version = "34.0.0" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "revm-bytecode", "revm-context-interface", @@ -8872,8 +8517,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "32.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2ec11f45deec71e4945e1809736bb20d454285f9167ab53c5159dae1deb603f" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "ark-bls12-381", "ark-bn254", @@ -8884,9 +8528,10 @@ dependencies = [ "aurora-engine-modexp", "blst", "c-kzg", - "cfg-if 1.0.4", + "cfg-if", "k256", "p256", + "revm-context-interface", "revm-primitives", "ripemd", "secp256k1 0.31.1", @@ -8896,8 +8541,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "22.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bcfb5ce6cf18b118932bcdb7da05cd9c250f2cb9f64131396b55f3fe3537c35" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "alloy-primitives", "num_enum", @@ -8907,9 +8551,8 @@ dependencies = [ [[package]] name = "revm-state" -version = "9.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "311720d4f0f239b041375e7ddafdbd20032a33b7bae718562ea188e188ed9fd3" +version = "10.0.0" +source = "git+https://github.com/bluealloy/revm?rev=30e1c40#30e1c404a00c4770695f02fa14593d0e2b434b23" dependencies = [ "alloy-eip7928", "bitflags 2.11.0", @@ -8935,7 +8578,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", - "cfg-if 1.0.4", + "cfg-if", "getrandom 0.2.17", "libc", "untrusted", @@ -9011,6 +8654,16 @@ dependencies = [ "byteorder", ] +[[package]] +name = "rocksdb" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddb7af00d2b17dbd07d82c0063e25411959748ff03e8d4f96134c2ff41fce34f" +dependencies = [ + "libc", + "librocksdb-sys", +] + [[package]] name = "rolling-file" version = "0.2.0" @@ -9277,7 +8930,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649" dependencies = [ "ahash", - "cfg-if 1.0.4", + "cfg-if", "hashbrown 0.13.2", ] @@ -9541,7 +9194,7 @@ version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "cpufeatures", "digest 0.10.7", ] @@ -9552,7 +9205,7 @@ version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "cpufeatures", "digest 0.10.7", ] @@ -9574,7 +9227,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b31139435f327c93c6038ed350ae4588e2c70a13d50599509fee6349967ba35a" dependencies = [ "cc", - "cfg-if 1.0.4", + "cfg-if", ] [[package]] @@ -9586,15 +9239,6 @@ dependencies = [ "lazy_static", ] -[[package]] -name = "shellexpand" -version = "3.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32824fab5e16e6c4d86dc1ba84489390419a39f97699852b66480bb87d297ed8" -dependencies = [ - "dirs", -] - [[package]] name = "shlex" version = "1.3.0" @@ -9739,6 +9383,15 @@ dependencies = [ "p3-symmetric", ] +[[package]] +name = "slotmap" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" +dependencies = [ + "version_check", +] + [[package]] name = "smallvec" version = "1.15.1" @@ -9832,7 +9485,7 @@ version = "0.8.0-sp1-6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f23e41cd36168cc2e51e5d3e35ff0c34b204d945769a65591a76286d04b51e43" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "ff 0.13.1", "group 0.13.0", "pairing 0.23.0", @@ -9843,24 +9496,36 @@ dependencies = [ [[package]] name = "spawned-concurrency" -version = "0.4.5" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d3ec6b3c003075f7d1c4c6475308243e853c9a78149b84b1f8b64d5bed49d49" +checksum = "bc21166874e8cd7584ea795c223303160461f0bb1b571bc23e92ca2abb7c5149" dependencies = [ "futures", "pin-project-lite", + "spawned-macros", "spawned-rt", "thiserror 2.0.18", "tracing", ] +[[package]] +name = "spawned-macros" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d64742b41741dfebd5b5ba4dbc4cbc5cc91f4a2cf8107191007d64295682973" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "spawned-rt" -version = "0.4.5" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cca60c56b1c60b94dd314edce5ea1a98b6037cca3b44d73828e647bad4dae46c" +checksum = "e9e270e6606a118708120671f2d171316762fa832cab73699c714c23aaafe6eb" dependencies = [ - "crossbeam 0.7.3", + "ctrlc", "tokio", "tokio-stream", "tokio-util", @@ -9893,7 +9558,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stateless" version = "0.1.0" -source = "git+https://github.com/jsign/stateless?branch=jsign-workload-fork#6e1191b10e03921df0967fec15404139f7eaf793" +source = "git+https://github.com/paradigmxyz/stateless?branch=bal-devnet-3#bf8424d4fde1266f53e999b41a8fba0c7876c5c3" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -9918,8 +9583,8 @@ dependencies = [ [[package]] name = "stateless-validator-common" -version = "0.5.0" -source = "git+https://github.com/eth-act/ere-guests?tag=v0.8.0#929ae424502d2810dcc9073311a5a273a7440ad6" +version = "0.8.0" +source = "git+https://github.com/jsign/ere-guests?branch=bal-devnet-3#5917506924646a8e11e86c5229e2c94c529c9ede" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9936,8 +9601,8 @@ dependencies = [ [[package]] name = "stateless-validator-ethrex" -version = "0.5.0" -source = "git+https://github.com/eth-act/ere-guests?tag=v0.8.0#929ae424502d2810dcc9073311a5a273a7440ad6" +version = "0.8.0" +source = "git+https://github.com/jsign/ere-guests?branch=bal-devnet-3#5917506924646a8e11e86c5229e2c94c529c9ede" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9963,8 +9628,8 @@ dependencies = [ [[package]] name = "stateless-validator-reth" -version = "0.5.0" -source = "git+https://github.com/eth-act/ere-guests?tag=v0.8.0#929ae424502d2810dcc9073311a5a273a7440ad6" +version = "0.8.0" +source = "git+https://github.com/jsign/ere-guests?branch=bal-devnet-3#5917506924646a8e11e86c5229e2c94c529c9ede" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10111,7 +9776,7 @@ version = "0.26.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c18a6156d1f27a9592ee18c1a846ca8dd5c258b7179fc193ae87c74ebb666f5" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "core-foundation-sys", "libc", "ntapi", @@ -10131,7 +9796,7 @@ dependencies = [ "ntapi", "objc2-core-foundation", "objc2-io-kit", - "windows", + "windows 0.62.2", ] [[package]] @@ -10231,13 +9896,27 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "thread-priority" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2210811179577da3d54eb69ab0b50490ee40491a25d95b8c6011ba40771cb721" +dependencies = [ + "bitflags 2.11.0", + "cfg-if", + "libc", + "log", + "rustversion", + "windows 0.61.3", +] + [[package]] name = "thread_local" version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", ] [[package]] @@ -10609,7 +10288,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf" dependencies = [ - "crossbeam-channel 0.5.15", + "crossbeam-channel", "thiserror 2.0.18", "time", "tracing-subscriber 0.3.23", @@ -10702,7 +10381,7 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c175f7ecc002b6ef04776a39f440503e4e788790ddbdbfac8259b7a069526334" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "itoa", "libc", "mach2", @@ -10765,7 +10444,7 @@ dependencies = [ [[package]] name = "tries" version = "0.1.0" -source = "git+https://github.com/jsign/stateless?branch=jsign-workload-fork#6e1191b10e03921df0967fec15404139f7eaf793" +source = "git+https://github.com/paradigmxyz/stateless?branch=bal-devnet-3#bf8424d4fde1266f53e999b41a8fba0c7876c5c3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -11096,7 +10775,7 @@ version = "0.2.114" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "once_cell", "rustversion", "wasm-bindgen-macro", @@ -11109,7 +10788,7 @@ version = "0.4.64" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "futures-util", "js-sys", "once_cell", @@ -11304,16 +10983,38 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +[[package]] +name = "windows" +version = "0.61.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" +dependencies = [ + "windows-collections 0.2.0", + "windows-core 0.61.2", + "windows-future 0.2.1", + "windows-link 0.1.3", + "windows-numerics 0.2.0", +] + [[package]] name = "windows" version = "0.62.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" dependencies = [ - "windows-collections", - "windows-core", - "windows-future", - "windows-numerics", + "windows-collections 0.3.2", + "windows-core 0.62.2", + "windows-future 0.3.2", + "windows-numerics 0.3.1", +] + +[[package]] +name = "windows-collections" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" +dependencies = [ + "windows-core 0.61.2", ] [[package]] @@ -11322,7 +11023,20 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" dependencies = [ - "windows-core", + "windows-core 0.62.2", +] + +[[package]] +name = "windows-core" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" +dependencies = [ + "windows-implement", + "windows-interface", + "windows-link 0.1.3", + "windows-result 0.3.4", + "windows-strings 0.4.2", ] [[package]] @@ -11333,9 +11047,20 @@ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" dependencies = [ "windows-implement", "windows-interface", - "windows-link", - "windows-result", - "windows-strings", + "windows-link 0.2.1", + "windows-result 0.4.1", + "windows-strings 0.5.1", +] + +[[package]] +name = "windows-future" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" +dependencies = [ + "windows-core 0.61.2", + "windows-link 0.1.3", + "windows-threading 0.1.0", ] [[package]] @@ -11344,9 +11069,9 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" dependencies = [ - "windows-core", - "windows-link", - "windows-threading", + "windows-core 0.62.2", + "windows-link 0.2.1", + "windows-threading 0.2.1", ] [[package]] @@ -11371,20 +11096,36 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + [[package]] name = "windows-link" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" +[[package]] +name = "windows-numerics" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" +dependencies = [ + "windows-core 0.61.2", + "windows-link 0.1.3", +] + [[package]] name = "windows-numerics" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" dependencies = [ - "windows-core", - "windows-link", + "windows-core 0.62.2", + "windows-link 0.2.1", ] [[package]] @@ -11393,9 +11134,18 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" dependencies = [ - "windows-link", - "windows-result", - "windows-strings", + "windows-link 0.2.1", + "windows-result 0.4.1", + "windows-strings 0.5.1", +] + +[[package]] +name = "windows-result" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" +dependencies = [ + "windows-link 0.1.3", ] [[package]] @@ -11404,7 +11154,16 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" dependencies = [ - "windows-link", + "windows-link 0.2.1", +] + +[[package]] +name = "windows-strings" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" +dependencies = [ + "windows-link 0.1.3", ] [[package]] @@ -11413,7 +11172,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" dependencies = [ - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -11467,7 +11226,7 @@ version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" dependencies = [ - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -11522,7 +11281,7 @@ version = "0.53.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" dependencies = [ - "windows-link", + "windows-link 0.2.1", "windows_aarch64_gnullvm 0.53.1", "windows_aarch64_msvc 0.53.1", "windows_i686_gnu 0.53.1", @@ -11533,13 +11292,22 @@ dependencies = [ "windows_x86_64_msvc 0.53.1", ] +[[package]] +name = "windows-threading" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" +dependencies = [ + "windows-link 0.1.3", +] + [[package]] name = "windows-threading" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" dependencies = [ - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -11737,7 +11505,7 @@ version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" dependencies = [ - "cfg-if 1.0.4", + "cfg-if", "windows-sys 0.48.0", ] @@ -12017,7 +11785,7 @@ dependencies = [ [[package]] name = "zeth-mpt" version = "0.1.0" -source = "git+https://github.com/jsign/stateless?branch=jsign-workload-fork#6e1191b10e03921df0967fec15404139f7eaf793" +source = "git+https://github.com/paradigmxyz/stateless?branch=bal-devnet-3#bf8424d4fde1266f53e999b41a8fba0c7876c5c3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -12050,7 +11818,7 @@ dependencies = [ "blake2", "bls12_381 0.7.1", "byteorder", - "cfg-if 1.0.4", + "cfg-if", "group 0.12.1", "group 0.13.0", "halo2", diff --git a/Cargo.toml b/Cargo.toml index 91d4b354..460b96cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,18 +109,18 @@ ere-dockerized = { git = "https://github.com/eth-act/ere", rev = "3914a12f18b5f2 ere-io = { git = "https://github.com/eth-act/ere", rev = "3914a12f18b5f27807114048ae4829f3e999806b", package = "ere-io" } # ere-guests -ere-guests-block-encoding-length = { git = "https://github.com/eth-act/ere-guests", tag = "v0.8.0", package = "block-encoding-length" } -ere-guests-stateless-validator-reth = { git = "https://github.com/eth-act/ere-guests", tag = "v0.8.0", package = "stateless-validator-reth" } -ere-guests-stateless-validator-ethrex = { git = "https://github.com/eth-act/ere-guests", tag = "v0.8.0", package = "stateless-validator-ethrex" } -ere-guests-guest = { git = "https://github.com/eth-act/ere-guests", tag = "v0.8.0", package = "guest" } -ere-guests-integration-tests = { git = "https://github.com/eth-act/ere-guests", tag = "v0.8.0", package = "integration-tests" } -ere-guests-downloader = { git = "https://github.com/eth-act/ere-guests", tag = "v0.8.0", package = "downloader" } +ere-guests-block-encoding-length = { git = "https://github.com/eth-act/ere-guests", branch = "bal-devnet-3", package = "block-encoding-length" } +ere-guests-stateless-validator-reth = { git = "https://github.com/eth-act/ere-guests", branch = "bal-devnet-3", package = "stateless-validator-reth" } +ere-guests-stateless-validator-ethrex = { git = "https://github.com/eth-act/ere-guests", branch = "bal-devnet-3", package = "stateless-validator-ethrex" } +ere-guests-guest = { git = "https://github.com/eth-act/ere-guests", branch = "bal-devnet-3", package = "guest" } +ere-guests-integration-tests = { git = "https://github.com/eth-act/ere-guests", branch = "bal-devnet-3", package = "integration-tests" } +ere-guests-downloader = { git = "https://github.com/eth-act/ere-guests", branch = "bal-devnet-3", package = "downloader" } -reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } -reth-rpc-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } -reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } -ef-tests = { git = "https://github.com/paradigmxyz/stateless", rev = "ed189a51931e8589102f3139d48fdbb3bbe4c1f7" } -stateless = { git = "https://github.com/paradigmxyz/stateless", rev = "ed189a51931e8589102f3139d48fdbb3bbe4c1f7", default-features = false } +reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", branch = "bal-devnet-3" } +reth-rpc-api = { git = "https://github.com/paradigmxyz/reth", branch = "bal-devnet-3" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", branch = "bal-devnet-3" } +ef-tests = { git = "https://github.com/paradigmxyz/stateless", branch = "bal-devnet-3" } +stateless = { git = "https://github.com/paradigmxyz/stateless", branch = "bal-devnet-3", default-features = false } # alloy alloy-eips = { version = "1.5" } @@ -155,7 +155,54 @@ flate2 = "1.1" tar = "0.4" toml = "0.8" -[patch."https://github.com/paradigmxyz/stateless"] -stateless = { git = "https://github.com/jsign/stateless", branch = "jsign-workload-fork" } -ef-tests = { git = "https://github.com/jsign/stateless", branch = "jsign-workload-fork" } -tries = { git = "https://github.com/jsign/stateless", branch = "jsign-workload-fork" } +[patch.crates-io] +# Keep the revm/alloy stack aligned with the BAL devnet branches used by +# stateless, reth, and ere-guests. +revm = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-bytecode = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-context = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-context-interface = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-database = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-database-interface = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-handler = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-inspector = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "24becc3" } +revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-precompile = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +revm-state = { git = "https://github.com/bluealloy/revm", rev = "30e1c40" } +alloy-evm = { git = "https://github.com/alloy-rs/evm", branch = "bal-devnet3" } +alloy-consensus = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-consensus-any = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-eips = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-genesis = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-network = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types-any = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-serde = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-signer = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-transport = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +alloy-tx-macros = { git = "https://github.com/alloy-rs/alloy", branch = "bal-devnet2" } +op-alloy-consensus = { git = "https://github.com/alloy-rs/op-alloy", branch = "bal-devnet2" } + +[patch."https://github.com/eth-act/ere-guests"] +block-encoding-length = { git = "https://github.com/jsign/ere-guests", branch = "bal-devnet-3" } +stateless-validator-reth = { git = "https://github.com/jsign/ere-guests", branch = "bal-devnet-3" } +stateless-validator-ethrex = { git = "https://github.com/jsign/ere-guests", branch = "bal-devnet-3" } +guest = { git = "https://github.com/jsign/ere-guests", branch = "bal-devnet-3" } +integration-tests = { git = "https://github.com/jsign/ere-guests", branch = "bal-devnet-3" } +downloader = { git = "https://github.com/jsign/ere-guests", branch = "bal-devnet-3" } diff --git a/assets/genesis_bal_devnet_3.json b/assets/genesis_bal_devnet_3.json new file mode 100644 index 00000000..68183315 --- /dev/null +++ b/assets/genesis_bal_devnet_3.json @@ -0,0 +1,968 @@ +{ + "config": { + "chainId": 7098917910, + "homesteadBlock": 0, + "eip150Block": 0, + "eip155Block": 0, + "eip158Block": 0, + "byzantiumBlock": 0, + "constantinopleBlock": 0, + "petersburgBlock": 0, + "istanbulBlock": 0, + "berlinBlock": 0, + "londonBlock": 0, + "mergeNetsplitBlock": 0, + "terminalTotalDifficulty": 0, + "terminalTotalDifficultyPassed": true, + "shanghaiTime": 0, + "cancunTime": 0, + "blobSchedule": { + "cancun": { + "target": 3, + "max": 6, + "baseFeeUpdateFraction": 3338477 + }, + "prague": { + "target": 6, + "max": 9, + "baseFeeUpdateFraction": 5007716 + }, + "osaka": { + "target": 6, + "max": 9, + "baseFeeUpdateFraction": 5007716 + }, + "bpo1": { + "target": 10, + "max": 15, + "baseFeeUpdateFraction": 8346193 + }, + "bpo2": { + "target": 14, + "max": 21, + "baseFeeUpdateFraction": 11684671 + }, + "amsterdam": { + "target": 14, + "max": 21, + "baseFeeUpdateFraction": 11684671 + } + }, + "depositContractAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa", + "pragueTime": 0, + "osakaTime": 0, + "bpo1Time": 0, + "bpo2Time": 0, + "amsterdamTime": 1775662086 + }, + "alloc": { + "0x0000000000000000000000000000000000000000": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000001": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000002": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000003": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000004": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000005": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000006": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000007": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000008": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000009": { + "balance": "1" + }, + "0x000000000000000000000000000000000000000a": { + "balance": "1" + }, + "0x000000000000000000000000000000000000000b": { + "balance": "1" + }, + "0x000000000000000000000000000000000000000c": { + "balance": "1" + }, + "0x000000000000000000000000000000000000000d": { + "balance": "1" + }, + "0x000000000000000000000000000000000000000e": { + "balance": "1" + }, + "0x000000000000000000000000000000000000000f": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000010": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000011": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000012": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000013": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000014": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000015": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000016": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000017": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000018": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000019": { + "balance": "1" + }, + "0x000000000000000000000000000000000000001a": { + "balance": "1" + }, + "0x000000000000000000000000000000000000001b": { + "balance": "1" + }, + "0x000000000000000000000000000000000000001c": { + "balance": "1" + }, + "0x000000000000000000000000000000000000001d": { + "balance": "1" + }, + "0x000000000000000000000000000000000000001e": { + "balance": "1" + }, + "0x000000000000000000000000000000000000001f": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000020": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000021": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000022": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000023": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000024": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000025": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000026": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000027": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000028": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000029": { + "balance": "1" + }, + "0x000000000000000000000000000000000000002a": { + "balance": "1" + }, + "0x000000000000000000000000000000000000002b": { + "balance": "1" + }, + "0x000000000000000000000000000000000000002c": { + "balance": "1" + }, + "0x000000000000000000000000000000000000002d": { + "balance": "1" + }, + "0x000000000000000000000000000000000000002e": { + "balance": "1" + }, + "0x000000000000000000000000000000000000002f": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000030": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000031": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000032": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000033": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000034": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000035": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000036": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000037": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000038": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000039": { + "balance": "1" + }, + "0x000000000000000000000000000000000000003a": { + "balance": "1" + }, + "0x000000000000000000000000000000000000003b": { + "balance": "1" + }, + "0x000000000000000000000000000000000000003c": { + "balance": "1" + }, + "0x000000000000000000000000000000000000003d": { + "balance": "1" + }, + "0x000000000000000000000000000000000000003e": { + "balance": "1" + }, + "0x000000000000000000000000000000000000003f": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000040": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000041": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000042": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000043": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000044": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000045": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000046": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000047": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000048": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000049": { + "balance": "1" + }, + "0x000000000000000000000000000000000000004a": { + "balance": "1" + }, + "0x000000000000000000000000000000000000004b": { + "balance": "1" + }, + "0x000000000000000000000000000000000000004c": { + "balance": "1" + }, + "0x000000000000000000000000000000000000004d": { + "balance": "1" + }, + "0x000000000000000000000000000000000000004e": { + "balance": "1" + }, + "0x000000000000000000000000000000000000004f": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000050": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000051": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000052": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000053": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000054": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000055": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000056": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000057": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000058": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000059": { + "balance": "1" + }, + "0x000000000000000000000000000000000000005a": { + "balance": "1" + }, + "0x000000000000000000000000000000000000005b": { + "balance": "1" + }, + "0x000000000000000000000000000000000000005c": { + "balance": "1" + }, + "0x000000000000000000000000000000000000005d": { + "balance": "1" + }, + "0x000000000000000000000000000000000000005e": { + "balance": "1" + }, + "0x000000000000000000000000000000000000005f": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000060": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000061": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000062": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000063": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000064": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000065": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000066": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000067": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000068": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000069": { + "balance": "1" + }, + "0x000000000000000000000000000000000000006a": { + "balance": "1" + }, + "0x000000000000000000000000000000000000006b": { + "balance": "1" + }, + "0x000000000000000000000000000000000000006c": { + "balance": "1" + }, + "0x000000000000000000000000000000000000006d": { + "balance": "1" + }, + "0x000000000000000000000000000000000000006e": { + "balance": "1" + }, + "0x000000000000000000000000000000000000006f": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000070": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000071": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000072": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000073": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000074": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000075": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000076": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000077": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000078": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000079": { + "balance": "1" + }, + "0x000000000000000000000000000000000000007a": { + "balance": "1" + }, + "0x000000000000000000000000000000000000007b": { + "balance": "1" + }, + "0x000000000000000000000000000000000000007c": { + "balance": "1" + }, + "0x000000000000000000000000000000000000007d": { + "balance": "1" + }, + "0x000000000000000000000000000000000000007e": { + "balance": "1" + }, + "0x000000000000000000000000000000000000007f": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000080": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000081": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000082": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000083": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000084": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000085": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000086": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000087": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000088": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000089": { + "balance": "1" + }, + "0x000000000000000000000000000000000000008a": { + "balance": "1" + }, + "0x000000000000000000000000000000000000008b": { + "balance": "1" + }, + "0x000000000000000000000000000000000000008c": { + "balance": "1" + }, + "0x000000000000000000000000000000000000008d": { + "balance": "1" + }, + "0x000000000000000000000000000000000000008e": { + "balance": "1" + }, + "0x000000000000000000000000000000000000008f": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000090": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000091": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000092": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000093": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000094": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000095": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000096": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000097": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000098": { + "balance": "1" + }, + "0x0000000000000000000000000000000000000099": { + "balance": "1" + }, + "0x000000000000000000000000000000000000009a": { + "balance": "1" + }, + "0x000000000000000000000000000000000000009b": { + "balance": "1" + }, + "0x000000000000000000000000000000000000009c": { + "balance": "1" + }, + "0x000000000000000000000000000000000000009d": { + "balance": "1" + }, + "0x000000000000000000000000000000000000009e": { + "balance": "1" + }, + "0x000000000000000000000000000000000000009f": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000a0": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000a1": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000a2": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000a3": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000a4": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000a5": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000a6": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000a7": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000a8": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000a9": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000aa": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ab": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ac": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ad": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ae": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000af": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000b0": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000b1": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000b2": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000b3": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000b4": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000b5": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000b6": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000b7": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000b8": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000b9": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ba": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000bb": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000bc": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000bd": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000be": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000bf": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000c0": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000c1": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000c2": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000c3": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000c4": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000c5": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000c6": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000c7": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000c8": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000c9": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ca": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000cb": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000cc": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000cd": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ce": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000cf": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000d0": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000d1": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000d2": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000d3": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000d4": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000d5": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000d6": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000d7": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000d8": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000d9": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000da": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000db": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000dc": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000dd": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000de": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000df": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000e0": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000e1": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000e2": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000e3": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000e4": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000e5": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000e6": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000e7": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000e8": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000e9": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ea": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000eb": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ec": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ed": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ee": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ef": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000f0": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000f1": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000f2": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000f3": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000f4": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000f5": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000f6": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000f7": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000f8": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000f9": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000fa": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000fb": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000fc": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000fd": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000fe": { + "balance": "1" + }, + "0x00000000000000000000000000000000000000ff": { + "balance": "1" + }, + "0x00000000219ab540356cBB839Cbe05303d7705Fa": { + "balance": "0", + "code": "0x60806040526004361061003f5760003560e01c806301ffc9a71461004457806322895118146100a4578063621fd130146101ba578063c5f2892f14610244575b600080fd5b34801561005057600080fd5b506100906004803603602081101561006757600080fd5b50357fffffffff000000000000000000000000000000000000000000000000000000001661026b565b604080519115158252519081900360200190f35b6101b8600480360360808110156100ba57600080fd5b8101906020810181356401000000008111156100d557600080fd5b8201836020820111156100e757600080fd5b8035906020019184600183028401116401000000008311171561010957600080fd5b91939092909160208101903564010000000081111561012757600080fd5b82018360208201111561013957600080fd5b8035906020019184600183028401116401000000008311171561015b57600080fd5b91939092909160208101903564010000000081111561017957600080fd5b82018360208201111561018b57600080fd5b803590602001918460018302840111640100000000831117156101ad57600080fd5b919350915035610304565b005b3480156101c657600080fd5b506101cf6110b5565b6040805160208082528351818301528351919283929083019185019080838360005b838110156102095781810151838201526020016101f1565b50505050905090810190601f1680156102365780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561025057600080fd5b506102596110c7565b60408051918252519081900360200190f35b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a70000000000000000000000000000000000000000000000000000000014806102fe57507fffffffff0000000000000000000000000000000000000000000000000000000082167f8564090700000000000000000000000000000000000000000000000000000000145b92915050565b6030861461035d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260268152602001806118056026913960400191505060405180910390fd5b602084146103b6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252603681526020018061179c6036913960400191505060405180910390fd5b6060821461040f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260298152602001806118786029913960400191505060405180910390fd5b670de0b6b3a7640000341015610470576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260268152602001806118526026913960400191505060405180910390fd5b633b9aca003406156104cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260338152602001806117d26033913960400191505060405180910390fd5b633b9aca00340467ffffffffffffffff811115610535576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602781526020018061182b6027913960400191505060405180910390fd5b6060610540826114ba565b90507f649bbc62d0e31342afea4e5cd82d4049e7e1ee912fc0889aa790803be39038c589898989858a8a6105756020546114ba565b6040805160a0808252810189905290819060208201908201606083016080840160c085018e8e80828437600083820152601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01690910187810386528c815260200190508c8c808284376000838201819052601f9091017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01690920188810386528c5181528c51602091820193918e019250908190849084905b83811015610648578181015183820152602001610630565b50505050905090810190601f1680156106755780820380516001836020036101000a031916815260200191505b5086810383528881526020018989808284376000838201819052601f9091017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169092018881038452895181528951602091820193918b019250908190849084905b838110156106ef5781810151838201526020016106d7565b50505050905090810190601f16801561071c5780820380516001836020036101000a031916815260200191505b509d505050505050505050505050505060405180910390a1600060028a8a600060801b604051602001808484808284377fffffffffffffffffffffffffffffffff0000000000000000000000000000000090941691909301908152604080517ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0818403018152601090920190819052815191955093508392506020850191508083835b602083106107fc57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe090920191602091820191016107bf565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa158015610859573d6000803e3d6000fd5b5050506040513d602081101561086e57600080fd5b5051905060006002806108846040848a8c6116fe565b6040516020018083838082843780830192505050925050506040516020818303038152906040526040518082805190602001908083835b602083106108f857805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe090920191602091820191016108bb565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa158015610955573d6000803e3d6000fd5b5050506040513d602081101561096a57600080fd5b5051600261097b896040818d6116fe565b60405160009060200180848480828437919091019283525050604080518083038152602092830191829052805190945090925082918401908083835b602083106109f457805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe090920191602091820191016109b7565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa158015610a51573d6000803e3d6000fd5b5050506040513d6020811015610a6657600080fd5b5051604080516020818101949094528082019290925280518083038201815260609092019081905281519192909182918401908083835b60208310610ada57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101610a9d565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa158015610b37573d6000803e3d6000fd5b5050506040513d6020811015610b4c57600080fd5b50516040805160208101858152929350600092600292839287928f928f92018383808284378083019250505093505050506040516020818303038152906040526040518082805190602001908083835b60208310610bd957805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101610b9c565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa158015610c36573d6000803e3d6000fd5b5050506040513d6020811015610c4b57600080fd5b50516040518651600291889160009188916020918201918291908601908083835b60208310610ca957805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101610c6c565b6001836020036101000a0380198251168184511680821785525050505050509050018367ffffffffffffffff191667ffffffffffffffff1916815260180182815260200193505050506040516020818303038152906040526040518082805190602001908083835b60208310610d4e57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101610d11565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa158015610dab573d6000803e3d6000fd5b5050506040513d6020811015610dc057600080fd5b5051604080516020818101949094528082019290925280518083038201815260609092019081905281519192909182918401908083835b60208310610e3457805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101610df7565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa158015610e91573d6000803e3d6000fd5b5050506040513d6020811015610ea657600080fd5b50519050858114610f02576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260548152602001806117486054913960600191505060405180910390fd5b60205463ffffffff11610f60576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806117276021913960400191505060405180910390fd5b602080546001019081905560005b60208110156110a9578160011660011415610fa0578260008260208110610f9157fe5b0155506110ac95505050505050565b600260008260208110610faf57fe5b01548460405160200180838152602001828152602001925050506040516020818303038152906040526040518082805190602001908083835b6020831061102557805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101610fe8565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa158015611082573d6000803e3d6000fd5b5050506040513d602081101561109757600080fd5b50519250600282049150600101610f6e565b50fe5b50505050505050565b60606110c26020546114ba565b905090565b6020546000908190815b60208110156112f05781600116600114156111e6576002600082602081106110f557fe5b01548460405160200180838152602001828152602001925050506040516020818303038152906040526040518082805190602001908083835b6020831061116b57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0909201916020918201910161112e565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa1580156111c8573d6000803e3d6000fd5b5050506040513d60208110156111dd57600080fd5b505192506112e2565b600283602183602081106111f657fe5b015460405160200180838152602001828152602001925050506040516020818303038152906040526040518082805190602001908083835b6020831061126b57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0909201916020918201910161122e565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa1580156112c8573d6000803e3d6000fd5b5050506040513d60208110156112dd57600080fd5b505192505b6002820491506001016110d1565b506002826112ff6020546114ba565b600060401b6040516020018084815260200183805190602001908083835b6020831061135a57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0909201916020918201910161131d565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790527fffffffffffffffffffffffffffffffffffffffffffffffff000000000000000095909516920191825250604080518083037ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8018152601890920190819052815191955093508392850191508083835b6020831061143f57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101611402565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01801990921691161790526040519190930194509192505080830381855afa15801561149c573d6000803e3d6000fd5b5050506040513d60208110156114b157600080fd5b50519250505090565b60408051600880825281830190925260609160208201818036833701905050905060c082901b8060071a60f81b826000815181106114f457fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053508060061a60f81b8260018151811061153757fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053508060051a60f81b8260028151811061157a57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053508060041a60f81b826003815181106115bd57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053508060031a60f81b8260048151811061160057fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053508060021a60f81b8260058151811061164357fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053508060011a60f81b8260068151811061168657fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053508060001a60f81b826007815181106116c957fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535050919050565b6000808585111561170d578182fd5b83861115611719578182fd5b505082019391909203915056fe4465706f736974436f6e74726163743a206d65726b6c6520747265652066756c6c4465706f736974436f6e74726163743a207265636f6e7374727563746564204465706f7369744461746120646f6573206e6f74206d6174636820737570706c696564206465706f7369745f646174615f726f6f744465706f736974436f6e74726163743a20696e76616c6964207769746864726177616c5f63726564656e7469616c73206c656e6774684465706f736974436f6e74726163743a206465706f7369742076616c7565206e6f74206d756c7469706c65206f6620677765694465706f736974436f6e74726163743a20696e76616c6964207075626b6579206c656e6774684465706f736974436f6e74726163743a206465706f7369742076616c756520746f6f20686967684465706f736974436f6e74726163743a206465706f7369742076616c756520746f6f206c6f774465706f736974436f6e74726163743a20696e76616c6964207369676e6174757265206c656e677468a2646970667358221220dceca8706b29e917dacf25fceef95acac8d90d765ac926663ce4096195952b6164736f6c634300060b0033", + "storage": { + "0x0000000000000000000000000000000000000000000000000000000000000022": "0xf5a5fd42d16a20302798ef6ed309979b43003d2320d9f0e8ea9831a92759fb4b", + "0x0000000000000000000000000000000000000000000000000000000000000023": "0xdb56114e00fdd4c1f85c892bf35ac9a89289aaecb1ebd0a96cde606a748b5d71", + "0x0000000000000000000000000000000000000000000000000000000000000024": "0xc78009fdf07fc56a11f122370658a353aaa542ed63e44c4bc15ff4cd105ab33c", + "0x0000000000000000000000000000000000000000000000000000000000000025": "0x536d98837f2dd165a55d5eeae91485954472d56f246df256bf3cae19352a123c", + "0x0000000000000000000000000000000000000000000000000000000000000026": "0x9efde052aa15429fae05bad4d0b1d7c64da64d03d7a1854a588c2cb8430c0d30", + "0x0000000000000000000000000000000000000000000000000000000000000027": "0xd88ddfeed400a8755596b21942c1497e114c302e6118290f91e6772976041fa1", + "0x0000000000000000000000000000000000000000000000000000000000000028": "0x87eb0ddba57e35f6d286673802a4af5975e22506c7cf4c64bb6be5ee11527f2c", + "0x0000000000000000000000000000000000000000000000000000000000000029": "0x26846476fd5fc54a5d43385167c95144f2643f533cc85bb9d16b782f8d7db193", + "0x000000000000000000000000000000000000000000000000000000000000002a": "0x506d86582d252405b840018792cad2bf1259f1ef5aa5f887e13cb2f0094f51e1", + "0x000000000000000000000000000000000000000000000000000000000000002b": "0xffff0ad7e659772f9534c195c815efc4014ef1e1daed4404c06385d11192e92b", + "0x000000000000000000000000000000000000000000000000000000000000002c": "0x6cf04127db05441cd833107a52be852868890e4317e6a02ab47683aa75964220", + "0x000000000000000000000000000000000000000000000000000000000000002d": "0xb7d05f875f140027ef5118a2247bbb84ce8f2f0f1123623085daf7960c329f5f", + "0x000000000000000000000000000000000000000000000000000000000000002e": "0xdf6af5f5bbdb6be9ef8aa618e4bf8073960867171e29676f8b284dea6a08a85e", + "0x000000000000000000000000000000000000000000000000000000000000002f": "0xb58d900f5e182e3c50ef74969ea16c7726c549757cc23523c369587da7293784", + "0x0000000000000000000000000000000000000000000000000000000000000030": "0xd49a7502ffcfb0340b1d7885688500ca308161a7f96b62df9d083b71fcc8f2bb", + "0x0000000000000000000000000000000000000000000000000000000000000031": "0x8fe6b1689256c0d385f42f5bbe2027a22c1996e110ba97c171d3e5948de92beb", + "0x0000000000000000000000000000000000000000000000000000000000000032": "0x8d0d63c39ebade8509e0ae3c9c3876fb5fa112be18f905ecacfecb92057603ab", + "0x0000000000000000000000000000000000000000000000000000000000000033": "0x95eec8b2e541cad4e91de38385f2e046619f54496c2382cb6cacd5b98c26f5a4", + "0x0000000000000000000000000000000000000000000000000000000000000034": "0xf893e908917775b62bff23294dbbe3a1cd8e6cc1c35b4801887b646a6f81f17f", + "0x0000000000000000000000000000000000000000000000000000000000000035": "0xcddba7b592e3133393c16194fac7431abf2f5485ed711db282183c819e08ebaa", + "0x0000000000000000000000000000000000000000000000000000000000000036": "0x8a8d7fe3af8caa085a7639a832001457dfb9128a8061142ad0335629ff23ff9c", + "0x0000000000000000000000000000000000000000000000000000000000000037": "0xfeb3c337d7a51a6fbf00b9e34c52e1c9195c969bd4e7a0bfd51d5c5bed9c1167", + "0x0000000000000000000000000000000000000000000000000000000000000038": "0xe71f0aa83cc32edfbefa9f4d3e0174ca85182eec9f3a09f6a6c0df6377a510d7", + "0x0000000000000000000000000000000000000000000000000000000000000039": "0x31206fa80a50bb6abe29085058f16212212a60eec8f049fecb92d8c8e0a84bc0", + "0x000000000000000000000000000000000000000000000000000000000000003a": "0x21352bfecbeddde993839f614c3dac0a3ee37543f9b412b16199dc158e23b544", + "0x000000000000000000000000000000000000000000000000000000000000003b": "0x619e312724bb6d7c3153ed9de791d764a366b389af13c58bf8a8d90481a46765", + "0x000000000000000000000000000000000000000000000000000000000000003c": "0x7cdd2986268250628d0c10e385c58c6191e6fbe05191bcc04f133f2cea72c1c4", + "0x000000000000000000000000000000000000000000000000000000000000003d": "0x848930bd7ba8cac54661072113fb278869e07bb8587f91392933374d017bcbe1", + "0x000000000000000000000000000000000000000000000000000000000000003e": "0x8869ff2c22b28cc10510d9853292803328be4fb0e80495e8bb8d271f5b889636", + "0x000000000000000000000000000000000000000000000000000000000000003f": "0xb5fe28e79f1b850f8658246ce9b6a1e7b49fc06db7143e8fe0b4f2b0c5523a5c", + "0x0000000000000000000000000000000000000000000000000000000000000040": "0x985e929f70af28d0bdd1a90a808f977f597c7c778c489e98d3bd8910d31ac0f7" + } + }, + "0x000F3df6D732807Ef1319fB7B8bB8522d0Beac02": { + "balance": "0", + "nonce": "1", + "code": "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500" + }, + "0x0000F90827F1C53a10cb7A02335B175320002935": { + "balance": "0", + "nonce": "1", + "code": "0x3373fffffffffffffffffffffffffffffffffffffffe14604657602036036042575f35600143038111604257611fff81430311604257611fff9006545f5260205ff35b5f5ffd5b5f35611fff60014303065500" + }, + "0x00000961Ef480Eb55e80D19ad83579A64c007002": { + "balance": "0", + "nonce": "1", + "code": "0x3373fffffffffffffffffffffffffffffffffffffffe1460cb5760115f54807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff146101f457600182026001905f5b5f82111560685781019083028483029004916001019190604d565b909390049250505036603814608857366101f457346101f4575f5260205ff35b34106101f457600154600101600155600354806003026004013381556001015f35815560010160203590553360601b5f5260385f601437604c5fa0600101600355005b6003546002548082038060101160df575060105b5f5b8181146101835782810160030260040181604c02815460601b8152601401816001015481526020019060020154807fffffffffffffffffffffffffffffffff00000000000000000000000000000000168252906010019060401c908160381c81600701538160301c81600601538160281c81600501538160201c81600401538160181c81600301538160101c81600201538160081c81600101535360010160e1565b910180921461019557906002556101a0565b90505f6002555f6003555b5f54807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff14156101cd57505f5b6001546002828201116101e25750505f6101e8565b01600290035b5f555f600155604c025ff35b5f5ffd", + "storage": { + "0x0000000000000000000000000000000000000000000000000000000000000000": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + } + }, + "0x0000BBdDc7CE488642fb579F8B00f3a590007251": { + "balance": "0", + "nonce": "1", + "code": "0x3373fffffffffffffffffffffffffffffffffffffffe1460d35760115f54807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1461019a57600182026001905f5b5f82111560685781019083028483029004916001019190604d565b9093900492505050366060146088573661019a573461019a575f5260205ff35b341061019a57600154600101600155600354806004026004013381556001015f358155600101602035815560010160403590553360601b5f5260605f60143760745fa0600101600355005b6003546002548082038060021160e7575060025b5f5b8181146101295782810160040260040181607402815460601b815260140181600101548152602001816002015481526020019060030154905260010160e9565b910180921461013b5790600255610146565b90505f6002555f6003555b5f54807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff141561017357505f5b6001546001828201116101885750505f61018e565b01600190035b5f555f6001556074025ff35b5f5ffd", + "storage": { + "0x0000000000000000000000000000000000000000000000000000000000000000": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + } + }, + "0x454b0EA7d8aD3C56D0CF2e44Ed97b2Feab4D7AF2": { + "balance": "1000000000000000000000000000" + }, + "0xd3248BA3E5492D767F8e427Cb9C7B9D5C3972D7B": { + "balance": "1000000000000000000000000000" + }, + "0xAD01b55d7c3448B8899862eb335FBb17075d8DE2": { + "balance": "1000000000000000000000000000" + }, + "0x7e454a14B8e7528465eeF86f0DC1da4f235d9D79": { + "balance": "1000000000000000000000000000" + }, + "0x7a40026A3b9A41754a95EeC8c92C6B99886f440C": { + "balance": "1000000000000000000000000000" + }, + "0x8c4D8CDD1f474510Dd70D66F2785a3a38a29AC1A": { + "balance": "1000000000000000000000000000" + }, + "0xfC7360b3b28cf4204268A8354dbEc60720d155D2": { + "balance": "1000000000000000000000000000" + }, + "0x2F7626bBDb8c0f9071bC98046Ef6fDed2167F97F": { + "balance": "1000000000000000000000000000" + }, + "0x752CE31Dec0dde7D1563CdF6438d892De2D4FBee": { + "balance": "1000000000000000000000000000" + }, + "0x455f42d91096c4Aa708D7Cbcb2DC499dE89C402c": { + "balance": "1000000000000000000000000000" + }, + "0x85154341488732D57a97F54AB9706Bc4B71B8636": { + "balance": "1000000000000000000000000000" + }, + "0x6a9CcA73d4Ff3a249fa778C7651f4Df8B9fFa0Df": { + "balance": "1000000000000000000000000000" + }, + "0xee2d0567AAe8080CA269b7908F4aF8BBb59A6804": { + "balance": "1000000000000000000000000000" + }, + "0xDd8D4027078a471816e4Ef7F69aFc0A5d2947dDc": { + "balance": "1000000000000000000000000000" + }, + "0x20466E9A67f299F6056bE52A50ea324FA6Bd05D5": { + "balance": "1000000000000000000000000000" + }, + "0x03F24BB0C9cfb30217Ff992A36ae9230F2A1697f": { + "balance": "1000000000000000000000000000" + }, + "0x032d8372C519c3927b87BDe4479E846a81EF2d10": { + "balance": "1000000000000000000000000000" + }, + "0xF863DF14954df73804b3150F3754a8F98CBB1D0d": { + "balance": "1000000000000000000000000000" + }, + "0xbe918A6aef1920F3706E23d153146aA6C5982620": { + "balance": "1000000000000000000000000000" + }, + "0xA0c7edA3CE474BC670A11EA9537cBEfd36331123": { + "balance": "1000000000000000000000000000" + }, + "0xF03b43BeB861044492Eb43E247bEE2AC6C80c651": { + "balance": "1000000000000000000000000000" + }, + "0x9a97ee9d32a0d68406e32b34c92afb81ce2bc467": { + "balance": "100000000000000000000000" + }, + "0x107781Bc6FA8f66B843f4216fd6D5862D3aa4fcd": { + "balance": "100000000000000000000000" + } + }, + "coinbase": "0x0000000000000000000000000000000000000000", + "difficulty": "0x0", + "extraData": "", + "gasLimit": "0x3938700", + "nonce": "0x1234", + "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "timestamp": "1775658600" +}