-
Notifications
You must be signed in to change notification settings - Fork 96
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
Missing paraInherent
data from block
#621
Comments
Tried to fix it but getting different error now:
|
@NachoPal can you upload genesis file so I don't have to go through building process? |
@ermalkaleci I tried the fix but I am getting this error:
It seems the RelayChain's wasm is replaced by the Parachain's one somewhere, that is why it doesn't find the For genesis I tried what I had in my local and also: genesis: https://raw.githubusercontent.com/AcalaNetwork/chopsticks/d7b476eb44f14e8e88e39b2f263d9ccffe330c4f/packages/e2e/blobs/kusama.json and genesis: https://raw.githubusercontent.com/AcalaNetwork/chopsticks/d7b476eb44f14e8e88e39b2f263d9ccffe330c4f/packages/e2e/blobs/asset-hub-kusama.json Did it work for you? I am running:
|
@NachoPal Hmmm, remove db. Because they're both genesis with same block hash it will mess caching. Something to be addressed. |
just tried pjs and it seems I can't transfer unless I built the first block empty, need to investigate. |
What setup you are referring to? |
you will have only genesis state, no asset registered, etc |
Yeah, that's totally fine |
This did not work, still getting the same error |
I did try and it works. what's the error? |
The error is the same:
Steps:
Config files:
mock-signature-host: true
block: ${env.KUSAMA_BLOCK_NUMBER}
db: ./db.sqlite
port: 8000
runtime-log-level: 5
genesis: https://raw.githubusercontent.com/AcalaNetwork/chopsticks/d7b476eb44f14e8e88e39b2f263d9ccffe330c4f/packages/e2e/blobs/kusama.json
mock-signature-host: true
block: ${env.STATEMINE_BLOCK_NUMBER}
db: ./db.sqlite
port: 8001
runtime-log-level: 4
genesis: https://raw.githubusercontent.com/AcalaNetwork/chopsticks/d7b476eb44f14e8e88e39b2f263d9ccffe330c4f/packages/e2e/blobs/asset-hub-kusama.json I am up to date with |
either remove db completely or use different location for each one. currently your using db.sqlite for both and both genesis will have same block hash |
I thought removing the DB was enough. After using different locations for each DB, it worked, thanks. I will appreciate if you can release a new npm package version with the recent fixes. |
It's already been published as beta https://www.npmjs.com/package/@acala-network/chopsticks/v/0.9.6-3 |
I am trying to run a network providing chain_spec
genesis
files with thelocal
(kusama-local
,asset-hub-kusama-local
) implementation.The config files look something like this:
And running the command:
However I am getting the following error:
The text was updated successfully, but these errors were encountered: