1. Jun 27, 2016
  2. Jun 24, 2016
  3. Jun 23, 2016
  4. Jun 22, 2016
  5. Jun 21, 2016
  6. Jun 20, 2016
  7. Jun 18, 2016
    • Gav Wood's avatar
      Install trigger for DAO-rescue soft-fork. · 2582253f
      Gav Wood authored
      Soft-fork should only be primed to trigger if the gas-limit of
      block #1760000 is at most 4,000,000.
      
      To accomplish this we pass in the gas limit of that block to
      EnvInfo so it can inform Schedule. This gets marshalled through
      `OpenBlock`/`ClosedBlock` and the `enact` functions much like
      `last_hashes`. `block.rs`'s `env_info()` takes care to ensure
      that if the current block happens to be #1760000, then we
      populate with the current `gas_limit`.
      2582253f
    • Gav Wood's avatar
      Gas price statistics. (#1291) · 335bce85
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Gas price statistics.
      
      Affects eth_gasPrice.
      Added ethcore_gasPriceStatistics.
      
      Closes #1265
      
      * Fix a bug in eth_gasPrice
      
      * Fix tests.
      
      * Revert minor alteration.
      
      * Tests for gas_price_statistics.
      
      - Tests;
      - Additional infrastructure for generating test blocks with
      transactions.
      335bce85
  8. Jun 16, 2016
    • Gav Wood's avatar
      Gas price statistics. (#1291) · 88b03580
      Gav Wood authored
      * Gas price statistics.
      
      Affects eth_gasPrice.
      Added ethcore_gasPriceStatistics.
      
      Closes #1265
      
      * Fix a bug in eth_gasPrice
      
      * Fix tests.
      
      * Revert minor alteration.
      
      * Tests for gas_price_statistics.
      
      - Tests;
      - Additional infrastructure for generating test blocks with
      transactions.
      88b03580
  9. Jun 13, 2016
  10. Jun 07, 2016
    • asynchronous rob's avatar
      Refactor triedb constructors to error on invalid state root (#1230) · 13968aaa
      asynchronous rob authored
      * add TrieError, refactor Trie DB creation
      
      * remove Result type alias due to glob import conflicts
      
      * fix fallout in state.rs
      
      * add debug, display impl for TrieError
      
      * fix fallout in account.rs
      
      * ethcore::Error::TrieError variant
      
      * fix remaining fallout in ethcore crate
      
      * added From<TrieError> impl for Error, removed map_err calls
      
      * fix test breakages
      
      * fix doc tests
      
      * update docs
      
      [ci skip]
      13968aaa
  11. Jun 06, 2016
  12. Jun 05, 2016
  13. Jun 03, 2016
  14. Jun 02, 2016
  15. Jun 01, 2016
  16. May 31, 2016