openethereum/ethcore
Niklas Adolfsson 6816f8b489 Updater verification (#8787)
* getting started

* refactor main

* unwrap_or -> unwrap_or_else

* force parity to lower version number to trigger update

* Fix typos

* formating

* some minor refactoring

* enable lints and fix some warnings

* make it compile

* minor tweaks to make it work

* address review comments

* Rename exe to exe_path and minor import changes

* updater: unreleased -> unknown

* Add `debug` configuration to force parity-updater

* Introduce a new feature `test-updater` in order conditionally hardcode
the version number in parity in order to force an update
* This should only be used for debug/dev purposes

* nits

* Pulled latest submodule of `wasm-tests`
2018-07-10 12:17:53 +02:00
..
benches Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
crypto Bump error-chain and quick_error versions (#8972) 2018-06-25 14:20:44 +02:00
evm bump parking_lot to 0.6 (#9013) 2018-07-03 17:31:08 +02:00
light bump parking_lot to 0.6 (#9013) 2018-07-03 17:31:08 +02:00
node_filter bump parking_lot to 0.6 (#9013) 2018-07-03 17:31:08 +02:00
private-tx A last bunch of txqueue performance optimizations (#9024) 2018-07-05 16:27:48 +01:00
res Recursive test (#9042) 2018-07-05 10:09:01 +03:00
service Bump error-chain and quick_error versions (#8972) 2018-06-25 14:20:44 +02:00
src Updater verification (#8787) 2018-07-10 12:17:53 +02:00
stratum bump parking_lot to 0.6 (#9013) 2018-07-03 17:31:08 +02:00
sync A last bunch of txqueue performance optimizations (#9024) 2018-07-05 16:27:48 +01:00
transaction Disallow unsigned transactions in case EIP-86 is disabled (#8802) 2018-06-05 19:49:11 +02:00
types remove trait bounds from several structs (#9055) 2018-07-09 12:55:27 +01:00
vm Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
wasm Recursive test (#9042) 2018-07-05 10:09:01 +03:00
Cargo.toml remove util-error (#9054) 2018-07-06 15:09:39 +02:00