@@ -41,48 +41,48 @@ signet-rpc = { version = "0.9.0", path = "crates/rpc" }
4141
4242init4-bin-base = { version = " 0.10.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.11 .0"
45+ signet-constants = " 0.11 .0"
46+ signet-evm = " 0.11 .0"
47+ signet-extract = " 0.11 .0"
48+ signet-tx-cache = " 0.11 .0"
49+ signet-types = " 0.11 .0"
50+ signet-zenith = " 0.11 .0"
5151
5252# ajj
5353ajj = { version = " 0.3.4" }
5454
5555# trevm
56- trevm = { version = " 0.27 .0" , features = [" full_env_cfg" ] }
56+ trevm = { version = " 0.29 .0" , features = [" full_env_cfg" ] }
5757
5858# Alloy periphery crates
59- alloy = { version = " 1.0.19" , features = [
59+ alloy-core = { version = " 1.4" }
60+ alloy = { version = " 1.0.35" , features = [
6061 " full" ,
6162 " rpc-types-beacon" ,
6263 " rpc-types-mev" ,
6364 " genesis" ,
6465 " arbitrary" ,
6566] }
66- alloy-contract = { version = " 1.0.19 " , features = [" pubsub" ] }
67+ alloy-contract = { version = " 1.0.35 " , features = [" pubsub" ] }
6768
6869# 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" }
70+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
71+ reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
72+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
73+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
74+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
75+ reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
76+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
77+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
78+ reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
79+ reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
80+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
81+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
82+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
83+ reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
84+ reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
85+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
8686
8787# Foundry periphery
8888foundry-blob-explorers = " 0.17"
@@ -117,3 +117,6 @@ uuid = "1.16.0"
117117# Test Utils
118118alloy-rlp = " 0.3.11"
119119tempfile = " 3.17.0"
120+
121+ [patch .crates-io ]
122+ init4-bin-base = {path = " ../bin-base" }
0 commit comments