openethereum/util/network/src
Robert Habermeier 99075ad22a Initial Whisper implementation (#6009)
* whisper skeleton

* basic message store

* rallying and message logic

* pass host info to network protocol handlers

* choose who starts rally based on node key

* module reshuffling

* mining messages

* prune messages by low PoW until below size target

* associated error type for ethkey generators and `OsRng` generator

* beginnings of RPC

* generic message handler for whisper

* reshuffle code order

* standard payload encoding and decoding

* basic crypto

* minor restructuring of net code

* implement shh_post

* merge?

* implement filters

* rand trait for hash types

* filter RPCs for whisper

* symmetric encryption of payload

* pub-sub

* filter tests

* use only secure random IDs

* attach arbitrary protocols to network

* basic integration of whisper into Parity

* eagerly prune low PoW entries

* broadcast messages with salted topics

* node info RPC

* fix import

* fix leading zeros calculation

* address minor grumbles
2017-07-14 20:40:28 +02:00
..
connection.rs updated serde to version 1.0 2017-07-06 11:36:15 +02:00
discovery.rs updated serde to version 1.0 2017-07-06 11:36:15 +02:00
error.rs Check for matching session before deregistering (#4563) 2017-02-17 12:20:25 +01:00
handshake.rs updated serde to version 1.0 2017-07-06 11:36:15 +02:00
host.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
ip_utils.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
lib.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
node_table.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
service.rs removed panic handlers (#5895) 2017-06-22 19:00:53 +02:00
session.rs Resilient warp sync (#5018) 2017-03-24 18:55:57 +01:00
stats.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
tests.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00