@@ -7,18 +7,18 @@ homepage = "https://github.com/base/tips"
77repository = " https://github.com/base/tips"
88
99[workspace ]
10- members = [" crates/audit" , " crates/ingress-rpc" , " crates/common " ]
10+ members = [" crates/audit" , " crates/ingress-rpc" , " crates/bundle-pool " , " crates/core " ]
1111resolver = " 2"
1212
1313[workspace .dependencies ]
14- tips-common = { path = " crates/common" }
1514tips-audit = { path = " crates/audit" }
15+ tips-bundle-pool = { path = " crates/bundle-pool" }
16+ tips-core = { path = " crates/core" }
1617
1718# Reth
18- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
19- reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
20- reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.1" }
21- base-reth-flashblocks-rpc = { git = " https://github.com/base/node-reth" , rev = " a1ae148a36354c88b356f80281fef12dad9f7737" }
19+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2" }
20+ reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2" }
21+ reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2" }
2222
2323# alloy
2424alloy-primitives = { version = " 1.3.1" , default-features = false , features = [
@@ -28,29 +28,20 @@ alloy-primitives = { version = "1.3.1", default-features = false, features = [
2828alloy-rpc-types = { version = " 1.0.35" , default-features = false }
2929alloy-consensus = { version = " 1.0.35" }
3030alloy-provider = { version = " 1.0.35" }
31- alloy-rpc-types-mev = " 1.0.35"
3231
3332# op-alloy
34- op-alloy-rpc-types = { version = " 0.20 .0" , default-features = false }
35- op-alloy-network = { version = " 0.20 .0" , default- features = false }
36- op-alloy-consensus = { version = " 0.20 .0" , features = [ " k256 " ] }
33+ op-alloy-network = { version = " 0.21 .0" , default-features = false }
34+ op-alloy-consensus = { version = " 0.21 .0" , features = [ " k256 " ] }
35+ op-alloy-rpc-types = { version = " 0.21 .0" , default- features = true }
3736
3837tokio = { version = " 1.47.1" , features = [" full" ] }
3938tracing = " 0.1.41"
4039tracing-subscriber = { version = " 0.3.20" , features = [" env-filter" ] }
4140anyhow = " 1.0.99"
4241clap = { version = " 4.5.47" , features = [" derive" , " env" ] }
4342url = " 2.5.7"
44- sqlx = { version = " 0.8.6" , features = [
45- " runtime-tokio-native-tls" ,
46- " postgres" ,
47- " uuid" ,
48- " chrono" ,
49- " json" ,
50- ]}
5143uuid = { version = " 1.18.1" , features = [" v4" , " serde" ] }
5244serde = { version = " 1.0.219" , features = [" derive" ] }
53- eyre = " 0.6.12"
5445async-trait = " 0.1.89"
5546serde_json = " 1.0.143"
5647dotenvy = " 0.15.7"
0 commit comments