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

error running integritee parachain in local using config #349

Open
hemz10 opened this issue Jan 25, 2024 · 1 comment
Open

error running integritee parachain in local using config #349

hemz10 opened this issue Jan 25, 2024 · 1 comment
Labels
bug Something isn't working jira

Comments

@hemz10
Copy link
Member

hemz10 commented Jan 25, 2024

Overview

Scenario - should run custom relaychain and parachain in local for kusama and integritee
error running integritee parachain in local using config

Steps to Reproduce

Steps to reproduce the behavior:
1.run dive chain kusama -c
2. See error

config json:

{
  "chain_type": "localnet",
  "relaychain": {
    "name": "rococo-local",
    "nodes": [
      {
        "name": "alice",
        "node_type": "validator",
        "prometheus": false
      },
      {
        "name": "bob",
        "node_type": "validator",
        "prometheus": false
      }
    ]
  },

  "parachains": [
    {
      "name": "integritee",
      "nodes": [
        {
          "name": "alice",
          "node_type": "collator",
          "prometheus": false
        },
        {
          "name": "bob",
          "node_type": "full",
          "prometheus": false
        }
      ]
    }
  ],
  "explorer": false
}

Expected Behavior

Chain to start in local even with config file

Screenshots

logs:
image

@hemz10 hemz10 added bug Something isn't working jira labels Jan 25, 2024
@hemz10
Copy link
Member Author

hemz10 commented Feb 5, 2024

Issue is still reproducible
image

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

No branches or pull requests

2 participants