openethereum/js/src/redux/providers
Tomasz Drwięga 3226e1ca33 Expose health status over RPC (#6274)
* Node-health to a separate crate.

* Initialize node_health outside of dapps.

* Expose health over RPC.

* Bring back 412 and fix JS.

* Add health to workspace and tests.

* Fix compilation without default features.

* Fix borked merge.

* Revert to generics to avoid virtual calls.

* Fix node-health tests.

* Add missing trailing comma.
2017-08-28 14:11:55 +02:00
..
certifications Fix #4277 (#5556) 2017-05-05 10:00:31 +02:00
registry Update registry middleware (#5585) 2017-05-10 14:42:26 +02:00
apiActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
apiReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
balances.js Add a warning when node is syncing (#5565) 2017-05-10 15:02:47 +02:00
balancesActions.js Filter tokens logs from current block, not genesis (#6128) 2017-07-25 08:39:41 +02:00
balancesReducer.js Refactoring of Tokens & Balances (#5372) 2017-04-19 18:00:05 +02:00
chainMiddleware.js Refresh UI on nodeKind changes, e.g. personal -> public (#5312) 2017-04-20 17:31:15 +02:00
chainMiddleware.spec.js Refresh UI on nodeKind changes, e.g. personal -> public (#5312) 2017-04-20 17:31:15 +02:00
imagesActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
imagesReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
index.js Refactoring of Tokens & Balances (#5372) 2017-04-19 18:00:05 +02:00
personal.js Refactoring of Tokens & Balances (#5372) 2017-04-19 18:00:05 +02:00
personalActions.js Add support for ConsenSys multisig wallet (#6153) 2017-08-09 19:06:14 +02:00
personalReducer.js UI support for hardware wallets (#4539) 2017-03-02 23:51:56 +01:00
requestsActions.js Store the pending requests per network version (#5405) 2017-04-19 15:15:43 +02:00
requestsActions.spec.js Minimise transactions progress (#4942) 2017-03-28 14:34:31 +02:00
requestsReducer.js Minimise transactions progress (#4942) 2017-03-28 14:34:31 +02:00
signer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
signerActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
signerMiddleware.js Decrypting for external accounts. (#5581) 2017-05-15 18:59:41 +02:00
signerMiddleware.spec.js UI support for hardware wallets (#4539) 2017-03-02 23:51:56 +01:00
signerReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
snackbarActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
snackbarReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
status.js Expose health status over RPC (#6274) 2017-08-28 14:11:55 +02:00
statusActions.js Cleanup the Status View (#5317) 2017-03-29 14:38:07 +02:00
statusReducer.js Don't display an overlay in case the time sync check fails. (#6164) 2017-07-27 17:36:23 +02:00
tokensActions.js Refactoring of Tokens & Balances (#5372) 2017-04-19 18:00:05 +02:00
tokensReducer.js Refactoring of Tokens & Balances (#5372) 2017-04-19 18:00:05 +02:00
walletActions.js Add support for ConsenSys multisig wallet (#6153) 2017-08-09 19:06:14 +02:00
walletReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
worker.js Better handling of Solidity compliation (#4860) 2017-03-11 15:25:45 +01:00
workerActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
workerReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
workerWrapper.js Build embedded Parity JS properly and separatly (#4426) 2017-02-09 15:30:57 +01:00