openethereum/ethcore
David b4af8df535
When updating the client or when called from RPC, sleep should mean sleep (#10814)
Closes https://github.com/paritytech/parity-ethereum/issues/10687

`sleep()` is called from several places but when called from `disable()` or through the `setMode` RPC, we should ignore queue contents and go to sleep.
2019-07-02 21:26:26 +02:00
..
benches Removed machine abstraction from ethcore (#10791) 2019-06-26 14:16:05 +02:00
blockchain Better logging when backfilling ancient blocks fail (#10796) 2019-07-01 14:41:45 +02:00
call-contract docs: Update Readme with TOC, Contributor Guideline. Update Cargo package descriptions (#10652) 2019-06-25 08:15:13 +02:00
db Better logging when backfilling ancient blocks fail (#10796) 2019-07-01 14:41:45 +02:00
evm docs: Update Readme with TOC, Contributor Guideline. Update Cargo package descriptions (#10652) 2019-06-25 08:15:13 +02:00
light removed EthEngine alias (#10805) 2019-06-28 10:18:18 +02:00
node-filter docs: Update Readme with TOC, Contributor Guideline. Update Cargo package descriptions (#10652) 2019-06-25 08:15:13 +02:00
private-tx docs: Update Readme with TOC, Contributor Guideline. Update Cargo package descriptions (#10652) 2019-06-25 08:15:13 +02:00
res Add Constantinople eips to the dev (instant_seal) config (#10809) 2019-06-28 16:17:33 +02:00
service updated project to ansi_term 0.11 (#10799) 2019-06-27 13:34:40 +02:00
src When updating the client or when called from RPC, sleep should mean sleep (#10814) 2019-07-02 21:26:26 +02:00
sync Better logging when backfilling ancient blocks fail (#10796) 2019-07-01 14:41:45 +02:00
types Better logging when backfilling ancient blocks fail (#10796) 2019-07-01 14:41:45 +02:00
vm Cleanup unused vm dependencies (#10787) 2019-06-26 14:17:17 +02:00
wasm docs: Update Readme with TOC, Contributor Guideline. Update Cargo package descriptions (#10652) 2019-06-25 08:15:13 +02:00
Cargo.toml ethcore does not use byteorder (#10829) 2019-07-02 09:06:27 +02:00