From cb631a58ba352d085869da9d5faa7d452980144d Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 26 Mar 2021 10:12:10 +1300 Subject: [PATCH] zcash_client_sqlite: Add no-change fixes to changelog --- zcash_client_sqlite/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index d2b514c77..4b9522210 100644 --- a/zcash_client_sqlite/CHANGELOG.md +++ b/zcash_client_sqlite/CHANGELOG.md @@ -29,6 +29,13 @@ same as before, but have been reorganized. ### Removed - `zcash_client_sqlite::address` module (moved to `zcash_client_backend`). +### Fixed +- Shielded transactions created by the wallet that have no change output (fully + spending their input notes) are now correctly detected as mined when scanning + compact blocks. +- Unshielding transactions created by the wallet (with a transparent recipient + address) that have no change output no longer cause a panic. + ## [0.2.1] - 2020-10-24 ### Fixed - `transact::create_to_address` now correctly reconstructs notes from the data