Skip to content

Commit

Permalink
cli: remove old, unused client
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored and bors-libra committed Dec 20, 2021
1 parent 7ecd9dc commit 0d5ccf9
Show file tree
Hide file tree
Showing 33 changed files with 5 additions and 4,097 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
strategy:
matrix:
target_images:
[client faucet forge, init tools validator validator-tcb]
[faucet forge, init tools validator validator-tcb]
steps:
- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -572,8 +572,6 @@ jobs:
run: docker/diem-build.sh docker/validator/Dockerfile diem/validator:test
- name: build faucet image
run: docker/diem-build.sh docker/faucet/Dockerfile diem/faucet:test
- name: build client image
run: docker/diem-build.sh docker/client/Dockerfile diem/client:test
- name: run validator-client test
run: docker/compose/test_docker_compose.sh
env:
Expand Down
142 changes: 0 additions & 142 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ members = [
"diem-move/e2e-testsuite",
"diem-move/genesis-viewer",
"diem-move/mvhashmap",
"diem-move/oncall-trainer",
"diem-move/parallel-executor",
"diem-move/transaction-builder-generator",
"diem-move/transaction-replay",
Expand Down Expand Up @@ -183,7 +182,6 @@ members = [
"storage/storage-client",
"storage/storage-interface",
"storage/storage-service",
"testsuite/cli",
"testsuite/diem-fuzzer",
"testsuite/diem-fuzzer/fuzz",
"testsuite/forge",
Expand Down
4 changes: 2 additions & 2 deletions crates/diem-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hyper = { version = "0.14.11", features = ["client", "full", "h2", "http1", "htt
indexmap = { version = "1.7.0", default-features = false, features = ["std"] }
itertools = { version = "0.10.1", features = ["use_alloc", "use_std"] }
itoa = { version = "0.4.7", features = ["std"] }
libc = { version = "0.2.99", features = ["extra_traits", "std"] }
libc = { version = "0.2.99", features = ["std"] }
log = { version = "0.4.14", default-features = false, features = ["serde", "std"] }
memchr = { version = "2.4.0", features = ["std", "use_std"] }
num-integer = { version = "0.1.44", default-features = false, features = ["i128", "std"] }
Expand Down Expand Up @@ -96,7 +96,7 @@ hyper = { version = "0.14.11", features = ["client", "full", "h2", "http1", "htt
indexmap = { version = "1.7.0", default-features = false, features = ["std"] }
itertools = { version = "0.10.1", features = ["use_alloc", "use_std"] }
itoa = { version = "0.4.7", features = ["std"] }
libc = { version = "0.2.99", features = ["extra_traits", "std"] }
libc = { version = "0.2.99", features = ["std"] }
log = { version = "0.4.14", default-features = false, features = ["serde", "std"] }
memchr = { version = "2.4.0", features = ["std", "use_std"] }
num-integer = { version = "0.1.44", default-features = false, features = ["i128", "std"] }
Expand Down
33 changes: 0 additions & 33 deletions diem-move/oncall-trainer/Cargo.toml

This file was deleted.

52 changes: 0 additions & 52 deletions diem-move/oncall-trainer/src/experiments/get_sequence_number.rs

This file was deleted.

Loading

0 comments on commit 0d5ccf9

Please sign in to comment.