-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1567 from matter-labs/db/update-hh-node
fix: update naming from era_test_node to anvil-zksync
- Loading branch information
Showing
16 changed files
with
59 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,14 +87,16 @@ jobs: | |
|
||
- uses: actions/checkout@v3 | ||
|
||
- name: Run Era Test Node | ||
uses: dutterbutter/era-test-node-action@latest | ||
- name: Run anvil-zksync | ||
uses: dutterbutter/[email protected] | ||
with: | ||
logFilePath: "anvil_zksync.log" | ||
|
||
- name: Run fixture-projects script | ||
run: | | ||
cd e2e | ||
chmod +x run-fixture-projects.sh | ||
./run-fixture-projects.sh | ||
cd e2e | ||
chmod +x run-fixture-projects.sh | ||
./run-fixture-projects.sh | ||
shell: bash | ||
|
||
examples: | ||
|
@@ -108,8 +110,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Run Era Test Node | ||
uses: dutterbutter/era-test-node-action@latest | ||
- name: Run anvil-zksync | ||
uses: dutterbutter/anvil-zksync-action@v1.1.0 | ||
|
||
- uses: pnpm/action-setup@v3 | ||
|
||
|
@@ -145,9 +147,9 @@ jobs: | |
- name: Test node example | ||
run: | | ||
cd examples/node-example | ||
pnpm hardhat compile | ||
pnpm hardhat test | ||
cd examples/node-example | ||
pnpm hardhat compile | ||
pnpm hardhat test | ||
- name: Test noninline libraries example | ||
run: | | ||
|
@@ -178,7 +180,7 @@ jobs: | |
pnpm hardhat run scripts/deploy-box-uups-factory.ts | ||
pnpm hardhat run scripts/upgrade-box-uups-factory.ts | ||
pnpm hardhat run scripts/upgrade-box-beacon-factory.ts | ||
pnpm hardhat run scripts/upgrade-box-factory.ts | ||
pnpm hardhat run scripts/upgrade-box-factory.ts | ||
- name: Test upgradable example | ||
run: | | ||
|
@@ -189,7 +191,7 @@ jobs: | |
pnpm hardhat run scripts/deploy-box-uups.ts | ||
pnpm hardhat run scripts/upgrade-box-beacon.ts | ||
pnpm hardhat run scripts/upgrade-box-uups.ts | ||
pnpm hardhat run scripts/upgrade-box.ts | ||
pnpm hardhat run scripts/upgrade-box.ts | ||
- name: Test zksync-ethers example | ||
run: | | ||
|
@@ -208,8 +210,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Run Era Test Node | ||
uses: dutterbutter/era-test-node-action@latest | ||
- name: Run anvil-zksync | ||
uses: dutterbutter/anvil-zksync-action@v1.1.0 | ||
|
||
- uses: pnpm/action-setup@v3 | ||
|
||
|
@@ -295,8 +297,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Run Era Test Node | ||
uses: dutterbutter/era-test-node-action@latest | ||
- name: Run anvil-zksync | ||
uses: dutterbutter/anvil-zksync-action@v1.1.0 | ||
|
||
- uses: pnpm/action-setup@v3 | ||
|
||
|
@@ -328,8 +330,8 @@ jobs: | |
|
||
- uses: actions/checkout@v3 | ||
|
||
- name: Run Era Test Node | ||
uses: dutterbutter/era-test-node-action@latest | ||
- name: Run anvil-zksync | ||
uses: dutterbutter/anvil-zksync-action@v1.1.0 | ||
|
||
- uses: pnpm/action-setup@v3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.