openethereum/ethcore/src/engines
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
..
tendermint Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
validator_set Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
authority_round.rs seals_internally (#4613) 2017-02-20 16:35:53 +01:00
basic_authority.rs seals_internally (#4613) 2017-02-20 16:35:53 +01:00
instant_seal.rs seals_internally (#4613) 2017-02-20 16:35:53 +01:00
mod.rs seals_internally (#4613) 2017-02-20 16:35:53 +01:00
null_engine.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
signer.rs Optional from field in Transaction Requests (#4332) 2017-01-30 21:08:36 +01:00
transition.rs Fix lock and rename tracing (#4403) 2017-02-02 19:11:43 +01:00
vote_collector.rs Fix lock and rename tracing (#4403) 2017-02-02 19:11:43 +01:00