1. Mar 09, 2017
  2. Mar 08, 2017
  3. Mar 07, 2017
  4. Mar 06, 2017
  5. Mar 05, 2017
  6. Mar 03, 2017
  7. Mar 02, 2017
  8. Feb 28, 2017
  9. Feb 27, 2017
  10. Feb 24, 2017
  11. Feb 23, 2017
  12. Feb 22, 2017
  13. Feb 21, 2017
  14. Feb 20, 2017
    • 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
    • maciejhirsz's avatar
      Updated Cargo.lock · 649cedd8
      maciejhirsz authored
      649cedd8
    • Svyatoslav Nikolsky's avatar
      Secret store - initial version (#4567) · b9665c7c
      Svyatoslav Nikolsky authored
      * initial secret store commit
      
      * various fixes
      
      * license
      
      * (sstore, secstore) -> secretstore
      
      * marked KeyServer trait as IPC-ready
      
      * fixed style
      
      * ignore requests with Origin header
      
      * fixed tests
      
      * fixed Origin header check
      b9665c7c