Skip to content

v1.1.1-rc.2

Compare
Choose a tag to compare
@uprendis uprendis released this 02 Aug 18:47

v1.1.1-rc.2 is a hotfix release for an issue. The upgrade is highly recommended for all nodes.

This release features automatic EVM pruning which can be enabled with either --gcmode full or --gcmode light flag. --gcmode full option will prune much more EVM nodes than --gcmode light at expense of worse performance.

  • Add support of automatic EVM pruning (disabled by default) (#210)
  • Add DB cache for GenesisID (#334)
  • Add DB cache for NetworkVersion (#326)
  • Add block 0 into API output for web3 compatibility (#333)