openethereum/util/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
..
journaldb Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
migration Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
trie Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
bloom.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
bytes.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
cache.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
common.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
error.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
from_json.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
hashdb.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
kvdb.rs Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
lib.rs Serde 0.9 (#4508) 2017-02-13 18:38:47 +03:00
log.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
memorydb.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
misc.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
nibbleslice.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
nibblevec.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
overlaydb.rs Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
path.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
semantic_version.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
sha3.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
snappy.rs Static link for snappy 2017-02-08 22:43:23 +01:00
standard.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
stats.rs sort corpus when hitting genesis (#4470) 2017-02-08 08:55:56 +01:00
timer.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
triehash.rs Include total difficulty in CHTs and hide implementation details from consumers (#4428) 2017-02-06 17:21:35 +01:00
vector.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00