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
We are able to unbond 7 times per unbonding period, hence the 3 day epoch (this works for most networks).
However, a race condition exists where the first unbonding to trigger for Epoch 7 is sent, before the final unbonding tx is completed for epoch, causing a failure.
We should observe the completion time of the unbond records for 7 epochs ago, and use this to trigger unbonding messages.
The text was updated successfully, but these errors were encountered:
We are able to unbond 7 times per unbonding period, hence the 3 day epoch (this works for most networks).
However, a race condition exists where the first unbonding to trigger for Epoch 7 is sent, before the final unbonding tx is completed for epoch, causing a failure.
We should observe the completion time of the unbond records for 7 epochs ago, and use this to trigger unbonding messages.
The text was updated successfully, but these errors were encountered: