OdyseeTeam / chainquery

Chainquery parses and syncs the LBRY blockchain data into structured SQL
https://lbry.tech
MIT License
2.25k stars 42 forks source link

Add support for lbcd & more #176

Closed nikooo777 closed 1 year ago

nikooo777 commented 2 years ago

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.

nikooo777 commented 2 years ago

this runs in production so we should merge it