1. Dec 08, 2016
  2. Dec 07, 2016
  3. Dec 05, 2016
  4. Dec 04, 2016
  5. Nov 29, 2016
  6. Nov 28, 2016
  7. Nov 18, 2016
  8. Nov 17, 2016
  9. Nov 16, 2016
  10. Nov 15, 2016
  11. Nov 10, 2016
  12. Nov 09, 2016
  13. Nov 05, 2016
    • 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
  14. Nov 04, 2016
  15. 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
  16. Nov 01, 2016
  17. Oct 31, 2016
    • asynchronous rob's avatar
      Snapshot sync and block gap info in `eth_syncing` (#2948) · 8599a11a
      asynchronous rob authored
      * provide snapshot sync info in eth_syncing
      
      * specify block gap in eth_syncing
      
      * Extend eth_syncing with warp, format the output properly
      
      * adjust serialization tests for sync info
      
      * whitespace
      8599a11a
    • Gav Wood's avatar
      RPCs for mode change (#3002) · 547871f9
      Gav Wood authored
      * Allow warnings.
      
      * Add RPCs to allow ad-hoc mode changes.
      
      * Add the JSAPI interfaces
      
      * Add missing file.
      547871f9
    • keorn's avatar
      Modify gas price statistics (#2947) · 7af20a5d
      keorn authored
      * gas price distribution + median + tests
      
      * put histogram in util
      
      * use the util histogram
      
      * remove the default gas price implementation
      
      * histogram rpc
      
      * fix empty corpus
      
      * Add JS ethcore_gasPriceHistogram
      
      * Fix typo (s/types/type/) & subsequent failing test
      
      * Fix return type & formatting
      
      * bucketBounds
      
      * Add jsapi e2e test verification
      7af20a5d
  18. Oct 30, 2016
  19. Oct 28, 2016
  20. Oct 27, 2016
  21. Oct 25, 2016
  22. Oct 24, 2016
  23. Oct 21, 2016
    • keorn's avatar
      Automatic compaction selection on Linux (#2785) · 479657b2
      keorn authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * add auto compaction types
      
      * pass db paths
      
      * detect drive type on Linux
      
      * use base db path
      
      * add docstring
      
      * limit the test to be side effect free
      
      * use base db path
      
      * more docs
      
      * fix parsing test
      
      * update error
      
      * detect only on Linux
      
      * make test Linux only
      
      * add second device letter, update cli doc
      
      * use spaces in cli doc
      
      * import only on linux
      
      * default->auto
      479657b2
  24. Oct 20, 2016