@@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.11.4 "
6+ version = " 0.14.0 "
77edition = " 2024"
88rust-version = " 1.88"
99authors = [" init4" ]
@@ -34,34 +34,34 @@ debug = false
3434incremental = false
3535
3636[workspace .dependencies ]
37- signet-blobber = { version = " 0.11" , path = " crates/blobber" }
38- signet-block-processor = { version = " 0.11" , path = " crates/block-processor" }
39- signet-db = { version = " 0.11" , path = " crates/db" }
40- signet-genesis = { version = " 0.11" , path = " crates/genesis" }
41- signet-node = { version = " 0.11" , path = " crates/node" }
42- signet-node-config = { version = " 0.11" , path = " crates/node-config" }
43- signet-node-tests = { version = " 0.11" , path = " crates/node-tests" }
44- signet-node-types = { version = " 0.11" , path = " crates/node-types" }
45- signet-rpc = { version = " 0.11" , path = " crates/rpc" }
46-
37+ signet-blobber = { version = " 0.14" , path = " crates/blobber" }
38+ signet-block-processor = { version = " 0.14" , path = " crates/block-processor" }
39+ signet-db = { version = " 0.14" , path = " crates/db" }
40+ signet-genesis = { version = " 0.14" , path = " crates/genesis" }
41+ signet-node = { version = " 0.14" , path = " crates/node" }
42+ signet-node-config = { version = " 0.14" , path = " crates/node-config" }
43+ signet-node-tests = { version = " 0.14" , path = " crates/node-tests" }
44+ signet-node-types = { version = " 0.14" , path = " crates/node-types" }
45+ signet-rpc = { version = " 0.14" , path = " crates/rpc" }
4746
4847init4-bin-base = { version = " 0.13.1" , features = [" alloy" ] }
4948
50- signet-bundle = " 0.11.1 "
51- signet-constants = " 0.11.1 "
52- signet-evm = " 0.11.1 "
53- signet-extract = " 0.11.1 "
54- signet-test-utils = " 0.11.1 "
55- signet-tx-cache = " 0.11.1 "
56- signet-types = " 0.11.1 "
57- signet-zenith = " 0.11.1 "
58- signet-journal = " 0.11.1 "
49+ signet-bundle = " 0.14 "
50+ signet-constants = " 0.14 "
51+ signet-evm = " 0.14 "
52+ signet-extract = " 0.14 "
53+ signet-test-utils = " 0.14 "
54+ signet-tx-cache = " 0.14 "
55+ signet-types = " 0.14 "
56+ signet-zenith = " 0.14 "
57+ signet-journal = " 0.14 "
5958
6059# ajj
6160ajj = { version = " 0.3.4" }
6261
6362# trevm
64- trevm = { version = " 0.29.0" , features = [" full_env_cfg" ] }
63+ trevm = { version = " 0.31.0" , features = [" full_env_cfg" ] }
64+ revm-inspectors = " 0.32.0" # should be 1 more than trevm version, usually
6565
6666# Alloy periphery crates
6767alloy = { version = " 1.0.35" , features = [
@@ -74,22 +74,22 @@ alloy = { version = "1.0.35", features = [
7474alloy-contract = { version = " 1.0.35" , features = [" pubsub" ] }
7575
7676# Reth
77- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
78- reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
79- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
80- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
81- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
82- reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
83- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
84- reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
85- reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
86- reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
87- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
88- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
89- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
90- reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
91- reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
92- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1 " }
77+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
78+ reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
79+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
80+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
81+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
82+ reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
83+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
84+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
85+ reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
86+ reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
87+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
88+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
89+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
90+ reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
91+ reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
92+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
9393
9494# Foundry periphery
9595foundry-blob-explorers = " 0.17"
@@ -132,6 +132,7 @@ tempfile = "3.17.0"
132132# signet-constants = { path = "../sdk/crates/constants"}
133133# signet-evm = { path = "../sdk/crates/evm"}
134134# signet-extract = { path = "../sdk/crates/extract"}
135+ # signet-journal = { path = "../sdk/crates/journal"}
135136# signet-test-utils = { path = "../sdk/crates/test-utils"}
136137# signet-tx-cache = { path = "../sdk/crates/tx-cache"}
137138# signet-types = { path = "../sdk/crates/types"}
0 commit comments