Skip to content

Releases: OdyseeTeam/chainquery

v1.3.0

12 Nov 01:07
c2b1e5c
Compare
Choose a tag to compare

Changelog

b657080 Added addition travis checks and api only command to be used as ./chainquery api. This is mainly to run chainquery for travis checks.
031a9c2 Added capability to verify claims against channels. Added is_cert_valid which determines if a potentially signed claim matches the channel certificate and is_cert_processed which is for internal use for chainquery to determine if a claim has already been validated. When a claim is processed ( update or new ) these columns are set to false, unless a claim is not for a channel, then is_cert_processed will be set to true.
c2b1e5c Merge pull request #64 from lbryio/signature_validation
2ddec08 updated dependency for lbry.go and lbryschema.go added dependency for types/go

v1.2.4

07 Nov 04:38
baadd05
Compare
Choose a tag to compare

Changelog

baadd05 new applications starting from scratch should start at that appversion, not version 1 to prevent running data upgrades.

v1.2.3

05 Nov 02:57
228ca10
Compare
Choose a tag to compare

Changelog

290bc51 Added semantic versioning to status call to make identifying binary version easy.
e4aaba3 Adjusted bid_state to use effective_amount instead of valid_at_height to determine Controlling status.
228ca10 Moved block lock to transaction processing function.

v1.2.2

04 Nov 22:57
bf6aa67
Compare
Choose a tag to compare

Changelog

bf6aa67 added catch for when the daemon is not caught up to the top of the chain, so that we avoid outputting errors from the mempool sync unnecessarily. Added the ability to avoid syncing a transaction during the mempool sync if it already exists. Since if the transaction changes the hash will change too.
d9405c1 changed assets to make it easier to grab latest binaries
654e0b6 fixed but in duplicated reference of GetVersion vs GetVersionLong

v1.2.1

04 Nov 01:36
a2d8b23
Compare
Choose a tag to compare

Changelog

e8f36bf -added ldflags to goreleaser for versioning of releases.
a2d8b23 Added version to status api

v1.2.0

03 Nov 19:26
aca0127
Compare
Choose a tag to compare

Changelog

1da0437 - fixed issue with debug mode and using logrus for queries. Also added names for jobs to be outputted on shutdown. fixed asyncstoppable, was missing defer.
806131a - fixed linting errors
ab6b1cd Added Go install instructions for Windows
00b2fe0 Added clarity to README.md and expanded howto.
1cadc15 Added mempool support
5457885 Corrected recommendation for invocation
57b8601 Merge pull request #56 from chamunks/chamunks-documentation-patch-1
aca0127 Merge pull request #61 from lbryio/mempool
92afd97 added better explanation to config flag.
3a062e3 fixed user name
4f3e73a prevent overwriting config file by accident
f01d8ef updated golint path

v1.1.2

01 Sep 19:24
04bc30a
Compare
Choose a tag to compare

Changelog

04bc30a go releaser - configure goos

v1.1.1

01 Sep 19:06
f1e2667
Compare
Choose a tag to compare

Changelog

f1e2667 moved around for test

v1.1.0

01 Sep 18:18
745e51c
Compare
Choose a tag to compare

Changelog

745e51c added support for windows builds, updated dependencies.
75c046d updated chainquery schema for 1.0

v1.0.0

12 Aug 17:00
fb01074
Compare
Choose a tag to compare

Changelog

fb01074 Merge pull request #39 from lbryio/schema_fix
9a304c7 fixed rebase conflicts
08bee13 made breaking changes to schema to fix and align it better for usage.