Browse Source

Update 'doc/relnotes/README.md'

pull/357/head
duke 6 months ago
parent
commit
51aa8e1afd
  1. 5
      doc/relnotes/README.md

5
doc/relnotes/README.md

@ -21,13 +21,14 @@ exchanges, solo miners and mining pools to update to this release.
* Hush full nodes will use ~2GB less RAM
* DragonX full nodes will use ~30MB less RAM
* Antispam defenses
* Hush and all Hush Smart Chains now make it harder and more expensive for an attacker to send shielded spam. This raises the cost in CPU and transaction fees for Denial-of-Service attacks.
* Hush and all Hush Smart Chains now make it harder and more expensive for an attacker to send shielded spam. This raises the cost in CPU https://git.hush.is/hush/hush3/commit/14d3ae17851615a69c33cb7eed623b904b140e3d and transaction fees https://git.hush.is/hush/hush3/commit/2308db22eec78d0a10bde0f674243b2700d59e4a for Denial-of-Service attacks.
* New RPC `z_getstats` which reports data about numer of shielded inputs (zins) and shield outputs (zouts) in transactions.
* Fix a bug where `hush-cli stop` would not stop the node during the "Building Witnesses" rescan phase
* Fix bugs where `abortrescan` couldn't be used when node is start up (RPC warmup) and where it could not abort the rescan if it was in the "Building Witnesses" phase
* Fix bug in `z_mergetoaddress` where docs said you could use `ANY_ZADDR` but you couldn't https://git.hush.is/hush/hush3/commit/7eb9d75b94469c3fc8c028f29b35be9ac764a10c
* Upgraded curl to 8.4.0
* DragonX specific changes:
* Updated to latest RandomX v1.2.1 which includes mining optimizations
* Updated to latest RandomX v1.2.1 which includes mining optimizations https://git.hush.is/hush/hush3/commit/6029b3d571009991ae9c4aea0397f4d00be6a817 https://git.hush.is/hush/hush3/issues/337
* Fix RandomX mining memory leak
* This avoids an out-of-memory crash when miners change the number of threads of mining
* Fixing this bug lead to a 10% hashrate increase vs the previous release

Loading…
Cancel
Save