Skip to content

Release V1.2.0

Latest
Compare
Choose a tag to compare
@xcn-project xcn-project released this 19 Apr 01:23
· 44 commits to master since this release

Changes

  • Fixed an issue when comparing checkpoint data
  • Fixed an issue that allowed blocks with invalid PoW hashes to be placed in the blockchain
  • Fixed a few compiler warnings
  • Adjusted default transaction mempool timeout
  • Optimizations to slow-hash when allocating memory
  • Fixed compilation on Windows
  • Adjusted default block saving, p2p pool data saving timeouts
  • CryptoNight Dark now uses only Blake256 for it's final hashing round (Helps increase overall performance for CPU based hardware)
  • Removed old checkpoint data
  • Fixed the number of iterations required for a valid CryptoNight Dark hash
  • Fixed an issue that caused the daemon to crash when trying to sync to an invalid alternative chain
  • Fixed an issue that allowed transactions with cumulative size greater than allowed by the daemon
  • Added new arguments to simplewallet "-f", "-p" for specifying a custom fee and payment id when sending money
  • Fixed an issue where the daemon would never shutdown on CTRL-C input
  • Other misc bug fixes and improvements...