diff --git a/Cargo.lock b/Cargo.lock index 5a97389c00..6b0d70836c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy-block-access-list" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "alloy-consensus" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-block-access-list", "alloy-eips", @@ -143,13 +143,13 @@ dependencies = [ "secp256k1 0.30.0", "serde", "serde_with", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] name = "alloy-consensus-any" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-consensus", "alloy-eips", @@ -163,7 +163,7 @@ dependencies = [ [[package]] name = "alloy-contract" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -178,14 +178,14 @@ dependencies = [ "futures", "futures-util", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] name = "alloy-dyn-abi" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9e8a436f0aad7df8bb47f144095fba61202265d9f5f09a70b0e3227881a668e" +checksum = "a3f56873f3cac7a2c63d8e98a4314b8311aa96adb1a0f82ae923eb2119809d2c" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -210,7 +210,7 @@ dependencies = [ "crc", "rand 0.8.5", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -239,13 +239,13 @@ dependencies = [ "rand 0.8.5", "serde", "serde_with", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] name = "alloy-eips" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "alloy-evm" version = "0.17.0" -source = "git+https://github.com/Rimeeeeee/evm?branch=build-bal#46ce792994ae0d10a808c45c8dff5e303e02de51" +source = "git+https://github.com/Rimeeeeee/evm?branch=build-bal#707d14286dcdb7f5ee26547719abde3e0091cfe9" dependencies = [ "alloy-block-access-list", "alloy-consensus", @@ -281,13 +281,13 @@ dependencies = [ "op-alloy-consensus", "op-revm", "revm 28.0.1", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] name = "alloy-genesis" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-eips", "alloy-primitives", @@ -313,9 +313,9 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "459f98c6843f208856f338bfb25e65325467f7aff35dfeb0484d0a76e059134b" +checksum = "125a1c373261b252e53e04d6e92c37d881833afc1315fceab53fd46045695640" dependencies = [ "alloy-primitives", "alloy-sol-type-parser", @@ -326,21 +326,21 @@ dependencies = [ [[package]] name = "alloy-json-rpc" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-primitives", "alloy-sol-types", "http", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", ] [[package]] name = "alloy-network" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -359,13 +359,13 @@ dependencies = [ "futures-utils-wasm", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] name = "alloy-network-primitives" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-consensus", "alloy-eips", @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "alloy-op-evm" version = "0.17.0" -source = "git+https://github.com/Rimeeeeee/evm?branch=build-bal#46ce792994ae0d10a808c45c8dff5e303e02de51" +source = "git+https://github.com/Rimeeeeee/evm?branch=build-bal#707d14286dcdb7f5ee26547719abde3e0091cfe9" dependencies = [ "alloy-consensus", "alloy-eips", @@ -404,16 +404,15 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cfebde8c581a5d37b678d0a48a32decb51efd7a63a08ce2517ddec26db705c8" +checksum = "bc9485c56de23438127a731a6b4c87803d49faf1a7068dcd1d8768aca3a9edb9" dependencies = [ "alloy-rlp", "arbitrary", "bytes", "cfg-if", "const-hex", - "derive_arbitrary", "derive_more", "foldhash", "getrandom 0.3.3", @@ -436,7 +435,7 @@ dependencies = [ [[package]] name = "alloy-provider" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-chains", "alloy-consensus", @@ -471,7 +470,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", "url", @@ -481,7 +480,7 @@ dependencies = [ [[package]] name = "alloy-pubsub" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -524,7 +523,7 @@ dependencies = [ [[package]] name = "alloy-rpc-client" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -549,7 +548,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -561,7 +560,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-admin" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -572,7 +571,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -583,7 +582,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-consensus-any", "alloy-rpc-types-eth", @@ -593,7 +592,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-beacon" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-eips", "alloy-primitives", @@ -602,7 +601,7 @@ dependencies = [ "ethereum_ssz_derive", "serde", "serde_with", - "thiserror 2.0.14", + "thiserror 2.0.15", "tree_hash", "tree_hash_derive", ] @@ -610,7 +609,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-debug" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-primitives", "derive_more", @@ -620,7 +619,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-consensus", "alloy-eips", @@ -640,7 +639,7 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-block-access-list", "alloy-consensus", @@ -656,13 +655,13 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] name = "alloy-rpc-types-mev" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-consensus", "alloy-eips", @@ -676,20 +675,20 @@ dependencies = [ [[package]] name = "alloy-rpc-types-trace" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", "alloy-serde", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] name = "alloy-rpc-types-txpool" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -700,7 +699,7 @@ dependencies = [ [[package]] name = "alloy-serde" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-primitives", "arbitrary", @@ -711,7 +710,7 @@ dependencies = [ [[package]] name = "alloy-signer" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-primitives", "async-trait", @@ -719,13 +718,13 @@ dependencies = [ "either", "elliptic-curve", "k256", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] name = "alloy-signer-local" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-consensus", "alloy-network", @@ -736,14 +735,14 @@ dependencies = [ "coins-bip39", "k256", "rand 0.8.5", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] name = "alloy-sol-macro" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aedac07a10d4c2027817a43cc1f038313fc53c7ac866f7363239971fd01f9f18" +checksum = "d20d867dcf42019d4779519a1ceb55eba8d7f3d0e4f0a89bcba82b8f9eb01e48" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", @@ -755,9 +754,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro-expander" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24f9a598f010f048d8b8226492b6401104f5a5c1273c2869b72af29b48bb4ba9" +checksum = "b74e91b0b553c115d14bd0ed41898309356dc85d0e3d4b9014c4e7715e48c8ad" dependencies = [ "alloy-sol-macro-input", "const-hex", @@ -773,9 +772,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro-input" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f494adf9d60e49aa6ce26dfd42c7417aa6d4343cf2ae621f20e4d92a5ad07d85" +checksum = "84194d31220803f5f62d0a00f583fd3a062b36382e2bea446f1af96727754565" dependencies = [ "const-hex", "dunce", @@ -789,9 +788,9 @@ dependencies = [ [[package]] name = "alloy-sol-type-parser" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52db32fbd35a9c0c0e538b58b81ebbae08a51be029e7ad60e08b60481c2ec6c3" +checksum = "fe8c27b3cf6b2bb8361904732f955bc7c05e00be5f469cec7e2280b6167f3ff0" dependencies = [ "serde", "winnow", @@ -799,9 +798,9 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a285b46e3e0c177887028278f04cc8262b76fd3b8e0e20e93cea0a58c35f5ac5" +checksum = "f5383d34ea00079e6dd89c652bcbdb764db160cef84e6250926961a0b2295d04" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -812,7 +811,7 @@ dependencies = [ [[package]] name = "alloy-transport" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -824,7 +823,7 @@ dependencies = [ "parking_lot", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tower", "tracing", @@ -835,7 +834,7 @@ dependencies = [ [[package]] name = "alloy-transport-http" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -849,7 +848,7 @@ dependencies = [ [[package]] name = "alloy-transport-ipc" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-json-rpc", "alloy-pubsub", @@ -868,7 +867,7 @@ dependencies = [ [[package]] name = "alloy-transport-ws" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-pubsub", "alloy-transport", @@ -905,7 +904,7 @@ dependencies = [ [[package]] name = "alloy-tx-macros" version = "1.0.23" -source = "git+https://github.com/Soubhik-10/alloy?branch=bal#f7649c96a6d5f654ecad039fa40e7e07e3d790b2" +source = "git+https://github.com/Soubhik-10/alloy?branch=bal#97f49dbe60d0073775290395c882b20e4181af25" dependencies = [ "alloy-primitives", "darling 0.20.11", @@ -1743,7 +1742,7 @@ dependencies = [ "static_assertions", "tap", "thin-vec", - "thiserror 2.0.14", + "thiserror 2.0.15", "time", ] @@ -1988,7 +1987,7 @@ dependencies = [ "semver 1.0.26", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -3081,7 +3080,7 @@ dependencies = [ "revm 28.0.1", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", "walkdir", ] @@ -3270,7 +3269,7 @@ dependencies = [ "reth-ethereum", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -3314,7 +3313,7 @@ dependencies = [ "secp256k1 0.30.0", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tracing", @@ -3361,7 +3360,7 @@ dependencies = [ "reth-tracing", "reth-trie-db", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", ] @@ -3431,7 +3430,7 @@ dependencies = [ "revm-primitives", "serde", "test-fuzz", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -4239,7 +4238,7 @@ dependencies = [ "rand 0.9.2", "ring", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tinyvec", "tokio", "tracing", @@ -4263,7 +4262,7 @@ dependencies = [ "resolv-conf", "serde", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -4382,13 +4381,14 @@ dependencies = [ [[package]] name = "hyper" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" +checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", + "futures-core", "h2", "http", "http-body", @@ -4396,6 +4396,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", @@ -5031,7 +5032,7 @@ dependencies = [ "rustls-pki-types", "rustls-platform-verifier", "soketto", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-rustls", "tokio-util", @@ -5059,7 +5060,7 @@ dependencies = [ "rustc-hash 2.1.1", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tower", @@ -5084,7 +5085,7 @@ dependencies = [ "rustls-platform-verifier", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tower", "url", @@ -5122,7 +5123,7 @@ dependencies = [ "serde", "serde_json", "soketto", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tokio-util", @@ -5139,7 +5140,7 @@ dependencies = [ "http", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -5291,7 +5292,7 @@ dependencies = [ "multihash", "quick-protobuf", "sha2 0.10.9", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", "zeroize", ] @@ -5633,7 +5634,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -6021,7 +6022,7 @@ dependencies = [ "derive_more", "serde", "serde_with", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -6073,7 +6074,7 @@ dependencies = [ "op-alloy-consensus", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -6095,7 +6096,7 @@ dependencies = [ "op-alloy-consensus", "serde", "snap", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -6119,7 +6120,7 @@ dependencies = [ [[package]] name = "op-revm" version = "9.0.1" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "auto_impl", "revm 28.0.1", @@ -6148,7 +6149,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", ] @@ -6180,7 +6181,7 @@ dependencies = [ "opentelemetry_sdk", "prost", "reqwest", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", ] @@ -6216,7 +6217,7 @@ dependencies = [ "percent-encoding", "rand 0.9.2", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", ] @@ -6361,7 +6362,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ "memchr", - "thiserror 2.0.14", + "thiserror 2.0.15", "ucd-trie", ] @@ -6624,9 +6625,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.97" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1" +checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" dependencies = [ "unicode-ident", ] @@ -6775,7 +6776,7 @@ dependencies = [ "rustc-hash 2.1.1", "rustls", "socket2 0.5.10", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", "web-time", @@ -6796,7 +6797,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.14", + "thiserror 2.0.15", "tinyvec", "tracing", "web-time", @@ -7042,7 +7043,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -7277,7 +7278,7 @@ dependencies = [ "reth-tracing", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tower", "tracing", @@ -7476,7 +7477,7 @@ dependencies = [ "secp256k1 0.30.0", "serde", "snmalloc-rs", - "thiserror 2.0.14", + "thiserror 2.0.15", "tikv-jemallocator", "tracy-client", ] @@ -7542,7 +7543,7 @@ dependencies = [ "auto_impl", "reth-execution-types", "reth-primitives-traits", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -7613,7 +7614,7 @@ dependencies = [ "strum 0.27.2", "sysinfo", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -7672,7 +7673,7 @@ dependencies = [ "reth-trie-db", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", ] @@ -7714,7 +7715,7 @@ dependencies = [ "schnellru", "secp256k1 0.30.0", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tracing", @@ -7740,7 +7741,7 @@ dependencies = [ "reth-network-peers", "reth-tracing", "secp256k1 0.30.0", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -7767,7 +7768,7 @@ dependencies = [ "secp256k1 0.30.0", "serde", "serde_with", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tracing", @@ -7805,7 +7806,7 @@ dependencies = [ "reth-testing-utils", "reth-tracing", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tokio-util", @@ -7896,7 +7897,7 @@ dependencies = [ "secp256k1 0.30.0", "sha2 0.10.9", "sha3", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tokio-util", @@ -7947,7 +7948,7 @@ dependencies = [ "reth-primitives-traits", "reth-trie-common", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", ] @@ -7976,7 +7977,7 @@ dependencies = [ "reth-prune", "reth-stages-api", "reth-tasks", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", ] @@ -8045,7 +8046,7 @@ dependencies = [ "revm-state", "schnellru", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -8095,7 +8096,7 @@ dependencies = [ "snap", "tempfile", "test-case", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", ] @@ -8152,7 +8153,7 @@ dependencies = [ "reth-consensus", "reth-execution-errors", "reth-storage-errors", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -8186,7 +8187,7 @@ dependencies = [ "serde", "snap", "test-fuzz", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tokio-util", @@ -8215,7 +8216,7 @@ dependencies = [ "reth-ethereum-primitives", "reth-primitives-traits", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -8310,7 +8311,7 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.9", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -8444,7 +8445,7 @@ dependencies = [ "alloy-rlp", "nybbles", "reth-storage-errors", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -8505,7 +8506,7 @@ dependencies = [ "rmp-serde", "secp256k1 0.30.0", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-util", "tracing", @@ -8539,7 +8540,7 @@ dependencies = [ "reth-transaction-pool", "reth-trie-db", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", ] @@ -8566,7 +8567,7 @@ version = "1.6.0" dependencies = [ "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -8610,7 +8611,7 @@ dependencies = [ "reth-tracing", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tokio-util", @@ -8633,7 +8634,7 @@ dependencies = [ "reth-mdbx-sys", "smallvec", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", ] @@ -8672,7 +8673,7 @@ dependencies = [ "reqwest", "reth-tracing", "serde_with", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -8730,7 +8731,7 @@ dependencies = [ "serde", "smallvec", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tokio-util", @@ -8757,7 +8758,7 @@ dependencies = [ "reth-network-types", "reth-tokio-util", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", ] @@ -8796,7 +8797,7 @@ dependencies = [ "secp256k1 0.30.0", "serde_json", "serde_with", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "url", ] @@ -8827,7 +8828,7 @@ dependencies = [ "reth-fs-util", "serde", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", "zstd", ] @@ -8970,7 +8971,7 @@ dependencies = [ "serde", "shellexpand", "strum 0.27.2", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "toml", "tracing", @@ -9048,7 +9049,7 @@ dependencies = [ "reth-transaction-pool", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tokio-tungstenite", @@ -9177,7 +9178,7 @@ dependencies = [ "serde", "serde_json", "tar-no-std", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -9256,7 +9257,7 @@ dependencies = [ "reth-trie", "reth-trie-common", "revm 28.0.1", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", ] @@ -9286,7 +9287,7 @@ dependencies = [ "reth-rpc-eth-api", "reth-storage-errors", "revm 28.0.1", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -9394,7 +9395,7 @@ dependencies = [ "revm 28.0.1", "serde", "sha2 0.10.9", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", ] @@ -9476,7 +9477,7 @@ dependencies = [ "reth-transaction-pool", "revm 28.0.1", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tower", "tracing", @@ -9532,7 +9533,7 @@ dependencies = [ "reth-storage-api", "reth-transaction-pool", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -9583,7 +9584,7 @@ dependencies = [ "reth-errors", "reth-primitives-traits", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", ] @@ -9662,7 +9663,7 @@ dependencies = [ "serde_json", "serde_with", "test-fuzz", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -9741,7 +9742,7 @@ dependencies = [ "reth-tokio-util", "reth-tracing", "rustc-hash 2.1.1", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -9761,7 +9762,7 @@ dependencies = [ "serde", "serde_json", "test-fuzz", - "thiserror 2.0.14", + "thiserror 2.0.15", "toml", ] @@ -9903,7 +9904,7 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.9", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tower", @@ -10005,7 +10006,7 @@ dependencies = [ "reth-transaction-pool", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-util", "tower", @@ -10034,7 +10035,7 @@ dependencies = [ "reth-primitives-traits", "reth-storage-api", "revm-context 9.0.1", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -10088,7 +10089,7 @@ dependencies = [ "reth-testing-utils", "reth-transaction-pool", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -10174,7 +10175,7 @@ dependencies = [ "schnellru", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tracing", @@ -10268,7 +10269,7 @@ dependencies = [ "reth-trie-db", "serde", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -10296,7 +10297,7 @@ dependencies = [ "reth-static-file-types", "reth-testing-utils", "reth-tokio-util", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tracing", @@ -10341,7 +10342,7 @@ dependencies = [ "reth-trie-sparse", "serde", "serde_with", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -10415,7 +10416,7 @@ dependencies = [ "reth-prune-types", "reth-static-file-types", "revm-database-interface", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -10458,7 +10459,7 @@ dependencies = [ "pin-project", "rayon", "reth-metrics", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", "tracing-futures", @@ -10555,7 +10556,7 @@ dependencies = [ "serde_json", "smallvec", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tracing", @@ -10675,7 +10676,7 @@ dependencies = [ "reth-trie-common", "reth-trie-db", "reth-trie-sparse", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -10771,7 +10772,7 @@ dependencies = [ [[package]] name = "revm" version = "28.0.1" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "revm-bytecode", "revm-context 9.0.1", @@ -10789,7 +10790,7 @@ dependencies = [ [[package]] name = "revm-bytecode" version = "6.2.1" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "bitvec", "phf", @@ -10816,7 +10817,7 @@ dependencies = [ [[package]] name = "revm-context" version = "9.0.1" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "bitvec", "cfg-if", @@ -10848,7 +10849,7 @@ dependencies = [ [[package]] name = "revm-context-interface" version = "10.0.1" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -10863,7 +10864,7 @@ dependencies = [ [[package]] name = "revm-database" version = "7.0.4" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "alloy-eips", "revm-bytecode", @@ -10876,7 +10877,7 @@ dependencies = [ [[package]] name = "revm-database-interface" version = "7.0.4" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "auto_impl", "either", @@ -10907,7 +10908,7 @@ dependencies = [ [[package]] name = "revm-handler" version = "9.0.1" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "auto_impl", "derive-where", @@ -10943,7 +10944,7 @@ dependencies = [ [[package]] name = "revm-inspector" version = "9.1.0" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "auto_impl", "either", @@ -10974,7 +10975,7 @@ dependencies = [ "revm 27.1.0", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -10992,7 +10993,7 @@ dependencies = [ [[package]] name = "revm-interpreter" version = "25.0.1" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "revm-bytecode", "revm-context-interface 10.0.1", @@ -11029,7 +11030,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "26.0.1" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "ark-bls12-381", "ark-bn254", @@ -11054,7 +11055,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "20.2.1" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "alloy-primitives", "num_enum", @@ -11065,7 +11066,7 @@ dependencies = [ [[package]] name = "revm-state" version = "7.0.4" -source = "git+https://github.com/Soubhik-10/revm?branch=bal#2d7a42efbd8798b387138a5ddda498d69eae72a9" +source = "git+https://github.com/Soubhik-10/revm?branch=move-stuff#87bd39ccc67261b8418984cc5e69f765b42073b7" dependencies = [ "bitflags 2.9.2", "revm-bytecode", @@ -11877,7 +11878,7 @@ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.14", + "thiserror 2.0.15", "time", ] @@ -12092,9 +12093,9 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a985ff4ffd7373e10e0fb048110fb11a162e5a4c47f92ddb8787a6f766b769" +checksum = "a0b198d366dbec045acfcd97295eb653a7a2b40e4dc764ef1e79aafcad439d3c" dependencies = [ "paste", "proc-macro2", @@ -12284,11 +12285,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.14" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" +checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850" dependencies = [ - "thiserror-impl 2.0.14", + "thiserror-impl 2.0.15", ] [[package]] @@ -12304,9 +12305,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.14" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" +checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0" dependencies = [ "proc-macro2", "quote", @@ -12891,7 +12892,7 @@ dependencies = [ "rustls", "rustls-pki-types", "sha1", - "thiserror 2.0.14", + "thiserror 2.0.15", "utf-8", ] @@ -13956,7 +13957,7 @@ dependencies = [ "pharos", "rustc_version 0.4.1", "send_wrapper 0.6.0", - "thiserror 2.0.14", + "thiserror 2.0.15", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", diff --git a/Cargo.toml b/Cargo.toml index 12d7decc2c..dfb42b22ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -772,19 +772,19 @@ alloy-transport-ws = { git = "https://github.com/Soubhik-10/alloy", branch = "ba # op-alloy-rpc-jsonrpsee = { git = "https://github.com/alloy-rs/op-alloy", rev = "a79d6fc" } # # revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "1207e33" } -revm = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } +revm = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } alloy-evm = { git = "https://github.com/Rimeeeeee/evm", branch = "build-bal" } alloy-op-evm = { git = "https://github.com/Rimeeeeee/evm", branch = "build-bal" } -revm-bytecode = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } -revm-database = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } -revm-state = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } -revm-primitives = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } -revm-interpreter = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } -revm-inspector = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } -revm-context = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } -revm-context-interface = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } -revm-database-interface = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } -op-revm = { git = "https://github.com/Soubhik-10/revm", branch = "bal" } +revm-bytecode = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } +revm-database = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } +revm-state = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } +revm-primitives = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } +revm-interpreter = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } +revm-inspector = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } +revm-context = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } +revm-context-interface = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } +revm-database-interface = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } +op-revm = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" } # # jsonrpsee = { git = "https://github.com/paradigmxyz/jsonrpsee", branch = "matt/make-rpc-service-pub" } # jsonrpsee-core = { git = "https://github.com/paradigmxyz/jsonrpsee", branch = "matt/make-rpc-service-pub" }