Skip to content

Releases: OdyseeTeam/chainquery

v0.5.4

22 Jul 20:32
Compare
Choose a tag to compare

Changelog

1660c4b remove info statement that was not needed.

v0.5.3

22 Jul 16:32
Compare
Choose a tag to compare

Changelog

66b40f0 moved setting of bid state to when we determine controlling status to avoid change claims to active only to change it back to controlling. Fixed a bug where we were not syncing claims that had updated supports. Fixed bug where a successful claimtrie sync job was not being marked sucessful. Fixed bug where if there were no claims to sync it would not update the job as being run.

v0.5.2

18 Jul 01:41
Compare
Choose a tag to compare

Changelog

a7d3a83 Consider delay for controlling status.
4717209 Removed filter for getting claims to update that ignored spent or expired. This is necessary to avoid permanently never syncing a claim again which could have been set as such in error. Moved the start time of the claim trie sync job to be after the the spent claims are updated. I added error logging so that if there is a problem with the claim trie sync it is outputted to slack or the console. Lastly, I fixed a < > bug for the expiration where it was incorrectly setting claims as expired.
865ee7f fixed decimal length for block difficulty column
a069047 updated latest schema

v0.5.1

12 Jul 00:28
Compare
Choose a tag to compare

Changelog

8ce5467 prevent auto-updating on the same tag.
0813b72 update transaction info when updating claim, otherwise it will be marked as spent if it is updated. Added upgrade script to reprocess all claims.
c561f82 updated to latest version of dep & lbry.go

v0.5.0

09 Jul 02:51
Compare
Choose a tag to compare

Changelog

10d359b Added hardfork logic for expiration changes @ lbryio/lbrycrd#137
49afb00 Added hardfork logic for expiration changes @ lbryio/lbrycrd#137
f9fafea fixed bug removing the schema prefix which could cause issues when testing with another database and cause migration to fail.
9b85e7a fixed lbry.go issue caused by updates to a package. Updated bindata.go. updated dependencies.

v0.4.1

07 Jul 01:38
Compare
Choose a tag to compare

Changelog

6f76a53 added setting of height field for claims. Added upgrade script to set the height of previously processed claims.
bb72765 removed unused claim_id from upgrade script.
784b7a0 updated readme for blockchain reorgs in daemon description.

v0.4.0

05 Jul 01:58
Compare
Choose a tag to compare

Changelog

821fa86 -added better logging of reorgs.
4cae608 -fix travis error
40a7927 Added twilio integration to send text messages when blockchain reorgs happen.
6bf6df3 update packages
c59dc3c updated latest schema.

v0.3.4

17 Jun 17:31
Compare
Choose a tag to compare

Changelog

16dfc17 -only fix if not at the top of the chain

v0.3.3

17 Jun 17:03
Compare
Choose a tag to compare

Changelog

4b9ec09 -fix missing source output.

v0.3.2

17 Jun 16:03
Compare
Choose a tag to compare

Changelog

3058123 -add error logging for claimtrie sync instead of panicing.