Releases: polkadot-js/wasm
Releases · polkadot-js/wasm
v1.2.1
v1.1.1
- Important The sr25519 interface dropped the use of
verify_simple_preaudit_deprecated
for signature verification, instead it now usesverify_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
v0.20.1
v0.14.1
v0.13.1
- Added an asm.js fallback which is active for React Native via the
"react-native"
entry inpackage.json
. Ensure that you run the build step with theNODE_OPTIONS=--max_old_space_size=8192
flags, since the asm.js bundle is large. (For RN the full command would therefore beNODE_OPTIONS=--max_old_space_size=8192 npm start
)