Skip to content
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

fix(rln-relay): missed roots during sync #2015

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Conversation

rymnc
Copy link
Contributor

@rymnc rymnc commented Sep 8, 2023

Description

on a new block header, processes min(g.latestProcessedBlock, newHeadNumber) to account for missed blocks

Changes

  • newBlockHeader processing strategy

Issue

closes #2002

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

You can find the experimental image built from this PR at

quay.io/wakuorg/nwaku-pr:2015-experimental

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2015

@rymnc rymnc marked this pull request as ready for review September 8, 2023 11:59
@rymnc rymnc force-pushed the investigation-invalid-root-2 branch from 270ed22 to df10159 Compare September 8, 2023 11:59
@rymnc rymnc self-assigned this Sep 8, 2023
Copy link
Contributor

@alrevuelta alrevuelta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! small pr but very important fix!

@rymnc rymnc merged commit 21604e6 into master Sep 8, 2023
14 checks passed
@rymnc rymnc deleted the investigation-invalid-root-2 branch September 8, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

bug(rln): problems syncing the rln tree, different roots
3 participants