Skip to content

Commit c92b4e8

Browse files
authored
Merge pull request #723 from carver/join-trin-types-into-ethportal-api
Move trin-types into a module of ethportal-api
2 parents c20ee54 + e843433 commit c92b4e8

File tree

131 files changed

+572
-694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+572
-694
lines changed

Cargo.lock

Lines changed: 40 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,13 @@ rocksdb = "0.18.0"
3030
rpc = { path = "rpc"}
3131
serde_json = {version = "1.0.89", features = ["preserve_order"]}
3232
sha3 = "0.9.1"
33-
structopt = "0.3.26"
3433
tempfile = "3.3.0"
3534
tokio = { version = "1.14.0", features = ["full"] }
3635
tracing = "0.1.36"
3736
tracing-subscriber = "0.3.15"
3837
trin-beacon = { path = "trin-beacon" }
39-
trin-bridge = { path = "trin-bridge" }
4038
trin-history = { path = "trin-history" }
4139
trin-state = { path = "trin-state" }
42-
trin-types = { path = "trin-types" }
4340
trin-utils = { path = "trin-utils" }
4441
trin-validation = { path = "trin-validation" }
4542
utp-rs = "0.1.0-alpha.4"
@@ -55,10 +52,10 @@ members = [
5552
"light-client",
5653
"rpc",
5754
"trin-beacon",
55+
"trin-bridge",
5856
"trin-cli",
5957
"trin-history",
6058
"trin-state",
61-
"trin-types",
6259
"trin-utils",
6360
"utp-testing",
6461
]

0 commit comments

Comments
 (0)