1. 23 Feb, 2018 1 commit
  2. 22 Feb, 2018 14 commits
  3. 21 Feb, 2018 12 commits
  4. 20 Feb, 2018 1 commit
  5. 19 Feb, 2018 4 commits
  6. 17 Feb, 2018 3 commits
  7. 16 Feb, 2018 2 commits
  8. 15 Feb, 2018 3 commits
    • cooganb's avatar
      swarm: add favicon for Swarm templates served by browser (#15958) · 4e61ed02
      cooganb authored
      * swarm: added script to HTML header to create favicon addresses #153
      
      * swarm: moved data blob direclty into link tag, removed script
      
      * swarm: added favicon info to other html templates
      
      * swarm: fixing test errors
      
      * swarm: fixing favicon test
      
      * swarm: fixing travis tests
      
      * swarm: added script to HTML header to create favicon addresses #153
      
      * swarm: moved data blob direclty into link tag, removed script
      
      * swarm: added favicon info to other html templates
      
      * swarm: fixing test errors
      
      * swarm: fixing favicon test
      
      * swarm: fixing travis tests
      4e61ed02
    • Guillaume Ballet's avatar
      whisper: only use the node id as a p2p id, not for sending messages (#16102) · 5f9b01a2
      Guillaume Ballet authored
      This is in preparation for the switch to libp2p: the ID generated
      will be from a private key created with the help of libp2p's crypto
      library, while Whisper will still use Go's default crypto libraries
      for encrypting its messages. This change removes a conflict.
      
      It shouldn't have any impact as the person receiving emails is
      the user, not the node.
      5f9b01a2
    • gluk256's avatar
      whisper: test timeout extended (#16088) · fac6d9ce
      gluk256 authored
      * whisper: timeout extended
      
      * whisper: test updated
      
      * whisper: test updated
      fac6d9ce