-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure upgrade test uses the correct binary on restart #2478
Conversation
2dceb65
to
e208e87
Compare
Also: - Fix upgrade test workflow to target the correct path for artifact upload - Ensure all tmpnet artifact upload reports an error if files are missing
e208e87
to
5d5df8d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion, this LGTM
# 1.10.17 is the first version compatible with bls signing keys being | ||
# included in the genesis. Attempting to upgrade from prior versions | ||
# will result in nodes failing to boot due to the hash of the genesis | ||
# not matching the hash of the committed genesis block. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# 1.10.17 is the first version compatible with bls signing keys being | |
# included in the genesis. Attempting to upgrade from prior versions | |
# will result in nodes failing to boot due to the hash of the genesis | |
# not matching the hash of the committed genesis block. | |
# The AvalancheGo local network does not support long-lived backwards | |
# compatible networks. When a breaking change is made to the local | |
# network, this flag must be updated to the last compatible version | |
# with the latest code. | |
# v1.10.17 includes the AWM activation on the C-Chain local network | |
# and the inclusion of BLS Public Keys in the network genesis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Included with #2457
Also:
Fix upgrade test workflow to target the correct path for artifact upload
Ensure all tmpnet artifact upload reports an error if files are missing
Move the default upgrade version in the tests.upgrade.sh to simplify local execution (no longer have to provide a compatible version to the script)