Files
pezkuwi-subxt/substrate/primitives/finality-grandpa
Bastian Köcher ef0cc330ce GrandpaJustification: Feature gate Debug (#12664)
The grandpa crate is deriving `Debug` only when the `std` feature is enabled. `RuntimeDebug` can be
forced to derive `Debug` also in `no_std` and that doesn't work together. So, we should feature gate
`Debug` on `no_std`.
2022-11-09 23:05:13 +01:00
..
2020-08-20 17:04:42 +02:00

Primitives for GRANDPA integration, suitable for WASM compilation.

License: Apache-2.0