-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: deploy tanssi container chains #296
base: al3mart/feat-tanssi-container-chains
Are you sure you want to change the base?
feat: deploy tanssi container chains #296
Conversation
…oy-tanssi-container-chains
Following the Tanssi guides, before spawning the network, we need to build the specs for the Considerations for my approach: 1- About how to triggering Tanssi logic: My current approach is to have a hardcoded value in the Another approach could be allowing users to explicitly specify it by using a flag, like 2- Handling collator injection: In the build-spec script, Tanssi manually injects collator names into |
…ub.com/r0gue-io/pop-cli into al3mart/deploy-tanssi-container-chains
…oy-tanssi-container-chains
This PR extends
al3mart/feat-tanssi-container-chains
so that container-chains can be run in a local environment without complexities added.A Tanssi node will be launched with a chain spec that includes in its genesis the container-chain the user wants to run locally.
As per the comments below, the flow imitates the one provided by Tanssi here. And although including a custom commands for container chains might give us more flexibility, this should be good enough to verify user interest.
The limiting factor at the moment is for users to launch their container-chains locally in combination with for instance, system chains. Or other scenarios that have a combination of container-chains and non container-chains.