@@ -40,66 +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.7 " }
44
+ reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
45
+ reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
46
+ reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
47
+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
48
+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
49
+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
50
+ reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
51
+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
52
+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
53
+ reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
54
+ reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
55
+ reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
56
+ reth-node-core = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
57
+ reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
58
+ reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
59
+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " , features = [
60
60
" test-utils" ,
61
61
] }
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 " }
62
+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
63
+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
64
+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
65
+ reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
66
+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
67
+ reth-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
68
+ reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
69
+ reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
70
+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
71
+ reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
72
+ reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
73
+ reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
74
+ reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
75
+ reth-rpc-layer = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
76
+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
77
+ reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
78
+ reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
79
+ reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
80
80
81
81
# 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 " }
91
- reth-optimism-rpc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.1 " , features = [
82
+ reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
83
+ reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
84
+ reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
85
+ reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
86
+ reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
87
+ reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
88
+ reth-optimism-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
89
+ reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
90
+ reth-optimism-txpool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " }
91
+ reth-optimism-rpc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.7 " , features = [
92
92
" client" ,
93
93
] }
94
94
95
- # compatible with reth "v1.4.1 dependencies
96
- revm = { version = " 23.1.0 " , features = [
95
+ # compatible with reth "v1.4.7 dependencies
96
+ revm = { version = " 24.0.1 " , features = [
97
97
" std" ,
98
98
" secp256k1" ,
99
99
" optional_balance_check" ,
100
100
], default-features = false }
101
101
revm-inspectors = { version = " 0.22.0" , default-features = false }
102
- op-revm = { version = " 4 .0.2 " , default-features = false }
102
+ op-revm = { version = " 5 .0.1 " , default-features = false }
103
103
104
104
ethereum_ssz_derive = " 0.9.0"
105
105
ethereum_ssz = " 0.9.0"
@@ -108,37 +108,37 @@ alloy-primitives = { version = "1.1.0", default-features = false }
108
108
alloy-rlp = " 0.3.10"
109
109
alloy-chains = " 0.2.0"
110
110
alloy-evm = { version = " 0.8.0" , default-features = false }
111
- alloy-provider = { version = " 1.0.3 " , features = [
111
+ alloy-provider = { version = " 1.0.9 " , features = [
112
112
" ipc" ,
113
113
" pubsub" ,
114
114
" txpool-api" ,
115
115
] }
116
- alloy-pubsub = { version = " 1.0.3 " }
117
- alloy-eips = { version = " 1.0.3 " }
118
- alloy-rpc-types = { version = " 1.0.3 " }
119
- alloy-json-rpc = { version = " 1.0.3 " }
120
- alloy-transport-http = { version = " 1.0.3 " }
121
- alloy-network = { version = " 1.0.3 " }
122
- alloy-network-primitives = { version = " 1.0.3 " }
123
- alloy-transport = { version = " 1.0.3 " }
124
- alloy-node-bindings = { version = " 1.0.3 " }
125
- alloy-consensus = { version = " 1.0.3 " , features = [" kzg" ] }
126
- alloy-serde = { version = " 1.0.3 " }
127
- alloy-rpc-types-beacon = { version = " 1.0.3 " , features = [" ssz" ] }
128
- alloy-rpc-types-engine = { version = " 1.0.3 " , features = [" ssz" ] }
129
- alloy-rpc-types-eth = { version = " 1.0.3 " }
130
- alloy-signer-local = { version = " 1.0.3 " }
131
- alloy-rpc-client = { version = " 1.0.3 " }
132
- alloy-genesis = { version = " 1.0.3 " }
116
+ alloy-pubsub = { version = " 1.0.9 " }
117
+ alloy-eips = { version = " 1.0.9 " }
118
+ alloy-rpc-types = { version = " 1.0.9 " }
119
+ alloy-json-rpc = { version = " 1.0.9 " }
120
+ alloy-transport-http = { version = " 1.0.9 " }
121
+ alloy-network = { version = " 1.0.9 " }
122
+ alloy-network-primitives = { version = " 1.0.9 " }
123
+ alloy-transport = { version = " 1.0.9 " }
124
+ alloy-node-bindings = { version = " 1.0.9 " }
125
+ alloy-consensus = { version = " 1.0.9 " , features = [" kzg" ] }
126
+ alloy-serde = { version = " 1.0.9 " }
127
+ alloy-rpc-types-beacon = { version = " 1.0.9 " , features = [" ssz" ] }
128
+ alloy-rpc-types-engine = { version = " 1.0.9 " , features = [" ssz" ] }
129
+ alloy-rpc-types-eth = { version = " 1.0.9 " }
130
+ alloy-signer-local = { version = " 1.0.9 " }
131
+ alloy-rpc-client = { version = " 1.0.9 " }
132
+ alloy-genesis = { version = " 1.0.9 " }
133
133
alloy-trie = { version = " 0.8.1" }
134
134
135
135
# optimism
136
- alloy-op-evm = { version = " 0.8 .0" , default-features = false }
137
- op-alloy-rpc-types = { version = " 0.16.0 " , default-features = false }
138
- op-alloy-rpc-types-engine = { version = " 0.16.0 " , default-features = false }
139
- op-alloy-rpc-jsonrpsee = { version = " 0.16.0 " , default-features = false }
140
- op-alloy-network = { version = " 0.16.0 " , default-features = false }
141
- op-alloy-consensus = { version = " 0.16.0 " , default-features = false }
136
+ alloy-op-evm = { version = " 0.10 .0" , default-features = false }
137
+ op-alloy-rpc-types = { version = " 0.17.2 " , default-features = false }
138
+ op-alloy-rpc-types-engine = { version = " 0.17.2 " , default-features = false }
139
+ op-alloy-rpc-jsonrpsee = { version = " 0.17.2 " , default-features = false }
140
+ op-alloy-network = { version = " 0.17.2 " , default-features = false }
141
+ op-alloy-consensus = { version = " 0.17.2 " , default-features = false }
142
142
op-alloy-flz = { version = " 0.13.0" , default-features = false }
143
143
144
144
async-trait = { version = " 0.1.83" }
0 commit comments