Skip to content

Release 1.0.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@thunderbiscuit thunderbiscuit released this 29 May 18:25
· 53 commits to master since this release
v1.0.0-alpha.11
d5cf483

Summary

This release brings the latest alpha 11 release of the Rust bdk_wallet library, as well as the new Electrum client, the new memory wallet, and a whole lot of new types and APIs across the library. Also of note are the much simpler-to-use full_scan and sync workflows for syncing wallets.

Changelog

Added:

  • Amount type #533
  • TxIn type #536
  • Transaction.input() method #536
  • Transaction.output() method #536
  • Transaction.lock_time() method #536
  • Electrum client #535
  • Memory wallet #528

Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.11