v0.9.9
·
97 commits
to mainnet
since this release
SDK Version v0.9.9 adds two new key features to the SDK.
Features
- Ability to Sign arbitrary Aleo records and Aleo datatypes: Adds the
sign_valuefunction which can create a valid signature of the string representation of any valid Aleo data or record type. - 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.