github ergoplatform/ergo v4.0.40
Ergo Protocol Reference Client 4.0.40

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

Ergo Protocol Reference Client 4.0.40. It contains following PRs:

  • #1802 - validation errors now always have block section id and type id
  • #1808 - improvements in block section delivery checking logic

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

SHA-256 checksum: 7277e07098ffcc0a75809a05fc10f515039a73bb8210b0886450c2c9dfcd652c

Contributors: @kushti , @pragmaxim

Don't miss a new ergo release

NewReleases is sending notifications on new releases.