v0.9.10-testnet-rc
·
119 commits
to mainnet
since this release
Description
v0.9.10-testnet is a release compatible with the Aleo Testnet v4.3.0 release scheduled for 10/21/2025.
NPM Links:
@provablehq/wasm
@provablehq/sdk
@provablehq/create-leo-app
Changelog
- Upgrades SnarkVM
v4.3.0-testnet. - Add the ability to generate proofs with record inputs %100 offline by enabling the Inclusion Key to be passed in.
- Adds the ability to set test consensus heights upon initialization of
wasmallowing the SDK to be used to test against devnets. - Adds
toBytesRaw/fromBytesRawto existingLiteralandArraytypes including arrays enabling signatures over the raw bytes of these types in order allow signing or hashing of the raw bytes that represent the type without any other bytes identifying the length.