1. Aug 03, 2016
    • Arkadiy Paronyan's avatar
      More performance optimizations (#1814) · 7093651d
      Arkadiy Paronyan authored
      * Buffered DB
      
      * Use identity hash for MemoryDB
      
      * Various tweaks
      
      * Delayed DB compression
      
      * Reduce last_hashes cloning
      
      * Keep state cache
      
      * Updating tests
      
      * Optimized to_big_int
      
      * Fixing build with stable
      
      * Safer code
      7093651d
    • Tomasz Drwięga's avatar
      Bumping clippy & fixing warnings (#1823) · deceb5fd
      Tomasz Drwięga authored
      * Bumping clippy
      
      * Fixing clippy warnings
      
      * Cargo.lock (latest nightly?)
      deceb5fd
    • Tomasz Drwięga's avatar
      Supporting eth_sign in Signer (#1787) · 9fb56235
      Tomasz Drwięga authored
      * Making ConfirmationsQueue a bit more generic [WiP]
      
      * Generalizing cofirmations
      
      * New confirmations types - tests
      
      * Separating transaction type in queue. Closes #1310
      
      * Handling sign requests
      
      * Speeding up tests
      
      * Renaming methods
      
      * eth_postSign
      
      * Bumping ui
      9fb56235
  2. Aug 02, 2016
  3. Aug 01, 2016
  4. Jul 31, 2016
  5. Jul 30, 2016
  6. Jul 28, 2016
    • Tomasz Drwięga's avatar
      Single DB (#1741) · e4f0c0b2
      Tomasz Drwięga authored
      * Consolidation migration
      
      * Started db amalgamation
      
      * Using client constants for columns
      
      * Adding with_columns constructor
      
      * Migrating to single db
      
      * Fixing tests.
      
      * test.sh without verbose
      
      * Fixing warnings
      
      * add migration tests that catch the bug
      
      * make multiple migrations more robust
      
      * add moved v9
      
      * Merge branch 'noop-migrations' into single-db
      
      * spurious line
      
      * clean up migrations ordering
      
      * update comment [ci skip]
      
      * Bumping default number of max_open_files & re-ordering columns.
      
      * fix merge
      
      * fix ignored analysis tests
      
      * Caching best block content
      
      * Faster best_block_header
      
      * Adding progress to v8 migration
      
      * clean up warnings
      
      * Separate hashes and bodies in the DB
      
      * Separate hashes and bodies in the DB
      
      * Fixed tests
      e4f0c0b2
  7. Jul 27, 2016
  8. Jul 26, 2016
  9. Jul 25, 2016
    • 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
  10. Jul 20, 2016
  11. Jul 19, 2016
  12. Jul 17, 2016
    • Arkadiy Paronyan's avatar
      Performance optimizations (#1642) · 5ab18d13
      Arkadiy Paronyan authored
      * Optimize ethash verification
      
      * disable WAL for puts
      
      * Clear account cache after commit
      
      * Commit only modified accounts
      
      * Optimize existing block check
      
      * Cache last hashes
      5ab18d13
  13. Jul 16, 2016
  14. Jul 15, 2016
  15. Jul 14, 2016
    • Tomasz Drwięga's avatar
      Updating UI · 66f8038b
      Tomasz Drwięga authored
      66f8038b
    • Nikolay Volf's avatar
      Sync IPC interface (#1584) · 44bc8a08
      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
      
      * basic library re-layout
      
      * missing files to relayout
      
      * duplicating network config on sync level
      
      * binary serializers for config
      
      * ipc endpoint for manage
      
      * ipc endpoint for sync
      
      * handshake sorting out
      
      * sorting out the multi-interface dispatch scenario
      
      * fixing tests
      
      * fix doctest
      44bc8a08
  16. Jul 13, 2016
  17. Jul 12, 2016
  18. Jul 11, 2016
  19. Jul 09, 2016
  20. Jul 08, 2016
  21. Jul 07, 2016
    • Tomasz Drwięga's avatar
      Supporting /api/ping for dapps server (#1543) · 7af366c5
      Tomasz Drwięga authored
      * Refactoring dapps to support API endpoints.
      
      * Using ContentHandler for unauthorized requests
      
      * Extracting url stuff
      
      * Adding ping endpoint
      
      * CORS support for ping request
      
      * Fixing url.is_none()
      
      * minor formatting fix
      
      [ci:skip]
      7af366c5
    • Nikolay Volf's avatar
      Client IPC Interface (#1493) · 8282c7dd
      Nikolay Volf authored
      * btree map serializer
      
      * serde tests
      
      * state diff serialization
      
      * basic layout
      
      * more missing serializaers
      
      * uncle returns rlp
      
      * block queue info
      
      * sorting with transaction result
      
      * sorting out util imports
      
      * transaction import result sorting also
      
      * sorting filters & ranges
      
      * error sorting out
      
      * deriving ipc service compiling
      
      * rpc & sync recompile
      
      * sorting rpc using uncles
      
      * fix compilation
      
      * fix merging bugs
      
      * fix unused imports
      
      * fix all warnings
      
      * tests stub
      
      * some merge bugs
      
      * ethcore compilation
      
      * fix rpc compilation
      
      * deriving attribute
      
      * tests (and fixes)
      
      * rpc test working
      
      * fix warnings again
      
      * rs.in -> rs
      
      * missing attribute
      
      * refactored tree changes
      
      * paste reformat mess fix
      
      * pub mod actually
      
      * intendation fix
      8282c7dd