Skip to content

Releases: com-chain/api

Version check

14 Jun 12:07
Compare
Choose a tag to compare
  • Add the IsActive check instead of the AccountStatus
  • Add the pending transaction for the Pledge

New Transactions Cassandra Table

08 May 14:11
Compare
Choose a tag to compare

Change the Cassandra Transaction table to optimize requests

  • Insert pending transactions
  • Add webhook capabilities

KeyStore and MessageStore

23 Dec 09:58
335f5bf
Compare
Choose a tag to compare
Merge pull request #7 from com-chain/webhook

Webhook

Keystore & Transaction Message

07 Dec 06:45
c0aa877
Compare
Choose a tag to compare
Pre-release

This version of the API is needed for Biletujo 2.2+ it offers the following new functionalities:

  • Interface with the KeyStore: the client can store and retrieve message keys,
  • Storing the additional data: ciphered messages, as other additional data, data stored along with the ETH transaction are stored in a staging table and copied to the transaction when the parser.py insert it,
  • Retrieving additional data: expor.php has been modified to return all the fields of the transactions (in particular the ciphered messages.

Older versions of Bilutejo are not impacted by these modification

V2.0.9

12 Apr 08:24
Compare
Choose a tag to compare
Merge branch 'master' of github.com:com-chain/api