All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Community related files (bug report, feature request, and pull request templates)
- Changelog
- MIT and Apache 2.0 licenses
- Update BDK to version
0.19.0
- Add
BumpFeeTxBuilder
to bump the fee on an unconfirmed tx created by the Wallet - Add
Blockchain.broadcast
function (does not return anything) - Add TxBuilder for creating new spending
PartiallySignedBitcoinTransaction
- Add TxBuilder
add_recipient
,fee_rate
, andfinish
functions - Add TxBuilder
drain_wallet
anddrain_to
functions - Update generate cli tool to generate all binding languages and rename to bdk-ffi-bindgen
- Add sqlite database support
- Fix memory database configuration enum, remove junk field
- Remove hard coded sync progress value (was always returning 21.0)
- Readme
- Rust binary to build
- CI workflow for tessting PRs
- Publishing workflow using GitHub Actions
- Basic examples
- Release on PyPI