Skip to content

Releases: polkadot-js/wasm

v1.2.1

29 Feb 12:53
Compare
Choose a tag to compare
  • Adjust build process for smaller wasm bundle outputs (~50K dropped from base bundle)
  • Unpin Rust nightly from nightly-2020-02-17 version
  • Swap to yarn 2 and add support for use by yarn 2 projects

v1.1.1

24 Feb 21:01
Compare
Choose a tag to compare
  • Important The sr25519 interface dropped the use of verify_simple_preaudit_deprecated for signature verification, instead it now uses verify_simple. Only schnorrkel 0.8+ signatures will now pass verification. This is a follow-up of the 0.1 signing support that was dropped in a previous version.
  • Rework schnorrkel signatures test vectors based on the above change (Rust, WASM and ASM.js tests)
  • Rust nightly pinned to last-known-working 2020-02-17 on CI (compiler issues, should to be reverted in a future release)

v1.0.1

15 Feb 10:02
Compare
Choose a tag to compare
  • No functionality changes from 0.20.1. The interfaces here are stable in the current iteration.

v0.20.1

30 Jan 15:04
Compare
Choose a tag to compare
  • Pull in schnorrkel 0.8.5 for full Substrate 2.x compatibility (drops 1.x compat)

v0.14.1

09 Sep 11:37
Compare
Choose a tag to compare
  • Version bump with mostly cosmetic under-the-hood changes, no user-visible functionality adjustments. (However to keep the wheel moving... and break semver...)

v0.13.1

02 Aug 15:05
Compare
Choose a tag to compare
  • Added an asm.js fallback which is active for React Native via the "react-native" entry in package.json. Ensure that you run the build step with the NODE_OPTIONS=--max_old_space_size=8192 flags, since the asm.js bundle is large. (For RN the full command would therefore be NODE_OPTIONS=--max_old_space_size=8192 npm start)