20 Commits

Author SHA1 Message Date
Péter Szilágyi
4e11ce0cdc whisper: fix anonymous broadcast drop, add broadcast tests 2015-04-14 12:12:47 +03:00
Péter Szilágyi
80f4ced67c whisper: clean up and integrate topics 2015-04-13 12:16:51 +03:00
Péter Szilágyi
fbdab18524 whisper: separate out magic number from the code 2015-04-13 11:31:51 +03:00
Péter Szilágyi
4efb1130aa whisper: fix comment entity capitalizations 2015-04-12 14:34:53 +03:00
Péter Szilágyi
582125ed37 whisper: polish the Envelope a bit, prep for tests. 2015-04-10 16:52:01 +03:00
Péter Szilágyi
a1854781c2 whisper: polish the messages, fix some bugs, tests
Bugs fixed:
  - Use randomly generated flags as the spec required.
  - During envelope opening check the first bit only for signature.
2015-04-10 15:53:21 +03:00
Felix Lange
72981282ea whisper: use common.Hash 2015-03-21 00:57:18 +01:00
Felix Lange
d1402120d8 whisper: use package rlp 2015-03-21 00:49:58 +01:00
Felix Lange
e1d7f07e4a eth, whisper: adapt for RLP encoder switch in package p2p
I have rewritten the protocol test to use p2p.MsgPipe because
p2p.NewMsg is gone.
2015-03-19 15:18:31 +01:00
obscuren
b78437f958 Moved ethutil => common 2015-03-16 11:27:38 +01:00
obscuren
f4514f8e6b Moved ECIES to repo & added secondary title for webview
* ECIES moved from obscuren to ethereum
* Added html META[name=badge] to reflect menuItem.secondaryTitle
2015-02-14 00:25:47 +01:00
obscuren
6bbfc0cf62 Fixed whisper messages
* Whisper protocol wasn't properly suppling envelope slices
* Message history wasn't properly propagated
* Added 'Messages' method, filtering any current envelope with the
  supplied filter.
2015-01-13 13:36:44 +01:00
obscuren
6abd465f78 added nil check 2015-01-02 13:00:25 +01:00
obscuren
41d25efeba Whisper watches fixes 2014-12-16 19:55:57 +01:00
obscuren
e30cfa6028 During env open check for pub error which indicated unencrypted payload. 2014-12-15 21:55:00 +01:00
obscuren
eac0355883 Implemented watching using filter package
* Added filters / watches
* Removed event dep
2014-12-12 22:23:42 +01:00
obscuren
7295b15afd Updated whisper messages to new crypto api + added tests 2014-12-10 14:17:32 +01:00
obscuren
bf61506fd3 Added encryption for messages better API for sealing messages 2014-12-10 00:03:50 +01:00
obscuren
e1abb2b14b Additional checks and debug output 2014-12-08 14:25:52 +01:00
obscuren
502db50465 First draft of Whisper messages relaying 2014-12-08 12:43:33 +01:00