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

Generic key-value database should contain method(s) to retrieve usage statistics. Actual databases implementing generic trait should implement this part of functionality voluntary.

Right now there it is not easy to use the `MallocSizeOf` derive macro on structs that have members that do not implement the trait, especially if those members have types...

F8-enhancement
M4-core
P9-somedaymaybe
hacktoberfest

Currently `rlp` lists allocate a new `RlpStream` which allocates a `Vec` with a capacity of 1024. For many calls the size is much smaller than this and can often be...

F7-footprint
F7-optimisation
M5-dependencies
P9-somedaymaybe

~~The change introduced in #111 was breaking. We should bump major version before publishing.~~ @dvdplm suggested to remove `H256` from public API altogether (probably by replacing it with `[0u8; 32]`).

We lost track of the rationals and reasoning behind the `quickcheck` crate support in `fixed-hash`. This is the tracking issue for the purpose of finding out current uses of it...

please impl Binary trait for U256

F8-enhancement
Q2-easy

I'm trying to implement wrapper types for `ethereum_types` types in order to provide other traits necessary for making my code compatible with https://github.com/sigp/lighthouse dependencies and Substrate. The following snippet demonstrates...

Z1-question

https://github.com/recmo/uint is a modern re-implementation of `uint` using const generics. It doesn't suffer from issues like #388. Would be nice to compare the numbers on our benchmarks between `uint` and...

F6-refactor
Q5-substantial

Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. Release notes Sourced from syn's releases. 2.0.51 Resolve non_local_definitions warnings in generated code under rustc 1.78-nightly Commits 5e15a9b Release 2.0.51...

A2-insubstantial
M5-dependencies