You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new behaviour in cosmos-sdk we need to address the possible panic in provider code then executing the AfterUnbondingInitiated. At present the provider will panic in case the PubUnbondingOnHold operation fails. With changes in cosmos-sdk the panic can be de-escalated into a simple error log since the sdk merges can now merge multiple UndelegationEntries into a single one (provided multiple entries are created for the same height).
The text was updated successfully, but these errors were encountered:
More context in the cosmos-sdk issue cosmos/cosmos-sdk#16042 and associated PR cosmos/cosmos-sdk#16043
With the new behaviour in cosmos-sdk we need to address the possible panic in provider code then executing the
AfterUnbondingInitiated
. At present the provider will panic in case thePubUnbondingOnHold
operation fails. With changes in cosmos-sdk the panic can be de-escalated into a simple error log since the sdk merges can now merge multipleUndelegationEntries
into a single one (provided multiple entries are created for the same height).The text was updated successfully, but these errors were encountered: