paritytech / parity-common

Collection of crates used in Parity projects
https://www.paritytech.io/
Apache License 2.0
288 stars 218 forks source link

Upgrade rocksdb to 0.22 #853

Closed jasl closed 2 months ago

jasl commented 3 months ago

Although Parity has recommended paritydb for a long time, polkadot-sdk still has not started the deprecation process for rocksdb.

I think we should give some love to the rocksdb. This PR upgrade to its latest version would help to reduce a few outdated dependencies. for example, bitflags 1.3.0

jasl commented 3 months ago

@bkchr Could you help to take a look at this?

jasl commented 2 months ago

Humbly ping @ggwpez @ordian

Could you help to review this PR?