Wallet Update: KMD 3.0.1.0-beta5

Coin

Komodo $KMD

Version

3.0.1.0-beta5 (previous: 3.0.1.0-beta4)

GitHub-Source

https://github.com/DeckerSU/KomodoOcean

Changelog

Not available

Notes

  • LevelDB updated to 1.2 (with hardware accelerated CRC32 support) and integrated to buildsystem
  • Implemented cross-compilation for Darwin (MacOS) from Linux
  • Get rid of gcc compiler usage on MacOS, now app can be compiled on Mac with native clang or cross-compiled from Linux with native_cctools
  • Fixed cleanup after build (make clean now works better)
  • Add creation of Windows (nsis) and MacOS (dmg) installers (make deploy), now MacOS version of app also bundled in .dmg package
  • All binaries are stripped now (less size on disk, earlier it was not always so)
  • Minor fixes and improvements