From 898b40f9fdbde012cc9bbb40f093a7e35a046759 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 1 Nov 2023 08:58:37 +1000 Subject: [PATCH] Update README.md before 1.4.0 release (#7884) --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cbb72e4c..36d4c6d7d 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,7 @@ benefits of Zebra. Zebra validates blocks and transactions, but needs extra software to generate them: -- To generate transactions, [run Zebra with - `lightwalletd`](https://zebra.zfnd.org/user/lightwalletd.html). +- To generate transactions, [run Zebra with `lightwalletd`](https://zebra.zfnd.org/user/lightwalletd.html). - To generate blocks, use a mining pool or miner with Zebra's mining JSON-RPCs. Currently Zebra can only send mining rewards to a single fixed address. To distribute rewards, use mining software that creates its own distribution transactions, @@ -165,8 +164,6 @@ There are a few bugs in Zebra that we're still working on fixing: - Block download and verification sometimes times out during Zebra's initial sync [#5709](https://github.com/ZcashFoundation/zebra/issues/5709). The full sync still finishes reasonably quickly. -- Rust 1.70 [causes crashes during shutdown on macOS x86_64 (#6812)](https://github.com/ZcashFoundation/zebra/issues/6812). The state cache should stay valid despite the crash. - - No Windows support [#3801](https://github.com/ZcashFoundation/zebra/issues/3801). We used to test with Windows Server 2019, but not any more; see the issue for details. - Experimental Tor support is disabled until [Zebra upgrades to the latest `arti-client`](https://github.com/ZcashFoundation/zebra/issues/5492). This happened due to a Rust dependency conflict, which could only be resolved by `arti` upgrading to a version of `x25519-dalek` with the dependency fix.