Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Merge branch 'dev' into perekopskiy-zks-107-implement-the-verify-proo…
Browse files Browse the repository at this point in the history
…f-method-for
  • Loading branch information
popzxc authored Dec 22, 2020
2 parents 87115a2 + 38bf9b1 commit 1073496
Show file tree
Hide file tree
Showing 66 changed files with 1,962 additions and 608 deletions.
3 changes: 3 additions & 0 deletions .github/bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status = ["ci-all"]
delete_merged_branches = true
update_base_for_deletes = true
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: CI

on:
pull_request:
push:
branches:
- '*'
- staging
- trying

jobs:
ci-all:
Expand Down Expand Up @@ -42,10 +44,9 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: update-deps
# Upstream version of sqlx-cli has some incompatibilities with the sqlx version used zksync_storage.
run: |
rustup update stable
cargo install sqlx-cli --git https://github.com/alekseysidorov/sqlx.git
cargo install --version=0.2.0 sqlx-cli
cargo install diesel_cli --no-default-features --features postgres
docker pull matterlabs/ci-integration-test:zk-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: init
run: |
cargo sqlx --version || cargo install --version=0.1.0-beta.1 sqlx-cli
cargo sqlx --version || cargo install --version=0.2.0 sqlx-cli
zk
zk run yarn
cp etc/tokens/{test,localhost}.json
Expand Down
Loading

0 comments on commit 1073496

Please sign in to comment.