Skip to content

Releases: Adamant-im/adamant

v0.5.0

30 Jan 13:03
ad4cccb
Compare
Choose a tag to compare
  • New /api/node endpoints
  • New /api/chatrooms endpoint
  • WebSocket server for light clients to subscribe for new transactions.
  • Version/minVersion moved from config file.

v0.4.2

14 Dec 22:22
10f12f1
Compare
Choose a tag to compare
  • Tests for Nodes — Fix the tests
  • New API Tests
  • New POST /api/transactions endpoint
  • Updated sodium dependency to resolve problems with recent Node.js versions

v0.4.0

27 Jul 09:52
3b02193
Compare
Choose a tag to compare

Notice: next version that is scheduled for release in next week, won't accept any nodes less that 0.4.x

v0.3.2

05 Jul 13:36
8015660
Compare
Choose a tag to compare
  • Fixing issue with transfering tokens in chat messages.

v0.3.1

22 Jun 19:57
Compare
Choose a tag to compare
  • Adding nodeTimestamp field to API responses. This is not network breaking, so only nodes providing public api should be updated.

v0.3.0

09 Jun 15:00
7abb065
Compare
Choose a tag to compare
  • Adding support for Rich Content Messages (AIP 5)
  • Adding support for Signal Messages (AIP 6)
  • Fixing filters in state(KVS) transaction api

v0.2.1

21 May 22:56
Compare
Choose a tag to compare
  • Updating moment-js dependancy. Old dependancy was marked as insecure, but it was used as dev-dependency for migration generation, so it wasn't a security issue.
  • Updating README
  • Fixing bug in state(KVS) transaction signing mechanism
  • Making state(KVS) transaction signing mechanism compliant with AIP-3

v0.2.0

20 Apr 09:32
02437d3
Compare
Choose a tag to compare

This release presents breaking api changes so minor version letter was incremented.
Key Value Storage (KVS or states) system was added, it is needed for implementing additional required features in client applications. Fees for KVS are same as for messages.
Endpoints were added to use this features.
New endpoints doesn't support node side encryption. So all signing should be done clientside. Example of usage is available at adamant-console package.

Changes

  • Initial addition of Key Value Storage (KVS) system
  • New API endpoints /states/, actions: store, get