Skip to content

Chavezcoin v1.0

Latest
Compare
Choose a tag to compare
@loldlm1 loldlm1 released this 20 Jul 19:43
· 10 commits to master since this release

Overview

This is the first and functional release for Chavezcoin cryptocurrency, it is based on Monero's version Wolfram Warptangent, Point Release 3.1.

Monero's specifications for this release:

  • the 0.10.3.1 point release disables a portion of the server-side hash cache that was preventing a small subset of nodes from syncing
  • added a feature to allow for multiple outputs to be paid to the same address (unless you have set merge-destinations 1)
  • fixed a major bug that could lead to some peers, seemingly randomly, getting stuck at a block height and refusing to accept further blocks
  • monero-wallet-cli (and underlying libraries) can now work in a number of units: monero, millinero, micronero, nanonero, piconero
  • added OpenAlias support to wallet RPC calls
  • fixed hardcoded seed fallback issues when DNS seeds have failed or too few seeds are returned
  • added an optional config file for wallets
  • added an additional non-interactive foreground mode for the daemon
  • added mnemonic wordlists for French and Dutch
  • per-kb fee quantized to 8 decimal places
  • added a password function to monero-wallet-cli to allow for a wallet password to be changed (and all files re-encrypted)
  • added a cache on the wallet to avoid re-scanning mempool txs already scanned
  • improvements to auto-update functionality, including a download-and-verify mechanism
  • fixes to a number of logs shown in the daemon by default
  • massive API changes to support new features in the GUI
  • as always, loads of bug fixes and performance improvements