1. Jul 02, 2018
  2. Jun 30, 2018
  3. Jun 28, 2018
  4. Jun 27, 2018
  5. Jun 26, 2018
  6. Jun 25, 2018
    • David's avatar
      Bump error-chain and quick_error versions (#8972) · 4145be86
      David authored
      * Update error-chain to 0.12 to silence warnings
      
      * Bump quick_error crate to 1.2.2  to silence linter warnings
      4145be86
    • Wei Tang's avatar
      EVM benchmark utilities (#8944) · e9f1b389
      Wei Tang authored
      * Make it possible to expose jsontests using feature flag
      
      * Add start_stop_hook for jsontests
      
      * Fix evmbin compile
      
      * Implement vm jsontests times to tsv result
      
      * Use /usr/bin/env to avoid errors on non-Debian systems
      
      * Move evmbin/bench.sh to scripts and add vm_jsontests script for convenience
      
      * Add tempdir as required deps for test-helpers
      
      * Address grumbles on comments
      
      * Detect file/folder automatically and add command docs
      
      * Fix bench script
      
      * times -> timings
      
      * typo: wrong if condition
      e9f1b389
    • Afri Schoedon's avatar
      parity: hide legacy options from cli --help (#8967) · edd90f15
      Afri Schoedon authored
      * parity: hide legacy options from cli --help
      
      * parity: run a spellchecker over --help
      
      * parity: fix casing in cli usage
      edd90f15
  7. Jun 22, 2018
  8. Jun 20, 2018
    • Marek Kotewicz's avatar
      new blooms database (#8712) · 458afcd2
      Marek Kotewicz authored
      * new blooms database
      
      * fixed conflict in Cargo.lock
      
      * removed bloomchain
      
      * cleanup in progress
      
      * all tests passing in trace db with new blooms-db
      
      * added trace_blooms to BlockChainDB interface, fixed db flushing
      
      * BlockChainDB no longer exposes RwLock in the interface
      
      * automatically flush blooms-db after every insert
      
      * blooms-db uses io::BufReader to read files, wrap blooms-db into Mutex, cause fs::File is just a shared file handle
      
      * fix json_tests
      
      * blooms-db can filter multiple possibilities at the same time
      
      * removed enum trace/db.rs CacheId
      
      * lint fixes
      
      * fixed tests
      
      * kvdb-rocksdb uses fs-swap crate
      
      * update Cargo.lock
      
      * use fs::rename
      
      * fixed failing test on linux
      
      * fix tests
      
      * use fs_swap
      
      * fixed failing test on linux
      
      * cleanup after swap
      
      * fix tests
      
      * fixed osx permissions
      
      * simplify parity database opening functions
      
      * added migration to blooms-db
      
      * address @niklasad1 grumbles
      
      * fix license and authors field of blooms-db Cargo.toml
      
      * restore blooms-db after snapshot
      458afcd2
    • André Silva's avatar
      ethstore: retry deduplication of wallet file names until success (#8910) · cf5ae81c
      André Silva authored and Wei Tang's avatar Wei Tang committed
      cf5ae81c
    • Thibaut S's avatar
      Update ropsten.json (#8926) · 08e46432
      Thibaut S authored
      08e46432
  9. Jun 18, 2018
    • Jim Posen's avatar
    • Max Kaye's avatar
      Allow disabling local-by-default for transactions with new config entry (#8882) · 6004c394
      Max Kaye authored
      * Add tx_queue_allow_unknown_local config option
      
      - Previous commit messages:
      
      dispatcher checks if we have the sender account
      
      Add `tx_queue_allow_unknown_local` to MinerOptions
      
      Add `tx_queue_allow_unknown_local` to config
      
      fix order in MinerOptions to match Configuration
      
      add cli flag for tx_queue_allow_unknown_local
      
      Update refs to `tx_queue_allow_unknown_local`
      
      Add tx_queue_allow_unknown_local to config test
      
      revert changes to dispatcher
      
      Move tx_queue_allow_unknown_local to `import_own_transaction`
      
      Fix var name
      
      if statement should return the values
      
      derp de derp derp derp semicolons
      
      Reset dispatch file to how it was before
      
      fix compile issues + change from FLAG to ARG
      
      add test and use `into`
      
      import MinerOptions, clone the secret
      
      Fix tests?
      
      Compiler/linter issues fixed
      
      Fix linter msg - case of constants
      
      IT LIVES
      
      refactor to omit yucky explict return
      
      update comments
      
      Fix based on diff AccountProvider.has_account method
      
      * Refactor flag name + don't change import_own_tx behaviour
      
      fix arg name
      
      Note: force commit to try and get gitlab tests working again 😠
      
      * Add fn to TestMinerService
      
      * Avoid race condition from trusted sources
      
      - refactor the miner tests a bit to cut down on code reuse
      - add `trusted` param to dispatch_transaction and import_claimed_local_transaction
      
      Add param to `import_claimed_local_transaction`
      
      Fix fn sig in tests
      6004c394
    • Benjamin Kampmann's avatar
      Allow Poll Lifetime to be configured via CLI (#8885) · 609d83f9
      Benjamin Kampmann authored and Marek Kotewicz's avatar Marek Kotewicz committed
      ... rather than it being a hard-coded constant. fixes #5484 .
      609d83f9
    • Marek Kotewicz's avatar
      cleanup nibbleslice (#8915) · 4ef71f8a
      Marek Kotewicz authored and David's avatar David committed
      4ef71f8a
    • Niklas Adolfsson's avatar
      Hardware-wallets `Clean up things I missed in the latest PR` (#8890) · b4721852
      Niklas Adolfsson authored
      * Clean up things that I missed
      
      * Address grumbles
      
      * &Arc<Manager> -> &Manager
      * Rustdoc -> Crate doc
      b4721852