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