openethereum/rpc/src/v1/impls
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
..
light Implement parity_versionInfo & parity_setChain on LC; fix parity_setChain (#10312) 2019-03-04 20:24:53 +01:00
debug.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
eth_filter.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
eth_pubsub.rs fix(light-rpc): Make light_sync generic (#10238) 2019-02-11 10:33:16 +00:00
eth.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
mod.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
net.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
parity_accounts.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
parity_set.rs Implement parity_versionInfo & parity_setChain on LC; fix parity_setChain (#10312) 2019-03-04 20:24:53 +01:00
parity.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
personal.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
private.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
pubsub.rs Convert to jsonrpc-derive, use jsonrpc-* from crates.io (#10298) 2019-02-05 14:31:19 +01:00
rpc.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
secretstore.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
signer.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
signing_unsafe.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
signing.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
traces.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
web3.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00