Skip to content

v0.9.16

Choose a tag to compare

@iamalwaysuncomfortable iamalwaysuncomfortable released this 13 Feb 00:43
· 110 commits to mainnet since this release
e7ef9f5

Description

SDK release v0.9.16 is a release that adds access to major privacy preserving services within the SDK.

Changelog

Features

Proving and Record Scanning.

  • Add the ability to build and submit encrypted proving requests to a TEE protected delegated prover, ensuring no proof material is exposed to the delegated prover.
  • Add the ability to specify FeeMaster usage when creating delegated proving requests.
  • Adds a record scanner interface to interact with TEE protected record scanning, ensuring key material is inaccessible to anyone but the Aleo account holder. This interface allows Aleo account holders to register with the record scanning service and use it to get all records they've generated in their lifetime on Aleo.
  • Adds the ability to validate aleo address strings

Documentation & Usage Examples

Fixes

  • Patches several dependabot flagged security issues in external dependecies.