-
Notifications
You must be signed in to change notification settings - Fork 112
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
refactor(lib/sync): introduce fullsync
strategy
#4114
Conversation
… into eclesio/sync-strategy
… into eclesio/sync-strategy
… into eclesio/sync-strategy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few small comments. Great work @EclesioMeloJunior!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gave another look over, looks great! Few minor comments but you can use your discretion if you want to accept them or not.
Changes
dot/sync
packagelib/sync
bootstrap
andtip
sync and just uses thefullsync
as the default strategySyncService
uses the strategy approach as described in Refactor sync package to use the strategy approach #4112Tests
go test -timeout 10m github.com/ChainSafe/gossamer/lib/sync --tags=integration -v
Issues