1. 08 Nov, 2018 7 commits
  2. 07 Nov, 2018 11 commits
  3. 06 Nov, 2018 3 commits
  4. 04 Nov, 2018 1 commit
  5. 31 Oct, 2018 1 commit
  6. 29 Oct, 2018 1 commit
  7. 27 Oct, 2018 1 commit
    • Ferenc Szabo's avatar
      swarm: clean up unused private types and functions (#17989) · 54f650a3
      Ferenc Szabo authored
      * swarm: clean up unused private types and functions
      
      Those that were identified by code inspection tool.
      
      * swarm/storage: move/add Proximity GoDoc from deleted private function
      
      The mentioned proximity() private function was deleted in:
      1ca8fc1e6fa0ab4ab1aaca06d6fb32e173cd5f2f
      54f650a3
  8. 25 Oct, 2018 2 commits
    • holisticode's avatar
      p2p accounting (#17951) · 8ed47391
      holisticode authored
      * p2p/protocols: introduced protocol accounting
      
      * p2p/protocols: added TestExchange simulation
      
      * p2p/protocols: add accounting simulation
      
      * p2p/protocols: remove unnecessary tests
      
      * p2p/protocols: comments for accounting simulation
      
      * p2p/protocols: addressed PR comments
      
      * p2p/protocols: finalized accounting implementation
      
      * p2p/protocols: removed unused code
      
      * p2p/protocols: addressed @nonsense PR comments
      8ed47391
    • Johns Beharry's avatar
      cmd/clef: replace password arg with prompt (#17897) · 80d39077
      Johns Beharry authored
      * cmd/clef: replace password arg with prompt (#17829)
      
      Entering passwords on the command line is not secure as it is easy to recover from bash_history or the process table.
      1. The clef command addpw was renamed to setpw to better describe the functionality
      2. The <password> argument was removed and replaced with an interactive prompt
      
      * cmd/clef: remove undeclared variable
      80d39077
  9. 23 Oct, 2018 4 commits
  10. 21 Oct, 2018 1 commit
  11. 19 Oct, 2018 5 commits
  12. 18 Oct, 2018 1 commit
    • Simon Jentzsch's avatar
      EIP-1186 eth_getProof (#17737) · 97fb0834
      Simon Jentzsch authored
      * first impl of eth_getProof
      
      * fixed docu
      
      * added comments and refactored based on comments from holiman
      
      * created structs
      
      * handle errors correctly
      
      * change Value to *hexutil.Big in order to have the same output as parity
      
      * use ProofList as return type
      97fb0834
  13. 17 Oct, 2018 2 commits