Péter Szilágyi
7e54a9c07f
whisper: rename test file according to Go style
10 years ago
Péter Szilágyi
a4c8e947b0
whisper: make the test app runnable & do something inside
10 years ago
obscuren
688d118c7e
Updated logging
10 years ago
Gustav Simonsson
2591883a18
Use logger.Error instead of 0 with glog
10 years ago
Gustav Simonsson
3f306f63d4
Forward and log EC recover err and remove dup pubkey len check
10 years ago
obscuren
1889727144
Moved logging to logger.Core
10 years ago
Taylor Gerring
c956bcb13c
Move version to const and expose via Version()
10 years ago
Felix Lange
069c87b960
whisper: use common.Hash
10 years ago
Felix Lange
483d43a15a
whisper: use package rlp
10 years ago
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.
10 years ago
Taylor Gerring
fe819f3b9f
Comment out whisper remove identity stubs
10 years ago
Taylor Gerring
03ac0f18ae
Initial support to remove Whisper identities per #491
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
obscuren
eba4f389a6
don't log whisper start ups
10 years ago
Felix Lange
6e7e5d5fd5
eth, whisper: fix msg.Payload reads
10 years ago
obscuren
b2a225a52e
Properly uninstall filters. Mining issue fixed #closes #365
...
* Added an additional tx state which is used to get the current nonce
* Refresh transient state each time a new canonical block is found
* Properly uninstall filters. Fixes a possible crash in RPC
10 years ago
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
10 years ago
obscuren
ddccea75e8
Fixed "to" field
10 years ago
obscuren
e40c1c62ce
API changed to use Pubkey only. Reflected that change in the rest of the api
10 years ago
obscuren
7bd2fbe2b1
Fixed whisper "to" filtering. Closes #283
10 years ago
obscuren
623469cb6c
Added missing whisper timestamp. Closes #284
10 years ago
obscuren
c48644490f
Fixed whisper pub key bug
...
* Unrecoverable messages would cause segfault when recovering invalid
pub key
10 years ago
obscuren
b777d6aa3f
UI Updates
...
* Browser now has tabs
* Fixed a callback issue
10 years ago
obscuren
67f9783e6a
Moved `obscuren` secp256k1-go
10 years ago
obscuren
87f50659db
fixed url bug in browser
10 years ago
obscuren
62e0e18030
Changed public whisper api not to reveal temporary private keys
10 years ago
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.
10 years ago
obscuren
34689cb3f3
Added manual triggering of filters
10 years ago
obscuren
c9f566269b
merged
10 years ago
obscuren
c8a4c04b36
err
10 years ago
obscuren
26f066f0c7
just enable by default
10 years ago
obscuren
4a0ade4788
Fixed some whisper issues
10 years ago
obscuren
e2d1d832ef
added nil check
10 years ago
obscuren
4051c0333f
Added whisper js api
10 years ago
obscuren
52b54631a4
Whisper watches fixes
10 years ago
obscuren
93edae280d
doc desc
10 years ago
obscuren
b55fabc7be
Removed debug message
10 years ago
obscuren
54605d8c8e
During env open check for pub error which indicated unencrypted payload.
10 years ago
obscuren
01a6db9324
Added whisper debug interface + whisper fixes
10 years ago
obscuren
ef4135eabe
Added topic utility functions to whisper
10 years ago
obscuren
afc8b887ab
added whisper
10 years ago
obscuren
a17a1f9208
Implemented watching using filter package
...
* Added filters / watches
* Removed event dep
10 years ago
obscuren
dda778eda7
Updated whisper messages to new crypto api + added tests
10 years ago
obscuren
984c7e6689
Added encryption for messages better API for sealing messages
10 years ago
obscuren
76842b0df8
Additional checks and debug output
10 years ago
obscuren
e3a8412df3
Proper start/stoping wpeers
10 years ago
obscuren
ebe2d9d872
First draft of Whisper messages relaying
10 years ago