Skip to content

Releases: OdyseeTeam/chainquery

v0.1.2

10 May 15:42
Compare
Choose a tag to compare

Changelog

ff18ecb -removed dash from travis -increased version number to v0.1.2

v0.1.1

10 May 15:27
Compare
Choose a tag to compare

Changelog

18e9e87 -Added autoupdate notification for travis.
4b5c21e -Increased version # for patch. -Removed processing time logging of claimtrie sync job
12ef96f -Removed util import from claimtrie sync.

v0.1.0

10 May 05:19
Compare
Choose a tag to compare

Changelog

dc4895a -Added better error handling and logging for auto update -Fixed lint error. -Added configuration of AutoUpdateCommand
7785052 -Added prefix to lbrycrd client init error.
ff8b08a -Fixed If/Else block indent lint issue. No need for else.
a04371b -Fixed lint errors
8746f9a -Implemented AutoUpdater -Integration lbry.go api server
3b1b9a3 -Updated logging to be debug instead of warning ( for unknown claim ).
e8469de -added claimtriesync prefix to logging of job.
29b7851 -added comment to fix go lint error.
19e4acc -fixed bug where error was logged instead of panic.
f0201af -fixed bug where multiple instances of claimtrie sync could run if the frequency was less than the time it takes to complete.
999dfed -fixed typos and broken links in the readme.
f04f4aa -increased version for next release.
fed03d3 -removed git status call from travis.yml -moved AutoUpdateCommand setting to main.go to avoid import cycle during go test.

v0.0.8

08 May 00:17
Compare
Choose a tag to compare

Changelog

38036f7 -fixed migration issue where 2 sql statements were not indivudually wrapped.
0c6670e -moved lbrycrd init test out of main.go

v0.0.1rc3

03 May 01:08
Compare
Choose a tag to compare

-made transaction processing concurrent.
-fixed configuration issues.
-added fields to the schema fee_address

v0.0.1rc2

20 Apr 02:22
Compare
Choose a tag to compare

-Added claimtrie sync
-Adjusted Schema to handle claim specific attributes
-Made vin and vout processing concurrent to better performance

V0.0.1rc1

04 Apr 02:44
Compare
Choose a tag to compare

Initial pre-release of chainquery.