v0.9.10
·
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
wasmexternally. - 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. - Support for loading
mainnetandtestnetnetworks 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.