1. 12 Apr, 2017 12 commits
  2. 11 Apr, 2017 2 commits
  3. 10 Apr, 2017 7 commits
  4. 09 Apr, 2017 2 commits
    • 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
    • Péter Szilágyi's avatar
      bd2c54fa
  5. 08 Apr, 2017 3 commits
  6. 07 Apr, 2017 2 commits
  7. 06 Apr, 2017 8 commits
  8. 05 Apr, 2017 2 commits
  9. 04 Apr, 2017 2 commits
    • gary rong's avatar
      core/state: make TestSnapshotRandom work again (#3816) · 49437a02
      gary rong authored
      In `touch` operation, only `touched` filed has been changed. Therefore
      in the related undo function, only `touched` field should be reverted.
      In addition, whether remove this obj from dirty map should depend on
      prevDirty flag.
      49437a02
    • Lewis Marshall's avatar
      cmd/swarm, swarm/api/client: add HTTP API client and 'swarm ls' command (#3742) · b319f027
      Lewis Marshall authored
      This adds a swarm ls command which lists files and directories stored in a
      manifest. Rather than listing all files, it uses "directory prefixes" in case there are a
      lot of files in a manifest but you just want to traverse it.
      
      This also includes some refactoring to the tests and the introduction of a
      swarm/api/client package to make things easier to test.
      b319f027