Skip to content

v0.8.1-testnet

Compare
Choose a tag to compare
@yoongbok-lee yoongbok-lee released this 25 Apr 06:31
· 165 commits to master since this release

A small enhancement from the 0.8.0 testnet version, with --pruning flag for certikd start command for memory management.

pruning will have 3 options:

  • nothing: the node will retain every past states.
  • everything: the node will discard all past states. Note the history will not be pruned.
  • syncable: the node will retain every 10000th state and most 100 recent states. This is now the default strategy.