@@ -70,61 +70,61 @@ codegen-units = 1
7070incremental = false
7171
7272[workspace .dependencies ]
73- reth = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
74- reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
75- reth-db = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
76- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
77- reth-errors = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
78- reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
79- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
80- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
81- reth-trie = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
82- reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
83- reth-node-core = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
84- reth-primitives = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
85- reth-ethereum-primitives = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
86- reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
87- reth-provider = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " , features = [
73+ reth = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
74+ reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
75+ reth-db = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
76+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
77+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
78+ reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
79+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
80+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
81+ reth-trie = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
82+ reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
83+ reth-node-core = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
84+ reth-primitives = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
85+ reth-ethereum-primitives = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
86+ reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
87+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " , features = [
8888 " test-utils" ,
8989] }
90- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
91- reth-evm = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
92- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
93- reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
94- reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
95- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , rev = " 42197415102b7a20be42e4fe919f024b81ceb55b " }
96-
97- # compatible with reth 42197415102b7a20be42e4fe919f024b81ceb55b dependencies
98- revm = { version = " 29 .0.1 " , features = [
90+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
91+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
92+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
93+ reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
94+ reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
95+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , rev = " 27a8c0f5a6dfb27dea84c5751776ecabdd069646 " }
96+
97+ # compatible with reth 27a8c0f5a6dfb27dea84c5751776ecabdd069646 dependencies
98+ revm = { version = " 31 .0.2 " , features = [
9999 " std" ,
100100 " secp256k1" ,
101101 " optional_balance_check" ,
102102], default-features = false }
103- revm-inspectors = { version = " 0.30 .0" , default-features = false }
103+ revm-inspectors = { version = " 0.32 .0" , default-features = false }
104104
105105ethereum_ssz_derive = " 0.9.0"
106106ethereum_ssz = " 0.9.0"
107107
108- alloy-primitives = { version = " 1.3 .1" , default-features = false , features = [
108+ alloy-primitives = { version = " 1.4 .1" , default-features = false , features = [
109109 " getrandom" ,
110110] }
111111alloy-rlp = " 0.3.10"
112112alloy-chains = " 0.2.5"
113113alloy-trie = { version = " 0.8.1" , default-features = false }
114- alloy-evm = { version = " 0.21.1 " , default-features = false }
115- alloy-provider = { version = " 1.0.37 " , features = [" ipc" , " pubsub" , " ws" ] }
116- alloy-eips = { version = " 1.0.37 " }
117- alloy-rpc-types = { version = " 1.0.37 " }
118- alloy-json-rpc = { version = " 1.0.37 " }
119- alloy-network = { version = " 1.0.37 " }
120- alloy-network-primitives = { version = " 1.0.37 " }
121- alloy-node-bindings = { version = " 1.0.37 " }
122- alloy-consensus = { version = " 1.0.37 " , features = [" kzg" ] }
123- alloy-rpc-types-beacon = { version = " 1.0.37 " , features = [" ssz" ] }
124- alloy-rpc-types-engine = { version = " 1.0.37 " , features = [" ssz" ] }
125- alloy-rpc-types-eth = { version = " 1.0.37 " }
126- alloy-signer = { version = " 1.0.37 " }
127- alloy-signer-local = { version = " 1.0.37 " }
114+ alloy-evm = { version = " 0.23.3 " , default-features = false }
115+ alloy-provider = { version = " 1.0.41 " , features = [" ipc" , " pubsub" , " ws" ] }
116+ alloy-eips = { version = " 1.0.41 " }
117+ alloy-rpc-types = { version = " 1.0.41 " }
118+ alloy-json-rpc = { version = " 1.0.41 " }
119+ alloy-network = { version = " 1.0.41 " }
120+ alloy-network-primitives = { version = " 1.0.41 " }
121+ alloy-node-bindings = { version = " 1.0.41 " }
122+ alloy-consensus = { version = " 1.0.41 " , features = [" kzg" ] }
123+ alloy-rpc-types-beacon = { version = " 1.0.41 " , features = [" ssz" ] }
124+ alloy-rpc-types-engine = { version = " 1.0.41 " , features = [" ssz" ] }
125+ alloy-rpc-types-eth = { version = " 1.0.41 " }
126+ alloy-signer = { version = " 1.0.41 " }
127+ alloy-signer-local = { version = " 1.0.41 " }
128128
129129# Version required by ethereum-consensus beacon-api-client
130130mev-share-sse = { git = " https://github.com/paradigmxyz/mev-share-rs" , rev = " 9eb2b0138ab3202b9eb3af4b19c7b3bf40b0faa8" , default-features = false }
0 commit comments