Skip to content

Ergo Mainnet 3.0.4 Release

Compare
Choose a tag to compare
@kushti kushti released this 19 Jul 08:22
· 5313 commits to master since this release
05f91bb

This release is introducing a bugfix in block candidate generation algorithm. Thus the release is highly recommended for miners!

Before this release, block candidate has timestamp got from NTP (or local clocks if connection to NTP failed). However, there's the rule that timestamp of a block should be not less than timestamp of its parent (to has less problems with time drifting attacks). So the node had a chance to generate an invalid block candidate for mining.

With the fix done, node is generating strictly increased timestamp for a block candidate.