Skip to content

v1.0.0.9

Compare
Choose a tag to compare
@4x13 4x13 released this 12 Jan 00:37
· 1089 commits to master since this release

v1.0.0.9 is a major improvement in quite a few areas from the last released build (v1.0.0.6). The development team has focused a lot of their time correcting the majority of issues that were causing orphan stakes, preventing spending of certain coins, syncing, and other issues. There are still some issues to overcome, but v1.0.0.9 will provide a much better experience. It is suggested that you use both rescanzerocoinwallet and rescanblockchain commands in the console to help restore any potential problems in the wallet.dat.

Issues addressed in this release:

  • Better invalid data handling on send dialog
  • dont branch based on potentially uninit var
  • relay zcspends that were not relayed for zero fee
  • More specific selection for ReacceptWalletTransactions() and SelectCoins()
  • Specify output type to mint from. Tweak automint coin select. Don't relay loose coinstake tx. Archive mint when failed spend and not in chain.
  • remove restore from file + ringCT & CT balance added to tooltip
  • lock/unlock icon #205
  • remove word wrapping in tooltip
  • Don't allow 0 threads on searchdeterministiczerocoins. Fix description on deterministiczerocoinstate.
  • Staking and automint trigger off of HeadersAndBlocksSynced().
  • rescanzerocoinwallet RPC call.
  • rpc findserial
  • rpc add clearing of mempool to abandontransaction
  • Better tracking of mempool zerocoins
  • better rescanblockchain
  • wallet confirmed balance + no zerocoin balance fix #217
  • balance + tooltip better detailed
  • nBalance not loaded on zcspend
  • Merge pull request #243 from veildev/gui-fixes-2
  • Add some failure checks to getblocktemplate call
  • Merge pull request #252 from blondfrogs/miner_logging Add some failure checks to getblocktemplate call
  • Fix saving stealth destination ephemeral key.
  • More efficient filtering of duplicate pubcoins and serials in CreateNewblock()
  • Fix mismatched output types.
  • Add zerocoinspend rules to IsStandard check.
  • More verbose mempool rejection logging.
  • Check mempool for existing owned pubcoins before using them.
  • Display stealth address on CT recv.
  • Make transaction records involving ZeroCoin and blinded values show up properly
  • Look for Zerocoin and Anon inputs in IsMine()
  • Remove pubcoins and serials from mempool on new block.
  • Fix some cases where transaction records were not showing up properly.
  • Cleanup. Fix zerocoinspend to CT displaying as 0.
  • Merge pull request #254 from presstab/wallet_scan - Wallet scans. Tx Records. Encryption. Mempool filtering.
  • Fix bad scope in miner check causing failure to create blocks.
  • Update Standard Inputs to skip Anon Inputs