22
33[workspace ]
44members = [
5- " bin/loom" , " bin/keys" , " bin/loom_anvil" , " bin/gasbench" ,
5+ " bin/loom" , " bin/keys" , " bin/loom_anvil" , " bin/gasbench" , " bin/nodebench " ,
66 " crates/defi-abi" , " crates/defi-actors" , " crates/defi-entities" , " crates/defi-events" , " crates/defi-pools" , " crates/multicaller" , " crates/topology" , " crates/types" , " crates/utils" , " crates/flashbots" , " crates/debug-provider" , " bin/gasbench" , " bin/nodebench" ]
7- default-members = [" bin/loom" , " bin/keys" , " bin/loom_anvil" , " bin/gasbench" ]
7+ default-members = [" bin/loom" , " bin/keys" , " bin/loom_anvil" , " bin/gasbench" , " bin/nodebench " ]
88resolver = " 2"
99
1010[workspace .package ]
@@ -59,6 +59,14 @@ thiserror = "^1.0.61"
5959colored = " 2.0.4"
6060
6161
62+
63+ # alloy = { git = "https://github.com/alloy-rs/alloy.git", package = "alloy", rev = "61921bc", default-features = false, features = ["pubsub",
64+ # "sol-types", "dyn-abi", "json-abi", "contract", "providers", "provider-ws", "provider-ipc", "provider-http", "consensus", "genesis", "reqwest", "hyper", "serde",
65+ # "signers", "signer-local", "transports", "transport-http", "transport-ipc", "transport-ws",
66+ # "network", "node-bindings", "rpc-client", "json-rpc", "rpc-types", "rpc-types-trace", "rpc-types-admin", "rpc-types-txpool", "rpc-types-anvil", "rpc-types-json"] }
67+
68+ alloy = { git = " https://github.com/alloy-rs/alloy.git" , package = " alloy" , rev = " 61921bc" , features = [" full" ] }
69+
6270revm = { version = " 9.0.0" , features = [
6371 " std" ,
6472 " secp256k1" ,
@@ -67,6 +75,7 @@ revm = { version = "9.0.0", features = [
6775revm-primitives = { version = " 4.0.0" , features = [" std" , ], default-features = false }
6876revm-inspectors = { git = " https://github.com/paradigmxyz/evm-inspectors" , rev = " 4fe17f0" }
6977
78+
7079alloy-core = " 0.7.6"
7180alloy-chains = " 0.1.15"
7281alloy-primitives = " 0.7.6"
@@ -78,36 +87,32 @@ alloy-rlp = "0.3.5"
7887alloy-trie = " 0.4.1"
7988
8089
81- alloy = { git = " https://github.com/alloy-rs/alloy.git" , package = " alloy" , rev = " 1ee31cf" , features = [
82- " sol-types" , " contract" , " pubsub" , " providers" , " provider-ws" , " provider-ipc" , " provider-http" ,
83- " signers" , " signer-local" , " transports" , " transport-http" , " transport-ipc" , " transport-ws" ,
84- " network" , " node-bindings" , " rpc" , " rpc-client" , " json-rpc" , " rpc-types" , " rpc-types-trace" , " rpc-types-txpool" , " rpc-types-anvil" ] }
8590
8691
87- alloy-contract = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
88- alloy-rpc-client = { git = " https://github.com/alloy-rs/alloy.git" , features = [" ws" , " reqwest" , " pubsub" ], rev = " 1ee31cf " }
89- alloy-rpc-types = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
90- alloy-rpc-types-eth = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
91- alloy-rpc-types-beacon = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
92- alloy-rpc-types-anvil = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
93- alloy-rpc-types-trace = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
94- alloy-rpc-types-engine = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
95- alloy-genesis = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
96- alloy-node-bindings = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
97- alloy-provider = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " , default-features = false , features = [
92+ alloy-contract = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
93+ alloy-rpc-client = { git = " https://github.com/alloy-rs/alloy.git" , features = [" ws" , " reqwest" , " pubsub" ], rev = " 61921bc " }
94+ alloy-rpc-types = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
95+ alloy-rpc-types-eth = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
96+ alloy-rpc-types-beacon = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
97+ alloy-rpc-types-anvil = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
98+ alloy-rpc-types-trace = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
99+ alloy-rpc-types-engine = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
100+ alloy-genesis = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
101+ alloy-node-bindings = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
102+ alloy-provider = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " , default-features = false , features = [
98103 " reqwest" , " pubsub" , " ws" , " ipc" , " debug-api" , " anvil-node" , " anvil-api"
99104] }
100- alloy-eips = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
101- alloy-signer = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
102- alloy-signer-local = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
103- alloy-network = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
104- alloy-consensus = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
105- alloy-transport = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
106- alloy-pubsub = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 1ee31cf " }
107- alloy-transport-ws = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
108- alloy-transport-ipc = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
109- alloy-transport-http = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
110- alloy-json-rpc = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 1ee31cf " }
105+ alloy-eips = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
106+ alloy-signer = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
107+ alloy-signer-local = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
108+ alloy-network = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
109+ alloy-consensus = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
110+ alloy-transport = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
111+ alloy-pubsub = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 61921bc " }
112+ alloy-transport-ws = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
113+ alloy-transport-ipc = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
114+ alloy-transport-http = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
115+ alloy-json-rpc = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 61921bc " }
111116
112117reth-db = { git = " https://github.com/paradigmxyz/reth" , rev = " 87d6bcd" }
113118reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , rev = " 87d6bcd" }
@@ -128,17 +133,18 @@ revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "41e2f7f"
128133revm-precompile = { git = " https://github.com/bluealloy/revm" , rev = " 41e2f7f" }
129134revm-primitives = { git = " https://github.com/bluealloy/revm" , rev = " 41e2f7f" }
130135
131- alloy-eips = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf" }
132- alloy-genesis = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf" }
136+ alloy-eips = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc" }
137+ alloy-genesis = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc" }
138+
139+ alloy = { git = " https://github.com/alloy-rs/alloy.git" , package = " alloy" , rev = " 61921bc" , features = [" full" ] }
133140
134- alloy = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf" }
135141
136- alloy-rpc-types = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
137- alloy-rpc-types-eth = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
138- alloy-rpc-types-anvil = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
139- alloy-rpc-types-trace = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
140- alloy-rpc-types-engine = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
141- alloy-rpc-types-beacon = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
142- alloy-consensus = { git = " https://github.com/alloy-rs/alloy" , rev = " 1ee31cf " }
142+ alloy-rpc-types = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
143+ alloy-rpc-types-eth = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
144+ alloy-rpc-types-anvil = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
145+ alloy-rpc-types-trace = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
146+ alloy-rpc-types-engine = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
147+ alloy-rpc-types-beacon = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
148+ alloy-consensus = { git = " https://github.com/alloy-rs/alloy" , rev = " 61921bc " }
143149
144150
0 commit comments