openethereum/ethcore/engines/authority-round
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
..
src authority_round: Fix next_step_time_duration. (#11379) 2020-01-13 22:42:14 +01:00
Cargo.toml Set the block gas limit to the value returned by a contract call (#10928) 2020-01-13 11:27:03 +01:00