Skip to content

v0.9.8

Latest
Compare
Choose a tag to compare
@iamalwaysuncomfortable iamalwaysuncomfortable released this 09 Sep 03:13
· 4 commits to mainnet since this release
8e56de5

SDK Version v0.9.8 is a release tracking SnarkVM v4.2.0 and SnarkOS v4.2.0.

Full Diff

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 between statepath fetches.
  • Sender Ciphertext Decryption: Ability to decrypt sender ciphertexts within the RecordPlaintext and EncryptionToolbox objects, allowing SDK users a convenient way to determine the sender of transactions.
  • Verbose Transaction Error Handling: The AleoNetworkClient now has the option to set verbose mode which enables rich error information when transactions fail.