Skip to content

v0.9.15

Choose a tag to compare

@iamalwaysuncomfortable iamalwaysuncomfortable released this 16 Jan 04:35
· 134 commits to mainnet since this release
0f7f98f

Description

SDK release v0.9.15 fixes several high priority issues related to local proving.

Changelog

Fixes

  • Fixes a recursion bug in wasm when resolving imports.
  • Fixes errors in local proving by increasing the maximum wasm memory 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-request to xmlhttprequest-ssl solving several typescript module resolution errors
  • Adds testing of transfer_private to the SDK CI