github ergoplatform/ergo v4.0.39
Ergo Protocol Reference Client 4.0.39

latest releases: v5.0.24, v5.0.23, v6.0.0-alpha2...
2 years ago

Ergo Protocol Reference Client 4.0.39. It contains following PRs:

  • #1750 - prioritize blocks downloading when better chain reported by peers by not downloading transactions during that period
  • #1800 - fixes for different issues regarding public API URL
  • #1805 - randomized mempool sorting by transaction size or execution cost. Order is decided during node startup.
  • #1806 - fixed declared address parsing for IPv6

Voting for 5.0 soft-fork:

Node now 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
  }
}

SHA-256 checksum: d248ff88a83cf09f42d7209d6a1449299c98ea846da4ca9e99b6cc77aa7b5500

Contributors: @kushti , @pragmaxim , @satsen

Don't miss a new ergo release

NewReleases is sending notifications on new releases.