@@ -48,85 +48,85 @@ codegen-units = 1
4848incremental = false
4949
5050[workspace .dependencies ]
51- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
52- reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
53- reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
54- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
55- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
56- reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
57- reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
58- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
59- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
60- reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
61- reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
62- reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
63- reth-node-core = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
64- reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
65- reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
66- reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " , features = [
51+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
52+ reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
53+ reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
54+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
55+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
56+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
57+ reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
58+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
59+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
60+ reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
61+ reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
62+ reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
63+ reth-node-core = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
64+ reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
65+ reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
66+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , features = [
6767 " test-utils" ,
6868] }
69- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
70- reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
71- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
72- reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
73- reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
74- reth-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
75- reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
76- reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
77- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
78- reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
79- reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
80- reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
81- reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
82- reth-rpc-layer = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
83- reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
69+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
70+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
71+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
72+ reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
73+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
74+ reth-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
75+ reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
76+ reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
77+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
78+ reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
79+ reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
80+ reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
81+ reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
82+ reth-rpc-layer = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
83+ reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
8484
8585# reth optimism
86- reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
87- reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
88- reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
89- reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
90- reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
91- reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
92- reth-optimism-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
93- reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
94- reth-optimism-txpool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.12 " }
86+ reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
87+ reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
88+ reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
89+ reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
90+ reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
91+ reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
92+ reth-optimism-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
93+ reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
94+ reth-optimism-txpool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " }
9595
96- # compatible with reth " v1.3.12 dependencies
97- revm = { version = " 22 .0.1" , features = [
96+ # compatible with reth v1.4.8 dependencies
97+ revm = { version = " 24 .0.1" , features = [
9898 " std" ,
9999 " secp256k1" ,
100100 " optional_balance_check" ,
101101], default-features = false }
102- revm-inspectors = { version = " 0.19 .0" , default-features = false }
103- op-revm = { version = " 3 .0.2 " , default-features = false }
102+ revm-inspectors = { version = " 0.23 .0" , default-features = false }
103+ op-revm = { version = " 5 .0.0 " , default-features = false }
104104
105105ethereum_ssz_derive = " 0.9.0"
106106ethereum_ssz = " 0.9.0"
107107
108- alloy-primitives = { version = " 1.0 .0" , default-features = false }
108+ alloy-primitives = { version = " 1.1 .0" , default-features = false }
109109alloy-rlp = " 0.3.10"
110110alloy-chains = " 0.2.0"
111- alloy-evm = { version = " 0.5.0 " , default-features = false }
112- alloy-provider = { version = " 0.14.0 " , features = [" ipc" , " pubsub" ] }
113- alloy-pubsub = { version = " 0.14.0 " }
114- alloy-eips = { version = " 0.14.0 " }
115- alloy-rpc-types = { version = " 0.14.0 " }
116- alloy-json-rpc = { version = " 0.14.0 " }
117- alloy-transport-http = { version = " 0.14.0 " }
118- alloy-network = { version = " 0.14.0 " }
119- alloy-network-primitives = { version = " 0.14.0 " }
120- alloy-transport = { version = " 0.14.0 " }
121- alloy-node-bindings = { version = " 0.14.0 " }
122- alloy-consensus = { version = " 0.14.0 " , features = [" kzg" ] }
123- alloy-serde = { version = " 0.14.0 " }
124- alloy-rpc-types-beacon = { version = " 0.14.0 " , features = [" ssz" ] }
125- alloy-rpc-types-engine = { version = " 0.14.0 " , features = [" ssz" ] }
126- alloy-rpc-types-eth = { version = " 0.14.0 " }
127- alloy-signer-local = { version = " 0.14.0 " }
128- alloy-rpc-client = { version = " 0.14.0 " }
129- alloy-genesis = { version = " 0.14.0 " }
111+ alloy-evm = { version = " 0.10 " , default-features = false }
112+ alloy-provider = { version = " 1.0.9 " , features = [" ipc" , " pubsub" ] }
113+ alloy-pubsub = { version = " 1.0.9 " }
114+ alloy-eips = { version = " 1.0.9 " }
115+ alloy-rpc-types = { version = " 1.0.9 " }
116+ alloy-json-rpc = { version = " 1.0.9 " }
117+ alloy-transport-http = { version = " 1.0.9 " }
118+ alloy-network = { version = " 1.0.9 " }
119+ alloy-network-primitives = { version = " 1.0.9 " }
120+ alloy-transport = { version = " 1.0.9 " }
121+ alloy-node-bindings = { version = " 1.0.9 " }
122+ alloy-consensus = { version = " 1.0.9 " , features = [" kzg" ] }
123+ alloy-serde = { version = " 1.0.9 " }
124+ alloy-rpc-types-beacon = { version = " 1.0.9 " , features = [" ssz" ] }
125+ alloy-rpc-types-engine = { version = " 1.0.9 " , features = [" ssz" ] }
126+ alloy-rpc-types-eth = { version = " 1.0.9 " }
127+ alloy-signer-local = { version = " 1.0.9 " }
128+ alloy-rpc-client = { version = " 1.0.9 " }
129+ alloy-genesis = { version = " 1.0.9 " }
130130alloy-trie = { version = " 0.8.1" }
131131
132132# optimism
0 commit comments