1. Aug 03, 2016
    • asynchronous rob's avatar
      Remove (almost all) panickers from trie module (#1776) · 11b65ce5
      asynchronous rob authored
      * memorydb ub patch and other cleanup
      
      * fix denote invocations
      
      * move trie traits into trie module
      
      * replace "denote" with shim
      
      * triedb returns results and no longer panics
      
      * fix warnings
      
      * get ethcore compiling
      
      * warn on trie errors in ethcore
      
      * remove unsafety from node decoder
      
      * restore broken denote behavior for this branch
      
      * fix overlayrecent fallout
      
      * fix triedb tests
      
      * remove unwrap in state
      
      * alter Trie::get to return Result<Option<_>>
      
      * fix refcell error in require
      
      * fix test warnings
      
      * fix json tests
      
      * whitespace
      
      [ci:skip]
      
      * Avoid unneeded match/indentation
      
      * whitespace
      
      * prettify map_or_else
      
      * remove test warning
      11b65ce5
    • Tomasz Drwięga's avatar
      Fixing account naming (#1810) · 40a304b1
      Tomasz Drwięga authored
      * Fixing account naming
      
      * Using geth format for files. Avoid re-importing existing keys with different names.
      
      * Adding expect for time format
      40a304b1
    • asynchronous rob's avatar
      JournalDB inject (#1806) · 8c88e2a8
      asynchronous rob authored
      * add inject to journaldb
      
      * adjust docs
      
      * add test; fix refcounteddb impl
      
      * fewer panics, fail on invalid insertions or deletions
      8c88e2a8
    • Tomasz Drwięga's avatar
    • Marek Kotewicz's avatar
      Import wallet fix (#1820) · 6ba1e66d
      Marek Kotewicz authored
      * fixed importing presale wallet with encseed longer than 96 bytes
      
      * fixed incorrect pkcs unpadding in decrypting presale wallet
      6ba1e66d
    • 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
    • Arkadiy Paronyan's avatar
      Fixing cache update after reorg (#1816) · 087ebcf9
      Arkadiy Paronyan authored
      087ebcf9
  2. Aug 02, 2016
  3. Aug 01, 2016
  4. Jul 31, 2016
  5. Jul 30, 2016