]> Untitled Git - bdk/commitdiff
Merge commit 'refs/pull/310/head' of github.com:bitcoindevkit/bdk
authorSteve Myers <steve@notmandatory.org>
Wed, 31 Mar 2021 23:06:53 +0000 (16:06 -0700)
committerSteve Myers <steve@notmandatory.org>
Wed, 31 Mar 2021 23:06:53 +0000 (16:06 -0700)
1  2 
CHANGELOG.md
src/wallet/mod.rs

diff --cc CHANGELOG.md
index 341ca2e2f388ee134c33789cb1e7f38c3b992d66,eb33d5cfa12366bd7eda268f9199d294f8fc39ae..ee0ceef1b860360f357387598a611870418af9a2
@@@ -22,23 -19,8 +22,24 @@@ and this project adheres to [Semantic V
  - Added `get_address(AddressIndex::LastUnused)` which returns the last derived address if it has not been used or if used in a received transaction returns a new address
  - Added `get_address(AddressIndex::Peek(u32))` which returns a derived address for a specified descriptor index but does not change the current index
  - Added `get_address(AddressIndex::Reset(u32))` which returns a derived address for a specified descriptor index and resets current index to the given value
+ - Added `get_psbt_input` to create the corresponding psbt input for a local utxo.
  
 +## [v0.5.1] - [v0.5.0]
 +
 +### Misc
 +#### Changed
 +- Pin `hyper` to `=0.14.4` to make it compile on Rust 1.45
 +
 +## [v0.5.0] - [v0.4.0]
 +
 +### Misc
 +#### Changed
 +- Updated `electrum-client` to version `0.7`
 +
 +### Wallet
 +#### Changed
 +- `FeeRate` constructors `from_sat_per_vb` and `default_min_relay_fee` are now `const` functions
 +
  ## [v0.4.0] - [v0.3.0]
  
  ### Keys
Simple merge