cryptofoundry

Contact cryptofoundry

Tell us what you want to build or automate.

adamant

ADAMANT v0.2.0 — Key Value Storage System

This release introduces the Key Value Storage (KVS) system, also referred to as states, which is needed for implementing additional required features in client applications. Fees for KVS operations are the same as for messages. New API endpoints have been added to support these features, specifically the /states/ endpoint with store and get actions.

The new endpoints do not support node-side encryption, so all signing must be done client-side. An example of usage is available in the adamant-console package.

Breaking changes

This release presents breaking API changes, which is why the minor version letter was incremented. The addition of the KVS system and its associated endpoints alters the existing API surface, requiring client applications to adapt to the new endpoints and client-side signing requirements.