Skip to content

Releases: com-chain/api

Version check

Choose a tag to compare

@FlorianDubath FlorianDubath released this 14 Jun 12:07
  • Add the IsActive check instead of the AccountStatus
  • Add the pending transaction for the Pledge

New Transactions Cassandra Table

Choose a tag to compare

@FlorianDubath FlorianDubath released this 08 May 14:11

Change the Cassandra Transaction table to optimize requests

  • Insert pending transactions
  • Add webhook capabilities

KeyStore and MessageStore

Choose a tag to compare

@FlorianDubath FlorianDubath released this 23 Dec 09:58
335f5bf
Merge pull request #7 from com-chain/webhook

Webhook

Keystore & Transaction Message

Pre-release

Choose a tag to compare

@FlorianDubath FlorianDubath released this 07 Dec 06:45
c0aa877

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

Choose a tag to compare

@FlorianDubath FlorianDubath released this 12 Apr 08:24
Merge branch 'master' of github.com:com-chain/api