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