openethereum/parity
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
..
cli Secret store - initial version (#4567) 2017-02-20 16:13:21 +01:00
account.rs Ledger wallet support (#4486) 2017-02-09 19:07:06 -05:00
blockchain.rs Secret store - initial version (#4567) 2017-02-20 16:13:21 +01:00
boot.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
configuration.rs Secret store - initial version (#4567) 2017-02-20 16:13:21 +01:00
dapps.rs RPC middleware: Informant & Client.keep_alive (#4384) 2017-02-04 22:18:19 +01:00
deprecated.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
dir.rs Secret store - initial version (#4567) 2017-02-20 16:13:21 +01:00
helpers.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
informant.rs RPC middleware: Informant & Client.keep_alive (#4384) 2017-02-04 22:18:19 +01:00
ipfs.rs Rename `parity-ipfs` to `parity-ipfs-api` 2017-02-16 14:51:33 +01:00
main.rs Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
migration.rs Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
modules.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
params.rs Ledger wallet support (#4486) 2017-02-09 19:07:06 -05:00
presale.rs Ledger wallet support (#4486) 2017-02-09 19:07:06 -05:00
rpc.rs Signer provenance (#4477) 2017-02-14 22:45:43 +01:00
rpc_apis.rs use Dispatcher when starting RPCs 2017-02-08 20:44:40 +01:00
run.rs Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
secretstore.rs Secret store - initial version (#4567) 2017-02-20 16:13:21 +01:00
signer.rs Signer provenance (#4477) 2017-02-14 22:45:43 +01:00
snapshot.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
stratum.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
sync.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
upgrade.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
url.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
user_defaults.rs Serde 0.9 (#4508) 2017-02-13 18:38:47 +03:00