@@ -46,22 +46,22 @@ signet-rpc = { version = "0.16.0-rc.5", path = "crates/rpc" }
4646
4747init4-bin-base = { version = " 0.18.0-rc.1" , features = [" alloy" ] }
4848
49- signet-bundle = " 0.16.0-rc.5 "
50- signet-constants = " 0.16.0-rc.5 "
51- signet-evm = " 0.16.0-rc.5 "
52- signet-extract = " 0.16.0-rc.5 "
53- signet-test-utils = " 0.16.0-rc.5 "
54- signet-tx-cache = " 0.16.0-rc.5 "
55- signet-types = " 0.16.0-rc.5 "
56- signet-zenith = " 0.16.0-rc.5 "
57- signet-journal = " 0.16.0-rc.5 "
49+ signet-bundle = " 0.16.0-rc.8 "
50+ signet-constants = " 0.16.0-rc.8 "
51+ signet-evm = " 0.16.0-rc.8 "
52+ signet-extract = " 0.16.0-rc.8 "
53+ signet-test-utils = " 0.16.0-rc.8 "
54+ signet-tx-cache = " 0.16.0-rc.8 "
55+ signet-types = " 0.16.0-rc.8 "
56+ signet-zenith = " 0.16.0-rc.8 "
57+ signet-journal = " 0.16.0-rc.8 "
5858
5959# ajj
6060ajj = { version = " 0.3.4" }
6161
6262# trevm
63- trevm = { version = " 0.33 .0" , features = [" full_env_cfg" ] }
64- revm-inspectors = " 0.33 .0" # should be 1 more than trevm version, usually
63+ trevm = { version = " 0.34 .0" , features = [" full_env_cfg" ] }
64+ revm-inspectors = " 0.34 .0" # should be 1 more than trevm version, usually
6565
6666# Alloy periphery crates
6767alloy = { version = " 1.4.0" , features = [
@@ -74,29 +74,26 @@ alloy = { version = "1.4.0", features = [
7474alloy-contract = { version = " 1.4.0" , features = [" pubsub" ] }
7575
7676# Reth
77- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
78- reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
79- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
80- reth-codecs = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
81- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
82- reth-db-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
83- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
84- reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
85- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
86- reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
87- reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
88- reth-libmdbx = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
89- reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
90- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
91- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
92- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
93- reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
94- reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
95- reth-stages-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
96- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.0" }
97-
98- # need to pin vergen to avoid multiple versions of virgen-lib
99- vergen = " =9.0.6"
77+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
78+ reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
79+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
80+ reth-codecs = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
81+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
82+ reth-db-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
83+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
84+ reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
85+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
86+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
87+ reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
88+ reth-libmdbx = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
89+ reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
90+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
91+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
92+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
93+ reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
94+ reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
95+ reth-stages-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
96+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
10097
10198# Foundry periphery
10299foundry-blob-explorers = " 0.17"
0 commit comments