Skip to content
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

Open and Permissionless Block Production #2

Merged
merged 15 commits into from
Mar 27, 2024

Conversation

shawntabrizi
Copy link
Contributor

@shawntabrizi shawntabrizi commented Mar 25, 2024

This PR introduces an open and permissionless block production system to the node.

  • This PR bumps all the dependencies of the extended-node-template to the latest version of Polkadot-SDK.
    • Introduces fixes because of this such as adding the sp-genesis-builder and storage_proof_size host function.
  • Removes the Authorship, Collator Selection, Session, Aura, and Cumulus Aura Ext pallets.
  • Updates the service file to support relay chain consensus.
  • Adds a zombienet test to ensure blocks are being built as a parachain.

@shawntabrizi shawntabrizi marked this pull request as ready for review March 26, 2024 16:34
node/src/service.rs Outdated Show resolved Hide resolved
@shawntabrizi shawntabrizi merged commit 130ae40 into main Mar 27, 2024
1 check passed
@shawntabrizi shawntabrizi deleted the shawntabrizi-block-production branch March 27, 2024 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants