Skip to content

Releases: eeonevision/anychaindb

Shire [Fix]

31 Jul 08:51
a4c0321
Compare
Choose a tag to compare

In this release was updated tendermint version to 0.22.8

Shire [Fix]

23 Jul 20:52
e5ede94
Compare
Choose a tag to compare
  • Fixed search queries in fast_client;
  • Fixed response checking in sync/commit modes;
  • Now all requests uses POST method, instead of GET.

Shire

23 Jul 17:15
b2563d3
Compare
Choose a tag to compare

In this release was added support for three different API request processing mode:

  • async - will return result immediately without waiting for checks in blockchain;
  • sync (default) - will return result after performing base checking;
  • commit - will return result after the transaction was committed in the block.

By default sync mode is used. You can change it by adding ?mode={async|sync|commit} query parameter in POST-requests to REST-API.

Lovell [Fix]

19 Jul 14:41
1953a28
Compare
Choose a tag to compare
  • Hotfix in error handling
  • Fixed error, when nil private key attempts to sign transaction

Lovell [Fix]

19 Jul 11:58
a2b6bda
Compare
Choose a tag to compare

Fixed bugs and error handling

Lovell [Fix]

16 Jul 05:35
Compare
Choose a tag to compare

Updated all dependencies to their latest version

Lovell

14 Jul 12:28
8efc6b2
Compare
Choose a tag to compare

Breaking changes:

  • Support for many receivers in private data;
  • Added server-side decryption of private data. If Authorization: Basic base64(receiver_id:private_key) header was presented in GET request, then private data for that receiver account id will returned already decrypted;
  • CreatedAt field in payload stored as Unix timestamp in milliseconds;
  • Optimized tendermint imports due latest release

Buffer

05 Jul 12:59
ad2538e
Compare
Choose a tag to compare

Proud to announce a new release of AnyChainDB (ex. Leadschain)!

Now it calls AnychainDB because we made it unified for all kinds of data, introduced a ECDH encryption and many other things, so it became to blockchain database as it be.
Leadschain will a new product based on AnychainDB and provide a transparency services for advertisers and affiliates.

All new introduced changes you can see at address: AnychainDB REST API

[Fixes] Bernard

21 May 07:28
1163fe8
Compare
Choose a tag to compare

Fixes:

  • Search in transitions and conversions works and fully compliant with MongoDB query language;
  • Updated REST API Docs.

[Fixes] Bernard

15 May 08:34
4a05888
Compare
Choose a tag to compare

Fixes:

  • removed hashing of conversions and transitions fields because is not needed
  • state methods are fully commented.