Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into deniallugo-zks-202-ens…
Browse files Browse the repository at this point in the history
…ure-that-fee-ticker-can-work-even-if
  • Loading branch information
Deniallugo committed Dec 22, 2020
2 parents 2a73077 + e805c5d commit 4efd5af
Show file tree
Hide file tree
Showing 138 changed files with 4,332 additions and 1,726 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,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
7 changes: 7 additions & 0 deletions .prettier-js.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"tabWidth": 4,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true
}
7 changes: 7 additions & 0 deletions .prettier-vue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"tabWidth": 4,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true
}
Loading

0 comments on commit 4efd5af

Please sign in to comment.