1. Sep 01, 2016
  2. Aug 31, 2016
  3. Aug 30, 2016
  4. Aug 29, 2016
    • Marek Kotewicz's avatar
      Merge pull request #2005 from ethcore/dapps-hosts · 6da60afa
      Marek Kotewicz authored
      CLI for valid hosts for dapps server
      6da60afa
    • Nipunn Koorapati's avatar
      Make the block header struct's internals private (#2000) · 4389742c
      Nipunn Koorapati authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Make the block header struct's internals private
      
      Currently, this involves a lot of explicit cloning, but we
      could migrate the return types of the get_* functions to
      be copies rather than references since they are mostly copy
      types anyway.
      
      I opted to eliminate the constructor in favor of using
      Default::default() plus calling a bunch of setters. This
      is similar to the model that a Google Protobuf client uses
      and I think it looks fine.
      
      * Drop some unnecessary cloning by comparing references
      
      * Fix compiler errors from callsites in tests.
      4389742c
    • Arkadiy Paronyan's avatar
      Updated wording · 3fa0cfe8
      Arkadiy Paronyan authored
      Updating wording a bit and fixed remaining capitalization issues.
      3fa0cfe8
  5. Aug 26, 2016
  6. Aug 25, 2016
  7. Aug 24, 2016
  8. Aug 23, 2016
    • Gabx's avatar
      capitalize some words · a8d26470
      Gabx authored
      a8d26470
    • Gabx's avatar
      capitalize some words · ef0bb691
      Gabx authored
      ef0bb691
    • Tomasz Drwięga's avatar
      Resolving URLs from contract (#1964) · 124a5da7
      Tomasz Drwięga authored
      * Fetching dapp from github.
      
      * Unpacking dapp
      
      * Removing hardcodes
      
      * Proper Host validation
      
      * Randomizing paths
      
      * Splitting into files
      
      * Serving donwloaded apps from different path
      
      * Extracting URLHint to separate module
      
      * Whitespace and docs
      
      * Resolving from URLHint contract
      
      * Fixing test
      
      * Resolving githubhint url from registrar
      
      * Proper redirections
      
      * Fixing test
      
      * fixing ethstore [ci skip]
      
      * Correct version of registrar
      
      * Removing superfluous Box
      124a5da7