@@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.9.4 "
6+ version = " 0.10.0 "
77edition = " 2024"
88rust-version = " 1.88"
99authors = [" init4" ]
@@ -34,55 +34,55 @@ debug = false
3434incremental = false
3535
3636[workspace .dependencies ]
37- signet-blobber = { version = " 0.9 .0" , path = " crates/blobber" }
38- signet-db = { version = " 0.9 .0" , path = " crates/db" }
39- signet-node-types = { version = " 0.9 .0" , path = " crates/node-types" }
40- signet-rpc = { version = " 0.9 .0" , path = " crates/rpc" }
37+ signet-blobber = { version = " 0.10 .0" , path = " crates/blobber" }
38+ signet-db = { version = " 0.10 .0" , path = " crates/db" }
39+ signet-node-types = { version = " 0.10 .0" , path = " crates/node-types" }
40+ signet-rpc = { version = " 0.10 .0" , path = " crates/rpc" }
4141
42- init4-bin-base = { version = " 0.10 .0" , features = [" alloy" ] }
42+ init4-bin-base = { version = " 0.11 .0" , features = [" alloy" ] }
4343
44- signet-bundle = " 0.9 .0"
45- signet-constants = " 0.9 .0"
46- signet-evm = " 0.9 .0"
47- signet-extract = " 0.9 .0"
48- signet-tx-cache = " 0.9 .0"
49- signet-types = " 0.9 .0"
50- signet-zenith = " 0.9 .0"
44+ signet-bundle = " 0.10 .0"
45+ signet-constants = " 0.10 .0"
46+ signet-evm = " 0.10 .0"
47+ signet-extract = " 0.10 .0"
48+ signet-tx-cache = " 0.10 .0"
49+ signet-types = " 0.10 .0"
50+ signet-zenith = " 0.10 .0"
5151
5252# ajj
5353ajj = { version = " 0.3.4" }
5454
5555# trevm
56- trevm = { version = " 0.27.1 " , features = [" full_env_cfg" ] }
56+ trevm = { version = " 0.27.8 " , features = [" full_env_cfg" ] }
5757
5858# Alloy periphery crates
59- alloy = { version = " 1.0.19 " , features = [
59+ alloy = { version = " 1.0.25 " , features = [
6060 " full" ,
6161 " rpc-types-beacon" ,
6262 " rpc-types-mev" ,
6363 " genesis" ,
6464 " arbitrary" ,
6565] }
66- alloy-contract = { version = " 1.0.19 " , features = [" pubsub" ] }
66+ alloy-contract = { version = " 1.0.25 " , features = [" pubsub" ] }
6767
6868# Reth
69- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
70- reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
71- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
72- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
73- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
74- reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
75- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
76- reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
77- reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
78- reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
79- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
80- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
81- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
82- reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
83- reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
84- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
85- reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
69+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
70+ reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
71+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
72+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
73+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
74+ reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
75+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
76+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
77+ reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
78+ reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
79+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
80+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
81+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
82+ reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
83+ reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
84+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
85+ reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.6.0 " }
8686
8787# Foundry periphery
8888foundry-blob-explorers = " 0.17"
@@ -117,3 +117,14 @@ uuid = "1.16.0"
117117# Test Utils
118118alloy-rlp = " 0.3.11"
119119tempfile = " 3.17.0"
120+
121+ # [patch.crates-io]
122+ # signet-bundle = { path = "../sdk/crates/bundle"}
123+ # signet-constants = { path = "../sdk/crates/constants"}
124+ # signet-evm = { path = "../sdk/crates/evm"}
125+ # signet-extract = { path = "../sdk/crates/extract"}
126+ # signet-tx-cache = { path = "../sdk/crates/tx-cache"}
127+ # signet-types = { path = "../sdk/crates/types"}
128+ # signet-zenith = { path = "../sdk/crates/zenith"}
129+
130+ # init4-bin-base = { path = "../shared" }
0 commit comments