Paired with the wavelength v0.1.1 daemon release.
Returning visitors now skip the runtime download entirely, since the daemon wasm is cached across sessions on top of a faster startup path. Opening the same wallet in a second tab fails fast with a clear wallet_locked error instead of hanging, and both demos can now keep multiple named wallets per app install. The React Native package pulls prebuilt native bindings from the pinned release, so a local gomobile build is no longer required to run it.
npm install @lightninglabs/wavelength-webSDK packages
- Fail fast with wallet_locked when the wallet is open in another tab by @jamaljsr in #56
- web: accelerate and measure wallet startup by @Roasbeef in #58
- web: cache the daemon runtime so returning visitors skip the download by @Roasbeef in #59
- react-native: fetch prebuilt bindings from the pinned release by @jamaljsr in #62
- core: keep the preimage the list snapshot drops by @Roasbeef in #69
- Sync the daemon pairing to wavelength v0.1.1 by @jamaljsr in #71
Docs site
- docs: post-launch sweep over the docs site and demos by @jamaljsr in #50
- docs: drop the deferred Playground scaffolding and dead ignore rules by @jamaljsr in #57
- docs: link the signet faucet from the networks preset table by @levmi in #61
- docs: rework the READMEs into one information architecture by @jamaljsr in #64
Demo apps
- demo: make iOS simulator builds work without a signing certificate by @jamaljsr in #60
- Support multiple named wallets per app install in both demos by @jamaljsr in #63
Maintenance
- chore: hide the maintainer-only skill from skills CLI installs by @jamaljsr in #47
- ci: stage the demo runtime from the wavelength release by @jamaljsr in #52
- ci: publish packages to npm on release via trusted publishing by @jamaljsr in #54
- docs: fold the draft-release step into the sync runbook by @jamaljsr in #66
New Contributors
Full Changelog: v0.1.0...v0.1.1