Files
openethereum/ethcore
Niklas Adolfsson 78d0a8696f fix: aura don't add SystemTime::now() (#10720)
This commit does the following:
- Prevent overflow in `verify_timestamp()` by not adding `now` to found faulty timestamp
- Use explicit `CheckedSystemTime::checked_add` to prevent potential consensus issues because SystemTime is platform
depedent
- remove `#[cfg(not(time_checked_add))]` conditional compilation
2019-06-20 09:00:50 +02:00
..
2019-06-19 13:54:05 +02:00
2019-06-19 13:54:05 +02:00
2019-06-19 13:54:05 +02:00
2019-06-19 15:08:21 +01:00
2019-06-19 13:54:05 +02:00
2019-06-19 13:54:05 +02:00
2019-06-19 13:54:05 +02:00
2019-06-03 15:36:21 +02:00
2019-06-19 13:54:05 +02:00