From 1e556e3b8d9df890535e453440dff1b0636fc44e Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 20 May 2022 07:17:54 +1000 Subject: [PATCH] change: document known getaddresstxids RPC bug (#4437) * Adjust changelog intro for known RPC bugs * Add getaddresstxids bug to README --- CHANGELOG.md | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc00162ce..f08e93ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Zebra 1.0.0-beta.10](https://github.com/ZcashFoundation/zebra/releases/tag/v1.0.0-beta.10) - 2022-05-19 -Zebra's latest beta finalizes the support for `lightwalletd` RPC methods and continues with the testing of each of these features. Also, this beta sets the NU5 mainnet activation height. +Zebra's latest beta continues adding support for `lightwalletd` RPC methods and continues with the testing of each of these features. Also, this beta sets the NU5 mainnet activation height. ### Added diff --git a/README.md b/README.md index c44ee9cf7..505add04e 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,8 @@ So Zebra's state should always be valid, unless your OS or disk hardware is corr ## Known Issues There are a few bugs in Zebra that we're still working on fixing: +- [The getaddresstxids RPC is missing spending transparent addresses](https://github.com/ZcashFoundation/zebra/pull/4355) + - This should be fixed in the next Zebra release - [Old state versions are not deleted](https://github.com/ZcashFoundation/zebra/issues/1213) - When Zebra changes its state format, it does not delete the old state directory. You can delete old state directories if you need the space. - [No Windows support #3801](https://github.com/ZcashFoundation/zebra/issues/3801)