openethereum/rpc/src/v1/helpers
Tomasz Drwięga e8b418ca03 Update jsonrpc dependencies and rewrite dapps to futures. (#6522)
* Bump version.

* Fix RPC crate.

* Fix BoxFuture in crates.

* Compiles and passes tests!

* Get rid of .boxed()

* Fixing issues with the UI.

* Remove minihttp. Support threads.

* Reimplement files serving to do it in chunks.

* Increase chunk size.

* Remove some unecessary copying.

* Fix tests.

* Fix stratum warning and ipfs todo.

* Switch to proper branch of jsonrpc.

* Update Cargo.lock.

* Update docs.

* Include dapps-glue in workspace.

* fixed merge artifacts

* Fix test compilation.
2017-10-05 12:35:01 +02:00
..
accounts.rs rpc -> weak to arc (#5688) 2017-05-28 08:40:36 -04:00
block_import.rs Bump snap version and tweak importing detection logic (#6079) 2017-07-18 16:59:33 +02:00
dapps.rs Dapp refresh (#5752) 2017-08-09 19:06:40 +02:00
dispatch.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
errors.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
fake_sign.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
ipfs.rs Clean up function naming in RPC error module 2017-07-04 17:01:06 +02:00
light_fetch.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
mod.rs Use host as ws/dapps url if present. 2017-09-21 15:11:15 +02:00
network_settings.rs Adding CLI options: port shift and unsafe expose. (#5677) 2017-05-23 12:24:32 +02:00
oneshot.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
poll_filter.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
poll_manager.rs Changing Mutex into RwLock for transaction queue (#4951) 2017-03-20 19:15:02 +01:00
requests.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
secretstore.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
signer.rs remove re-export of parking_lot in util (#6435) 2017-09-02 20:09:13 +02:00
signing_queue.rs Merge branch 'master' into fo-6418-dont-export-bigint 2017-09-04 18:32:55 +02:00
subscribers.rs Logs Pub-Sub (#5705) 2017-06-28 12:21:13 +02:00
subscription_manager.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00