openethereum/ethcore/src/engines
Niklas Adolfsson 037fd1b309 fix(extract `timestamp_checked_add` as lib) (#10383)
* fix(extract `timestamp_checked_add` as lib)

* fix(whisper types): remove unused `EmptyTopics`

* fix(time-lib): feature-flag to use time-lib or std

This commit adds conditional compilation checks that falls back to `our time-lib` when
`time_checked_add` is not available in the standard library

Note, `time_checked_add` covers both `checked_add` and `checked_sub`

* fix(grumble): use cfg_attr to define rustc feature
2019-03-19 23:17:05 +01:00
..
authority_round fix(extract `timestamp_checked_add` as lib) (#10383) 2019-03-19 23:17:05 +01:00
validator_set perf(ethcore): `micro-opt` (#10405) 2019-03-06 15:30:35 +01:00
basic_authority.rs OpenBlock::new take IntoIterator instead of mutable ref to Iterator (#10480) 2019-03-15 15:43:54 +01:00
block_reward.rs simplify parity machine (#10469) 2019-03-13 11:36:13 +01:00
instant_seal.rs OpenBlock::new take IntoIterator instead of mutable ref to Iterator (#10480) 2019-03-15 15:43:54 +01:00
mod.rs remove unused Engine::maximum_uncle_age (#10476) 2019-03-14 21:34:26 +01:00
null_engine.rs simplify parity machine (#10469) 2019-03-13 11:36:13 +01:00
signer.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00