Merge branch 'dev' into duke

This commit is contained in:
Duke
2024-10-03 11:11:07 -04:00

View File

@@ -1,14 +1,14 @@
hush (3.10.3) stable; urgency=high hush (3.10.3) stable; urgency=high
* Use WolfSSL 4.8.1 which prevents nodes from getting stuck in general and when shutting down * Use WolfSSL 4.8.1 to prevent nodes from getting stuck and when shutting down
* Set minimum fee to 0.1 HUSH per 1 KB of data if `OP_RETURN` is used. * Set minimum fee to 0.1 HUSH per 1 KB of data if `OP_RETURN` is used.
* A feature in absurd fee that allows sending amount < fee, can be used only in a full node by advanced users. * Absurd fee allows sending amount < fee; used only in a full node.
* Fixed various bugs relating to lock ordering and missing locks * Fixed various bugs relating to lock ordering and missing locks
* Fixed RPC docs for addnode and disconnectnode having the incorrect port for HACs * Fixed RPC docs for addnode and disconnectnode having incorrect port for HACs
* Value of DEBUG_LOCKORDER is now logged to debug.log on node startup * Value of DEBUG_LOCKORDER is now logged to debug.log on node startup
* New script ./debug-build.sh to make it easier to make debug builds * New script ./debug-build.sh to make it easier to make debug builds
* DragonX nodes now have their own list of seed nodes * DragonX nodes now have their own list of seed nodes
* Hush nodes now have their own protocol version which is independent from HACs * Hush nodes now have own protocol version independent from HACs
* Fixed off-by-one bug in `newSietchRecipient` * Fixed off-by-one bug in `newSietchRecipient`
* Performance improvement to `ActivateBestChainStep` ed86f2dd1d * Performance improvement to `ActivateBestChainStep` ed86f2dd1d
* Improved navigation in README for new users. * Improved navigation in README for new users.