1. Aug 30, 2016
  2. 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
  3. Aug 25, 2016
  4. Aug 24, 2016
  5. 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
    • Tomasz Drwięga's avatar
      Bump clippy (#1982) · f4826d1b
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      f4826d1b
  6. Aug 22, 2016
  7. Aug 18, 2016
  8. Aug 17, 2016
  9. Aug 15, 2016
  10. Aug 11, 2016
    • Gav Wood's avatar
      RPC for importing geth keys (#1916) · ca54b8e4
      Gav Wood authored
      * Address book for local addresses.
      
      * Simple disk-backed address book.
      
      * Add test and keep file with keys.
      
      * View and import Geth keys.
      
      * Fix test.
      
      * Fix up author info.
      
      [ci:skip]
      ca54b8e4
  11. Aug 10, 2016
  12. Aug 09, 2016
  13. Aug 08, 2016