Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into popzxc-zks-187-compile…
Browse files Browse the repository at this point in the history
…-env

# Conflicts:
#	Cargo.lock
#	contracts/scripts/add-erc20-token.ts
#	core/bin/gen_token_add_contract/src/main.rs
#	etc/env/dev.env.example
#	infrastructure/fee-seller/index.ts
#	infrastructure/tok_cli/src/main.rs
  • Loading branch information
Deniallugo committed Jan 13, 2021
2 parents 0684b4c + 1aef2e2 commit fea8a74
Show file tree
Hide file tree
Showing 121 changed files with 1,802 additions and 2,447 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
!infrastructure/explorer/index.html
!infrastructure/explorer/dist
!infrastructure/fee-seller
!infrastructure/tok_cli
!infrastructure/zk
!sdk/zksync-rs
7 changes: 7 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
./volumes/**/*
node_modules
**/node_modules/**
build/
dist/
volumes/
.tslintrc.js
1 change: 1 addition & 0 deletions .github/bors.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
status = ["ci-all"]
delete_merged_branches = true
update_base_for_deletes = true
timeout_sec = 7200
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,10 @@ jobs:
contracts/dev-contracts/generated
key: ${{ runner.os }}-contracts-${{ hashFiles('contracts/contracts/*.sol') }}

- name: cache-rust
uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: update-deps
run: |
rustup update stable
rustup update 1.48.0
rustup default 1.48.0
cargo install --version=0.2.0 sqlx-cli
cargo install diesel_cli --no-default-features --features postgres
docker pull matterlabs/ci-integration-test:latest
Expand All @@ -57,8 +49,7 @@ jobs:
run: |
# lint non-rust code
zk fmt --check
yarn lint:md
yarn lint:sol
zk lint --check
zk dummy-prover ensure-disabled
cargo fmt --all -- --check
zk f cargo clippy --tests --benches -- -D warnings
Expand Down
3 changes: 0 additions & 3 deletions .solhint.json

This file was deleted.

Loading

0 comments on commit fea8a74

Please sign in to comment.