Update relnotes

This commit is contained in:
Duke
2026-02-28 12:18:38 -05:00
parent 978d4d739b
commit 4c86d11b13

View File

@@ -10,10 +10,13 @@ and no longer on Github, since they banned Duke Leto and
also because they censor many people around the world and work with also because they censor many people around the world and work with
evil organizations. They also use all your "private" repos to train their AI. evil organizations. They also use all your "private" repos to train their AI.
# Hush 3.10.5 "" # Hush 3.10.5 "Atelic Alpaca"
This is an OPTIONAL but RECOMMENDED upgrade. This is an OPTIONAL but RECOMMENDED upgrade.
* DragonX is no longer supported by this codebase
* DragonX devs have forked our code and we wish them the best
* Find the latest place to download a DragonX full node via dragonx.is
* Concurrent `z_sendmany` now works * Concurrent `z_sendmany` now works
* A longstanding bug relating to run multiple `z_sendmany` operations at * A longstanding bug relating to run multiple `z_sendmany` operations at
once has been fixed. You can now queue up many `z_sendmany` operations once has been fixed. You can now queue up many `z_sendmany` operations
@@ -22,12 +25,18 @@ This is an OPTIONAL but RECOMMENDED upgrade.
* New RPC `z_listlockunspent` * New RPC `z_listlockunspent`
* Lists shielded notes (coins inside a zaddr) which are temporarily unspendable because an RPC process is currently trying to spend them. * Lists shielded notes (coins inside a zaddr) which are temporarily unspendable because an RPC process is currently trying to spend them.
* If that operation succeeds, they will become spent. If it fails they will be unlocked and become spendable again. * If that operation succeeds, they will become spent. If it fails they will be unlocked and become spendable again.
* Fixed DragonX checkpoints * New option to `z_shieldcoinbase` allows privately donating a percentage of coinbase funds during shielding
* Hush checkpoints were mistakenly listed as checkpoints in the 3.10.4 * This new option defaults to OFF and allows CLI users to opt-in to donating between 0% and 10% of coinbase funds to developers
release, which caused some nodes to be unable to sync. * No GUI currently utilizes this but that feature is planned for SD
* This release fixes this issue. * The donation has extremely good privacy:
* It cannot be determined from public blockchain data if a donation is being made, as it takes the place of a Sietch output
* It cannot be determined from public blockchain data the amount of the donation
* Donations do not create new transactions, do not use additional blockspace and cannot be detected by anyone but the sender or reciever
* Updated test framework and tests which allowed the fixing of the `z_sendmany` bug above * Updated test framework and tests which allowed the fixing of the `z_sendmany` bug above
* Faster compiling of RandomX internals * Faster compiling of RandomX internals
* GMP dependency removed, as it is no longer needed
* Hush is now compatible with GCC15 and now correctly supports customizing the compiler for a build via the CC env var
* New HTML man pages are now available at doc/man/hushd.html and doc/man/hush-cli.html
# Hush 3.10.4 "Hazy Hākuturi" # Hush 3.10.4 "Hazy Hākuturi"