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.
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
feat: Cancel unbonding delegation entry #10885
feat: Cancel unbonding delegation entry #10885
Changes from 12 commits
b18cbc2
276d33b
5f197f1
759fff3
bf10855
bcee445
ff8be0f
ee7079e
98a6126
8d3a82b
78042e6
5147003
d93705f
389bd1f
f909286
07a4822
a8cd5dd
31c54a1
927e3b9
550e27d
65b8527
2d26ab3
816cb9c
e27b990
61c4818
be0b721
ad66dc4
ef9f21e
15d215e
b21d5a0
563db02
f288ecd
70a2b53
e9bd4bb
971dc0a
8b9fee6
ea69358
f7cafe2
28243eb
6c3aa6f
4c67387
793ce7f
8c1e20a
de22757
597aa0b
5390f78
b468491
b8b643e
0bc4085
069101a
ebaa959
78725ee
d4bba93
376024d
21ce078
bb70c1c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
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.
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.
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.
if we can initialize
unbondEntryIndex
to-1
we can eliminatefoundUnBondingAtHeight
andunbondEntryIndex
can be used at L447