chopsticks: Missing `paraInherent` data from block
I am trying to run a network providing chain_spec genesis
files with the local
(kusama-local
, asset-hub-kusama-local
) implementation.
The config files look something like this:
mock-signature-host: true
block: ${env.KUSAMA_BLOCK_NUMBER}
db: ./db.sqlite
port: 8000
runtime-log-level: 5
genesis: ./config/chopsticks/kusama/chain-spec-v1.0.0.json
mock-signature-host: true
block: ${env.STATEMINE_BLOCK_NUMBER}
db: ./db.sqlite
port: 8001
runtime-log-level: 5
genesis: ./config/chopsticks/asset-hub-kusama/chain-spec-v1.0.0.json
And running the command:
chopsticks xcm -r config/chopsticks/kusama/config.yml -p config/chopsticks/asset-hub-kusama/config.yml
However I am getting the following error:
.../@acala-network/chopsticks-core/dist/cjs/blockchain/inherent/para-enter.js:24
throw new Error('Missing paraInherent data from block');
^
Error: Missing paraInherent data from block
at ParaInherentEnter.createInherents (.../@acala-network/chopsticks-core/dist/cjs/blockchain/inherent/para-enter.js:24:19)
at async Promise.all (index 1)
at async InherentProviders.createInherents (/Users/nacho/Desktop/PARITY/Repos/parachains-integration-tests/node_modules/@acala-network/chopsticks-core/dist/cjs/blockchain/inherent/index.js:91:23)
at async TxPool.buildBlock (/Users/nacho/Desktop/PARITY/Repos/parachains-integration-tests/node_modules/@acala-network/chopsticks-core/dist/cjs/blockchain/txpool.js:312:23)
at async TxPool.buildBlockIfNeeded (/Users/nacho/Desktop/PARITY/Repos/parachains-integration-tests/node_modules/@acala-network/chopsticks-core/dist/cjs/blockchain/txpool.js:295:9)
About this issue
- Original URL
- State: closed
- Created 6 months ago
- Comments: 16 (7 by maintainers)
It’s already been published as beta https://www.npmjs.com/package/@acala-network/chopsticks/v/0.9.6-3
chain-spec-v1.0.0.json chain-spec-v1.0.0.json