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
Failure of terminate-at-block when running in irreversible mode. This failure is caused by blocks being able to be applied during log_irreversible. The terminate_at_block checks chain_head in push_block. This allows bsp to be added to the forkdb and processed during log_irreversible. Need to check bsp in push_block and not allow it to be processed if > than terminate_at_block.
https://github.com/AntelopeIO/spring/actions/runs/8707646627/job/23883711651#step:4:711
The text was updated successfully, but these errors were encountered: