Felix Lange
|
ea54283b30
|
all: update license information
|
2015-07-07 14:12:44 +02:00 |
|
Péter Szilágyi
|
7f48eb8737
|
whisper, xeth/whisper: surface TTL and hash to the API
|
2015-04-28 10:49:04 +03:00 |
|
Péter Szilágyi
|
7948cc0029
|
rpc, whisper, xeth: fix RPC message retrieval data race
|
2015-04-28 10:47:35 +03:00 |
|
Péter Szilágyi
|
5aa523e32b
|
whisper: fix send timestamp omission during envelope opening
|
2015-04-28 10:47:35 +03:00 |
|
Felix Lange
|
509d0a8d78
|
whisper: fix comment for rlpenv
|
2015-04-17 14:45:09 +02:00 |
|
Péter Szilágyi
|
59bff46505
|
whisper: general cleanups, documentation
|
2015-04-14 13:24:43 +03:00 |
|
Péter Szilágyi
|
5205b2f19b
|
whisper: fix anonymous broadcast drop, add broadcast tests
|
2015-04-14 12:12:47 +03:00 |
|
Péter Szilágyi
|
9a53390f49
|
whisper: clean up and integrate topics
|
2015-04-13 12:16:51 +03:00 |
|
Péter Szilágyi
|
7b501906db
|
whisper: separate out magic number from the code
|
2015-04-13 11:31:51 +03:00 |
|
Péter Szilágyi
|
5467e7b312
|
whisper: fix comment entity capitalizations
|
2015-04-12 14:34:53 +03:00 |
|
Péter Szilágyi
|
0e4f21fc37
|
whisper: polish the Envelope a bit, prep for tests.
|
2015-04-10 16:52:01 +03:00 |
|
Péter Szilágyi
|
7d8ce53eca
|
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
|
069c87b960
|
whisper: use common.Hash
|
2015-03-21 00:57:18 +01:00 |
|
Felix Lange
|
483d43a15a
|
whisper: use package rlp
|
2015-03-21 00:49:58 +01:00 |
|
Felix Lange
|
e80dda6051
|
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
|
b523441361
|
Moved ethutil => common
|
2015-03-16 11:27:38 +01:00 |
|
obscuren
|
84f7c966f7
|
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
|
e3cad04dec
|
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
|
e2d1d832ef
|
added nil check
|
2015-01-02 13:00:25 +01:00 |
|
obscuren
|
52b54631a4
|
Whisper watches fixes
|
2014-12-16 19:55:57 +01:00 |
|
obscuren
|
54605d8c8e
|
During env open check for pub error which indicated unencrypted payload.
|
2014-12-15 21:55:00 +01:00 |
|
obscuren
|
a17a1f9208
|
Implemented watching using filter package
* Added filters / watches
* Removed event dep
|
2014-12-12 22:23:42 +01:00 |
|
obscuren
|
dda778eda7
|
Updated whisper messages to new crypto api + added tests
|
2014-12-10 14:17:32 +01:00 |
|
obscuren
|
984c7e6689
|
Added encryption for messages better API for sealing messages
|
2014-12-10 00:03:50 +01:00 |
|
obscuren
|
76842b0df8
|
Additional checks and debug output
|
2014-12-08 14:25:52 +01:00 |
|
obscuren
|
ebe2d9d872
|
First draft of Whisper messages relaying
|
2014-12-08 12:43:33 +01:00 |
|