whisper: big refactoring (#13852)
* whisper: GetMessages fixed; size restriction updated * whisper: made PoW and MaxMsgSize customizable * whisper: test added * whisper: sym key management changed * whisper: identity management refactored * whisper: API refactoring (Post and Filter) * whisper: big refactoring complete * whisper: spelling fix * whisper: variable topic size allowed for a filter * whisper: final update * whisper: formatting * whisper: file exchange introduced in wnode * whisper: bugfix * whisper: API updated + new tests * whisper: statistics updated * whisper: wnode server updated * whisper: allowed filtering for variable topic size * whisper: tests added * whisper: resolving merge conflicts * whisper: refactoring (documenting mostly) * whsiper: tests fixed * whisper: down cased error messages * whisper: documenting the API functions * whisper: logging fixed * whisper: fixed wnode parameters * whisper: logs fixed (typos)
Showing
- cmd/wnode/main.go 157 additions, 38 deletionscmd/wnode/main.go
- whisper/mailserver/mailserver.go 5 additions, 4 deletionswhisper/mailserver/mailserver.go
- whisper/mailserver/server_test.go 16 additions, 4 deletionswhisper/mailserver/server_test.go
- whisper/whisperv5/api.go 253 additions, 237 deletionswhisper/whisperv5/api.go
- whisper/whisperv5/api_test.go 256 additions, 149 deletionswhisper/whisperv5/api_test.go
- whisper/whisperv5/doc.go 3 additions, 2 deletionswhisper/whisperv5/doc.go
- whisper/whisperv5/envelope.go 5 additions, 3 deletionswhisper/whisperv5/envelope.go
- whisper/whisperv5/filter.go 57 additions, 42 deletionswhisper/whisperv5/filter.go
- whisper/whisperv5/filter_test.go 47 additions, 9 deletionswhisper/whisperv5/filter_test.go
- whisper/whisperv5/message.go 18 additions, 29 deletionswhisper/whisperv5/message.go
- whisper/whisperv5/peer.go 8 additions, 8 deletionswhisper/whisperv5/peer.go
- whisper/whisperv5/peer_test.go 8 additions, 7 deletionswhisper/whisperv5/peer_test.go
- whisper/whisperv5/whisper.go 258 additions, 115 deletionswhisper/whisperv5/whisper.go
- whisper/whisperv5/whisper_test.go 289 additions, 66 deletionswhisper/whisperv5/whisper_test.go
Loading
Please register or sign in to comment