dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Fix feature_commits_forkchoice #1100

Closed Nizametdinov closed 5 years ago

Nizametdinov commented 5 years ago

Sometimes the proposer p0 generated blocks faster than the finalizer v0 cast its votes. Because of that the fourth epoch was not always finalized. This PR makes the test one epoch shorter and makes finalization of the third epoch deterministic.

Nizametdinov commented 5 years ago

I ran the test on Travis 100 times. It didn't fail.