chainquery

Chainquery parses and syncs the LBRY blockchain data into structured SQL

MIT License

Stars
2.3K
Committers
11

Bot releases are visible (Hide)

chainquery - v2.5.4 Latest Release

Published by tiger5226 almost 4 years ago

Changelog

83ab6af improve sync claims of claim trie sync

chainquery - v2.5.3

Published by tiger5226 almost 4 years ago

Changelog

56e22f4 increase queue size

chainquery - v2.5.2

Published by tiger5226 almost 4 years ago

Changelog

b924f99 Add new index to make finding spent outputs to update faster.
8b935bf Improve claimtrie sync process via code to reduce query complexity to make it overall much faster.
dbd19af fix linting

chainquery - v2.5.1

Published by tiger5226 almost 4 years ago

Changelog

eb0f738 Added prometheus metrics Fix notifications to close response

chainquery - v2.5.0

Published by tiger5226 about 4 years ago

Changelog

8b491c0 Add claim count for each channel
88d9618 Merge pull request #153 from lbryio/claims_in_channels

chainquery - v2.4.0

Published by tiger5226 about 4 years ago

Changelog

0de3c9b Add payment, new claim notifications
e96a4b4 Log error if subscribers cannot be applied
05f7bb5 Remove testing and add comments
f8ee520 fix linting

chainquery - v2.3.4

Published by tiger5226 about 4 years ago

Changelog

e01ddc7 Prevent liscenseURL greater than length 255 on stream

chainquery - v2.3.3

Published by tiger5226 over 4 years ago

Changelog

1b1ced9 Prevent sourceURL greater than length 255 on channel too

chainquery - v2.3.2

Published by tiger5226 over 4 years ago

Changelog

8023552 Prevent sourceURL greater than length 255

chainquery - v2.3.1

Published by tiger5226 over 4 years ago

Changelog

94f010e Add index for sd_hash limit content type column during processing
ff05549 Merge pull request #149 from lbryio/add_sd_hash_index
b2e5b6c fix migration

chainquery - v2.3.0

Published by tiger5226 over 4 years ago

Changelog

e49a68a Aligned claim id type and collation with other database schemas.
c5199f4 Keep claim id null
10396a3 Keep list claim id not null
93bb152 Merge pull request #143 from lbryio/use_lbrycrd_master
f3c72e0 Use lbrycrd master branch for test chainquery nightly, so we can detect any issues before a release.

chainquery - v2.2.0

Published by tiger5226 over 4 years ago

Changelog

5d9e698 Add reverse bytes test
742bfff Change claim reference column of claim table to align with claim id column for index usage.
8154516 Merge pull request #142 from lbryio/claim_reference

chainquery - v2.1.1

Published by tiger5226 over 4 years ago

Changelog

820fe82 Add comment for MaxParallelTxProcessing variable.
31a574a Address linting
3a76e2f Fix claim reference field
6256c92 Make maximum Vout/Vin processing concurrency configurable. Address code cleanup with never nil value
466ff76 Make the max number of transactions to process in parallel configurable to increase usage of mysql.
b4b3f22 allow deployment

chainquery - v2.1.0

Published by tiger5226 over 4 years ago

Changelog

658a3ee Fix claimtrie update bug where the wrong output was selected.
c6028e6 Fix go.sum
b2e5825 Merge pull request #141 from ykris45/patch-2
5137269 Stop sqlboiler from polluting the go.mod, go.sum
542f70e Update LICENSE
128419b Upgrade lbry.go dependency
8860bd3 Upgrade support to lbrycrd 17.3.2
9ac8100 Upgrade to go 1.13

chainquery - v2.0.10

Published by tiger5226 over 4 years ago

Changelog

91e8f68 Add docker image push to build process
ed43336 Change content type collation

chainquery - v2.0.9

Published by tiger5226 almost 5 years ago

Changelog

b726785 Fix deprecated go releaser yml tag
6cb7445 trim license to 500 characters before saving to database.
abad634 trim license to 500 characters before saving to database.

chainquery - v2.0.8

Published by tiger5226 almost 5 years ago

Changelog

0a5d0c7 Add inputs to the chainsync job.

chainquery - v2.0.7

Published by tiger5226 almost 5 years ago

Changelog

540f8a8 Fix difficulty bug Reset Chainsync errors after whole chain is processed

chainquery - v2.0.6

Published by tiger5226 almost 5 years ago

Changelog

5ac152d Add migration for transaction raw field.

chainquery - v2.0.5

Published by tiger5226 almost 5 years ago

Changelog

ec02e44 Fix certificate sync job so it doesn't use an expensive query.