github ergoplatform/ergo v4.0.41
Ergo Protocol Reference Client 4.0.41

latest releases: v6.0.0-alpha1, v6.0.0-alpha0, v5.0.22...
2 years ago

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

Don't miss a new ergo release

NewReleases is sending notifications on new releases.