1. 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
  2. Jul 16, 2016
    • Arkadiy Paronyan's avatar
      Removed DAO soft fork traces (#1639) · 5dba4317
      Arkadiy Paronyan authored
      5dba4317
    • Gav Wood's avatar
      DAO hard-fork (#1483) · 799c69c8
      Gav Wood authored
      * Minor additions to allow resetting of code.
      
      * Add test.
      
      * Provisional DAO hard-fork proposal.
      
      * Change to reflect latest HF spec.
      
      * Include extradata restrictions and overrides.
      
      * Introduce new tests.
      
      * Update tests to new spec format.
      
      * Allow JSON chain spec fields to be optional.
      
      * Remove superfluous definitions. Fix overflow risk.
      
      * Fix build.
      
      * Add missing file.
      
      * Remove old flag.
      
      * Update to latest address set.
      
      * Update tests and test spec to latest.
      
      Change the mining default to release only on own transactions.
      799c69c8
    • Nikolay Volf's avatar
      fix network_start regression (#1629) · 7b5d39e0
      Nikolay Volf authored
      * fix network_start regression
      
      * network io handler
      
      * move registration to the network start
      7b5d39e0
  3. Jul 15, 2016
  4. Jul 14, 2016
    • asynchronous rob's avatar
      d5d0cb0b
    • Gav Wood's avatar
      Fix "pending" parameter on RPC block requests (#1602) · 598833d1
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Initial commit.
      
      * Pending blocks work.
      
      * Address grumbles.
      
      * Fix up for new API.
      598833d1
    • Tomasz Drwięga's avatar
      Miner tests (#1597) · 6c205067
      Tomasz Drwięga authored
      * Un-ignoring RPC test
      
      * Additional tests for importing transactions
      6c205067
    • 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
  5. Jul 13, 2016
  6. Jul 12, 2016
  7. Jul 11, 2016
  8. Jul 10, 2016
  9. Jul 09, 2016
  10. Jul 08, 2016