v1.1.0
This is our first 1.0 stable release!
Dependencies
This release uses the following Rust dependencies:
| Library | Version |
|---|---|
| bdk_wallet | 1.1.0 |
| bdk_electrum | 0.21.0 |
| bdk_esplora | 0.20.1 |
| rust-bitcoin | 0.32.5 |
| uniffi | 0.29.0 |
Changelog
Added
- Expose
ElectrumClient::block_headers_subscribemethod #664 - Expose
EsploraClient::get_block_hashmethod #665 - Expose
EsploraClient::get_tx_statusmethod #666 - Expose
EsploraClient::get_tx_infomethod #666 - Support for Testnet 4 #674
- Add
AddressDataandWitnessProgramtypes from rust bitcoin #671 - Expose
Address::to_address_datamethod #671
Changed
- More complete
LocalOutputtype #667
Automated Release Notes
- Update download-artifact action to v4 by @thunderbiscuit in #659
- Steps 28/29/30 of release process by @reez in #656
- Print satoshi amounts in all tests by @thunderbiscuit in #661
- Add get_block_hash to esplora by @reez in #665
- Add get_tx_status and get_tx_info to Esplora by @reez in #666
- Fix LiveTransactionTest JVM test name by @thunderbiscuit in #670
- Add more fields to
LocalOutputby @reez in #667 - feat: add to_address_data to address type by @reez in #671
- Upgrade to bdk_wallet 1.1.0 and bdk_electrum to 0.21.0 by @thunderbiscuit in #672
- Remove bitcoin ffi by @thunderbiscuit in #674
- Upgrade to uniffi 0.29.0 by @thunderbiscuit in #677
- Use macros where possible by @thunderbiscuit in #678
- feat: expose ElectrumClient::block_headers_subscribe method by @thunderbiscuit in #664
- General fixes by @thunderbiscuit in #682
- Prepare 1.1.0-rc.1 by @thunderbiscuit in #683
Full Changelog: v1.0.0-beta.7...v1.1.0