Releases: com-chain/api
Releases · com-chain/api
Version check
- Add the IsActive check instead of the AccountStatus
- Add the pending transaction for the Pledge
New Transactions Cassandra Table
Change the Cassandra Transaction table to optimize requests
- Insert pending transactions
- Add webhook capabilities
KeyStore and MessageStore
Merge pull request #7 from com-chain/webhook Webhook
Keystore & Transaction Message
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
Merge branch 'master' of github.com:com-chain/api