-
Notifications
You must be signed in to change notification settings - Fork 68
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
IF: Test Failure: nodeos_producer_watermark_if_lr_test #2296
Comments
Looks like a failure of immediate transition to instant finality. The
The txt is then put into block 51, but 51 never reaches LIB because we transitioned in block 50. The 51 block never reaches LIB. If we wished to fix this, then we would need to verify the txt (and block) did not fail before switching.
|
Closing because we believe implementing proper IF transition (rather than immediate transition) resolved the test failure. |
To investigate later:
https://github.com/AntelopeIO/leap/actions/runs/8210228195/job/22457515541?pr=2282#step:4:10111
The text was updated successfully, but these errors were encountered: