1. Jul 12, 2016
  2. Jul 11, 2016
    • Marek Kotewicz's avatar
      cleaned up parity/signer (#1551) · c5ed363b
      Marek Kotewicz authored
      * cleanup parity/signer
      
      * remove redundant import of signer crate from main.rs
      
      * rpc and signer are no longer optional
      
      * move importing extern crates to main.rs file
      c5ed363b
    • Nikolay Volf's avatar
      Major sync <-> client interactions refactoring (#1572) · d3695d0b
      Nikolay Volf authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * chain notify trait
      
      * replaced network service with io service
      
      * fix ethcore crate warnings
      
      * refactored network service without generic
      
      * ethcore fix
      
      * ethsync refactoring
      
      * proper linking of notify
      
      * manage network interface
      
      * rpc crate rebinding
      
      * full rewire
      
      * sync internal io service
      
      * fix deadlock
      
      * fix warnings and removed async io
      
      * sync imported message propagation
      
      * fix rpc warnings
      
      * binart warnings
      
      * test fixes
      
      * rpc mocks and tests
      
      * fix util doctest
      
      * fix message name and removed empty notifier
      
      * pointers mess & dark mode fixed
      
      * fixed sync doctest
      
      * added few warnings
      
      * fix review
      
      * new convention match
      
      * fix error unwraps
      
      * doctest fix
      d3695d0b
    • Marek Kotewicz's avatar
      failing state root with overlayrecent pruning (#1567) · 2382d779
      Marek Kotewicz authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      2382d779
    • Arkadiy Paronyan's avatar
      da4b1c36
    • asynchronous rob's avatar
      have AccountDB use address hash for uniqueness (#1533) · bdf44461
      asynchronous rob authored
      * partially done alternate migration scheme
      
      * finish altering migration framework
      
      * migrate tests to new migration framework
      
      * address comments
      
      * remove superfluous newline
      [ci skip]
      
      * TempIdx -> TempIndex
      [ci skip]
      
      * modify account_db to work on address hash, not address
      
      * add a database migration for new accountdb
      
      * preserve first 96 bits of keys when combining
      
      * handle metadata keys in migration and preserve first 96 bits
      
      * fix comments and hash address instead of hash
      
      * different migrations based on pruning
      
      * migrations mutably borrow self
      
      * batch abstraction for migration
      
      * added missing licence headers
      
      * overlay recent v7 migration
      
      * better error handling, migrate version key as well
      
      * fix migration tests
      
      * commit final batch and migrate journaled insertions
      
      * two passes on journal to migrate all possible deleted keys
      bdf44461
    • Tomasz Drwięga's avatar
      Very basic EVM binary. (#1574) · 2ed09de3
      Tomasz Drwięga authored
      * EVM binary - initial version
      
      * Adding missing documentation
      
      * Fixing warnings
      
      * Basic evmbin options
      
      * EVMbin crate.
      2ed09de3
  3. Jul 10, 2016
  4. Jul 09, 2016
  5. Jul 08, 2016
  6. Jul 07, 2016
  7. Jul 06, 2016