v0.9.14
·
141 commits
to mainnet
since this release
Description
SDK release v0.9.14 is a patch release that fixes several issues and introduces a few minor features
Fixes
- Fixes an infinite recursion bug in
getProgramImportsin the case of circular program dependencies. - Fixes errors in
wasmmultithreading introduced caused by changes in newer versions of Rust nightly by reverting the Rust version to a version compatible with the features required to achievewasmbased multithreading. - Fixes a
check feebug 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
fromProgramIdfunction to theAddressobject - Adds the ability to rotate JWT tokens for provable services which require authentication tokens