Skip to content

v0.9.10-testnet-rc

Choose a tag to compare

@iamalwaysuncomfortable iamalwaysuncomfortable released this 21 Oct 17:04
· 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 wasm allowing the SDK to be used to test against devnets.
  • Adds toBytesRaw/fromBytesRaw to existing Literal and Array types 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.