good morning!!!!

Skip to content
Snippets Groups Projects
  1. Dec 21, 2017
  2. Dec 20, 2017
  3. Dec 19, 2017
    • 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
  4. Dec 18, 2017
  5. Dec 15, 2017
  6. Dec 14, 2017
  7. Dec 13, 2017
  8. Dec 12, 2017
  9. Dec 11, 2017
    • holisticode's avatar
      cmd/swarm: add config file (#15548) · 32516c76
      holisticode authored
      This commit adds a TOML configuration option to swarm. It reuses
      the TOML configuration structure used in geth with swarm
      customized items.
      
      The commit:
      
      * Adds a "dumpconfig" command to the swarm executable which
        allows printing the (default) configuration to stdout, which
        then can be redirected to a file in order to customize it.
      * Adds a "--config <file>" option to the swarm executable which will
        allow to load a configuration file in TOML format from the
        specified location in order to initialize the Swarm node The
        override priorities are like follows: environment variables
        override command line arguments override config file override
        default config.
      32516c76
Loading