You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Starting collator as per README and no blocks are produced by the parachain. Running with -lruntime=trace gives following output. The error Could not find the header of the genesis block in the database appears after registering the parachain
2021-03-31 18:26:12.061 INFO tokio-runtime-worker substrate: [Relaychain] ✨ Imported #133 (0x3388…db3e)
2021-03-31 18:26:12.066 ERROR tokio-runtime-worker cumulus-collator: [Parachain] Could not find the header of the genesis block in the database! block_hash=0x922ca1bf2c630107215923c1274627facec0230b0b4aee1efd0d8b652919edb7
2021-03-31 18:26:16.750 INFO tokio-runtime-worker substrate: [Relaychain] 💤 Idle (3 peers), best: #133 (0x3388…db3e), finalized #82 (0x7d31…fdbf), ⬇ 1.3kiB/s ⬆ 0.8kiB/s
2021-03-31 18:26:16.814 INFO tokio-runtime-worker substrate: [Parachain] 💤 Idle (0 peers), best: #0 (0x9ff6…4f5f), finalized #0 (0x9ff6…4f5f), ⬇ 0.7kiB/s ⬆ 0.7kiB/s
2021-03-31 18:26:18.050 INFO tokio-runtime-worker substrate: [Relaychain] ✨ Imported #134 (0x82aa…e5ed)
2021-03-31 18:26:18.060 ERROR tokio-runtime-worker cumulus-collator: [Parachain] Could not find the header of the genesis block in the database! block_hash=0x922ca1bf2c630107215923c1274627facec0230b0b4aee1efd0d8b652919edb7
2021-03-31 18:26:21.750 INFO tokio-runtime-worker substrate: [Relaychain] 💤 Idle (3 peers), best: #134 (0x82aa…e5ed), finalized #84 (0xd48b…7ac7), ⬇ 1.9kiB/s ⬆ 1.5kiB/s
2021-03-31 18:26:21.814 INFO tokio-runtime-worker substrate: [Parachain] 💤 Idle (0 peers), best: #0 (0x9ff6…4f5f), finalized #0 (0x9ff6…4f5f), ⬇ 0.5kiB/s ⬆ 0.4kiB/s
2021-03-31 18:26:24.053 INFO tokio-runtime-worker substrate: [Relaychain] ✨ Imported #135 (0x8e20…2613)
2021-03-31 18:26:24.059 ERROR tokio-runtime-worker cumulus-collator: [Parachain] Could not find the header of the genesis block in the database! block_hash=0x922ca1bf2c630107215923c1274627facec0230b0b4aee1efd0d8b652919edb7
2021-03-31 18:26:26.751 INFO tokio-runtime-worker substrate: [Relaychain] 💤 Idle (3 peers), best: #135 (0x8e20…2613), finalized #84 (0xd48b…7ac7), ⬇ 0.8kiB/s ⬆ 0.6kiB/s
2021-03-31 18:26:26.815 INFO tokio-runtime-worker substrate: [Parachain] 💤 Idle (0 peers), best: #0 (0x9ff6…4f5f), finalized #0 (0x9ff6…4f5f), ⬇ 0 ⬆ 0
Starting collator as per README and no blocks are produced by the parachain. Running with
-lruntime=trace
gives following output. The errorCould not find the header of the genesis block in the database
appears after registering the parachainCommand to start relay chain
Command to start collator
The text was updated successfully, but these errors were encountered: