Skip to content

v0.1.1-rc1

Pre-release
Pre-release

Choose a tag to compare

@jamaljsr jamaljsr released this 30 Jul 16:16
· 52 commits to main since this release
14c3019

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_all by @jamaljsr in #65
  • Fail fast with a wallet_locked error code when the wallet is open in another tab, plus runtime_lock_unavailable for refused lock requests by @jamaljsr in #56
  • Fetch prebuilt React Native bindings from the pinned release with bindings:fetch by @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 on next by @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-stdin by @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

  • Hide the maintainer-only skill from skills CLI installs by @jamaljsr in #47

Full Changelog: v0.1.0...v0.1.1-rc1