1. Nov 09, 2016
  2. Nov 05, 2016
    • asynchronous rob's avatar
      ethash unsafety cleanup (#3210) · 56fd88d1
      asynchronous rob authored
      56fd88d1
    • Gav Wood's avatar
      Mode improvements for UI (#3109) · 744501c4
      Gav Wood authored
      * `--mode=off` now works.
      
      * Add Mode::Off as a persistent CLI option.
      
      * "last" not "auto" as default.
      
      * Commit accidentally unsaved file.
      
      * Whitespace
      
      [ci:skip]
      
      * Mode CLI parse fix
      
      * or offline
      
      * Save mode when it gets changed.
      
      * Fix Offline mode
      
      * Fix up mode operations.
      
      * Make passive default, but not overriding.
      
      * Fix test
      
      * Maybe not everyone wants to run an archive node...
      744501c4
  3. Nov 04, 2016
  4. Nov 03, 2016
    • Gav Wood's avatar
      EIPs 155, 160, 161 (#2976) · d3de4752
      Gav Wood authored
      * The front-end for each hard-fork, also EIP-160.
      
      * Address EIP161 a/c
      
      * Include EIP-161b
      
      * EIP-161 part d.
      
      * Fix test build.
      
      * Fix one test, add another.
      
      * Fix use of bloom & renaming.
      
      * Initial groundwork for EIP-155
      
      * Fix minor bug.
      
      * Fix all tests finally.
      
      * Rest of EIP-155.
      
      * Add tests for EIP-155 algorithm.
      
      Update transaction tests validation.
      
      * Minor reformat.
      
      * Address grumbles.
      
      * Remove unused code.
      
      * Fix SUICIDE gas mechanism and add consensus tests.
      
      * Remove commented code.
      
      * Set Frontier hardfork block number
      
      * Fix warning.
      
      * Transaction tests,
      d3de4752
    • keorn's avatar
      Fix histogram (#3150) · 0c2cfc9b
      keorn authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * fix histogram
      
      * remove outdated comment
      0c2cfc9b
  5. Nov 01, 2016
  6. Oct 31, 2016
  7. Oct 30, 2016
  8. Oct 29, 2016
  9. Oct 28, 2016
  10. Oct 27, 2016
  11. Oct 26, 2016
  12. Oct 25, 2016
  13. Oct 24, 2016
    • asynchronous rob's avatar
      Remove ethcore::common re-export module (#2792) · 0fedc273
      asynchronous rob authored
      * no longer export action_params
      
      * remove transaction, header, receipt re-rexports from common
      
      * remove env_info and builtins re-exports from common
      
      * remove everything but util export from common
      
      * replace common usages with util, remove module
      
      * add a prelude module for ethcore-bigint
      0fedc273
    • asynchronous rob's avatar
      Snapshot and blockchain stability improvements (#2843) · bc81ae04
      asynchronous rob authored
      * allow taking snapshot from just-restored database without error
      
      * make creation informant less spammy
      
      * Ancestry iterator failure-resilient
      
      * make uncle hash searching resilient to incomplete chain
      
      * deduce pre-chunk info from last written block's details
      bc81ae04