Skip to content

v1.0.2.0

Compare
Choose a tag to compare
@presstab presstab released this 28 Feb 21:47
· 899 commits to master since this release

Release Notes: v1.0.2.0

This is a mandatory update that must be performed before block 86350.

Fixed superblock logic

There was a math error in part of the budget checks where it was checking for the wrong block that was not the super block. (#413:@random-zebra)

There is a protocol bump. This bump will be enforced once we are within 50 blocks of the superblock, meaning all non-updated peers will start being disconnected by the updated peers (this prevents the non-updated peers continually asking for blocks from the updated peers). (#416:@presstab)

If you don't update, your chain will get stuck on the block before the superblock.

Wallet

  • Change basecoin mint to return change as CT #410:@presstab
  • Select oldest zerocoinmints first when spending zerocoins #406:@random-zebra
  • Use a temp keystore for signing stealth inputs. #401:@presstab (this solves many cases of CT spending not working correctly).
  • Automint, mint full balance whenever is possible #399:@veildev
  • Refactor zerocoin mints collection before spending #382:@random-zebra

GUI

  • coin control dialog issue #48 solved #412:@veildev
  • Modal overlay opaque background force resize on every show. #399:@veildev
  • Settings, unlock wallet for staking flow corrected. #392:@veildev
  • Transaction record status included on tx detail dialog #388:@veildev
  • Hide orphans fixed. #381:@veildev
  • Fix premature Zerocoin spending in GUI #327:@APosselli (when spending zerocoin in the GUI it will not actually send the tx until after confirmation)

RPC