1. 31 Dec, 2017 1 commit
  2. 29 Dec, 2017 2 commits
  3. 28 Dec, 2017 3 commits
  4. 22 Dec, 2017 4 commits
  5. 21 Dec, 2017 23 commits
  6. 20 Dec, 2017 4 commits
  7. 19 Dec, 2017 3 commits
    • Armin Braun's avatar
      console: create datadir at startup (#15700) · 50df2b78
      Armin Braun authored
      Fixes #15672 by creating the datadir when creating the
      console. This prevents failing to save the history if no datadir
      exists.
      50df2b78
    • Janoš Guljaš's avatar
      swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) · c786f753
      Janoš Guljaš authored
      * swarm/api: url scheme bzz-list for getting list of files from manifest
      
      Replace query parameter list=true for listing all files contained
      in a swarm manifest with a new URL scheme bzz-list.
      
      * swarm: replaace bzzr and bzzi schemes with bzz-raw and bzz-immutable
      
      New URI Shemes are added and old ones are deprecated, but not removed.
      Old Schemes bzzr and bzzi are functional for backward compatibility.
      
      * swarm/api: completely remove bzzr and bzzi schemes
      
      Remove old schemes in favour of bzz-raw and
      bzz-immutable.
      
      * swarm/api: revert "completely remove bzzr and bzzi schemes"
      
      Keep bzzr and bzzi schemes for backward compatibility. At least
      until 0.3 swarm release.
      c786f753
    • Péter Szilágyi's avatar
      Merge pull request #15693 from zsfelfoldi/wait_nopeers · 7f9d94fe
      Péter Szilágyi authored
      contracts/release: do not print error log if les backend has no peers
      7f9d94fe