@@ -9,7 +9,7 @@ default-members = ["bin/fraxtal-op-reth"]
99resolver = " 2"
1010
1111[workspace .package ]
12- version = " 1.11.2 -frax-1.3.0"
12+ version = " 1.11.3 -frax-1.3.0"
1313edition = " 2024"
1414rust-version = " 1.88"
1515
@@ -19,41 +19,41 @@ fraxtal-node = { path = "crates/node" }
1919fraxtal-evm = { path = " crates/evm" }
2020fraxtal-op-evm = { path = " crates/op-evm" }
2121
22- reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
23- reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
24- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
25- reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
26- reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
27- reth-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
28- reth-engine-local = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
29- reth-ethereum-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
30- reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
31- reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
32- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
33- reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
34- reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
35- reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
36- reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
37- reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
38- reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
39- reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
40- reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
41- reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
42- reth-rpc-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
43- reth-storage-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
44- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
45- reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.2 " }
22+ reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
23+ reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
24+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
25+ reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
26+ reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
27+ reth-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
28+ reth-engine-local = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
29+ reth-ethereum-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
30+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
31+ reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
32+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
33+ reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
34+ reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
35+ reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
36+ reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
37+ reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
38+ reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
39+ reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
40+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
41+ reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
42+ reth-rpc-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
43+ reth-storage-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
44+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
45+ reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.11.3 " }
4646
4747# reth-optimism crates — from ethereum-optimism/optimism monorepo
48- reth-optimism-chainspec = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
49- reth-optimism-cli = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
50- reth-optimism-consensus = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
51- reth-optimism-evm = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
52- reth-optimism-forks = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
53- reth-optimism-node = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
54- reth-optimism-payload-builder = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
55- reth-optimism-primitives = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
56- reth-optimism-rpc = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
48+ reth-optimism-chainspec = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
49+ reth-optimism-cli = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
50+ reth-optimism-consensus = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
51+ reth-optimism-evm = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
52+ reth-optimism-forks = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
53+ reth-optimism-node = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
54+ reth-optimism-payload-builder = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
55+ reth-optimism-primitives = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
56+ reth-optimism-rpc = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
5757
5858# eth
5959alloy-chains = { version = " 0.2.30" , default-features = false }
@@ -68,11 +68,11 @@ alloy-rpc-types-eth = { version = "1.6.3", default-features = false }
6868alloy-rpc-types-engine = { version = " 1.6.3" , default-features = false }
6969
7070# op — from ethereum-optimism/optimism monorepo (path deps bundled there)
71- alloy-op-evm = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " , default-features = false }
72- alloy-op-hardforks = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
73- op-alloy-consensus = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " , default-features = false }
74- op-alloy-rpc-types = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " , default-features = false }
75- op-alloy-rpc-types-engine = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " , default-features = false }
71+ alloy-op-evm = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " , default-features = false }
72+ alloy-op-hardforks = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
73+ op-alloy-consensus = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " , default-features = false }
74+ op-alloy-rpc-types = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " , default-features = false }
75+ op-alloy-rpc-types-engine = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " , default-features = false }
7676
7777# revm
7878revm = { version = " 34.0.0" , default-features = false }
@@ -90,11 +90,11 @@ derive_more = { version = "2", default-features = false, features = ["full"] }
9090
9191# Patch crates-io for deps that the optimism repo bundles locally
9292[patch .crates-io ]
93- op-alloy-consensus = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
94- op-alloy-rpc-types = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
95- op-alloy-rpc-types-engine = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
96- alloy-op-evm = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
97- alloy-op-hardforks = { git = " https://github.com/ethereum-optimism/optimism" , rev = " f67fd6c6930180012e33878c6054f008ed7b548f " }
93+ op-alloy-consensus = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
94+ op-alloy-rpc-types = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
95+ op-alloy-rpc-types-engine = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
96+ alloy-op-evm = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
97+ alloy-op-hardforks = { git = " https://github.com/ethereum-optimism/optimism" , rev = " 7149381de9a8a462609d650834ef18e2d69f74df " }
9898
9999[profile .dev ]
100100# https://davidlattimore.github.io/posts/2024/02/04/speeding-up-the-rust-edit-build-run-cycle.html
0 commit comments