-
Notifications
You must be signed in to change notification settings - Fork 208
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
V18 Upgrade Migrations #1084
Merged
Merged
V18 Upgrade Migrations #1084
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
dbfc0c3
re-fetched updated records after refresh
sampocs df83c77
added unit test for native refresh
sampocs 910490d
Merge branch 'main' into reload-after-refresh
sampocs 8354eaa
add upgrade handler
shellvish ff6fbab
Merge remote-tracking branch 'origin/reload-after-refresh' into v18-u…
shellvish c67c9f9
remove hub tokenizations
shellvish a3bd21c
migrate URRs
shellvish 6552b59
set host zone unbonding at end of migration
shellvish a1773ab
nit changes
sampocs a66d8c4
Update x/stakeibc/keeper/unbonding_records.go
shellvish c3beefa
added constants file
sampocs 421b1e6
switched to using redemption rate instead of unbond amount
sampocs 9ac0359
Merge branch 'v18-upgrade-migrations' of github.com:Stride-Labs/strid…
sampocs 02784bf
nit
sampocs ecfbd8b
nit
sampocs 2759211
bugs
sampocs ebe7c3d
unit test
sampocs 6403334
added starting epoch catch
sampocs 3ae173c
Merge branch 'main' into v18-upgrade-migrations
asalzmann 59d980a
add store key (#1088)
asalzmann 72113ff
added upgrade unit test
sampocs 98db45a
Merge branch 'v18-upgrade-migrations' of github.com:Stride-Labs/strid…
sampocs 51eb82b
decrement terra delegations in progress by 3 in upgrade (#1089)
riley-stride 3d9e44d
fixed unbonding unit tests (#1090)
sampocs f5ec490
added test case for status
sampocs ad69282
Merge branch 'v18-upgrade-migrations' of github.com:Stride-Labs/strid…
sampocs 78b0e5f
lint fix
sampocs a73128a
added additional upgrade unit tests
sampocs ea02062
nit
sampocs 289e922
nit
sampocs 2f2f290
update constants
shellvish 64fa722
Revert "update constants"
shellvish 86c642d
Merge branch 'v18-upgrade-migrations' of github.com:Stride-Labs/strid…
sampocs bc3ec3d
Update constants.go
shellvish 7f36d24
update starting estimate
shellvish 1f06083
Update constants.go
shellvish 5912787
Signaling prop in upgrade (#1092)
sampocs f9dea85
update constants with most recent data
shellvish 0dd8f75
Merge branch 'v18-upgrade-migrations' of github.com:Stride-Labs/strid…
sampocs 011a78a
fixed unit test after refresh
sampocs 56602ca
Merge branch 'main' into v18-upgrade-migrations
sampocs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
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.
Should we test records in other statuses?
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.
was considering that too, but didn't want the test to get too bloated.
Happy to add it in the morn if you think it makes sense!
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.
Maybe just one other status to make sure the record filtering works
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.
done