Summary
A maintenance release with a bump in project MSRV to 1.57.0, updated dependence and a few developer oriented improvements. Improvements include better error formatting, don't default to async/await for wasm32 and adding derived PartialEq and Eq on SyncTime.
Changelog
Changed
- Improve display error formatting #814
- Don't default to use async/await on wasm32 #831
- Project MSRV changed from 1.56.1 to 1.57.0 #842
- Update rust-miniscript dependency to latest bug fix release 9.0 #844
Added
- Derive PartialEq, Eq on SyncTime #837
What's Changed
- Update esplora-client by @rajarshimaitra in #830
- Bump CI Rust stable version to 1.65.0 by @yukibtc in #815
- Bump project MSRV to 1.57.0 by @notmandatory in #842
- Improve display error formatting by @yukibtc in #814
- Don't default to use
async
/await
onwasm32
by @tnull in #831 - Derive
PartialEq
,Eq
onSyncTime
by @MaxFangX in #837 - Document return type of
sign
method. by @Tibo-lg in #834 - Update CHANGELOG and release process by @notmandatory in #846
- Add small clarification to docs by @thunderbiscuit in #838
- Update rust-miniscript to 9.0 by @notmandatory in #844
- Update electrsd to version 0.22 by @notmandatory in #847
- Bump version to 0.27.0 by @notmandatory in #852
New Contributors
Full Changelog: v0.26.0...v0.27.0