Skip to content

docs: wallet-btc v1.0.0-beta.6: add dispose() to WalletAccountReadOnlyBtc

Created by: ihsraham

Summary

  • wallet-btc (v1.0.0-beta.6): Added dispose() method to WalletAccountReadOnlyBtc methods table and expanded explanation for closing internal Electrum connections.
  • Updated WalletManagerBtc.dispose() description to mention closing Electrum connections (table row + expanded section).
  • Added March 12, 2026 changelog entry.

Triage (Phase 0)

Change Classification
New public dispose() on WalletAccountReadOnlyBtc Document — new public method in .d.ts
Updated WalletManagerBtc.dispose() behavior Document (minor) — description update
Shared Electrum client refactor Skip — internal, no public API
_createClientprotected static Skip — protected member
CI: add bitcoind & electrs Skip — CI only
npm audit fix Changelog only — security dep bumps

Verification

  • dispose(): void added to types/src/wallet-account-read-only-btc.d.ts (PR #73 diff)
  • Ripple check on README.md, usage.md, configuration.md — no changes needed

Merge request reports