12 Commits

Author SHA1 Message Date
Felix Lange
cf6d3a90a9 all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
2015-07-23 18:35:11 +02:00
Felix Lange
6c3d851763 all: update license headers to distiguish GPL/LGPL
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
2015-07-22 18:51:45 +02:00
Felix Lange
72939fa459 all: update license information 2015-07-07 14:12:44 +02:00
Péter Szilágyi
4a94682be3 whisper: shorten constants to TTL and PoW 2015-04-14 15:16:02 +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
Péter Szilágyi
4b1c229f66 whisper: make the test app runnable & do something inside 2015-04-10 13:42:49 +03:00
obscuren
577f866011 Moved obscuren secp256k1-go 2015-01-22 00:35:00 +01:00
obscuren
33fea77326 Added whisper debug interface + whisper fixes 2014-12-15 17:14:02 +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
502db50465 First draft of Whisper messages relaying 2014-12-08 12:43:33 +01:00