Skip to content

v0.9.9

Choose a tag to compare

@iamalwaysuncomfortable iamalwaysuncomfortable released this 29 Sep 19:36
· 97 commits to mainnet since this release
7d451a7

SDK Version v0.9.9 adds two new key features to the SDK.

Diff

Features

  1. Ability to Sign arbitrary Aleo records and Aleo datatypes: Adds the sign_value function which can create a valid signature of the string representation of any valid Aleo data or record type.
  2. New RecordProvider Interface: Adds a, new robust interface for the record provider that enables finding encrypted records, records owned by a view key, and checking the spent status of records by their commitment.