HugoByte / DIVE

DIVE deeply into the world of Blockchain and Web 3.0 using Deployable Infrastructure for Virtually Effortless blockchain integration
Apache License 2.0
20 stars 8 forks source link

invalid url opens when explorer is true in config #244

Closed hemz10 closed 9 months ago

hemz10 commented 10 months ago

Overview

invalid url opens when explorer is true in config P.S: Running kurtosis on cloud

Steps to Reproduce

Steps to reproduce the behavior:

  1. run dive chain polkadot -c ./sample-jsons/polkadot_config.json
  2. See url - http://127.0.0.1/?rpc=ws://127.0.0.1:32690#/explorer

config:

{
  "chain_type": "testnet",
  "relaychain": {
  },

  "parachains": [
    {
      "name":"polkadex",
      "nodes": [
        {
          "name": "alice",
          "node_type": "collator",
          "prometheus": false

        },
        {
          "name": "bob",
          "node_type": "full",
          "prometheus": false
        }
      ]
    }
  ],
  "explorer": true
}

Expected Behavior

valid explorer url to be opened

Mr-Nobody21 commented 10 months ago

Fixed in pr #353

abhiyana commented 10 months ago

@hemz10 , Hi! The explorer will no longer open automatically when running in kurtosis cloud. Please confirm the changes made and let us know for any other issues.

hemz10 commented 9 months ago

Hi @abhiyana As per the current changes, it works as expected, and Explorer doesn't open when running in the cloud. Hopefully, this feature will be enabled once we have fixed the Explorer issue. This issue will be closed here and will be tracked in explorer issue itself.