1. Feb 20, 2017
  2. Feb 15, 2017
    • Nikolay Volf's avatar
      Key derivation in ethstore & rpc (#4515) · 494a0de1
      Nikolay Volf authored
      * initial in secret store
      
      * generation
      
      * test
      
      * refactor of the derivation
      
      * signing
      
      * account provider
      
      * tests for account provider
      
      * rpc types
      
      * rpc types converts
      
      * rpc tests
      
      * fix warnings
      
      * some extra docs
      
      * derivate -> derive
      
      * secret() -> as_raw()
      
      * secret() -> as_raw() in rpc
      
      * fix merge bug
      
      * align with new serde changes
      494a0de1
  3. Feb 14, 2017
    • Tomasz Drwięga's avatar
      Signer provenance (#4477) · 5369a129
      Tomasz Drwięga authored
      * Signer - Tracking Request Provenance
      
      * Basic UI
      
      * Changing messages
      
      * VecDeque::from
      
      * Fix dapps tests
      
      * Addressing UI grumbles
      5369a129
  4. Feb 13, 2017
  5. Feb 10, 2017
  6. Feb 08, 2017
  7. Feb 07, 2017
  8. Feb 06, 2017
  9. Feb 05, 2017
    • Svyatoslav Nikolsky's avatar
      Vaults RPCs (#4366) · 2f340a54
      Svyatoslav Nikolsky authored
      * vaults RPCs
      
      * vault.password != vault_account.password
      
      * moved vault RPCs to parityAccounts NS
      
      * parity_listVaults + parity_listOpenedVaults
      2f340a54
  10. Feb 04, 2017
  11. Feb 03, 2017
  12. Feb 02, 2017
  13. Feb 01, 2017
  14. Jan 30, 2017
  15. Jan 25, 2017
    • Arkadiy Paronyan's avatar
      EIP-98: Optional transaction state root (#4296) · c012dfc3
      Arkadiy Paronyan authored
      * EIP98: Optional receipt state root
      
      * Use if-else
      
      * Fixing tests
      c012dfc3
    • Gav Wood's avatar
      Fix whitespace (#4299) · 8404edb6
      Gav Wood authored
      * Fix whitespace.
      
      * Update copyright years/owner.
      
      * Push release only for tags.
      8404edb6
    • Nikolay Volf's avatar
      Stratum up (#4233) · 1acc8031
      Nikolay Volf authored
      * flush work
      
      * flush work
      
      * flush work
      
      * flush work
      
      * generalized notifiers
      
      * general setup with modules
      
      * general setup with modules
      
      * all binded
      
      * catch up with master
      
      * all dependencies injected
      
      * stratum another up
      
      * tcp update
      
      * submitwork routine
      
      * finalize & fix warnings
      
      * merge bugs, review fixes
      
      * merge bugs, review fixes
      
      * new cli mess cleanup
      
      * usage.txt swap
      
      * flush work
      
      * cli adopt
      
      * compilation with new cli sorted
      
      * subid space in json
      
      * serialization issues
      
      * grumbles addressed
      
      * more grumbles
      
      * remove last_work note for now
      
      * fix compilation
      
      * fix tests
      
      * merge bugs
      
      * no obliged ipc
      
      * moving notifiers
      
      * no optional feature now
      
      * refactored again
      
      * working on tests
      
      * refactor to new tcp/ip
      
      * stratum lib ok
      
      * ethcore crate ok
      
      * wip on tests
      
      * final test working
      
      * fix warnings, \n-terminated response
      
      * new compatibility
      
      * re-pushing work once anybody su...
      1acc8031
    • Tomasz Drwięga's avatar
      Logging transaction duration (#4297) · 67284cc1
      Tomasz Drwięga authored
      * Logging transaction duration
      
      * Printing time also on heavy transactions [ci:skip]
      67284cc1
  16. Jan 24, 2017
    • keorn's avatar
      Generic engine utilities (#4258) · e9251a93
      keorn authored
      * move modules up
      
      * make structs generic
      
      * reound to view and tests
      
      * fix
      e9251a93
    • Tomasz Drwięga's avatar
      fa02b3ae
    • keorn's avatar
      ValidatorSet reporting (#4208) · ba020967
      keorn authored
      * remove register_account_provider
      
      * build rpc module
      
      * new dummy client
      
      * common EngineSigner struct
      
      * from -> into
      
      * initial report via call
      
      * separate safe from regular contract
      
      * transact_contract
      
      * fix build
      
      * return Signature, docs
      
      * add sign method to some engines
      
      * add safeContract spec
      
      * update specs to new contracts
      
      * use AuthorityRound for contract spec
      
      * add more reporting
      
      * add reporting test
      
      * use gas floor
      
      * shorter
      ba020967
  17. Jan 23, 2017
  18. Jan 22, 2017
  19. Jan 20, 2017
    • asynchronous rob's avatar
      Memory-based pruning history size (#4114) · 203fd8a4
      asynchronous rob authored
      * prune states based on memory param
      
      * pruning memory CLI and usage in sync
      
      * return purged value from memorydb
      
      * calculate memory used incrementally in overlayrecentdb
      
      * refactor shared history pruning code in client
      
      * Fixed usage alignment
      
      * journal_size function for fast memory calculation
      203fd8a4
    • keorn's avatar
      Common EngineSigner (#4189) · 97a60cea
      keorn authored
      * remove register_account_provider
      
      * build rpc module
      
      * new dummy client
      
      * common EngineSigner struct
      
      * from -> into
      
      * return Signature, docs
      97a60cea
    • asynchronous rob's avatar
      Light protocol syncing improvements (#4212) · a791cb50
      asynchronous rob authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * remove old lint silencer
      
      * dispatch requests only to peers with higher TD
      
      * dynamic target for sync rounds
      
      * use round pivots instead of frames, fix test
      
      * fix total difficulty calculation for test client
      
      * fix broken reorg algorithm
      
      * fork test, fix ancestor search
      a791cb50
  20. Jan 18, 2017