Skip to content

v2.0.1

Compare
Choose a tag to compare
@yilunzhang yilunzhang released this 11 Jul 01:32
· 229 commits to master since this release

v2.0.1 greatly reduces pruning downtime and improves network stability.

Pruning

  • Node will prune db when saving blocks, so nknd only needs to compact database on start

Network

  • Increase max random neighbors to 16 for better block propagation reliability
  • Connect to random neighbors without sleep if random neighbors set is not full

Bug Fix

  • Fix wrong slice length in CleanBlockValidationState that may cause panic
  • Fix compiled nknd/nknc do not have verison set

Others

  • Add support for 32bit arm version (v5, v6, v7)
  • Change import path to v2 to allow import from other packages