good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jan 12, 2018
  2. Dec 19, 2017
    • 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
  3. Dec 18, 2017
  4. Dec 15, 2017
  5. Dec 14, 2017
  6. Dec 13, 2017
  7. Dec 12, 2017
  8. 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
    • Felix Lange's avatar
      crypto: fix error check in toECDSA (#15632) · 1a32bdf9
      Felix Lange authored
      With this change,
      
          key, err := crypto.HexToECDSA("000000...")
          
      returns nil key and an error instead of a non-nil key with nil X
      and Y inside. Issue found by @guidovranken.
      1a32bdf9
    • Felix Lange's avatar
      rlp: fix string size check in readKind (#15625) · 2499b1b1
      Felix Lange authored
      Issue found by @guidovranken
      2499b1b1
    • Guillaume Ballet's avatar
      whisper: sym encryption message padding includes salt (#15631) · e7610ead
      Guillaume Ballet authored
      Now that the AES salt has been moved to the payload, padding must
      be adjusted to hide it, lest an attacker guesses that the packet
      uses symmetric encryption.
      e7610ead
  9. Dec 09, 2017
  10. Dec 08, 2017
  11. Dec 07, 2017
  12. Dec 06, 2017
  13. Dec 05, 2017
  14. Dec 04, 2017
Loading