Blockindex compatibility fix, startup speedup#541
Merged
stevenroose merged 2 commits intoElementsProject:masterfrom Mar 28, 2019
Merged
Blockindex compatibility fix, startup speedup#541stevenroose merged 2 commits intoElementsProject:masterfrom
stevenroose merged 2 commits intoElementsProject:masterfrom
Conversation
Contributor
Author
|
Output from updated instance(14->master) for reference: |
Contributor
Author
|
On freshly synced elements master: Now syncing using liquid public release and will post results when finished. |
Contributor
Author
|
liquid public release sync: |
Contributor
|
tACK 0baa135 Converted my old liquidd in a flash :) |
stevenroose
added a commit
that referenced
this pull request
Mar 28, 2019
0baa135 Only check 1 in 1000 block header sigs on load (Gregory Sanders) 87c06d4 Save some space, maintain compatibility with elements-0.14 header index (Gregory Sanders) Pull request description: We diverged from the 0.14 codebase, fix included here as well as performance speedup on initial load. In 0.14 we did no signature checking at all, but the signature checks were what alerted me to the incompatibility, so I opted to preserve some of that as sanity check. Tree-SHA512: 565c9d771e8f7a1057f7dcd1107c9d3f23159d3cf9f9968fdc53f7732abdfbf8a65e3c0a42807fbb80c712cb65d6fa2a7c83c3bf3de5ac0a6b72b49e55f00e83
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We diverged from the 0.14 codebase, fix included here as well as performance speedup on initial load.
In 0.14 we did no signature checking at all, but the signature checks were what alerted me to the incompatibility, so I opted to preserve some of that as sanity check.