openethereum/parity
Tomasz Drwięga 4936e99f30 Node Health warnings (#5951)
* Health endpoint.

* Asynchronous health endpoint.

* Configure time api URL via CLI.

* Tests for TimeChecker.

* Health indication on Status page.

* Adding status indication to tab titles.

* Add status to ParityBar.

* Fixing lints.

* Add health status on SyncWarning.

* Fix health URL for embed.

* Nicer messages.

* Fix tests.

* Fixing JS tests.

* NTP time sync (#5956)

* use NTP to check time drift

* update time module documentation

* replace time_api flag with ntp_server

* fix TimeChecker tests

* fix ntp-server flag usage

* hide status tooltip if there's no message to show

* remove TimeProvider trait

* use Cell in FakeNtp test trait

* share fetch client and ntp client cpu pool

* Add documentation to public method.

* Removing peer count from status.

* Remove unknown upgrade status.

* Send two time requests at the time.

* Revert "Send two time requests at the time."

This reverts commit f7b754b1155076a5a5d8fdafa022801fae324452.

* Defer reporting time synchronization issues.

* Fix tests.

* Fix linting.
2017-07-11 12:23:46 +02:00
..
cli Node Health warnings (#5951) 2017-07-11 12:23:46 +02:00
light_helpers EIP-168, 169: Dust protection (#4757) 2017-06-28 09:10:57 +02:00
account.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
blockchain.rs Proper light client informant and more verification of imported headers (#5897) 2017-07-10 13:21:11 +02:00
boot.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
cache.rs Memory usage optimization (#5526) 2017-05-02 11:40:03 +02:00
configuration.rs Node Health warnings (#5951) 2017-07-11 12:23:46 +02:00
dapps.rs Node Health warnings (#5951) 2017-07-11 12:23:46 +02:00
deprecated.rs Dapps and RPC server merge (#5365) 2017-04-03 10:27:37 +02:00
dir.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
helpers.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
informant.rs Proper light client informant and more verification of imported headers (#5897) 2017-07-10 13:21:11 +02:00
ipfs.rs Dapps and RPC server merge (#5365) 2017-04-03 10:27:37 +02:00
main.rs Node Health warnings (#5951) 2017-07-11 12:23:46 +02:00
migration.rs initial light CLI 2017-03-22 18:32:04 +01:00
modules.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
params.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
presale.rs Ledger wallet support (#4486) 2017-02-09 19:07:06 -05:00
rpc.rs Node Health warnings (#5951) 2017-07-11 12:23:46 +02:00
rpc_apis.rs Whitelist APIs for generic Pub-Sub (#5840) 2017-07-10 17:42:29 +02:00
run.rs Node Health warnings (#5951) 2017-07-11 12:23:46 +02:00
secretstore.rs Fixing secretstore TODOs - part 2 (#5416) 2017-04-25 21:34:03 +02:00
signer.rs UI server refactoring (#5580) 2017-05-24 12:24:07 +02:00
snapshot.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
stratum.rs remove the deprecated options in rustfmt.toml (#5616) 2017-05-19 17:12:20 +02:00
sync.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
upgrade.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
url.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
user_defaults.rs updated serde to version 1.0 2017-07-06 11:36:15 +02:00