• gluk256's avatar
    whisper: big refactoring (#13852) · 9cd71355
    gluk256 authored
    * 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)
    9cd71355
Name
Last commit
Last update
..
api.go Loading commit data...
api_test.go Loading commit data...
benchmarks_test.go Loading commit data...
doc.go Loading commit data...
envelope.go Loading commit data...
filter.go Loading commit data...
filter_test.go Loading commit data...
message.go Loading commit data...
message_test.go Loading commit data...
peer.go Loading commit data...
peer_test.go Loading commit data...
topic.go Loading commit data...
topic_test.go Loading commit data...
whisper.go Loading commit data...
whisper_test.go Loading commit data...