parity-common icon indicating copy to clipboard operation
parity-common copied to clipboard

Collection of crates used in Parity projects

Results 63 parity-common issues
Sort by recently updated
recently updated
newest added

This adds the repository URL to the Cargo manifest of `primitive-types`, so that the crate published on crates.io can be automatically linked back to the source repository.

The rocksdb crate supports a feature called `multi-threaded-cf`, which wraps column family descriptors into RwLocks. and change some types around. Enabling it in a downstream app makes kvdb-rocksdb then fail...

With current settings rocksdb produces a lot of WAL log files that are not removed in timely manner. It leads to substantial memory consumption. Behavior governed by two settings `set_max_total_wal_size`...