openethereum/secret_store/src/key_server_cluster/io
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
..
deadline.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
handshake.rs SecretStore: use random key to encrypt channel + session-level nonce (#6470) 2017-09-14 19:29:01 +02:00
message.rs SecretStore: administrative sessions prototypes (#6605) 2017-10-02 15:27:31 +02:00
mod.rs SecretStore: encrypt messages using private key from key store (#6146) 2017-08-09 11:09:40 +02:00
read_header.rs Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
read_message.rs Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
read_payload.rs Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
shared_tcp_stream.rs Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
write_message.rs Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00