-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
fix(x/accounts/default/lockup): Lockup account track undelegation when unbonding entry is mature #22254
Merged
+5,374
−2,750
Merged
fix(x/accounts/default/lockup): Lockup account track undelegation when unbonding entry is mature #22254
Changes from 2 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
4fd342f
add und entry proto
sontrinh16 83d300d
add track ubd entries
sontrinh16 41a1808
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 a63f909
add track undelegations before check tokens sendable
sontrinh16 0544b0d
Merge branch 'son/lockup_unbond_sync' of https://github.com/cosmos/co…
sontrinh16 a37205e
minor
sontrinh16 e1e0ce2
fix tests
sontrinh16 b1135b6
fix tests
sontrinh16 716621a
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 7641b26
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 700ea01
manually track undelegation
sontrinh16 0c26ac3
Merge branch 'son/lockup_unbond_sync' of https://github.com/cosmos/co…
sontrinh16 2eaff98
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 8ff7f82
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 f157e17
Update x/accounts/proto/cosmos/accounts/defaults/lockup/lockup.proto
sontrinh16 de6f925
fix conflict
sontrinh16 075d9ee
Merge branch 'son/lockup_unbond_sync' of https://github.com/cosmos/co…
sontrinh16 9f25810
minor
sontrinh16 22d24c1
fix tests
sontrinh16 c990e46
minor
sontrinh16 8e9bde2
fix tests
sontrinh16 70e61c5
minor
sontrinh16 4158151
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 e0b096e
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 7e5d20e
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 2a8d551
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 4e83bc7
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 646c178
Merge branch 'son/lockup_unbond_sync' of https://github.com/cosmos/co…
sontrinh16 f9dcc39
remove ubd id
sontrinh16 f9d1bfb
fixing
sontrinh16 8e3be3d
fix tests
sontrinh16 7fb8c29
add remove matured entry
sontrinh16 ed0cbdb
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 1ed4b64
revert
sontrinh16 a7ee203
fix tests
sontrinh16 af32a94
more fixing
sontrinh16 54c8f5c
remove withdraw unlocked coins
sontrinh16 a4c8c3e
clean up
sontrinh16 292cf01
address comments
sontrinh16 ce829cf
minor
sontrinh16 be528f7
Merge branch 'main' into son/lockup_unbond_sync
sontrinh16 5f59218
resolve conflict
sontrinh16 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
1,031 changes: 991 additions & 40 deletions
1,031
api/cosmos/accounts/defaults/lockup/v1/query.pulsar.go
Large diffs are not rendered by default.
Oops, something went wrong.
1,391 changes: 38 additions & 1,353 deletions
1,391
api/cosmos/accounts/defaults/lockup/v1/tx.pulsar.go
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Would it make sense to have pagination support here, too?