Releases: Adamant-im/adamant
Releases · Adamant-im/adamant
v0.5.0
v0.4.2
v0.4.0
- Adding Fair Delegate System support starting from block with height 4359464
- Dependencies Update
Notice: next version that is scheduled for release in next week, won't accept any nodes less that 0.4.x
v0.3.2
v0.3.1
v0.3.0
v0.2.1
- 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
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