Whisper API fixed (#3687)
* whisper: wnode updated for tests with geth * whisper: updated processing of incoming messages * whisper: symmetric encryption updated * whisper: filter id type changed to enhance security * whisper: allow filter without topic for asymmetric encryption * whisper: POW updated * whisper: logging updated * whisper: spellchecker update * whisper: error handling changed * whisper: JSON field names fixed
Showing
- cmd/wnode/main.go 25 additions, 33 deletionscmd/wnode/main.go
- whisper/whisperv5/api.go 40 additions, 33 deletionswhisper/whisperv5/api.go
- whisper/whisperv5/api_test.go 7 additions, 7 deletionswhisper/whisperv5/api_test.go
- whisper/whisperv5/benchmarks_test.go 30 additions, 1 deletionwhisper/whisperv5/benchmarks_test.go
- whisper/whisperv5/doc.go 2 additions, 2 deletionswhisper/whisperv5/doc.go
- whisper/whisperv5/envelope.go 7 additions, 3 deletionswhisper/whisperv5/envelope.go
- whisper/whisperv5/filter.go 35 additions, 10 deletionswhisper/whisperv5/filter.go
- whisper/whisperv5/filter_test.go 24 additions, 13 deletionswhisper/whisperv5/filter_test.go
- whisper/whisperv5/peer_test.go 6 additions, 3 deletionswhisper/whisperv5/peer_test.go
- whisper/whisperv5/whisper.go 4 additions, 4 deletionswhisper/whisperv5/whisper.go
- whisper/whisperv5/whisper_test.go 2 additions, 2 deletionswhisper/whisperv5/whisper_test.go
Loading
Please register or sign in to comment