@@ -40,62 +40,66 @@ codegen-units = 1
4040incremental = false
4141
4242[workspace .dependencies ]
43- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
44- reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
45- reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
46- reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
47- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
48- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
49- reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
50- reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
51- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
52- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
53- reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
54- reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
55- reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
56- reth-node-core = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
57- reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
58- reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
59- reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" , features = [
43+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
44+ reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
45+ reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
46+ reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
47+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
48+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
49+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
50+ reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
51+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
52+ reth-rpc-engine-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
53+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
54+ reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
55+ reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
56+ reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
57+ reth-node-core = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
58+ reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
59+ reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
60+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" , features = [
6061 " test-utils" ,
6162] }
62- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
63- reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
64- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
65- reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
66- reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
67- reth-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
68- reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
69- reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
70- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
71- reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
72- reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
73- reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
74- reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
75- reth-rpc-layer = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
76- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
77- reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
78- reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
79- reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
63+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
64+ reth-storage-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
65+ reth-rpc-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
66+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
67+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
68+ reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
69+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
70+ reth-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
71+ reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
72+ reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
73+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
74+ reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
75+ reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
76+ reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
77+ reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
78+ reth-rpc-layer = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
79+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
80+ reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
81+ reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
82+ reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
8083
8184# reth optimism
82- reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
83- reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
84- reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
85- reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
86- reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
87- reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
88- reth-optimism-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
89- reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
90- reth-optimism-txpool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
85+ reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
86+ reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
87+ reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
88+ reth-optimism-rpc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
89+ reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
90+ reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
91+ reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
92+ reth-optimism-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
93+ reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
94+ reth-optimism-txpool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
9195
92- # compatible with reth "v1.4.1 dependencies
96+ # compatible with reth "v1.4.3 dependencies
9397revm = { version = " 23.1.0" , features = [
9498 " std" ,
9599 " secp256k1" ,
96100 " optional_balance_check" ,
97101], default-features = false }
98- revm-inspectors = { version = " 0.22.0 " , default-features = false }
102+ revm-inspectors = { version = " 0.22.3 " , default-features = false }
99103op-revm = { version = " 4.0.2" , default-features = false }
100104
101105ethereum_ssz_derive = " 0.9.0"
@@ -104,29 +108,29 @@ ethereum_ssz = "0.9.0"
104108alloy-primitives = { version = " 1.1.0" , default-features = false }
105109alloy-rlp = " 0.3.10"
106110alloy-chains = " 0.2.0"
107- alloy-evm = { version = " 0.8.0 " , default-features = false }
108- alloy-provider = { version = " 1.0.3 " , features = [" ipc" , " pubsub" , " txpool-api" ] }
109- alloy-pubsub = { version = " 1.0.3 " }
110- alloy-eips = { version = " 1.0.3 " }
111- alloy-rpc-types = { version = " 1.0.3 " }
112- alloy-json-rpc = { version = " 1.0.3 " }
113- alloy-transport-http = { version = " 1.0.3 " }
114- alloy-network = { version = " 1.0.3 " }
115- alloy-network-primitives = { version = " 1.0.3 " }
116- alloy-transport = { version = " 1.0.3 " }
117- alloy-node-bindings = { version = " 1.0.3 " }
118- alloy-consensus = { version = " 1.0.3 " , features = [" kzg" ] }
119- alloy-serde = { version = " 1.0.3 " }
120- alloy-rpc-types-beacon = { version = " 1.0.3 " , features = [" ssz" ] }
121- alloy-rpc-types-engine = { version = " 1.0.3 " , features = [" ssz" ] }
122- alloy-rpc-types-eth = { version = " 1.0.3 " }
123- alloy-signer-local = { version = " 1.0.3 " }
124- alloy-rpc-client = { version = " 1.0.3 " }
125- alloy-genesis = { version = " 1.0.3 " }
111+ alloy-evm = { version = " 0.8.1 " , default-features = false }
112+ alloy-provider = { version = " 1.0.5 " , features = [" ipc" , " pubsub" , " txpool-api" ] }
113+ alloy-pubsub = { version = " 1.0.5 " }
114+ alloy-eips = { version = " 1.0.5 " }
115+ alloy-rpc-types = { version = " 1.0.5 " }
116+ alloy-json-rpc = { version = " 1.0.5 " }
117+ alloy-transport-http = { version = " 1.0.5 " }
118+ alloy-network = { version = " 1.0.5 " }
119+ alloy-network-primitives = { version = " 1.0.5 " }
120+ alloy-transport = { version = " 1.0.5 " }
121+ alloy-node-bindings = { version = " 1.0.5 " }
122+ alloy-consensus = { version = " 1.0.5 " , features = [" kzg" ] }
123+ alloy-serde = { version = " 1.0.5 " }
124+ alloy-rpc-types-beacon = { version = " 1.0.5 " , features = [" ssz" ] }
125+ alloy-rpc-types-engine = { version = " 1.0.5 " , features = [" ssz" ] }
126+ alloy-rpc-types-eth = { version = " 1.0.5 " }
127+ alloy-signer-local = { version = " 1.0.5 " }
128+ alloy-rpc-client = { version = " 1.0.5 " }
129+ alloy-genesis = { version = " 1.0.5 " }
126130alloy-trie = { version = " 0.8.1" }
127131
128132# optimism
129- alloy-op-evm = { version = " 0.8.0 " , default-features = false }
133+ alloy-op-evm = { version = " 0.8.1 " , default-features = false }
130134op-alloy-rpc-types = { version = " 0.16.0" , default-features = false }
131135op-alloy-rpc-types-engine = { version = " 0.16.0" , default-features = false }
132136op-alloy-rpc-jsonrpsee = { version = " 0.16.0" , default-features = false }
@@ -141,6 +145,7 @@ thiserror = { version = "1.0.64" }
141145eyre = { version = " 0.6.12" }
142146jsonrpsee = { version = " 0.25.1" }
143147jsonrpsee-types = { version = " 0.25.1" }
148+ jsonrpsee-core = { version = " 0.25.1" }
144149parking_lot = { version = " 0.12.3" }
145150tokio = { version = " 1.40.0" }
146151auto_impl = { version = " 1.2.0" }
0 commit comments