openethereum/parity
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
..
cli Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
light_helpers EIP-168, 169: Dust protection (#4757) 2017-06-28 09:10:57 +02:00
account.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
blockchain.rs Proper light client informant and more verification of imported headers (#5897) 2017-07-10 13:21:11 +02:00
boot.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
cache.rs Memory usage optimization (#5526) 2017-05-02 11:40:03 +02:00
configuration.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
dapps.rs Merge branch 'master' into csp-fix 2017-07-11 13:45:23 +02:00
deprecated.rs Dapps and RPC server merge (#5365) 2017-04-03 10:27:37 +02:00
dir.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
helpers.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
informant.rs Proper light client informant and more verification of imported headers (#5897) 2017-07-10 13:21:11 +02:00
ipfs.rs Dapps and RPC server merge (#5365) 2017-04-03 10:27:37 +02:00
main.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
migration.rs initial light CLI 2017-03-22 18:32:04 +01:00
modules.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
params.rs Limit transaction queue memory & limit future queue (#6038) 2017-07-13 15:12:25 +02:00
presale.rs Ledger wallet support (#4486) 2017-02-09 19:07:06 -05:00
rpc.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
rpc_apis.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
run.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
secretstore.rs Fixing secretstore TODOs - part 2 (#5416) 2017-04-25 21:34:03 +02:00
signer.rs UI server refactoring (#5580) 2017-05-24 12:24:07 +02:00
snapshot.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
stratum.rs remove the deprecated options in rustfmt.toml (#5616) 2017-05-19 17:12:20 +02:00
sync.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
upgrade.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
url.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
user_defaults.rs updated serde to version 1.0 2017-07-06 11:36:15 +02:00
whisper.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00