@@ -78,79 +78,79 @@ codegen-units = 1
7878
7979[workspace .dependencies ]
8080# tempo (from upstream)
81- tempo-alloy = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " }
82- tempo-chainspec = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " , default-features = false }
83- tempo-consensus = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " , default-features = false }
84- tempo-contracts = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " , default-features = false , features = [" serde" ] }
85- tempo-evm = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " , default-features = false }
86- tempo-node = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " }
87- tempo-payload-types = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " , default-features = false }
88- tempo-precompiles = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " , default-features = false }
89- tempo-precompiles-macros = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " }
90- tempo-primitives = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " , default-features = false , features = [
81+ tempo-alloy = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " }
82+ tempo-chainspec = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " , default-features = false }
83+ tempo-consensus = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " , default-features = false }
84+ tempo-contracts = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " , default-features = false , features = [" serde" ] }
85+ tempo-evm = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " , default-features = false }
86+ tempo-node = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " }
87+ tempo-payload-types = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " , default-features = false }
88+ tempo-precompiles = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " , default-features = false }
89+ tempo-precompiles-macros = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " }
90+ tempo-primitives = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " , default-features = false , features = [
9191 " reth" ,
9292 " serde" ,
9393 " serde-bincode-compat" ,
9494 " reth-codec" ,
9595] }
96- tempo-revm = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " , default-features = false }
97- tempo-transaction-pool = { git = " https://github.com/tempoxyz/tempo" , rev = " e331e2f488a368ea9ca76c422e12fedbfb6eb3b4 " , default-features = false }
96+ tempo-revm = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " , default-features = false }
97+ tempo-transaction-pool = { git = " https://github.com/tempoxyz/tempo" , rev = " bb08bb905b6ee13fafe046aa9531aea2cdf60651 " , default-features = false }
9898
9999# zones
100100zone-precompiles = { path = " crates/precompiles" , default-features = false }
101101zone-primitives = { path = " crates/primitives" , default-features = false }
102102zone-rpc = { path = " crates/rpc" }
103103
104104# reth
105- reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
106- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
107- reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
108- reth-consensus = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
109- reth-engine-local = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
110- reth-errors = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
111- reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
112- reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
113- reth-evm = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
114- reth-metrics = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
115- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
116- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
117- reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
118- reth-node-core = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
119- reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
120- reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
121- reth-primitives-traits = { version = " 0.1 .0" , default-features = false }
122- reth-provider = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
123- reth-revm = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " , features = [
105+ reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
106+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
107+ reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
108+ reth-consensus = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
109+ reth-engine-local = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
110+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
111+ reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
112+ reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
113+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
114+ reth-metrics = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
115+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
116+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
117+ reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
118+ reth-node-core = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
119+ reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
120+ reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
121+ reth-primitives-traits = { version = " 0.3 .0" , default-features = false }
122+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
123+ reth-revm = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " , features = [
124124 " std" ,
125125 " optional-checks" ,
126126] }
127- reth-rpc = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
128- reth-rpc-builder = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
129- reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
130- reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
131- reth-storage-api = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
132- reth-tasks = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
133- reth-tracing = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
134- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , rev = " 7f4a9a0 " }
135- revm = { version = " 36 .0.0" , features = [" optional_fee_charge" ] }
127+ reth-rpc = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
128+ reth-rpc-builder = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
129+ reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
130+ reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
131+ reth-storage-api = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
132+ reth-tasks = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
133+ reth-tracing = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
134+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , rev = " 0b33057 " }
135+ revm = { version = " 37 .0.0" , features = [" optional_fee_charge" ], default-features = false }
136136
137137# alloy
138- alloy = { version = " 1.6.1 " , default-features = false }
139- alloy-consensus = { version = " 1.6.1 " , default-features = false }
140- alloy-contract = { version = " 1.6.1 " , default-features = false }
141- alloy-eips = { version = " 1.8.3 " , default-features = false }
142- alloy-evm = " 0.29.2 "
143- alloy-network = { version = " 1.6.1 " , default-features = false }
138+ alloy = { version = " 2.0.0 " , default-features = false }
139+ alloy-consensus = { version = " 2.0.0 " , default-features = false }
140+ alloy-contract = { version = " 2.0.0 " , default-features = false }
141+ alloy-eips = { version = " 2.0.0 " , default-features = false }
142+ alloy-evm = { version = " 0.32.0 " , default-features = false }
143+ alloy-network = { version = " 2.0.0 " , default-features = false }
144144alloy-primitives = { version = " 1.5.7" , default-features = false }
145- alloy-provider = { version = " 1.6.1 " , default-features = false }
146- alloy-rlp = { version = " 0.3.13 " , default-features = false }
147- alloy-rpc-client = " 1.6.1 "
148- alloy-rpc-types-engine = " 1.8.3 "
149- alloy-rpc-types-eth = { version = " 1.8.3 " }
150- alloy-signer = " 1.6.1 "
151- alloy-signer-local = " 1.6.1 "
145+ alloy-provider = { version = " 2.0.0 " , default-features = false }
146+ alloy-rlp = { version = " 0.3.15 " , default-features = false }
147+ alloy-rpc-client = " 2.0.0 "
148+ alloy-rpc-types-engine = " 2.0.0 "
149+ alloy-rpc-types-eth = { version = " 2.0.0 " }
150+ alloy-signer = " 2.0.0 "
151+ alloy-signer-local = " 2.0.0 "
152152alloy-sol-types = { version = " 1.5.7" , default-features = false }
153- alloy-transport = " 1.6.1 "
153+ alloy-transport = " 2.0.0 "
154154
155155# commonware
156156commonware-codec = " 2026.2.0"
0 commit comments