paritytech / parity-common

Collection of crates used in Parity projects
https://www.paritytech.io/
Apache License 2.0
282 stars 213 forks source link

Make `Const*` types `Clone+Default` and fix `Debug` #744

Closed ggwpez closed 1 year ago

ggwpez commented 1 year ago

This is needed for https://github.com/paritytech/polkadot-sdk/issues/185 to make the GenesisConfig print- and clonable.

Changes:

TODO: