1. Jul 25, 2016
    • Gav Wood's avatar
      Log a chain-reorg. (#1715) · 856657e3
      Gav Wood authored
      * Log a chain-reorg.
      
      * Nicer output
      
      * Use imported rather than enacted.
      
      Enacted can include previously imported blocks which makes the
      info incorrect.
      856657e3
    • Arkadiy Paronyan's avatar
      431ba5e2
    • Arkadiy Paronyan's avatar
      Parallel block body download (#1659) · d0e79be5
      Arkadiy Paronyan authored
      d0e79be5
    • Arkadiy Paronyan's avatar
      Rotate blockchain cache (#1709) · 898f1410
      Arkadiy Paronyan authored
      898f1410
    • Gav Wood's avatar
      Fix broken internal names. (#1711) · b220e07f
      Gav Wood authored
      b220e07f
    • Marek Kotewicz's avatar
      cli overhaul (#1600) · 226fe8e0
      Marek Kotewicz authored
      * cli commands
      
      * cleanup parity/signer
      
      * cleanup parity/signer
      
      * remove redundant import of signer crate from main.rs
      
      * cli cleanup in progress
      
      * cli cleanup in progress
      
      * moved few commonly used functions to separate methods with tests
      
      * cleaning up blockchain import in progress
      
      * cleaning up blockchain import in progress2
      
      * cleaning up blockchain import in progress3
      
      * tests for database compaction profile parsing
      
      * cleaning up blockchain import in progress4
      
      * cleaning up blockchain import in progress5
      
      * blockchain import
      
      * export blockchain in progress
      
      * cleanup execute_export
      
      * Configuration::to_duration cleaned up
      
      * removed unused code, tests for to_duration
      
      * cleanup Configuration::mode function
      
      * parsing some of the cli params in params.rs
      
      * rpc and signer are no longer optional
      
      * move importing extern crates to main.rs file
      
      * swipe dies from rpc module
      
      * swipe dies from dapps
      
      * finding deprecated
      
      * several tests and fixes for parity
      
      * parity cleanup in progress
      
      * cleanup price parsing
      
      * parity cleanup in progress
      
      * swiped all dies
      
      * parity cleanup in progress
      
      * replace usages of from_str with parse() in parity/params.rs
      
      * removed few more from_str
      
      * split parity/params.rs into params and helpers
      
      * removed wildcard import from configuration.rs
      
      * cleanup directories/path creation
      
      * cleaning up run cmd
      
      * moved LoggerConfig
      
      * defaults for cli params
      
      * fixed indention in raise_fd_limit
      
      * tests for rpc_apis
      
      * tests for default ipc and rpc settings
      
      * ipc socket
      
      * cleanup in progress
      
      * account service
      
      * cleanup miner config
      
      * BlockChain commands use Directiores structure now
      
      * client_config
      
      * network settings and dapps configuration
      
      * removing warnings
      
      * default logger config
      
      * fixed client_path
      
      * overhaul
      
      * fixing export && import
      
      * default export DataFormat
      
      * import and export also upgrade db
      
      * fixed export && import
      
      * polishing pr
      
      * polishing pr
      
      * fixed custom bootnodes
      
      * fixed daemonize on windows
      
      * fixed setting up enable network
      
      * finished pr
      
      * fixed compiling on windows
      
      * Fixed warning; windows build
      
      * Better cache management
      
      * Fixed tests on windows
      
      * Fixed test
      
      * Restored pruning method names
      
      * --cache alias
      
      * Fixed more tests
      
      * Ensure default options actually listed as valid
      
      [ci:skip]
      226fe8e0
    • Gav Wood's avatar
      Key files include timestamp in name. (#1700) · 435ba186
      Gav Wood authored
      * Key files include timestamp in name.
      
      Introduce timestamp into new key files; keep filename around, so
      that we don't accidentally duplicate keys.
      
      * Remove unnecessary clone
      
      * Fix test code.
      
      * Remove log module from ethstore
      435ba186
    • Arkadiy Paronyan's avatar
      Fixing warnings (#1705) · f048839a
      Arkadiy Paronyan authored
      f048839a
    • Gav Wood's avatar
      Ethereum classic (#1706) · e7348102
      Gav Wood authored
      * Add Ethereum Classic support
      
      (Rename homestead-dogmatic -> classic)
      
      * Additional change needed.
      
      * More needed changes.
      
      * Separate database path for known forks.
      
      * Address minor grumble.
      e7348102
  2. Jul 24, 2016
    • Anthony Tatowicz's avatar
      Docker Arguments (#1703) · 8574bfd5
      Anthony Tatowicz authored
      Allows args to be passed in for more flexibility.
      8574bfd5
    • Gav Wood's avatar
      Informant tidyup. (#1699) · 9cdd2d26
      Gav Wood authored
      * Informant tidyup.
      
      Clean indent.
      Don't skip skipping.
      
      * Move string to right place
      
      [ci:skip]
      9cdd2d26
    • Gav Wood's avatar
      Name and meta in accounts (#1695) · 3f841cc5
      Gav Wood authored
      * Introduce persistent name() and meta() in SecretStore.
      
      * Quick stash.
      
      * Fix build.
      
      * Add ethcore_set methods.
      
      * Bug fixes for default values.
      
      * Move to personal to ensure set API exposed.
      
      * Add UUID to accounts info.
      
      * Add tests.
      3f841cc5
  3. Jul 23, 2016
  4. Jul 22, 2016
  5. Jul 21, 2016
  6. Jul 20, 2016
  7. Jul 19, 2016