Skip to content

Release 1.0.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@notmandatory notmandatory released this 10 May 22:31
· 407 commits to master since this release
v1.0.0-alpha.11
7876c8f

Summary

This incremental bi-weekly release includes three big improvements. New electrum full_scan and sync APIs were added for more efficiently querying blockchain data. And the keychain::Changeset now includes public key descriptors and keychain::Balance uses bitcoin::Amount instead of u32 sats amounts. See the changelog for all the details.

Changelog

Changed

  • Include the descriptor in keychain::Changeset #1203
  • Update bdk_electrum crate to use sync/full-scan structs #1403
  • Update keychain::Balance to use bitcoin::Amount #1411
  • Change bdk_testenv to re-export internally used crates. #1414
  • Updated documentation for full_scan and sync in bdk_esplora. #1427

What's Changed

New Contributors

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