openethereum/rpc/src/v1/helpers
Wei Tang b34d46cbc8 Fix concurrent access to signer queue (#8854)
* Fix concurrent access to signer queue

* Put request back to the queue if confirmation failed

* typo: fix docs and rename functions to be more specific

`request_notify` does not need to be public, and it's renamed to `notify_result`.
`notify` is renamed to `notify_message`.

* Change trace info "Transaction" -> "Request"
2018-06-12 15:21:30 +02:00
..
accounts.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
block_import.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
dapps.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
dispatch.rs Clearing up a comment about the prefix for signing (#8828) 2018-06-11 10:02:46 +02:00
errors.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
fake_sign.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
ipfs.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
light_fetch.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
mod.rs Fix concurrent access to signer queue (#8854) 2018-06-12 15:21:30 +02:00
network_settings.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
nonce.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
oneshot.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
poll_filter.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
poll_manager.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
requests.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
secretstore.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
signer.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
signing_queue.rs Fix concurrent access to signer queue (#8854) 2018-06-12 15:21:30 +02:00
subscribers.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
subscription_manager.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00