Onetechnical/relstable2.1.6#1552
Merged
algojohnlee merged 7 commits intoalgorand:rel/stablefrom Sep 25, 2020
onetechnical:onetechnical/relstable2.1.6
Merged
Onetechnical/relstable2.1.6#1552algojohnlee merged 7 commits intoalgorand:rel/stablefrom onetechnical:onetechnical/relstable2.1.6
algojohnlee merged 7 commits intoalgorand:rel/stablefrom
onetechnical:onetechnical/relstable2.1.6
Conversation
…1544) The current debian package will incorrectly package the testnet genesis file. This fix addresses that issue.
onetechnical/relbeta2.1.6
Contributor
Author
|
Waiting for betanet validation before changing from draft mode. |
Hot fix for fixing bad genesis file on 2.1.5 install (#1553)
| sudo apt-get remove $INSTALLED_PKG\n\ | ||
| sudo apt-get install $PKG_NAME\n" | ||
| exit 1 | ||
| if [[ "$ALGO_TIMESTAMP" != 1600456830 || |
Contributor
There was a problem hiding this comment.
is this stuff checking that the last time the genesis file was edited is the right date and checksum?
There was a problem hiding this comment.
That timestamp is the timestamp of the 2.1.5 genesis files only, and we're using to check if the install was prior to or after 2.1.5.
bricerisingalgorand
approved these changes
Sep 25, 2020
Contributor
Author
|
BetaNet updated successfully. Tested running a BetaNet node using debian package, RPM package, and ARM binary. Considering this safe enough to move to build phase. |
|
Tested all scenarios with a 2.1.6 build on both 18.04 and 20.04 and they worked as expected. |
Contributor
Author
|
Re-verified all test cases on ubuntu 20.04 on EC2. |
tsachiherman
pushed a commit
to tsachiherman/go-algorand
that referenced
this pull request
Jul 7, 2021
…able2.1.6 Onetechnical/relstable2.1.6
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Highlights
A bug in the algorand debian package would result in the genesis.json for TestNet being applied instead of MainNet. Debian users who upgraded to 2.1.5 should verify that
/var/lib/algorand/genesis.jsonis pointing to the correct network after upgrading to this version.Changes
Test Plan
Standard release testing.
clean install 2.1.4, upgrade 2.1.5, upgrade 2.1.6 (scenario #1)
clean install 2.1.4, testnet config, upgrade 2.1.5, upgrade 2.1.6 (scenario #2)
clean install 2.1.5, mainnet config, upgrade 2.1.6 (scenario #3)
clean install 2.1.5, upgrade 2.1.6 (scenario #4)
clean install 2.1.6
clean install 2.1.4, upgrade 2.1.6
clean install 2.1.4, testnet config, upgrade 2.1.6