openethereum/ethcore/engines/authority-round/src
Andreas Fackler ea8e7fcf73 authority_round: Fix next_step_time_duration. (#11379)
It's supposed to find the first step at or after `time`.
To compute that step's timestamp, it needs to add the total length
of all steps since the previous transitions to the timestamp of the
previous transition, not to `time`.
2020-01-13 22:42:14 +01:00
..
finality.rs Extract engines to own crates (#10966) 2019-08-22 18:25:49 +02:00
lib.rs authority_round: Fix next_step_time_duration. (#11379) 2020-01-13 22:42:14 +01:00
randomness.rs Add randomness contract support to AuthorityRound. (#10946) 2019-12-17 11:34:14 +01:00
util.rs Add randomness contract support to AuthorityRound. (#10946) 2019-12-17 11:34:14 +01:00