·
4 commits
to mainnet
since this release
SDK Version v0.9.8 is a release tracking SnarkVM v4.2.0 and SnarkOS v4.2.0.
Features
- Robust Private Function Executions: Private function execution now complete at nearly %100 success rate. This is enabled via the SnapshotQuery (built by @christianwwwwwwww) that uses the new /statepaths endpoints to fetch the statepaths for all record inputs to a function with a fixed stateroot. This object stores all stateroot, statepath, and block height info within the Query object to ensure consistency of
stateroot
betweenstatepath
fetches. - Sender Ciphertext Decryption: Ability to decrypt sender ciphertexts within the
RecordPlaintext
andEncryptionToolbox
objects, allowing SDK users a convenient way to determine the sender of transactions. - Verbose Transaction Error Handling: The
AleoNetworkClient
now has the option to setverbose
mode which enables rich error information when transactions fail.