openethereum/sync/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
..
light_sync Proper light client informant and more verification of imported headers (#5897) 2017-07-10 13:21:11 +02:00
tests Fix tests 2017-06-29 13:05:33 +02:00
api.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
block_sync.rs rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00
blocks.rs Fix tests 2017-06-29 13:05:33 +02:00
chain.rs TransactionQueue improvements (#5917) 2017-06-30 11:57:48 +02:00
lib.rs Kovan warp sync fixed 2017-03-30 13:13:43 +02:00
snapshot.rs Fix tests 2017-06-29 13:05:33 +02:00
sync_io.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
transactions_stats.rs TransactionQueue improvements (#5917) 2017-06-30 11:57:48 +02:00