openethereum/util
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
..
benches Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
bigint Added pending transaction info to eth_getTransactionByHash (#4570) 2017-02-20 16:19:43 +01:00
bloom Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
fetch Hash-fetch errors in case upstream returns non-200 (#4599) 2017-02-20 16:30:14 +01:00
io Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
network Added pending transaction info to eth_getTransactionByHash (#4570) 2017-02-20 16:19:43 +01:00
reactor Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
rlp Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
sha3 Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
src Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
table Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
using_queue Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
Cargo.toml Include total difficulty in CHTs and hide implementation details from consumers (#4428) 2017-02-06 17:21:35 +01:00
build.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00