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
Verify that the BTC scanner can correctly output the canonical chain in the expected sequence after bootstrapping, block processing, and reorgs. Implement tests for the following scenarios:
Bootstrapping -> Block handler: Ensure the scanner processes blocks correctly and outputs the canonical chain.
Block handler -> Reorg happens -> Bootstrapping -> Block handler: Simulate a reorg and verify the scanner can recover and output the correct chain.
The text was updated successfully, but these errors were encountered:
Verify that the BTC scanner can correctly output the canonical chain in the expected sequence after bootstrapping, block processing, and reorgs. Implement tests for the following scenarios:
Bootstrapping -> Block handler: Ensure the scanner processes blocks correctly and outputs the canonical chain.
Block handler -> Reorg happens -> Bootstrapping -> Block handler: Simulate a reorg and verify the scanner can recover and output the correct chain.
The text was updated successfully, but these errors were encountered: