openethereum/sync/src
Robert Habermeier 62b340f2b9 Save pending local transactions in the database (#4566)
* 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
2017-02-20 17:21:55 +01:00
..
light_sync LightProvider struct using light transaction queue 2017-02-09 18:42:18 +01:00
tests Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
api.rs LightProvider struct using light transaction queue 2017-02-09 18:42:18 +01:00
block_sync.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
blocks.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
chain.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
lib.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
snapshot.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
sync_io.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
transactions_stats.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00