From 251407af3fb84e1532337b214d27155b4d248c31 Mon Sep 17 00:00:00 2001 From: Duke Date: Wed, 28 Feb 2024 09:08:52 -0500 Subject: [PATCH] Update relnotes --- doc/relnotes/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/relnotes/README.md b/doc/relnotes/README.md index 7ad3c31f2..ff13713ec 100644 --- a/doc/relnotes/README.md +++ b/doc/relnotes/README.md @@ -20,6 +20,10 @@ evil organizations. * Mining now starts faster because instead of only using 2 threads to prepare data needed to mine, now it uses all physical cores * RandomX mining takes slightly less memory + * `ac_sapling` is no longer an option for Arrakis Chains + * All chains enable Sapling at height 1 like Hush + DragonX + * This means there is no need to call `NetworkUpgradeActive` on every block height + which means syncing is faster * Update to wolfssl 5.2.0: https://git.hush.is/hush/hush3/issues/380 * Delete cryptoconditions: https://git.hush.is/hush/hush3/issues/381 * This means Hush+DragonX full nodes take up a lot less memory and binaries are smaller