Skip to content

Commit

Permalink
diem-client and json-rpc server removed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw committed Mar 1, 2022
1 parent db72011 commit e6da5fe
Show file tree
Hide file tree
Showing 69 changed files with 5 additions and 13,758 deletions.
103 changes: 4 additions & 99 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ members = [
"crates/crash-handler",
"crates/debug-interface",
"crates/diem-bitvec",
"crates/diem-client",
"crates/diem-crypto",
"crates/diem-crypto-derive",
"crates/diem-documentation-tool",
Expand Down Expand Up @@ -76,8 +75,6 @@ members = [
"execution/executor-benchmark",
"execution/executor-test-helpers",
"execution/executor-types",
"json-rpc",
"json-rpc/types",
"mempool",
"network",
"network/builder",
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ percent-encoding = "2.1.0"
serde = { version = "1.0.124", features = ["derive"], default-features = false }
serde_json = "1.0.64"
tokio = { version = "1.8.1", features = ["full"] }
warp = { version = "0.3.0", features = ["default"] }
warp = { version = "0.3.0", features = ["default", "tls"] }

diem-config = { path = "../config" }
diem-crypto = { path = "../crates/diem-crypto" }
Expand Down
46 changes: 0 additions & 46 deletions crates/diem-client/Cargo.toml

This file was deleted.

Loading

0 comments on commit e6da5fe

Please sign in to comment.