* 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
|
||
|---|---|---|
| .. | ||
| cli | ||
| db | ||
| light_helpers | ||
| logger | ||
| account_utils.rs | ||
| account.rs | ||
| blockchain.rs | ||
| cache.rs | ||
| configuration.rs | ||
| deprecated.rs | ||
| export_hardcoded_sync.rs | ||
| helpers.rs | ||
| informant.rs | ||
| ipfs.rs | ||
| lib.rs | ||
| main.rs | ||
| modules.rs | ||
| params.rs | ||
| presale.rs | ||
| rpc_apis.rs | ||
| rpc.rs | ||
| run.rs | ||
| secretstore.rs | ||
| signer.rs | ||
| snapshot.rs | ||
| stratum.rs | ||
| upgrade.rs | ||
| user_defaults.rs | ||
| whisper.rs | ||