OpenZeppelin / polkadot-runtime-templates

A generic template for Substrate Runtime
GNU General Public License v3.0
52 stars 15 forks source link

🏗️ [Core Feature]: Enable `Agile Coretime` feature #186

Closed ozgunozerk closed 1 month ago

ozgunozerk commented 3 months ago

What is the key feature we're aiming to implement?

Instead of renting parachain slots, Agile Coretime feature allows to rent right amount of blockspace for every stage of growth for a parachain, details can be found here.

We want to incorporate this new change and blaze the trail for other parachains/templates that want to enable this feature for their project.

Contribution Guidelines

ozgunozerk commented 1 month ago

Transitioning into agile coretime for a parachain does not require any code change. The transition is handled by the relay-chain/core-chain. Parachains only need to buy coretime from polkadot js app.