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

Implement milestone optimization. #410

Closed
evoskuil opened this issue Jan 2, 2019 · 1 comment
Closed

Implement milestone optimization. #410

evoskuil opened this issue Jan 2, 2019 · 1 comment
Assignees
Milestone

Comments

@evoskuil
Copy link
Member

evoskuil commented Jan 2, 2019

Use configured hash:height tuples to skip full validation (use checkpoint logic) below when hash is found in candidate ancestry. This differs from checkpoints in that the point is not required. Technically the height is not required but retained as self-documenting.

[blockchain]
milestone = 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce261:100000
milestone = 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce262:200000
milestone = 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce263:300000
milestone = 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce264:400000
milestone = 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce265:500000
@evoskuil
Copy link
Member Author

evoskuil commented Jan 3, 2019

Duplicates: libbitcoin/libbitcoin-blockchain#352

@evoskuil evoskuil closed this as completed Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant