1. 23 2月, 2018 4 次提交
  2. 22 2月, 2018 12 次提交
  3. 21 2月, 2018 10 次提交
  4. 20 2月, 2018 1 次提交
  5. 19 2月, 2018 4 次提交
  6. 18 2月, 2018 2 次提交
  7. 17 2月, 2018 2 次提交
  8. 16 2月, 2018 1 次提交
  9. 15 2月, 2018 4 次提交
    • C
      swarm: add favicon for Swarm templates served by browser (#15958) · 4e61ed02
      cooganb 提交于
      * 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
    • G
      whisper: only use the node id as a p2p id, not for sending messages (#16102) · 5f9b01a2
      Guillaume Ballet 提交于
      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
    • G
      whisper: test timeout extended (#16088) · fac6d9ce
      gluk256 提交于
      * whisper: timeout extended
      
      * whisper: test updated
      
      * whisper: test updated
      fac6d9ce
    • P
      Merge pull request #16095 from karalabe/les-lock · 2003b797
      Péter Szilágyi 提交于
      les: add missing lock around peer access
      2003b797