Skip to content

v0.9.10

Choose a tag to compare

@iamalwaysuncomfortable iamalwaysuncomfortable released this 30 Oct 05:02
· 95 commits to mainnet since this release

Description

v0.9.10 is a release compatible with the SnarkVM v4.3.1.

Changelog

  • Upgrades SnarkVM to v4.3.1
  • Add the ability to generate proofs with record inputs %100 offline by enabling the Inclusion Proving Key to be passed into wasm externally.
  • 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.
  • Support for loading mainnet and testnet networks dynamically.
  • Support for fast fee estimation and support for estimating fees from authorizations.
  • Support for building executions from authorizations, enabling signatures and authorizations to built offline.
  • Integration ofSsealance compliance tools.