@@ -40,62 +40,66 @@ codegen-units = 1
40
40
incremental = false
41
41
42
42
[workspace .dependencies ]
43
- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
44
- reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
45
- reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
46
- reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
47
- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
48
- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
49
- reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
50
- reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
51
- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
52
- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
53
- reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
54
- reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
55
- reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
56
- reth-node-core = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
57
- reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
58
- reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
59
- reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" , features = [
43
+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
44
+ reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
45
+ reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
46
+ reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
47
+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
48
+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
49
+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
50
+ reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
51
+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
52
+ reth-rpc-engine-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
53
+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
54
+ reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
55
+ reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
56
+ reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
57
+ reth-node-core = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
58
+ reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
59
+ reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
60
+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" , features = [
60
61
" test-utils" ,
61
62
] }
62
- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
63
- reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
64
- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
65
- reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
66
- reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
67
- reth-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
68
- reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
69
- reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
70
- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
71
- reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
72
- reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
73
- reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
74
- reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
75
- reth-rpc-layer = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
76
- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
77
- reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
78
- reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
79
- reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
63
+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
64
+ reth-storage-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
65
+ reth-rpc-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
66
+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
67
+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
68
+ reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
69
+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
70
+ reth-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
71
+ reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
72
+ reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
73
+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
74
+ reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
75
+ reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
76
+ reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
77
+ reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
78
+ reth-rpc-layer = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
79
+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
80
+ reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
81
+ reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
82
+ reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
80
83
81
84
# reth optimism
82
- reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
83
- reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
84
- reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
85
- reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
86
- reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
87
- reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
88
- reth-optimism-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
89
- reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
90
- reth-optimism-txpool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1" }
85
+ reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
86
+ reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
87
+ reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
88
+ reth-optimism-rpc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
89
+ reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
90
+ reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
91
+ reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
92
+ reth-optimism-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
93
+ reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
94
+ reth-optimism-txpool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3" }
91
95
92
- # compatible with reth "v1.4.1 dependencies
96
+ # compatible with reth "v1.4.3 dependencies
93
97
revm = { version = " 23.1.0" , features = [
94
98
" std" ,
95
99
" secp256k1" ,
96
100
" optional_balance_check" ,
97
101
], default-features = false }
98
- revm-inspectors = { version = " 0.22.0 " , default-features = false }
102
+ revm-inspectors = { version = " 0.22.3 " , default-features = false }
99
103
op-revm = { version = " 4.0.2" , default-features = false }
100
104
101
105
ethereum_ssz_derive = " 0.9.0"
@@ -104,29 +108,29 @@ ethereum_ssz = "0.9.0"
104
108
alloy-primitives = { version = " 1.1.0" , default-features = false }
105
109
alloy-rlp = " 0.3.10"
106
110
alloy-chains = " 0.2.0"
107
- alloy-evm = { version = " 0.8.0 " , default-features = false }
108
- alloy-provider = { version = " 1.0.3 " , features = [" ipc" , " pubsub" , " txpool-api" ] }
109
- alloy-pubsub = { version = " 1.0.3 " }
110
- alloy-eips = { version = " 1.0.3 " }
111
- alloy-rpc-types = { version = " 1.0.3 " }
112
- alloy-json-rpc = { version = " 1.0.3 " }
113
- alloy-transport-http = { version = " 1.0.3 " }
114
- alloy-network = { version = " 1.0.3 " }
115
- alloy-network-primitives = { version = " 1.0.3 " }
116
- alloy-transport = { version = " 1.0.3 " }
117
- alloy-node-bindings = { version = " 1.0.3 " }
118
- alloy-consensus = { version = " 1.0.3 " , features = [" kzg" ] }
119
- alloy-serde = { version = " 1.0.3 " }
120
- alloy-rpc-types-beacon = { version = " 1.0.3 " , features = [" ssz" ] }
121
- alloy-rpc-types-engine = { version = " 1.0.3 " , features = [" ssz" ] }
122
- alloy-rpc-types-eth = { version = " 1.0.3 " }
123
- alloy-signer-local = { version = " 1.0.3 " }
124
- alloy-rpc-client = { version = " 1.0.3 " }
125
- alloy-genesis = { version = " 1.0.3 " }
111
+ alloy-evm = { version = " 0.8.1 " , default-features = false }
112
+ alloy-provider = { version = " 1.0.5 " , features = [" ipc" , " pubsub" , " txpool-api" ] }
113
+ alloy-pubsub = { version = " 1.0.5 " }
114
+ alloy-eips = { version = " 1.0.5 " }
115
+ alloy-rpc-types = { version = " 1.0.5 " }
116
+ alloy-json-rpc = { version = " 1.0.5 " }
117
+ alloy-transport-http = { version = " 1.0.5 " }
118
+ alloy-network = { version = " 1.0.5 " }
119
+ alloy-network-primitives = { version = " 1.0.5 " }
120
+ alloy-transport = { version = " 1.0.5 " }
121
+ alloy-node-bindings = { version = " 1.0.5 " }
122
+ alloy-consensus = { version = " 1.0.5 " , features = [" kzg" ] }
123
+ alloy-serde = { version = " 1.0.5 " }
124
+ alloy-rpc-types-beacon = { version = " 1.0.5 " , features = [" ssz" ] }
125
+ alloy-rpc-types-engine = { version = " 1.0.5 " , features = [" ssz" ] }
126
+ alloy-rpc-types-eth = { version = " 1.0.5 " }
127
+ alloy-signer-local = { version = " 1.0.5 " }
128
+ alloy-rpc-client = { version = " 1.0.5 " }
129
+ alloy-genesis = { version = " 1.0.5 " }
126
130
alloy-trie = { version = " 0.8.1" }
127
131
128
132
# optimism
129
- alloy-op-evm = { version = " 0.8.0 " , default-features = false }
133
+ alloy-op-evm = { version = " 0.8.1 " , default-features = false }
130
134
op-alloy-rpc-types = { version = " 0.16.0" , default-features = false }
131
135
op-alloy-rpc-types-engine = { version = " 0.16.0" , default-features = false }
132
136
op-alloy-rpc-jsonrpsee = { version = " 0.16.0" , default-features = false }
@@ -141,6 +145,7 @@ thiserror = { version = "1.0.64" }
141
145
eyre = { version = " 0.6.12" }
142
146
jsonrpsee = { version = " 0.25.1" }
143
147
jsonrpsee-types = { version = " 0.25.1" }
148
+ jsonrpsee-core = { version = " 0.25.1" }
144
149
parking_lot = { version = " 0.12.3" }
145
150
tokio = { version = " 1.40.0" }
146
151
auto_impl = { version = " 1.2.0" }
0 commit comments