openethereum/ethcore/src/engines
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
..
authority_round New contract PoA sync fixes (#5991) 2017-07-13 09:48:00 +02:00
tendermint New contract PoA sync fixes (#5991) 2017-07-13 09:48:00 +02:00
validator_set New contract PoA sync fixes (#5991) 2017-07-13 09:48:00 +02:00
basic_authority.rs New contract PoA sync fixes (#5991) 2017-07-13 09:48:00 +02:00
epoch.rs PoA: Wait for transition finality before applying (#5774) 2017-06-28 13:17:36 +02:00
epoch_verifier.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
instant_seal.rs Upgrade `elastic-array` to 0.9.0 2017-06-29 13:05:33 +02:00
mod.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
null_engine.rs address grumbles 2017-04-24 13:14:50 +02:00
signer.rs New contract PoA sync fixes (#5991) 2017-07-13 09:48:00 +02:00
transition.rs PoA: Wait for transition finality before applying (#5774) 2017-06-28 13:17:36 +02:00
vote_collector.rs Fix tests 2017-06-29 13:05:33 +02:00