Bring changelog up to date with bdkpython 0.1.0

This commit is contained in:
thunderbiscuit 2022-05-11 16:20:18 -04:00
parent 29821069d8
commit 03b2097173
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -4,10 +4,24 @@ 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].
## [Unreleased]
## [0.0.5-0.1.0]
### Added
- Community related files (bug report, feature request, and pull request templates)
- Changelog
- MIT and Apache 2.0 licenses
- Update BDK to version 0.18.0
- Add BumpFeeTxBuilder to bump the fee on an unconfirmed tx created by the Wallet
- Change TxBuilder.build() to TxBuilder.finish() to align with bdk function name
- Fix Wallet.broadcast function, now returns a tx id as a hex string
- Remove creating a new spending Transaction via the PartiallySignedBitcoinTransaction constructor
- Add TxBuilder for creating new spending PartiallySignedBitcoinTransaction
- Add TxBuilder .add_recipient, .fee_rate, and .build functions
- Add TxBuilder .drain_wallet and .drain_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)
## [0.0.1-0.0.5]
### Added
@ -22,3 +36,4 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[unreleased]: https://github.com/bitcoindevkit/bdk-python/compare/v0.0.5...HEAD
[0.0.1-0.0.5]: https://github.com/bitcoindevkit/bdk-python/compare/58f189f987cc644a1d86e965623c8f50904588ad...v0.0.5
[0.0.5-0.1.0]: https://