1. Sep 06, 2016
  2. Sep 05, 2016
  3. Sep 02, 2016
  4. Sep 01, 2016
  5. Aug 31, 2016
  6. Aug 30, 2016
  7. Aug 29, 2016
    • 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
  8. Aug 25, 2016
  9. Aug 24, 2016
  10. Aug 23, 2016
    • 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
    • Nipunn Koorapati's avatar
      2a550c2a
    • Marek Kotewicz's avatar
      fixed #1933 (#1979) · d4777f92
      Marek Kotewicz authored
      d4777f92
    • Gav Wood's avatar
      Market-orientated transaction pricing (#1963) · 35ecb396
      Gav Wood authored
      * Market-orientated transaction pricing
      
      Avoid a strict gas-limit and let the market decide through using
      a priority queue based around gas pricing for transactions. In
      periods of low transaction volume, they'll be processed for a lower
      fee.
      
      * Fix tests, add/clarify documentation, fix some logic.
      
      * Change default to reflect CLI.
      
      * Specify type.
      
      * Make test more precise.
      
      * Fix doc test
      35ecb396
    • Nikolay Volf's avatar
      address grumbles · 2d0a7c33
      Nikolay Volf authored
      2d0a7c33
  11. Aug 22, 2016
  12. Aug 18, 2016
  13. Aug 17, 2016
    • Gav Wood's avatar
      Fix several RPCs (#1926) · ccdf80f4
      Gav Wood authored
      * Fix up pending receipts details.
      
      * Add support for additional params and registry over RPC.
      
      * Fix tests.
      
      * Add test, additional fix.
      
      Fixes #1932.
      
      * Fix up tests.
      
      * Fix test.
      
      * Fix test.
      ccdf80f4