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
The block height of a new epoch updated in storage, after we call finalize_block(), is wrong. We need to store the previous height, rather than the next height.
The fix is fairly simple. We just need to apply this patch in reverse.
We also need to fix a related unit test (test_can_send_validator_set_update), or simply #[ignore] it for now.
The text was updated successfully, but these errors were encountered:
The block height of a new epoch updated in storage, after we call
finalize_block()
, is wrong. We need to store the previous height, rather than the next height.The fix is fairly simple. We just need to apply this patch in reverse.
We also need to fix a related unit test (
test_can_send_validator_set_update
), or simply#[ignore]
it for now.The text was updated successfully, but these errors were encountered: