File tree Expand file tree Collapse file tree 7 files changed +1
-62
lines changed Expand file tree Collapse file tree 7 files changed +1
-62
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,11 @@ rocksdb = "0.18.0"
3030rpc = { path = " rpc" }
3131serde_json = {version = " 1.0.89" , features = [" preserve_order" ]}
3232sha3 = " 0.9.1"
33- structopt = " 0.3.26"
3433tempfile = " 3.3.0"
3534tokio = { version = " 1.14.0" , features = [" full" ] }
3635tracing = " 0.1.36"
3736tracing-subscriber = " 0.3.15"
3837trin-beacon = { path = " trin-beacon" }
39- trin-bridge = { path = " trin-bridge" }
4038trin-history = { path = " trin-history" }
4139trin-state = { path = " trin-state" }
4240trin-utils = { path = " trin-utils" }
@@ -54,6 +52,7 @@ members = [
5452 " light-client" ,
5553 " rpc" ,
5654 " trin-beacon" ,
55+ " trin-bridge" ,
5756 " trin-cli" ,
5857 " trin-history" ,
5958 " trin-state" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ rand = "0.8.5"
3131rlp = " 0.5.0"
3232rlp-derive = " 0.1.0"
3333serde = { version = " 1.0.150" , features = [" derive" ] }
34- serde-hex = " 0.1.0"
3534serde_json = " 1.0.89"
3635serde_yaml = " 0.9.17"
3736sha2 = " 0.10.1"
@@ -42,7 +41,6 @@ thiserror = "1.0.40"
4241tree_hash = " 0.4.0"
4342tree_hash_derive = " 0.4.0"
4443tokio = { version = " 1.14.0" , features = [" full" ] }
45- trin-utils = { path = " ../trin-utils" }
4644ureq = { version = " 2.5.0" , features = [" json" ] }
4745url = " 2.3.1"
4846validator = { version = " 0.13.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ authors = ["https://github.com/ethereum/trin/graphs/contributors"]
1212
1313[dependencies ]
1414anyhow = " 1.0.68"
15- clap = " 2.33.3"
1615discv5 = { version = " 0.2.1" , features = [" serde" ]}
1716eth2_ssz = " 0.4.0"
1817ethereum-types = " 0.12.1"
@@ -26,7 +25,6 @@ rand = "0.8.4"
2625reth-ipc = { version = " 0.1.0" , git = " https://github.com/paradigmxyz/reth.git" }
2726rocksdb = " 0.18.0"
2827serde_json = " 1.0.89"
29- structopt = " 0.3.26"
3028tempfile = " 3.3.0"
3129tokio = {version = " 1.14.0" , features = [" full" ]}
3230tracing = " 0.1.36"
Original file line number Diff line number Diff line change @@ -14,15 +14,11 @@ authors = ["https://github.com/ethereum/trin/graphs/contributors"]
1414anyhow = " 1.0.68"
1515base64 = " 0.13.0"
1616clap = { version = " 4.2.1" , features = [" derive" ] }
17- ethereum-types = " 0.12.1"
1817ethportal-api = { path = " ../ethportal-api" }
19- jsonrpc = " 0.12.0"
2018nanotemplate = " 0.3.0"
2119serde = " 1.0.150"
2220serde_json = { version = " 1.0.89" , features = [" raw_value" ] }
2321
24- thiserror = " 1.0.29"
25- trin-utils = { path = " ../trin-utils" }
2622ureq = { version = " 2.5.0" , features = [" json" ] }
2723
2824[[bin ]]
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ authors = ["https://github.com/ethereum/trin/graphs/contributors"]
1212build = " build.rs"
1313
1414[dependencies ]
15- hex = " 0.4.3"
16- rand = " 0.8.5"
17- thiserror = " 1.0.40"
18- tracing = " 0.1.36"
1915tracing-subscriber = " 0.3.15"
2016
2117[target .'cfg(windows)' .dependencies ]
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ serde_json = "1.0.89"
2626tokio = { version = " 1.14.0" , features = [" full" ] }
2727tree_hash = " 0.4.0"
2828tree_hash_derive = " 0.4.0"
29- trin-utils = { path = " ../trin-utils" }
3029
3130[dev-dependencies ]
3231quickcheck = " 1.0.3"
You can’t perform that action at this time.
0 commit comments