Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Implement: Collation Generation Subsystem #1464

Closed
rphmeier opened this issue Jul 23, 2020 · 3 comments · Fixed by #1557
Closed

Implement: Collation Generation Subsystem #1464

rphmeier opened this issue Jul 23, 2020 · 3 comments · Fixed by #1557
Assignees
Labels
S1-implement PR/Issue is in the implementation stage
Milestone

Comments

@rphmeier
Copy link
Contributor

rphmeier commented Jul 23, 2020

cc @bkchr @cecton - this is the point where we will integrate Cumulus into the Overseer/Subsystem configuration of node-side code. As such, it's open to the Cumulus team to implement as well.

Depends on #1452

@rphmeier rphmeier added the S1-implement PR/Issue is in the implementation stage label Jul 23, 2020
@rphmeier rphmeier added this to the White Flint milestone Jul 23, 2020
@bkchr
Copy link
Member

bkchr commented Jul 26, 2020

Whoever will implement this, please get in touch with me and @cecton :)

@rphmeier
Copy link
Contributor Author

We might want to set this up so that it's initialized with a message passed in from an external source via the overseer. That would make set-up of the Cumulus node easier, since it can go in these three steps:

  • Set up Polkadot node
  • Set up Cumulus node wrapping Polkadot node
  • Send a message to the Collation Generation Subsystem giving a trait object wrapping the Cumulus node

And I assume we should write this subsystem as a wrapper around a trait object for convenience in this respect as well.

@bkchr
Copy link
Member

bkchr commented Jul 26, 2020

Sounds good :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
S1-implement PR/Issue is in the implementation stage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants