openethereum/util
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
..
EIP-152 SIMD Implementation for EIP-152 (#11056) 2019-10-02 14:32:21 +01:00
EIP-712 Fix misc compile warnings (#11258) 2019-11-14 00:01:21 +01:00
bloom ethcore-bloom-journal updated to 2018 (#10804) 2019-06-27 14:34:07 +02:00
blooms-db Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
dir Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
fake-fetch misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
fastmap Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
fetch Upgrade to jsonrpc v14 (#11151) 2019-10-10 15:56:22 +01:00
io Update `kvdb`, `kvdb-rocksdb` and `h2` (#11091) 2019-09-27 23:29:14 +02:00
journaldb Update to latest `kvdb-*`: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
keccak-hasher [keccak-hasher]: rust2018 (#11163) 2019-10-10 19:43:33 +02:00
len-caching-lock Update `kvdb`, `kvdb-rocksdb` and `h2` (#11091) 2019-09-27 23:29:14 +02:00
macros removed unused macros (#10851) 2019-07-06 20:38:33 +02:00
memory-cache Update to latest `kvdb-*`: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
migration-rocksdb Update to latest `kvdb-*`: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
network Add Nat PMP method to P2P module (#11210) 2019-12-19 09:01:39 +01:00
network-devp2p Add Nat PMP method to P2P module (#11210) 2019-12-19 09:01:39 +01:00
panic-hook panic_hook module uses eprintln instead of raw stderr interface (#10426) 2019-02-27 09:48:40 +00:00
patricia-trie-ethereum Update to latest `kvdb-*`: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
registrar Return Ok(None) when the registrar contract returns empty slice (#11257) 2019-11-15 14:27:34 +01:00
rlp-compress fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
rlp-derive Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
runtime Upgrade to jsonrpc v14 (#11151) 2019-10-10 15:56:22 +01:00
stats misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
time-utils fix(time-utils): add missing license (#10497) 2019-03-20 16:01:38 +01:00
triehash-ethereum Update to latest `kvdb-*`: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
unexpected misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
version update autoupdate fork blocks for nightly (#11308) 2019-12-19 13:05:04 +01:00