openethereum/rpc/src
Vladimir Komendantskiy 93fbbb9aaf RPC method for clearing the engine signer (#10920)
* RPC method parity_clearEngineSigner

Add RPC method parity_clearEngineSigner
Fixes https://github.com/poanetwork/parity-ethereum/issues/113

* corrected the return type of clear_author

* review comment responses and a rebase fix

* removed a spurrious warning

* moved clear_signer functionality to set_signer

* Merge clear_author into MinerService::set_author.

* Add trace logs to Clique::set_signer.

* Clique: Don't lock signer multiple times.
2019-10-09 14:42:51 +02:00
..
tests fix(compilation warnings) (#10649) 2019-05-13 15:10:25 +02:00
v1 RPC method for clearing the engine signer (#10920) 2019-10-09 14:42:51 +02:00
authcodes.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
http_common.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
lib.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00