Skip to content

v0.3.2

Compare
Choose a tag to compare
@LeoStehlik LeoStehlik released this 26 Dec 11:53
· 191 commits to master since this release

This IS a mandatory upgrade.

The fork activates at height 1,980,000.

Please upgrade your software prior 1,980,000. If you do not upgrade, you will no longer be able to sync after block 1,980,000+

Changes

derogoldd

Fixes ParseExtra crash
Fixes removing invalid transactions from transaction pool when included in blocks
Prevents excessive small inputs to be generated
Enforces consensus on transaction amounts & counts in the tx pool from height 1,980,000
Improves & reorders transaction validation
Introduces --enable-mining option to prevent using publicly exposed daemons to be used for mining pools
Reduces ASCII logo size
Various other bugfixes and improvements as referenced in our GitHub repo commit history.

wallets (zedwallet, zedwallet-beta)

Adds wallet upgrader for users to be able to switch from zedwallet to zedwallet-beta.
Adds wallets to follow rules for transaction amounts and counts as per derogoldd daemon.