1. Feb 24, 2017
  2. Feb 23, 2017
  3. Feb 22, 2017
  4. Feb 21, 2017
  5. Feb 20, 2017
    • asynchronous rob's avatar
      Merge branch 'master' into lightrpc · d8b1cfe0
      asynchronous rob authored
      d8b1cfe0
    • asynchronous rob's avatar
      Save pending local transactions in the database (#4566) · 62b340f2
      asynchronous rob authored
      * Create new column family for local node info
      
      * remove DBTransaction::new reliance on DB
      
      * KeyValueDB trait
      
      * InMemory KeyValueDB implementation
      
      * journaldb generic over KVDB
      
      * make most of `ethcore` generic over KVDB
      
      * fix json tests compilation
      
      * get all tests compiling
      
      * implement local store (just for transactions)
      
      * finish local store API, test
      
      * put everything into place
      
      * better test for skipping bad transactions
      
      * fix warning
      
      * update local store every 15 minutes
      
      * remove superfluous `{}`s
      62b340f2
    • GitLab Build Bot's avatar
      00351374
    • Maciej Hirsz's avatar
      Merge pull request #4614 from ethcore/mh-bump-cid · 0af2fb2a
      Maciej Hirsz authored
      Bump CID version to allow compilation on all platforms
      0af2fb2a
    • maciejhirsz's avatar
      Updated Cargo.lock · 649cedd8
      maciejhirsz authored
      649cedd8
    • Jaco Greeff's avatar
      Vault Management UI (first round) (#4446) · 9e210e5e
      Jaco Greeff authored
      * Add RPCs for parity_vault (create, open, list, etc.)
      
      * WIP
      
      * WIP
      
      * WIP
      
      * WIP (create should create)
      
      * Create & close working
      
      * WIP
      
      * WIP
      
      * WIP
      
      * Open & Close now working
      
      * WIP
      
      * WIP
      
      * Merge relevant changes from js-home
      
      * Hover actions
      
      * WIP (start of account assignment)
      
      * Open, Close & Account assignment works
      
      * Fix margins
      
      * UI updates
      
      * Update tests
      
      * Add the parity_{get|set}VaultMeta calls
      
      * Handle metadata
      
      * Adjust padding in Open/Close modals
      
      * moveAccounts take both in and out
      
      * Adjust padding
      
      * Fix stretch
      
      * Optimize hover stretch
      
      * pre-merge
      
      * Cleanup variable naming (duplication)
      
      * Rename Vault{Close,Open} -> Vault{Lock,Unlock}
      
      * clearVaultFields uses setters
      
      * TODO for small Portal sizes
      
      * Vaults rendering tests
      
      * .only
      
      * libusb compile
      
      * VaultCard rendering tests
      
      * Update message keys (rename gone rouge)
      
      * Display passwordHint op vault unlock
      
      * Update failing tests
      
      * Manually dispatch allAccountsInfo when move completed
      
      * Open/Close always shows vault image in colour
      
      * Password submit submits modal (PR comment)
      
      * Add link to account
      9e210e5e
    • keorn's avatar
      seals_internally (#4613) · ac6180a6
      keorn authored
      ac6180a6