Skip to content

Commit

Permalink
Remove zcli tool
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Feb 22, 2022
1 parent ac112cc commit 979ccc8
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 1,130 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
pull_request:
push:
branches:
- staging
- trying
- staging
- trying

jobs:
lint:
Expand Down Expand Up @@ -121,9 +121,6 @@ jobs:
ci_run zk test i api
ci_run zk test i api-docs
- name: integration-zcli
run: ci_run zk test i zcli

- name: integration-rust-sdk
run: ci_run zk test i rust-sdk

Expand All @@ -147,7 +144,7 @@ jobs:
run: |
echo ZKSYNC_HOME=$(pwd) >> $GITHUB_ENV
echo $(pwd)/bin >> $GITHUB_PATH
- name: start-services
run: |
docker-compose -f docker-compose-runner.yml down
Expand Down Expand Up @@ -234,7 +231,6 @@ jobs:
docker-compose -f docker-compose-runner.yml exec -T -e ALLOWED_PERCENT=20 -e RUST_LOG=loadnext=debug -e ZKSYNC_RPC_ADDR=http://127.0.0.2:3030 -e WEB3_URL=http://geth:8545 -e ETH_NETWORK=localhost -e MASTER_WALLET_PK=74d8b3a188f7260f67698eb44da07397a298df5427df681ef68c45b34b61f998 -e ACCOUNTS_AMOUNT=5 -e OPERATIONS_PER_ACCOUNT=5 -e MAIN_TOKEN=DAI zk ./target/release/loadnext
docker-compose -f docker-compose-runner.yml exec -T -e ZKSYNC_REST_ADDR=http://127.0.0.2:3001 zk ts-node core/tests/check-block-root-hahes.ts
- name: stop-server
run: |
ci_run killall zksync_server
Expand All @@ -249,22 +245,20 @@ jobs:
ci_run sleep 30
docker-compose -f docker-compose-runner.yml exec -T -e ZKSYNC_REST_ADDR=http://127.0.0.2:3001 zk ts-node core/tests/check-block-root-hahes.ts
- name: Show logs
if: always()
run: |
ci_run cat server.log
ci_run cat api.log
notify:
if: always()
name: Notify on failures
runs-on: ubuntu-latest
needs: [lint, unit-tests, integration, circuit-tests, testkit, revert-blocks]
needs:
[lint, unit-tests, integration, circuit-tests, testkit, revert-blocks]
steps:
-
if: failure()
- if: failure()
name: Notify to Mattermost (on incidents)
uses: tferreira/matterfy@releases/v1
with:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ go_to_env.sh

core/lib/storage/.env

.zcli-config.json

# Perf/flamegraph files
perf.data*
flamegraph.svg
9 changes: 0 additions & 9 deletions bin/zcli

This file was deleted.

1 change: 0 additions & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ This section provides an overview on folders / sub-projects that exist in this r
- `/tokens`: Configuration of supported Ethereum ERC-20 tokens.
- `/infrastructure`: Application that aren't naturally a part of zkSync core, but are related to it.
- `/explorer`: A blockchain explorer for zkSync network.
- `/zcli`: A command-line interface and development wallet for zkSync network.
- `/keys`: Verification keys for `circuit` module.
- `/sdk`: Implementation of client libraries for zkSync network in different programming languages.
- `/zksync-crypto`: zkSync network cryptographic primitives, which can be compiled to WASM.
Expand Down
3 changes: 0 additions & 3 deletions infrastructure/zcli/.gitignore

This file was deleted.

135 changes: 0 additions & 135 deletions infrastructure/zcli/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions infrastructure/zcli/package.json

This file was deleted.

Loading

0 comments on commit 979ccc8

Please sign in to comment.