v0.9.15
·
134 commits
to mainnet
since this release
Description
SDK release v0.9.15 fixes several high priority issues related to local proving.
Fixes
- Fixes a recursion bug in
wasmwhen resolving imports. - Fixes errors in local proving by increasing the maximum
wasmmemory to U32::MAX (~4.3gb) eliminating thread deadlocks and errors in using/inserting the inclusion prover - Changes the XmlHttpRequest polyfill from a basis on
sync-requesttoxmlhttprequest-sslsolving several typescript module resolution errors - Adds testing of
transfer_privateto the SDK CI