openethereum/rpc/src
YihaoPeng 7ba5652bea Add a new RPC parity_submitWorkDetail similar eth_submitWork but return block hash (#9404)
* add a new RPC `eth_submitWorkDetail`similar `eth_submitWork`.

It has more details (block hash, error message, and more in future)
in its response and not only the `true` or `false`.

* move RPC submitWorkDetail from namespace eth_ to parity_

* remove SubmitDetailResult type; submitWorkDetail return a error when failed

* change error message of RPC error `cannot_submit_work`.

* remove double imported H256.

* put submit_work_detail into a helper to avoid the duplicate codes.
2018-10-03 03:02:48 +08:00
..
tests Remove initial token for WS. (#9545) 2018-09-13 10:58:52 +02:00
v1 Add a new RPC parity_submitWorkDetail similar eth_submitWork but return block hash (#9404) 2018-10-03 03:02:48 +08:00
authcodes.rs Remove initial token for WS. (#9545) 2018-09-13 10:58:52 +02:00
http_common.rs Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
lib.rs Better support for eth_getLogs in light mode (#9186) 2018-08-25 23:06:01 +02:00