-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add upgrade module #3979
Closed
aaronc
wants to merge
10
commits into
cosmos:develop
from
regen-network:regen-network/upgrade-module
Closed
Add upgrade module #3979
aaronc
wants to merge
10
commits into
cosmos:develop
from
regen-network:regen-network/upgrade-module
Commits on Apr 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a9ae75f - Browse repository at this point
Copy the full SHA a9ae75fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ef052 - Browse repository at this point
Copy the full SHA 89ef052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c5962 - Browse repository at this point
Copy the full SHA 29c5962View commit details -
Convert Keeper to an interface and return underlying struct as pointer
Because a cache is being kept on the keeper itself currently, it must get passed around as a pointer so that the cache remains consistent.
Configuration menu - View commit details
-
Copy full SHA for cbcec49 - Browse repository at this point
Copy the full SHA cbcec49View commit details
Commits on Apr 17, 2019
-
Add willUpgrader and onUpgrader, and remove doShutdowner from upgrade…
… keeper Upon testing, halting the chain by methods other than a panic (such as os.Exit) actually causes issues between nodes because the other nodes instead of processing their own doShutdowners to trigger upgrades actually just hang trying to connect after enough nodes exit. The onUpgrader allows nodes to trigger some process before the panic, and willUpgrader allows nodes to prepare for upgrades before they actually need to be applied. Still needs more testing
Configuration menu - View commit details
-
Copy full SHA for 7f9dc6c - Browse repository at this point
Copy the full SHA 7f9dc6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b429635 - Browse repository at this point
Copy the full SHA b429635View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce1806 - Browse repository at this point
Copy the full SHA dce1806View commit details -
Configuration menu - View commit details
-
Copy full SHA for d368a70 - Browse repository at this point
Copy the full SHA d368a70View commit details
Commits on Apr 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 13fdf0c - Browse repository at this point
Copy the full SHA 13fdf0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b28f8 - Browse repository at this point
Copy the full SHA 38b28f8View commit details
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.