Skip to content

v0.4.1

Compare
Choose a tag to compare
@LeoStehlik LeoStehlik released this 10 May 21:15
· 102 commits to master since this release

This IS a highly recommended upgrade.

This release fixes a few important bugs:

  • scan-height calculations / conversions
  • zedwallet & DeroGold-service sync

Changes

wallets (zedwallet, zedwallet-beta, wallet-api, Derogold-service)

Fixes bug in zedwallet/DeroGold-service that would not process transactions with null pub key. This would prevent legacy zedwallet & DeroGold-service to sync under certain circumstances.

RocksDB vs. LevelDB

If you had previously synced your daemon and do not want to resync (or reimport from .bin files) from scratch, download the -rocksDB.tgz release.

Benefits of LevelDB. In the future, we will switch to LevelDB, as we see significant benefits: faster daemon sync, faster wallet sync, improved daemon uptime/stability.

MacOS Support

Due to continuing issues on the MacOS platform to support C++17, we provide MacOS binaries as is. Please note, there may be issues related to MacOS lack of C++17 support and other specific issues we may not be able to support / fix.

Known issues

If you run a mining pool software, there may still be some race conditions in the BlockchainCache.cpp / DatabaseBlockchainCache.cpp. We hope we eliminated most of these. However, there still may be issues.

Zedwallet/zedwallet-beta command send_all may not work due to introducing fusion fee. We will fork away from fusion fees in the future.

Contributors to this release

Very special thank you to Zpalm!