-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* new protocol release dance * update test envs to be Nairobi and Oxford. make the tests work on both * remove debug to stdout
- Loading branch information
1 parent
b6d5be8
commit a70c527
Showing
4 changed files
with
28 additions
and
9 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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
export OCTEZ_VERSION=${ARCH}_v16.1 | ||
export PROTOCOL=Mumbai | ||
export OCTEZ_VERSION=${ARCH}_v17.3 | ||
export PROTOCOL=Nairobi | ||
export SET_DEPOSITS_LIMIT=true | ||
export ATTESTATION=endorsement | ||
export PREATTESTATION=preendorsement |
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
export OCTEZ_VERSION=${ARCH}_v17.2 | ||
export PROTOCOL=Nairobi | ||
export OCTEZ_VERSION=${ARCH}_v18.0-rc1 | ||
export PROTOCOL=Oxford | ||
export SET_DEPOSITS_LIMIT=false | ||
export ATTESTATION=attestation | ||
export PREATTESTATION=preattestation |
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