v0.1.1-rc1
Pre-release
Pre-release
This release moves the SDK's daemon pairing to wavelength v0.1.1-rc1. As a release candidate it publishes to the next dist-tag on npm:
npm install @lightninglabs/wavelength-web@next
SDK packages
- Sync the daemon pairing to wavelength v0.1.1-rc1; the client API is unchanged, the API schema gains
OnchainAddressRequest.sweep_allby @jamaljsr in #65 - Fail fast with a
wallet_lockederror code when the wallet is open in another tab, plusruntime_lock_unavailablefor refused lock requests by @jamaljsr in #56 - Fetch prebuilt React Native bindings from the pinned release with
bindings:fetchby @jamaljsr in #62 - Distribute the wasm runtime assets as a wavelength release asset and gate merges on a downloadable pin by @jamaljsr in #52
- Publish packages to npm on tag-driven releases via trusted publishing; stable versions land on
latest, prereleases onnextby @jamaljsr in #54
Docs site
- Rewrite the CLI reference for wavecli's reworked agent contract: kebab-case flags, new global flags, the exit-5 confirmation gate, and
--password-stdinby @jamaljsr in #65 - Post-launch accuracy sweep over the API reference, CLI pages, guides, concepts, and package references by @jamaljsr in #50
- Rework the READMEs into one information architecture across the repo, packages, and demos by @jamaljsr in #64
- Drop the deferred Playground scaffolding and dead ignore rules by @jamaljsr in #57
Demo apps
- Support multiple named wallets per app install in both demos, with per-wallet onboarding, passkey restore, and endpoint presets by @jamaljsr in #63
- Make iOS simulator builds work without a signing certificate by @jamaljsr in #60
Maintenance
Full Changelog: v0.1.0...v0.1.1-rc1