diff --git a/contrib/debian/changelog b/contrib/debian/changelog index c5e4ff255..0afb9c9d7 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,31 @@ +hush (3.10.5) stable; urgency=medium + + * 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 + * A longstanding bug relating to run multiple `z_sendmany` operations at + once has been fixed. You can now queue up many `z_sendmany` operations + and they will succeed because they now understand how to avoid spending + coins that another `z_sendmany` process is trying to spend. + * Updated Autonomous System Map (asmap) + * 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. + * If that operation succeeds, they will become spent. If it fails they will be unlocked and become spendable again. + * New option to `z_shieldcoinbase` allows privately donating a percentage of coinbase funds during shielding + * This new option defaults to OFF and allows CLI users to opt-in to donating between 0% and 10% of coinbase funds to developers + * No GUI currently utilizes this but that feature is planned for SD + * 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 + * New HAC option `ac_clearnet` can be used to disable clearnet networking for an entire blockchain instead of just a single node + * Updated test framework and tests which allowed the fixing of the `z_sendmany` bug above + * 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) stable; urgency=medium * Updated seed node list