Skip to content

Releases: OdyseeTeam/chainquery

v2.3.0

01 Mar 01:26
c5199f4
Compare
Choose a tag to compare

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.

v2.2.0

22 Feb 02:04
8154516
Compare
Choose a tag to compare

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

v2.1.1

20 Feb 01:45
3a76e2f
Compare
Choose a tag to compare

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

v2.1.0

09 Feb 05:08
5137269
Compare
Choose a tag to compare

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

v2.0.10

01 Feb 17:14
ed43336
Compare
Choose a tag to compare

Changelog

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

v2.0.9

09 Jan 02:30
b726785
Compare
Choose a tag to compare

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.

v2.0.8

10 Dec 17:14
0a5d0c7
Compare
Choose a tag to compare

Changelog

0a5d0c7 Add inputs to the chainsync job.

v2.0.7

10 Dec 04:33
540f8a8
Compare
Choose a tag to compare

Changelog

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

v2.0.6

09 Dec 17:37
5ac152d
Compare
Choose a tag to compare

Changelog

5ac152d Add migration for transaction raw field.

v2.0.5

08 Dec 20:05
ec02e44
Compare
Choose a tag to compare

Changelog

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