v0.9.16
·
110 commits
to mainnet
since this release
Description
SDK release v0.9.16 is a release that adds access to major privacy preserving services within the SDK.
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
- Adds usage examples of how to use the SDK to execute credits.aleo functions within nodeJS and web app contexts (thanks to @marshacb)
- Adds documentation of how to use private TEE backed Delegated Proving and Record Scanning
Fixes
- Patches several dependabot flagged security issues in external dependecies.