Skip to content

(Requires Audit) PLEX-2473 LogPoller Fix Reorg Handing on Replay (Part 1)#355

Open
dhaidashenko wants to merge 3 commits intodevelopfrom
feature/PLEX-2473-fix-reorg-handing-on-replay
Open

(Requires Audit) PLEX-2473 LogPoller Fix Reorg Handing on Replay (Part 1)#355
dhaidashenko wants to merge 3 commits intodevelopfrom
feature/PLEX-2473-fix-reorg-handing-on-replay

Conversation

@dhaidashenko
Copy link
Contributor

@dhaidashenko dhaidashenko commented Feb 12, 2026

TestCase that were previously failing:

  1. LogPoller processes blocks to block 11
  2. Reorg replaces block 11 with a new block (some additional blocks may be added on top of it)
  3. Replay is initiated from block below 11.

Expected behaviour:

  1. LogPoller must replace reorged block 11 with a new data.
  2. DB must not contain at any point logs from both old and new block 11.
  3. Finality Violation must not occur, since chain did not violate finality depth.

Supports: #356

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants