cumulus icon indicating copy to clipboard operation
cumulus copied to clipboard

Allow polkadot-parachain logic to be reused

Open gilescope opened this issue 2 years ago • 1 comments

(for example integration tests currently duplicate genesis information because it can't pull this info in as a dep)

gilescope avatar Jul 05 '23 10:07 gilescope

There's a lot of logic in that crate that others may wish to make use of rather than having to replicate. It's rarely helpful to have a lot of logic in a rust binary, best to hand off to a library asap because at some point someone wants to reuse that logic.

gilescope avatar Jul 24 '23 08:07 gilescope