openethereum/ethcore
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
..
account-db Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
account-state Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
benches Fix ethcore/benches build. (#10964) 2019-08-13 15:27:28 +02:00
block-reward Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
blockchain Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
builtin Use TryFrom instead of From+panic for Builtin (#11140) 2019-10-09 14:42:03 +02:00
call-contract Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
client-traits Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
db Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
engine RPC method for clearing the engine signer (#10920) 2019-10-09 14:42:51 +02:00
engines RPC method for clearing the engine signer (#10920) 2019-10-09 14:42:51 +02:00
evm Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
executive-state Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
light Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
machine Use TryFrom instead of From+panic for Builtin (#11140) 2019-10-09 14:42:03 +02:00
node-filter Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
pod Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
private-tx Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
res Deduplicate registrar contract & calling logic (#11110) 2019-10-03 15:15:25 +02:00
service Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
snapshot Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
spec Use TryFrom instead of From+panic for Builtin (#11140) 2019-10-09 14:42:03 +02:00
src RPC method for clearing the engine signer (#10920) 2019-10-09 14:42:51 +02:00
state-db Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
sync Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
trace Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
trie-vm-factories Update to latest trie version. (#10972) 2019-08-15 15:36:48 +02:00
types Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
verification Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
vm Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
wasm Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
Cargo.toml Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00