Skip to content

Ergo Protocol Reference Client 4.0.41

Compare
Choose a tag to compare
@kushti kushti released this 25 Aug 16:35
· 1498 commits to master since this release
07f2768

Ergo protocol reference client 4.0.41. It contains following PRs

  • #1599 - more efficient byte operations in AVL tree proof generation
  • #1786 and #1812 - different memory pool optimizations and anti-spam protection mechanisms
  • #1814 - it is possible now to set via ergo.node.mempoolSorting setting how mempool is sorted (by fee/ transaction size or fee/ transaction cost)

Voting for 5.0 soft-fork:

This version is voting for 5.0 soft-fork automatically. To vote against it, set in the config:

ergo {
  ...
  voting {
    120 = 0 // vote against 5.0 soft-fork
  }
}

you can combine vote against soft-fork with other votes , e.g.

ergo {
  ...
  voting {
    120 = 0 // vote against 5.0 soft-fork
    8 = 1000
  }
}

Contributors: @ApexTheory , @knizhnik , @kushti