1. Mar 10, 2017
  2. Mar 09, 2017
  3. Mar 08, 2017
  4. Mar 07, 2017
  5. Mar 06, 2017
  6. Mar 05, 2017
  7. Mar 03, 2017
  8. Mar 02, 2017
  9. Feb 28, 2017
  10. Feb 27, 2017
  11. Feb 24, 2017
  12. Feb 23, 2017
  13. Feb 22, 2017
  14. Feb 21, 2017
  15. 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