Skip to content
  1. Jul 24, 2017
  2. Jul 23, 2017
    • Afri's avatar
      Changelog for 1.6.9, 1.6.10, and 1.7.0 (#6075) · e33f9c1d
      Afri authored
      * Update CHANGELOG for 1.6.9 stable release.
      
      * [WIP] Prepare CHANGELOG for 1.7.0 beta release.
      
      * Contract warp
      
      * Update changes for 1.7.0
      
      * Update description for 1.7.0 in changelog
      
      * Update Changelog for 1.7.0 beta and 1.6.10 stable
      
      * Address reviews for the Changelog.
      
      * Fix blog URL in changelog.
      
      * Fix typo in Changelog.
      
      * Update changelog for 1.7.0 beta and 1.6.10 stable
      e33f9c1d
  3. Jul 22, 2017
  4. Jul 21, 2017
  5. Jul 20, 2017
  6. Jul 19, 2017
  7. Jul 18, 2017
  8. Jul 17, 2017
  9. Jul 16, 2017
    • Andre Silva's avatar
      Refactor price_info (#6003) · c7af7022
      Andre Silva authored
      * refactor PriceInfo to use Fetch and reuse the client
      
      * forget Fetch future to keep it running in the background
      
      * update Debug message for price_info::Client
      
      * wrap underlying errors in price_info client
      
      * use debug_struct in price_info client debug implementation
      
      * use global fetch service in price_info client
      
      * rename gas_pricer parameter in RunCmd
      
      * move price_info to its own crate
      
      * fix price_info tests
      
      * replace rustc_serialize with serde_json in price_info
      
      * add documentation for price_info
      
      * remove unused rustc-serialize dependency from ethcore
      
      * fix price_info formatting
      
      * re-export fetch crate in price_info
      
      * remove unused cfg attributes in price_info
      
      * add tests for price_info
      c7af7022