Skip to content

Commit

Permalink
Merge branch 'dev' into killmeplz-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
killmeplz authored Jan 31, 2022
2 parents 69d7496 + 30c73b3 commit 5949ff6
Show file tree
Hide file tree
Showing 33 changed files with 2,682 additions and 2,358 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,13 @@ jobs:
run: ci_run zk test integration testkit --offline

notify:
if: failure()
if: always()
name: Notify on failures
runs-on: ubuntu-latest
needs: [lint, unit-tests, integration, circuit-tests, testkit]
steps:
-
if: failure()
name: Notify to Mattermost (on incidents)
uses: tferreira/matterfy@releases/v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/npm.publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
publish-zksync:
name: Publish zksync.js
uses: matter-labs/zksync-dev/.github/workflows/npm.publish.yml@devops/publish-npm-zksync
uses: matter-labs/zksync-dev/.github/workflows/npm.publish.yml@dev
with:
working-directory: sdk/zksync.js
build-command: |
Expand All @@ -19,3 +19,4 @@ jobs:
ref: ${{ github.event.inputs.ref }}
secrets:
notify-webhook: ${{ secrets.MATTERMOST_WEBHOOK }}
token: ${{ secrets.NPM_TOKEN }}
6 changes: 4 additions & 2 deletions .github/workflows/npm.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ on:
notify-webhook:
description: Chat notification webhook
required: true

token:
description: NPM token
required: true
jobs:
local-call-publish:
name: Build NPM package
Expand Down Expand Up @@ -53,7 +55,7 @@ jobs:
run: |
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.token }}
-
if: failure()
name: Notify to Mattermost (on incidents)
Expand Down
27 changes: 0 additions & 27 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 @@ -8,9 +8,7 @@ members = [
"core/bin/parse_pub_data",
"core/bin/block_revert",
"core/bin/remove_proofs",
"core/bin/update_sequnce_number",

"core/bin/remove_outstanding_tx_filters",
# Server micro-services
"core/bin/zksync_api",
"core/bin/zksync_core",
Expand Down
26 changes: 0 additions & 26 deletions core/bin/remove_outstanding_tx_filters/Cargo.toml

This file was deleted.

12 changes: 0 additions & 12 deletions core/bin/remove_outstanding_tx_filters/src/main.rs

This file was deleted.

24 changes: 0 additions & 24 deletions core/bin/update_sequnce_number/Cargo.toml

This file was deleted.

42 changes: 0 additions & 42 deletions core/bin/update_sequnce_number/src/main.rs

This file was deleted.

Loading

0 comments on commit 5949ff6

Please sign in to comment.