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

Update URL parsing to reflect spec updates #144

Open lyoshenka opened 4 years ago

lyoshenka commented 4 years ago

Blocked by https://github.com/lbryio/lbry-sdk/issues/2832. Feel free to do this work anytime, but don't merge or deploy it until this is done in the SDK.

We're changing the # (the claim ID char) in URLs to be :, and the : (claim sequence char) to be *.

# will still work for now, but its deprecated. The SDK should accept it and just convert it to : internally. Everything coming out of the SDK should use :

Here are the corresponding spec changes: https://github.com/lbryio/spec/commit/500066a88944f00f90b8f0c950a12bc1f5eed7b8

tiger5226 commented 4 years ago

We don't currently have this column yet. I definitely want to add it, but I might as well add this format. Since no one is using the column it's probably not blocked.