Deprecate AddressValidator

This commit is contained in:
志宇
2022-07-11 16:37:41 +08:00
parent 01141bed5a
commit 45db468c9b
4 changed files with 17 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Set coin type in BIP44, BIP49, and BIP84 templates
- Get block hash given a block height - A `get_block_hash` method is now defined on the `GetBlockHash` trait and implemented on every blockchain backend. This method expects a block height and returns the corresponding block hash.
- Add `remove_partial_sigs` and `try_finalize` to `SignOptions`
- Deprecate `AddressValidator`
## [v0.19.0] - [v0.18.0]