-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polkadot integration #542
Polkadot integration #542
Conversation
I agree, but IMHO it's going to be easier to keep Polkadot<>Kusama integration up to date (instead of going through your fork).
I also wasn't sure what the best place to put them:
Currently I think that:
|
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* kusama primitives + client * polkadot primitives + client * lost Chain definitions * fix compilation and fmt * Update primitives/runtime/src/lib.rs Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* kusama primitives + client * polkadot primitives + client * lost Chain definitions * fix compilation and fmt * Update primitives/runtime/src/lib.rs Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
I didn't wanted to open this PR until we have everything else ready for Polkadot <-> Kusama , because it is another bunch of code to maintain. I also had doubts about
bp-polkadot
andbp-kusama
crates - probably they should be based onpolkadot-primitives
/polkadot-runtime-common
. Opening now on request.