openethereum/util
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
..
benches bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00
bigint Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
bloom Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
fetch Node Health warnings (#5951) 2017-07-11 12:23:46 +02:00
io Bumped version 2017-07-13 15:52:01 +02:00
network Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
path splitting part of util into smaller crates (#4956) 2017-03-22 06:23:40 +01:00
reactor Updating JSON-RPC crates (#4934) 2017-03-22 07:02:14 +01:00
rlp updated serde to version 1.0 2017-07-06 11:36:15 +02:00
sha3 Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
src Limit transaction queue memory & limit future queue (#6038) 2017-07-13 15:12:25 +02:00
stats use new histogram/corpus 2017-02-17 16:18:31 +01:00
table Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
using_queue Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
build.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
Cargo.toml Bumped version 2017-07-13 15:52:01 +02:00