paritytech / subport

Parity Substrate(-based) chains usage and development support
https://docs.substrate.io
Apache License 2.0
84 stars 13 forks source link

Snowbridge Fork of AssetHub #589

Closed alistair-singh closed 10 months ago

alistair-singh commented 10 months ago

You completed the Parachain Tutorials for your parachain and tested locally?

Team Name

Snowfork

Parachain Name

Rococo Snowbridge AssetHub

ParaID

3416

Parachain Manager Account

5EZNJsLRLkJe27evZRgtFALDFgG1Y2cKEY9nexc97tT52fg5

Is this for a short or long term slot?

Short-term: we registered a parathread with the paraID above.

Upload your Genesis Head (genesis state) - Do not submit a compressed file.

https://snowbridge-rococo-demo.s3.eu-central-1.amazonaws.com/para_info/asset-hub-genesis.state

Upload your Validation Code (genesis runtime Wasm) - Do not submit a compressed file.

https://snowbridge-rococo-demo.s3.eu-central-1.amazonaws.com/para_info/asset-hub-genesis.wasm

(Optional) Upload your Chain Specification

https://snowbridge-rococo-demo.s3.eu-central-1.amazonaws.com/para_info/asset-hub-kusama-local.json

Anything else we should know?

We need HRMP channels between 3016 and 3416. See related issue.

Register your Rococo parachain details for polkadot-js/apps

Polkadot JS app: https://github.com/polkadot-js/apps/pull/9837

AlexD10S commented 10 months ago

Onboarding!

alistair-singh commented 10 months ago

Getting this in the error log that I have not seen before:

Sep 04 07:10:00 ip-172-31-41-212 start-assethub-node0.sh[10278]: 2023-09-04 07:10:00 [Parachain] Could not decode the head data. error=Error { cause: Some(Error { cause: Some(Error { cause: None, desc: "out of range decoding Compact<u32>" }), desc: "Could not decode `Digest::logs`" }), desc: "Could not decode `Header::digest`" }
AlexD10S commented 10 months ago

It looks like there were an error parsing the files. Can you confirm the files are ok? And I will try to re-onboarding it

alistair-singh commented 10 months ago

Which file fails to parse? I have double-checked the files, which look to be created and uploaded correctly. I think maybe our chainspec is wrong, as we had to use asset-hub-kusama-local as a base chainspec, which is kusama-like. We might need to customise the chainspec to make it rococo-like.

AlexD10S commented 10 months ago

I get an AccessDenied message when trying to access the new files

alistair-singh commented 10 months ago

I get an AccessDenied message when trying to access the new files

I have assigned permissions. Please try again.

AlexD10S commented 10 months ago

I have reset the code and the state, I think this will be enough. But if still not working I will try to offboard and onboard the parachain again

alistair-singh commented 10 months ago

Blocks are being produced! Thanks!

AlexD10S commented 10 months ago

Perfect, closing the issue then