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

Runtime and Node refactor #150

Merged
merged 17 commits into from
Jun 2, 2024
Merged

Runtime and Node refactor #150

merged 17 commits into from
Jun 2, 2024

Conversation

Szegoo
Copy link
Member

@Szegoo Szegoo commented Jun 1, 2024

Currently, the RegionX-Node repository only has a single runtime, which will be used for the Rococo deployment. Once we make the Rococo deployment and start preparing for the Kusama deployment, we will have a separate runtime for each network, allowing us to progressively release changes.

The runtime directory structure will be as follows:

runtime/
├── rococo/
├── kusama/
└── polkadot/

With this PR, we made modifications to the parachain node so that it is generic over the runtime. This way, it will be simple to add separate runtimes for Kusama and Polkadot.

@Szegoo Szegoo closed this Jun 1, 2024
@Szegoo Szegoo reopened this Jun 1, 2024
Copy link

@Szegoo Szegoo changed the title Runtimes refactor Runtime refactor Jun 1, 2024
@Szegoo Szegoo changed the title Runtime refactor Runtime and Node refactor Jun 1, 2024
@Szegoo Szegoo merged commit 4af7f55 into main Jun 2, 2024
5 checks passed
@cuteolaf cuteolaf deleted the runtimes-refactor branch August 8, 2024 16:07
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.

1 participant