1. Nov 15, 2016
  2. Nov 14, 2016
  3. Nov 13, 2016
  4. Nov 09, 2016
  5. 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
  6. Nov 04, 2016
  7. 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
  8. Nov 01, 2016
  9. 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
  10. Oct 30, 2016
  11. Oct 28, 2016
  12. Oct 27, 2016
  13. Oct 25, 2016
  14. Oct 24, 2016
  15. 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
  16. Oct 20, 2016
  17. Oct 18, 2016
    • Arkadiy Paronyan's avatar
      Snapshot sync part 2 (#2098) · 487dfb02
      Arkadiy Paronyan authored
      * Split block downloader into a module
      
      * Snapshot sync progress
      
      * Warp sync CLI option
      
      * Increased snapshot chunk and ping timeouts
      
      * Fixed an issue with delayed writes
      
      * Updated bootnodes
      
      * Don't run pending IO tasks on shutdown
      
      * Optional first_block; removed insert_snapshot_block
      
      * Fixing expect calls
      
      * Fixed stalled sync
      
      * style and docs
      
      * Update block_sync.rs
      
      [ci:skip]
      487dfb02
  18. Oct 17, 2016
  19. Oct 14, 2016
    • asynchronous rob's avatar
      Configurable history size in master (#2606) · f28b8352
      asynchronous rob authored
      * split journaldb commit into two functions: journal_under and mark_canonical
      
      * use new commit mechanism in client
      
      * Configurable history size in master
      
      * Reduce DB history
      
      * Configurable history size
      
      * Set min history size
      
      * Test
      
      * Fixed a test and reduced the limit
      f28b8352
  20. Oct 11, 2016
  21. Oct 10, 2016
  22. Oct 08, 2016
  23. Oct 07, 2016
  24. Oct 06, 2016
  25. Oct 05, 2016
  26. Oct 04, 2016
  27. Oct 03, 2016
    • Nikolay Volf's avatar
      Accounts bloom in master (#2426) · e1d3b3ff
      Nikolay Volf authored
      * bloom crate link
      
      * database layout and outdated tests
      
      * state db alterations
      
      * v10 migration run
      
      * using arc
      
      * bloom migration
      
      * migration fixes and mess
      
      * fix tests
      e1d3b3ff
    • Marek Kotewicz's avatar
      Polishing Actually enable fat db pr (#1974) (#2048) · 06fe768a
      Marek Kotewicz authored
      * Actually enable fat db, and do RPCs for it.
      
      * Implement HashDB traits for AccountDB.
      
      * user defaults
      
      * finished user defaults
      
      * user defaults are network-dependent
      
      * added tests for newly added functions, logger is initialized first
      
      * dir cleanup in progress
      
      * user_file is placed next to snapshots
      
      * fixing requested change
      06fe768a
  28. Oct 02, 2016