Closed chenzongxiong closed 3 years ago
This relay chain is compiled on tag v0.8.27 (polkadot repo), not branch rococo-v1.
This is wrong, everything must use this branch. Also the relay chain.
I switched to branch rococo-v1, and still encountered the problems.
This relay chain is compiled on tag v0.8.27 (polkadot repo), not branch rococo-v1.
This is wrong, everything must use this branch. Also the relay chain.
Did you compile with the --feature=real-overseer
?
Did you compile with the
--feature=real-overseer
?
Yes. I followed the commands in README.md
Could you try to run all nodes with --discover-local
?
works now. thanks
I set up relay chain (dev) on my own local machine, and connect my own parachain with relay chain. However, I found that the parachain cannot produce new blocks
I turn on the debug log of parachain and found the following logs
The command to start parachain is
And I found that the parent hash of parachain is 0x0000000000000000
I run the following command to generate chain spec (see https://github.com/paritytech/cumulus/tree/master).
The commands to start relay chain are:
This relay chain is compiled on tag v0.8.27 (polkadot repo), not branch rococo-v1. One more problem, I also received the following logs in my own parachain