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

Not able to start localnet for independent chains without relaychain #196

Open
MuhammedIrfan opened this issue Jan 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@MuhammedIrfan
Copy link
Member

Overview

Not able to start localnet for independent chains without relaychain.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Setup kurtosis in kubernetes
  2. Run the package using
kurtosis run github.com/hugobyte/polkadot-kurtosis-package '{ "chain_type": "localnet", "relaychain": {}, "parachains": [ { "name":"frequency", "nodes": [ { "name": "alice", "node_type": "validator", "prometheus": false } ] } ], "explorer": true }
  1. The execution stops with error
There was an error interpreting Starlark code 
Evaluation error: fail: relay config must be present for localnet
        at [github.com/muhammedirfan/polkadot-kurtosis-package/main.star:33:41]: run
        at [github.com/muhammedirfan/polkadot-kurtosis-package/main.star:62:32]: run_polkadot_setup
        at [github.com/muhammedirfan/polkadot-kurtosis-package/package_io/utils.star:47:20]: check_config_validity
        at [0:0]: fail

Error encountered running Starlark code.' 

Expected Behavior

The execution should complete without the error.

@MuhammedIrfan MuhammedIrfan added the bug Something isn't working label Jan 28, 2024
@shanithkk
Copy link
Collaborator

Hi @MuhammedIrfan, for local setup , we should have a relay chain to connect with. standalone parachian node setup not included in this package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants