openethereum/ethcore
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
..
benches misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
blockchain Adds cli interface to allow reseting chain to a particular block (#9782) 2019-01-16 16:37:26 +01:00
call-contract Extract CallContract and RegistryInfo traits into their own crate (#10178) 2019-01-16 19:52:21 +01:00
db misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
evm Additional error for invalid gas (#10327) 2019-02-11 22:20:51 +00:00
light Implement parity_versionInfo & parity_setChain on LC; fix parity_setChain (#10312) 2019-03-04 20:24:53 +01:00
node-filter Remove caching for node connections (#10143) 2019-01-08 11:31:26 +11:00
private-tx Silence Error::cause deprecations (#10438) 2019-03-02 13:18:18 +01:00
res Update hardcoded headers for Foundation, Ropsten, Kovan and Classic (#10417) 2019-02-27 15:50:45 +01:00
service Silence Error::cause deprecations (#10438) 2019-03-02 13:18:18 +01:00
src Implement parity_versionInfo & parity_setChain on LC; fix parity_setChain (#10312) 2019-03-04 20:24:53 +01:00
sync Update to latest mem-db, hash-db and trie-db. (#10314) 2019-02-20 21:09:34 +03:00
types misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
vm Update to latest mem-db, hash-db and trie-db. (#10314) 2019-02-20 21:09:34 +03:00
wasm Replace ethcore-logger with env-logger. (#10102) 2019-01-08 15:07:20 +01:00
Cargo.toml Update to latest mem-db, hash-db and trie-db. (#10314) 2019-02-20 21:09:34 +03:00