Skip to content

v0.9.14

Choose a tag to compare

@iamalwaysuncomfortable iamalwaysuncomfortable released this 12 Dec 17:24
· 141 commits to mainnet since this release
99400d9

Description

SDK release v0.9.14 is a patch release that fixes several issues and introduces a few minor features

Changelog

Fixes

  • Fixes an infinite recursion bug in getProgramImports in the case of circular program dependencies.
  • Fixes errors in wasm multithreading introduced caused by changes in newer versions of Rust nightly by reverting the Rust version to a version compatible with the features required to achieve wasm based multithreading.
  • Fixes a check fee bug that would check public balances erroneously when attempting to pay with a private fee.
  • Updates errors in Sealance merkle tree documentation

Features

  • Add the ability to get address for programs by adding a fromProgramId function to the Address object
  • Adds the ability to rotate JWT tokens for provable services which require authentication tokens