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

Improve selfrepair summary download #400

Merged
3 commits merged into from
Jun 27, 2022
Merged

Conversation

ghost
Copy link

@ghost ghost commented Jun 23, 2022

Description

Implement a faster download of the beacon summaries during self-repair

Fixes #385

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Simulate a delay in the P2P messages (for example 200ms), and run one node. After 1/2 cycle of self-repair, run a 2nd node, the self-repair should be performed in few seconds.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@ghost ghost added the feature New feature request label Jun 23, 2022
@ghost ghost changed the base branch from master to develop June 23, 2022 21:39
@ghost ghost assigned Neylix and prix-uniris Jun 24, 2022
@ghost ghost merged commit a453377 into develop Jun 27, 2022
@ghost ghost deleted the improve_selfrepair_summary_download branch June 27, 2022 11:32
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve self-repair summaries download
2 participants