-
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
Delete update status HostZoneUnbonding_EXIT_TRANSFER_QUEUE in UpdateHostZoneUnbondings function #542
Delete update status HostZoneUnbonding_EXIT_TRANSFER_QUEUE in UpdateHostZoneUnbondings function #542
Conversation
Add testcase for LiquidStake
…take Revert "Add testcase for LiquidStake"
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.
lgtm, nice catch!
// * Does nothing | ||
// If failure: | ||
// * Reverts epoch unbonding record status | ||
// |
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.
just curious, was this change done manually or from a linter? I like it either way, just wondering if I have different lint settings!
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.
This change from a linter of my vs code 👨💻, if you think it shouldn't change, I will revert it
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.
No don’t revert it, it looks good! Was just curious
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
Open |
…han/update_UpdateHostZoneUnbondings
Open |
hi @asalzmann, can you plz review and merge this pr? |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
…han/update_UpdateHostZoneUnbondings
…ostZoneUnbondings function (Stride-Labs#542) Co-authored-by: DongLieu <duongduydongtq@gmail.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Closes: #525
Context and purpose of the change
HostZoneUnbonding
's statusEXIT_TRANSFER_QUEUE
was set twice, before and after burningstTokens
duringUndelegateCallback
so I think it should be used inSetHostZoneUnbondings
instead ofUpdateHostZoneUnbondings
function because there is a param type ofrecordstypes
inSetHostZoneUnbondings
and the main reason is after Updatehostzone we have to set it to storeBrief Changelog
hostZoneUnbonding
inUpdateHostZoneUnbondings
functionAuthor's Checklist
I have...
If skipped any of the tests above, explain.
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
Documentation and Release Note
Unreleased
section inCHANGELOG.md
?How is the feature or change documented?
XXX
x/<module>/spec/
)