openethereum/whisper/src/rpc
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
..
crypto.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
filter.rs Compatibility with whisper v6 (#6179) 2017-09-10 18:02:14 +02:00
key_store.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
mod.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
payload.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
types.rs Compatibility with whisper v6 (#6179) 2017-09-10 18:02:14 +02:00