parity-common
parity-common copied to clipboard
Collection of crates used in Parity projects
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`...
Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. Changelog Sourced from sysinfo's changelog. 0.31.4 macOS: Force memory cleanup in disk list retrieval. 0.31.3 Raspberry Pi: Fix temperature retrieval....
Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema-rs) to permit the latest version. Release notes Sourced from jsonschema's releases. [Rust] Release 0.24.0 Added Support $ref, $recursiveRef, and $dynamicRef in unevaluatedItems. #287 Support for...
~~merge #872 first~~ - remove `rustc-hex` feature (`rustc-hex` is only used for `std::str::FromStr` impl, so I don't think the feature is necessary) - use `const-hex` instead of `rustc-hex` dependency (`rustc-hex`...
Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. Changelog Sourced from sysinfo's changelog. 0.32.0 Add new Disk::is_read_only API. Add new remove_dead_processes argument to System::refresh_processes and System::refresh_processes_specifics. macOS: Fix...
Similar to [BoundedVec](https://github.com/paritytech/substrate/issues/11315) and [BoundedBTreeSet](https://github.com/paritytech/parity-common/issues/780), BoundBTreeMap should implement serde::Serialize/Deserialize such that it can be used for Genesis state.