openethereum/parity
Axel Chalon 7014642815 Implement parity_versionInfo & parity_setChain on LC; fix parity_setChain (#10312)
* Light client: implement parity_versionInfo RPC

* Light client: implement set_exit_handler & parity_setChain RPC

* parity_setChain RPC: return an error if failed (instead of `true`)

* Implement eth_subscribe('syncing') RPC for full node & light node

* Fix indentation

* Revert commit: Implement eth_subscribe('syncing')

* Revert change to Cr callback function
2019-03-04 20:24:53 +01:00
..
cli remove redundant macro println_stderr from parity/cli/usage.rs (#10425) 2019-02-27 10:07:41 +01:00
db
light_helpers fix(light-rpc): Make light_sync generic (#10238) 2019-02-11 10:33:16 +00:00
logger
account_utils.rs fix(compilation warns): no-default-features (#10346) 2019-02-14 17:54:44 +03:00
account.rs fix(compilation warns): no-default-features (#10346) 2019-02-14 17:54:44 +03:00
blockchain.rs
cache.rs
configuration.rs
deprecated.rs
export_hardcoded_sync.rs
helpers.rs
informant.rs
ipfs.rs
lib.rs
main.rs parity/main.rs uses eprintln instead of raw stderr interface (#10427) 2019-02-27 11:41:03 +03:00
modules.rs
params.rs
presale.rs
rpc_apis.rs Implement parity_versionInfo & parity_setChain on LC; fix parity_setChain (#10312) 2019-03-04 20:24:53 +01:00
rpc.rs
run.rs Implement parity_versionInfo & parity_setChain on LC; fix parity_setChain (#10312) 2019-03-04 20:24:53 +01:00
secretstore.rs
signer.rs
snapshot.rs
stratum.rs
upgrade.rs Add message to IO errors (#10324) 2019-02-18 20:39:38 +03:00
user_defaults.rs
whisper.rs