Skip to content

v0.2.16.110

Compare
Choose a tag to compare
@wrkzdev wrkzdev released this 13 Feb 10:16
· 263 commits to master since this release
5c1dd5b

Mandatory upgrade to avoid sync issue before height 864,864

  • Update seed node IPs
  • Fusion needs to spend 100.00 WRKZ per tx. From forked height 864,864
  • Add LevelDB and libsnappy as alternative DB Engine to RocksDB. By default, cmake will build with RocksDB unless, you add -DWITH_LEVELDB=true
  • Remove Fusion support for wrkz-service
  • Add exporting wallet JSON to file to wrkz-wallet-api (Thanks to TurtleCoin)
  • Upgrade RocksDB lib to 6.5.3
  • Upgrade zstd lib to 1.4.4
  • Update p2p version
  • Add logging to file arg for wrkz-wallet and wrkz-wallet-api (Thanks to TurtleCoin)

Bootstrap for fast import is available also in: https://wrkz-data-dir.bot.tips/ or sync with checkpoints: https://github.com/wrkzcoin/checkpoints

Check some benchmark comparison between LevelDB vs RocksDB

Be also noted that LevelDB is still in testing. For production, it is recommended to use RocksDB.

Thanks to @zpalmtree, SoFly (FastPool), @LeoStehlik, Bobbie (semiPool), Morph, Primal, greywolf and other WrkzCoin community team for testing, feedback, bug reporting.