openethereum/rpc
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
..
src Add a new RPC `parity_submitWorkDetail` similar `eth_submitWork` but return block hash (#9404) 2018-10-03 03:02:48 +08:00
Cargo.toml Update patricia trie to 0.2.2 (#9525) 2018-09-11 16:20:26 +02:00