good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 12, 2017
  2. Apr 11, 2017
  3. Apr 10, 2017
  4. 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
    • Péter Szilágyi's avatar
  5. Apr 08, 2017
  6. Apr 07, 2017
  7. Apr 06, 2017
  8. Apr 05, 2017
  9. Apr 04, 2017
    • 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
Loading