good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 18, 2017
    • Felix Lange's avatar
      trie: remove Key in MissingNodeError · a31d268b
      Felix Lange authored
      The key was constructed from nibbles, which isn't possible for all
      nodes. Remove the only use of Key in LightTrie by always retrying with
      the original key that was looked up.
      a31d268b
  2. Apr 14, 2017
  3. Apr 13, 2017
  4. Apr 12, 2017
  5. Apr 11, 2017
  6. Apr 10, 2017
  7. Apr 09, 2017
    • Vlad Gluhovsky's avatar
      whisper: big refactoring (#13852) · 9cd71355
      Vlad Gluhovsky 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
Loading