Add a custom signer for hardware wallets

Also add function to get funded wallet with coinbase
This commit is contained in:
wszdexdrf
2022-07-26 00:07:04 +05:30
parent 12507c707f
commit 76034772cb
5 changed files with 110 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Add capacity to create FeeRate from sats/kvbytes and sats/kwu.
- Rename `as_sat_vb` to `as_sat_per_vb`. Move all `FeeRate` test to `types.rs`.
- Add custom Harware Wallet Signer `HwiSigner` in `src/wallet/harwaresigner/` module.
## [v0.21.0] - [v0.20.0]