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

feat: enhanced locator #1966

Merged
merged 1 commit into from Mar 20, 2020
Merged

Conversation

driftluo
Copy link
Collaborator

After allowing ibd multi-node download, the premise of enabling multi-node download is to update the best-known header of the corresponding node as soon as possible.

However, as the chain height continues to increase, the exponentially descending abstraction header of the locator will cause the minimum height header in the locator to become higher and higher, that is, it will take longer and longer to enable ibd multi-node download.

So, slightly improve the step insertion method of the locator so that the minimum height within it is as low as possible

@driftluo driftluo requested review from doitian, TheWaWaR, keroro520 and a team March 12, 2020 09:48
@doitian doitian added the s:waiting-on-reviewers Status: Waiting for Review label Mar 19, 2020
@yangby-cryptape
Copy link
Collaborator

bors r=quake,yangby-cryptape,keroro520

@nervos-bot nervos-bot bot added the s:ready-to-merge Status: Waiting to be merged. label Mar 20, 2020
@bors
Copy link
Contributor

bors bot commented Mar 20, 2020

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit bb36093 into nervosnetwork:develop Mar 20, 2020
@driftluo driftluo deleted the enhanced-locator branch March 20, 2020 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s:ready-to-merge Status: Waiting to be merged. s:waiting-on-reviewers Status: Waiting for Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants