waku-org / nwaku

Waku node and protocol.
Other
183 stars 46 forks source link

feat: sync use subranges #2652

Closed chaitanyaprem closed 2 weeks ago

chaitanyaprem commented 2 weeks ago

Description

Use negentropy subrange which gives flexibility to choose sync time. Still some optimizations are needed in negentropy side, but functionally this change has passed all existing tests.

@SionoiS SubRange seems to work with just timestamp alone, i think the ID argument may not be required then.

Changes

github-actions[bot] commented 2 weeks ago

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2652-rln-v2

Built from 78d54239a446bd7971fb3dea3f9477b3ec5249d7

github-actions[bot] commented 2 weeks ago

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2652-rln-v1

Built from 78d54239a446bd7971fb3dea3f9477b3ec5249d7

SionoiS commented 2 weeks ago

@SionoiS SubRange seems to work with just timestamp alone, i think the ID argument may not be required then.

Fantastic news! Makes our lives much easier.