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

Move GetEpoch, IsEpochStart, and IsCheckpoint to finalization::Params #1087

Closed Nizametdinov closed 5 years ago

Nizametdinov commented 5 years ago

GetEpoch, IsEpochStart, and IsCheckpoint do not depend on the finalization state and hence should be moved to finalization::Params.

Extracted from #1081.