Skip to content

fix(sync): ignore late warp sync responses after transition#3158

Open
replghost wants to merge 1 commit intomainfrom
fix/late-warp-sync-transition
Open

fix(sync): ignore late warp sync responses after transition#3158
replghost wants to merge 1 commit intomainfrom
fix/late-warp-sync-transition

Conversation

@replghost
Copy link
Copy Markdown

Fixes #3157.

This adds deterministic regression coverage for late warp-sync responses that arrive after the state machine transitions from warp sync to all-forks, and ignores those stale responses instead of panicking.

Validation:

  • cargo test -p parity-smoldot late_warp_sync -- --nocapture
  • cargo test -p parity-smoldot

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Late warp-sync responses can panic after #3155 transition to all-forks

1 participant