1. Jun 26, 2018
  2. 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
  3. Jun 22, 2018
  4. 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
    • Wei Tang's avatar
      Use if let to remove an expect · a96e354f
      Wei Tang authored
      a96e354f
  5. Jun 18, 2018