-
Notifications
You must be signed in to change notification settings - Fork 585
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 in-place and genesis migrations #205
Commits on May 31, 2021
-
Prunes solomachines and expired tendermint consensus states via an x/upgrade
Configuration menu - View commit details
-
Copy full SHA for 4f874d9 - Browse repository at this point
Copy the full SHA 4f874d9View commit details
Commits on Jun 2, 2021
-
fix iteration bug remove solo machine connections remove solo machine channels
Configuration menu - View commit details
-
Copy full SHA for f8ca013 - Browse repository at this point
Copy the full SHA f8ca013View commit details
Commits on Jun 7, 2021
-
migrate solomachine from v1 to v2 during in place migration
Regenerate v1 solo machine definition in 02-client legacy Migrate from v1 to v2 solo machine client state Prune v1 solo machine consensus states
Configuration menu - View commit details
-
Copy full SHA for 29c1c48 - Browse repository at this point
Copy the full SHA 29c1c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0db21 - Browse repository at this point
Copy the full SHA db0db21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 972ca3c - Browse repository at this point
Copy the full SHA 972ca3cView commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 314aaba - Browse repository at this point
Copy the full SHA 314aabaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a30fa - Browse repository at this point
Copy the full SHA 40a30faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 863fdbd - Browse repository at this point
Copy the full SHA 863fdbdView commit details -
Merge branch 'colin/11-migration-scripts' of github.com:cosmos/ibc-go…
… into colin/11-migration-scripts
Configuration menu - View commit details
-
Copy full SHA for a36801f - Browse repository at this point
Copy the full SHA a36801fView commit details
Commits on Jun 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 863b50a - Browse repository at this point
Copy the full SHA 863b50aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 545056e - Browse repository at this point
Copy the full SHA 545056eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40484bb - Browse repository at this point
Copy the full SHA 40484bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a24618d - Browse repository at this point
Copy the full SHA a24618dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d9bcdd - Browse repository at this point
Copy the full SHA 6d9bcddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6fc52 - Browse repository at this point
Copy the full SHA 6c6fc52View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67102f - Browse repository at this point
Copy the full SHA a67102fView commit details
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7e1f40f - Browse repository at this point
Copy the full SHA 7e1f40fView commit details -
Merge branch 'colin/11-migration-scripts' of github.com:cosmos/ibc-go…
… into colin/11-migration-scripts
Configuration menu - View commit details
-
Copy full SHA for 3896a2a - Browse repository at this point
Copy the full SHA 3896a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7edac1e - Browse repository at this point
Copy the full SHA 7edac1eView commit details -
add genesis json unmarshal test
Test that the legacy solo machines can be successfully unmarshalled. This requires registering an implementation for the legacy solo machine. An implemenation which panics has been added. This implementation should only be registered against a clientCtx during a migrate cli cmd. The implementation is only briefly used in order to decode the previous solo machine set in genesis.
Configuration menu - View commit details
-
Copy full SHA for e326f74 - Browse repository at this point
Copy the full SHA e326f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for a970700 - Browse repository at this point
Copy the full SHA a970700View commit details
Commits on Jun 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7ceca61 - Browse repository at this point
Copy the full SHA 7ceca61View commit details -
Merge branch 'colin/11-migration-scripts' of github.com:cosmos/ibc-go…
… into colin/11-migration-scripts
Configuration menu - View commit details
-
Copy full SHA for ca070bd - Browse repository at this point
Copy the full SHA ca070bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fcd0c4 - Browse repository at this point
Copy the full SHA 0fcd0c4View commit details
Commits on Jun 16, 2021
-
The genesis client metadata was being set independently for each unexpired height. It needed to be moved outside the unexpired for loop
Configuration menu - View commit details
-
Copy full SHA for 900b907 - Browse repository at this point
Copy the full SHA 900b907View commit details -
Configuration menu - View commit details
-
Copy full SHA for fed9443 - Browse repository at this point
Copy the full SHA fed9443View commit details
Commits on Jun 17, 2021
-
apply Aditya review suggestions, fix bug
There was a bug in adding consensus metadata since it relied on the iteration key not yet set. This is fixed by using traditional iteration using the consensus state key, setting metadata for all consensus states, and then pruning expired consensus states. The store test has been updated to set create two tendermint clients
Configuration menu - View commit details
-
Copy full SHA for e595b11 - Browse repository at this point
Copy the full SHA e595b11View commit details