-
Notifications
You must be signed in to change notification settings - Fork 39
Add support for lbcd & more #176
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
Merged
Conversation
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
lbcd compatibility fix block reprocessing
fix issue with claimtriesync try other values for claimtriesync temporarily disable first section of claimtriesync
again temporarily skip a part of it
remove unused code introduce channel based processing of "updated" claims WiP
improve error logging in claimtriesync
bugs--
stupid mysql
add index to support table
make use of json type in mysql 8
update go to 1.17 remove lbry.go v1 update go-bindata
maybe fix build pt2
improve block processing fix build pt3 improve logging
fix issue with next block hash
streamline transaction insertion and update improve logs
improve transaction processing drop unused columns drop useless triggers fix random bugs
add unique index to support table
fix claimtrie sudden death
this runs in production so we should merge it |
13154fb
to
3190a98
Compare
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.
This PR adds support for lbcd so that lbrycrd can be forgotten.
Additionally this PR:
Todo list:
This is a work in progress still, but it works!
warning: it's not recommended to run this against a production instance because the migrations included in this PR will take over 24 hours to run and can fail if not enough disk space is available (up to the same size of the biggest table on disk)
additionally, a few fields were missing or were incorrect due to bugs in the code and the migration doesn't aim at correcting those gaps. A full resync is ideal if running this one.