-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci) - remove unsupported node versions from workflows and speed t…
…hings up (#775) * fix(ci) - remove unsupported node versions from workflows * fix(integration-tests) - fix poll deployment integration test * feat(ci) - do not generate zKeys if no changes on the smart contracts * fix(ci check) - change way of getting which files changed * fix(ci): change syntax to access variables * fix(ci check) - debug * fix(ci check) - debug * fix(ci check) - debug * fix(ci check) - debug * fix(ci check) - remove hnctl start * fix(ci tests) - run hardhat on localhost * fix(ci tests) - debug * fix(ci tests) - debug * fix(docs) revert node version * fix(docs) revert node version * fix(ci) - re enable e2e tests * fix(ci) - skip subsidy6 for debugging * fix(ci) - try to run with generate zkeys * fix(ci) - make avaiable updated zkeys and updated download script * fix(ci) - fix wrong path in workflow * fix(ci) - run only integration tests and increase poll timeout * fix(tests) - ensure time travel has the correct time * fix(integration-tests) - fix time travel * fix(ci) - re enable e2e tests * chore(docs) - specify node versions * Update Node.js mentions for consistency * Update README.md Co-authored-by: Sam Richards <[email protected]> * chore(cleanup) - remove uncommented line --------- Co-authored-by: Sam Richards <[email protected]>
- Loading branch information
1 parent
124228a
commit 1ba362b
Showing
18 changed files
with
111 additions
and
100 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ Below you can find a list of the packages included in this repository. | |
|
||
### Requirements | ||
|
||
You should have Node.js (version `>=14 and <=18`) installed. Use `nvm` to install it and manage versions. | ||
You should have Node.js v18 installed. Use `nvm` to install it and manage versions. This code has been tested with earlier Node versions (14 and 16), however we do recommend using Node 18. | ||
|
||
You also need a Ubuntu/Debian Linux machine on an Intel CPU. | ||
|
||
|
@@ -48,7 +48,7 @@ Install dependencies: | |
|
||
If you are missing the correct version of glibc see `circuits/scripts/installGlibc.sh` | ||
|
||
Clone this repository, install NodeJS dependencies, and build the source code: | ||
Clone this repository, install Node.js dependencies, and build the source code: | ||
|
||
```bash | ||
git clone [email protected]:privacy-scaling-explorations/maci.git | ||
|
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