openethereum/rpc/src/v1/tests/mocked
Kirill Pimenov 86c2633280 Migrate to Futures in SigningQueue (#6689)
* oneshot channels instead of custom promises

* Future instead of handle_dispatch

* Even less copying

* Those explicit waits were a mistake, thanks, @tomusdrw

* No more unsafe polling

* Test for the new `is_done()` method

* Mark Futures as `#[must_use]`

* Solve most compilation warnings

* `try_ready!` is more ideomatic

* Turn spaces into tabs

* Documentation and visibility improvements

* Minor code style improvements

* Make Futures run on an explisit reactor

* Another round of code style issues

* Simplify ConfirmationReceiver type

* Flatten ConfirmationOutcome into a plain Result type

* Get rid of a separate `pending` set, it was a stupid idea

* Clarify `add_request` docs

* No need to reduce the scope of the mutex here
2017-10-17 14:50:53 +02:00
..
eth_pubsub.rs Logs Pub-Sub (#5705) 2017-06-28 12:21:13 +02:00
eth.rs Squash remaining warnings (#6789) 2017-10-16 12:31:52 +02:00
manage_network.rs Compatibility with whisper v6 (#6179) 2017-09-10 18:02:14 +02:00
mod.rs Latest headers Pub-Sub (#5655) 2017-05-23 12:26:39 +02:00
net.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
parity_accounts.rs Add raw hash signing (#5423) 2017-04-12 12:15:13 +02:00
parity_set.rs Light Client: fetch transactions/receipts by transaction hash (#6641) 2017-10-08 18:19:27 +02:00
parity.rs Add RPC eth_chainId for querying the current blockchain chain ID (#6329) 2017-09-26 14:17:07 +02:00
personal.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
pubsub.rs Use randomized subscription ids for PubSub (#5756) 2017-06-13 18:36:39 +03:00
rpc.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
secretstore.rs Secretstore RPCs + integration (#5439) 2017-05-05 14:57:29 +01:00
signer.rs Migrate to Futures in SigningQueue (#6689) 2017-10-17 14:50:53 +02:00
signing.rs Migrate to Futures in SigningQueue (#6689) 2017-10-17 14:50:53 +02:00
traces.rs Merge branch 'master' into Fix-4858 2017-08-29 15:11:05 +02:00
web3.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00