BDK v1.0.0-alpha8 Released
The BDK libraries aims to provide well engineered and reviewed components for Bitcoin based applications. The Bitcoin Dev Kit developers are in the process of releasing a v1.0 which is a fundamental re-write of how the library works.
- "This incremental bi-weekly release migrates API to use the rust-bitcoin FeeRate type, fixes PSBT finalization to remove extra taproot fields, and fixes blockchain scanning stop_gap definition and documentation."
- "We recommend all 1.0.0-alpha users upgrade to this release."
What's new
Fixed
Changed
What's Changed
- Explicitly state that we truncate file for
create_new
by @evanlinjin in #1384 - Migrate to bitcoin::FeeRate by @ValuedMammal in #1216
- Remove extra taproot fields when finalizing PSBT by @ValuedMammal in #1310
- Update bdk README by @ValuedMammal in #1378
- chore: extract
TestEnv
into separate crate by @LagginTimes in #1171 - fix: define and document
stop_gap
by @storopoli in #1351 - Fix cargo manifest for
bdk_testenv
by @evanlinjin in #1391 - Bump bdk version to 1.0.0-alpha.8 by @notmandatory in #1389
Full Changelog: v1.0.0-alpha.7...v1.0.0-alpha.8