From: rajarshimaitra Date: Fri, 9 Sep 2022 15:33:02 +0000 (+0530) Subject: Update changelog X-Git-Tag: v0.6.0~5^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.CommandStringError.html?a=commitdiff_plain;h=322f6f1a5506cb81809615ae98c82b2065b2c30f;p=bdk-cli Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 215cba3..de884f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change default database to `sqlite`. - Change the `esplora-reqwest` feature to always use async mode - Change rpc `--skip-blocks` option to `--start-time` which specifies time initial sync will start scanning from. +- Add new `bdk-cli node []` to control the backend node deployed by `regtest-*` features. +- Add an integration testing framework in `src/tests/integration.rs`. This framework uses the `regtest-*` feature to run automated testing with bdk-cli. ## [0.5.0]