openethereum/whisper/src/net
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
..
mod.rs fix(extract `timestamp_checked_add` as lib) (#10383) 2019-03-19 23:17:05 +01:00
tests.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00