Remove 'cli.rs' module, 'cli-utils' feature and 'repl.rs' example

This commit is contained in:
Steve Myers
2020-12-21 18:38:35 -08:00
parent c2b2da7601
commit f74bfdd493
7 changed files with 13 additions and 942 deletions

View File

@@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Blockchain
#### Changed
- Remove `BlockchainMarker`, `OfflineClient` and `OfflineWallet` in favor of just using the unit
type to mark for a missing client.
### CLI
#### Changed
- Remove `cli.rs` module, `cli-utils` feature and `repl.rs` example; moved to new [`bdk-cli`](https://github.com/bitcoindevkit/bdk-cli) repository
## [v0.2.0] - [0.1.0-beta.1]
### Project