openethereum/parity
David b9f9d11929
Update to latest `kvdb-*`: no default column, DBValue is Vec (#11312)
* Only use kvdb "column families"

This PR contains the changes necessary to use the `kvdb-*` crates from https://github.com/paritytech/parity-common/pull/278 (so a synchronized merge is required) which drops support for the old-style rocksdb "default" column to get a smaller and less complex API.

As it stands this PR is working correctly except for secret-store; we need to migrate it to use a new column family.

* Fix secretstore build

* Fix secretstore build: include ethkey when building with the "accounts" feature

* typos

* Restore state test commit

* Override all of parity-common from git

* Be precise about version requirement to migrate secretstore code

* Update ethcore/db/src/db.rs

Co-Authored-By: Niklas Adolfsson <niklasadolfsson1@gmail.com>

* Address review grumbles

* Review grumbles

* Cleanup

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
2019-12-20 12:27:38 +01:00
..
cli Adds support for ipc socket permissions (#11273) 2019-12-06 16:39:56 +01:00
db Update to latest `kvdb-*`: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
light_helpers fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
logger Update `kvdb`, `kvdb-rocksdb` and `h2` (#11091) 2019-09-27 23:29:14 +02:00
account.rs Upgrade to parity-crypto 0.4 (#10650) 2019-05-28 07:50:10 +02:00
account_utils.rs ethcore/res: add mordor testnet configuration (#11200) 2019-11-02 12:26:38 +01:00
blockchain.rs Use upstream rocksdb (#11248) 2019-12-03 16:59:11 +01:00
cache.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
configuration.rs Add Nat PMP method to P2P module (#11210) 2019-12-19 09:01:39 +01:00
deprecated.rs Ensure jsonrpc threading settings are sane (#11267) 2019-11-18 19:40:48 +01:00
export_hardcoded_sync.rs Use upstream rocksdb (#11248) 2019-12-03 16:59:11 +01:00
helpers.rs Add Nat PMP method to P2P module (#11210) 2019-12-19 09:01:39 +01:00
informant.rs Use a lock instead of atomics for snapshot Progress (#11197) 2019-10-28 18:24:45 +01:00
ipfs.rs fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
lib.rs Ensure jsonrpc threading settings are sane (#11267) 2019-11-18 19:40:48 +01:00
main.rs Update to latest `kvdb-*`: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
modules.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
params.rs add support for evan.network chains (#11289) 2019-12-03 15:00:29 +01:00
presale.rs Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
rpc.rs Adds support for ipc socket permissions (#11273) 2019-12-06 16:39:56 +01:00
rpc_apis.rs Fix misc compile warnings (#11258) 2019-11-14 00:01:21 +01:00
run.rs Use upstream rocksdb (#11248) 2019-12-03 16:59:11 +01:00
secretstore.rs [secretstore] migrate to version 4 (#11322) 2019-12-12 13:21:51 +01:00
signer.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
snapshot_cmd.rs removed redundant VMType enum with one variant (#11266) 2019-11-20 11:11:36 +08:00
stratum.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
upgrade.rs Add message to IO errors (#10324) 2019-02-18 20:39:38 +03:00
user_defaults.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00