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

Unable to use chainHead_v1_call on "Parallel" parachain #1985

Open
josepot opened this issue Oct 11, 2024 · 1 comment
Open

Unable to use chainHead_v1_call on "Parallel" parachain #1985

josepot opened this issue Oct 11, 2024 · 1 comment

Comments

@josepot
Copy link
Contributor

josepot commented Oct 11, 2024

When trying to use smoldot against the Parallel parachain, it seems like all the operation requests "fail" with an operationInaccessible event, and after trying a bit later we get the same result over and over.

These are the logs:

The chainSpec for this parachain is:

{
  "name": "Parallel",
  "id": "parallel",
  "chainType": "Live",
  "bootNodes": [
    "/dns/bootnode-1.parallel.fi/tcp/30333/p2p/12D3KooWA3ngBk5UuAvtvANXRJSTjdCT9bz7AcdBqmnR64m3tRWb",
    "/dns/bootnode-5.parallel.fi/tcp/30333/p2p/12D3KooWGxnMnE1AFriohESDGQnpYBzbxBpRDf3MFNu8yuobJBbF"
  ],
  "properties": {
    "ss58Format": 172,
    "tokenDecimals": 12,
    "tokenSymbol": "PARA"
  },
  "relay_chain": "polkadot",
  "para_id": 2012,
  "consensusEngine": null,
  "codeSubstitutes": {},
  "genesis": {
    "stateRootHash": "0xbe7040d6d2832c34c9925e9298e06f1f9818bc5ed62fbf0b57782c8ee7ea8ce1"
  }
}
@tomaka
Copy link
Contributor

tomaka commented Oct 11, 2024

What happens is that the full nodes that we ask a Merkle proof from indicate that they're unable to answer the request (basically an error on their side).
There's nothing indicating to smoldot what problem could have happened, so the way forward is to look at what the full node logs say.

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

No branches or pull requests

2 participants