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 version adds the const qualifier to some stuff (e.g. `fn one`). This has caused build issues in other crates, and it would be nice if it were fixed upstream...

This implementation is invalid: https://github.com/paritytech/parity-common/blob/a5ef7308d6986e62431e35d3156fed0a7a585d39/uint/src/uint.rs#L1349-L1356 As per the docs on [`From`](https://doc.rust-lang.org/stable/std/convert/trait.From.html): > Note: This trait must not fail. The From trait is intended for perfect conversions. If the conversion can...

Hello! I want to define a global constant of type `Address`, but I just don't know how to do it, and I couldn't figure out a solution from the docs....

F8-enhancement
Q2-easy

Hello, I need to compute a multiplication of two integers a, b modulo a big prime P. Those integers and the prime fit in a UINT256, but to compute the...

Z1-question

Reasons: https://github.com/paritytech/substrate/issues/12111 Substrate PR: https://github.com/paritytech/substrate/pull/12190

breaking-change

Add the ability to serialize the H* and U* types using [borsh](https://borsh.io)

Add uint casting support for U64 in `primitive-types` - implement From trait for casting uint from U64 - implement TryFrom trait for casting uint to U64 - implement `full_mul` for...

Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. Release notes Sourced from syn's releases. 2.0.63 Parse and print long if-else-if chains without reliance on deep recursion to avoid...

A2-insubstantial
M5-dependencies

Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema-rs) to permit the latest version. Release notes Sourced from jsonschema's releases. [Python] Release 0.18.0 Added Defining custom format checkers. #245 Changed Update pyo3 to 0.21....

A2-insubstantial
M5-dependencies

Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. Changelog Sourced from sysinfo's changelog. 0.30.12 FreeBSD: Fix network interfaces retrieval (one was always missing). 0.30.11 macOS: Fix some invalid...

A2-insubstantial
M5-dependencies