1. Feb 26, 2017
    • asynchronous rob's avatar
      Propagate trie errors upwards from State (#4655) · 1bf2b277
      asynchronous rob authored
      * state backend trait mirroring state_db API
      
      * minimal state backend trait
      
      make state module public
      
      * fix json tests
      
      * return errors on database corruption
      
      * fix tests, json tests
      
      * fix remainder of build
      
      * add Backend bound on state
      1bf2b277
  2. Feb 25, 2017
  3. Feb 24, 2017
  4. Feb 22, 2017
  5. Feb 21, 2017
  6. Feb 20, 2017
  7. Feb 17, 2017
  8. 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
  9. 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
  10. Feb 13, 2017
  11. Feb 10, 2017
  12. Feb 08, 2017
  13. Feb 07, 2017
  14. Feb 06, 2017
  15. 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
  16. Feb 04, 2017
  17. Feb 03, 2017
  18. Feb 02, 2017
  19. Feb 01, 2017
  20. Jan 30, 2017
  21. 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 submitted
      
      * various review and general fixes
      
      * reviewe fixes
      
      * remove redundant notifier
      
      * one symbol -> huge bug
      
      * ensure write lock isn't held when calling handlers
      
      * extern declarations moved
      
      * options to stratum mod, SocketAddr strongly-typed instantiation
      
      * Minor style fix.
      
      * Whitespace and phrasing
      
      * Whitespace
      1acc8031