]> Untitled Git - bdk/commitdiff
Merge branch 'release/0.5.1'
authorAlekos Filini <alekos.filini@gmail.com>
Mon, 29 Mar 2021 17:48:00 +0000 (19:48 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Mon, 29 Mar 2021 17:48:00 +0000 (19:48 +0200)
1  2 
CHANGELOG.md
Cargo.toml

diff --cc CHANGELOG.md
index 2e9c964b7b0b6a452c1cc59492b73ba6acfb801b,e2c0b62962e396c7db07c6d29097253f7f6b5eb2..d8e451eb5d72d9ce3b225234efd319cdc6ccfb3b
@@@ -6,19 -6,12 +6,25 @@@ and this project adheres to [Semantic V
  
  ## [Unreleased]
  
 +### Descriptor
 +#### Added
 +- Added ability to analyze a `PSBT` to check which and how many signatures are already available
 +
 +### Wallet
 +#### Changed
 +- `get_new_address()` refactored to `get_address(AddressIndex::New)` to support different `get_address()` index selection strategies
 +
 +#### Added
 +- 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
 +
+ ## [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
diff --cc Cargo.toml
Simple merge