Skip to content

Release chain-0.22.0

Latest
Compare
Choose a tag to compare
@ValuedMammal ValuedMammal released this 01 May 16:44
· 15 commits to master since this release
chain-0.22.0
eeedb4e

Summary

This release of bdk_chain v0.22.0 includes a better syncing experience for electrum and esplora, relevant transactions that are missing can now be evicted with the help of SyncRequestBuilder. CanonicalizationParams can be used to modify the behavior of CanonicalIter for a given query. Updated dependency on miniscript to 12.3.1 along with various fixes and improvements.

Other notable releases:

  • bdk_core 0.5.0
  • bdk_electrum 0.22.0
  • bdk_esplora 0.21.0
  • bdk_bitcoind_rpc 0.19.0
  • bdk_file_store 0.20.0
  • bdk_testenv 0.12.0

Note

The blockchain client crates all depend on the latest version of bdk_core. If your project uses a version of bdk_core earlier than v0.5.0, you should not attempt to upgrade to the latest chain source crates until you've upgraded to the latest version of bdk_core.

What's Changed

New Contributors

Full Changelog: chain-0.21.1...chain-0.22.0