Releases: OdyseeTeam/chainquery
v0.1.2
v0.1.1
v0.1.0
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.