From 588caa168b6eef898c72b12b5990314f606088bf Mon Sep 17 00:00:00 2001 From: Vladislav Volosnikov Date: Thu, 6 Mar 2025 13:26:21 +0100 Subject: [PATCH] Check contracts hashes in CI --- .github/workflows/ci-core-reusable.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-core-reusable.yml b/.github/workflows/ci-core-reusable.yml index 0567b8c36355..cef35e4d1296 100644 --- a/.github/workflows/ci-core-reusable.yml +++ b/.github/workflows/ci-core-reusable.yml @@ -71,6 +71,11 @@ jobs: run: | ci_run zkstack dev contracts + - name: Check contracts hashes + working-directory: contracts + run: | + yarn calculate-hashes:check + - name: Download compilers for contract verifier tests run: ci_run zkstack contract-verifier init --zksolc-version=v1.5.10 --zkvyper-version=v1.5.4 --solc-version=0.8.26 --vyper-version=v0.3.10 --era-vm-solc-version=0.8.26-1.0.1 --only --chain era