-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
| Test Machine |
|---|
| OSX Big Sur 11.2.3 (M1 chip) |
PINT can not produce block after being registered as a parachain on the local rococo testnet
Expected Behavior
Follow the guide of substrate parachain template, PINT should be able to print logs like
2021-04-01 16:31:09 [Relaychain] 💤 Idle (2 peers), best: #243 (0x46d8…f394), finalized #192 (0x9fb4…4b28), ⬇ 1.0kiB/s ⬆ 3.2kiB/s
2021-04-01 16:31:09 [Parachain] 💤 Idle (0 peers), best: #90 (0x85c6…45be), finalized #64 (0x10af…4ede), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2021-04-01 16:31:12 [Relaychain] ✨ Imported #244 (0xe861…d99d)
2021-04-01 16:31:14 [Relaychain] 💤 Idle (2 peers), best: #244 (0xe861…d99d), finalized #193 (0x9225…85f1), ⬇ 2.0kiB/s ⬆ 1.6kiB/s
2021-04-01 16:31:14 [Parachain] 💤 Idle (0 peers), best: #90 (0x85c6…45be), finalized #65 (0xdd20…d44a), ⬇ 1.6kiB/s ⬆ 1.4kiB/s
Notice here is ...best: #90..., finalized #65...
Current Behavior
2021-04-22 21:03:24 [Relaychain] 💤 Idle (2 peers), best: #295 (0xd339…84bc), finalized #292 (0xb3eb…aed3), ⬇ 2.3kiB/s ⬆ 2.0kiB/s
2021-04-22 21:03:24 [Parachain] 💤 Idle (0 peers), best: #0 (0xd0be…fc70), finalized #0 (0xd0be…fc70), ⬇ 2.3kiB/s ⬆ 2.0kiB/s
2021-04-22 21:03:29 [Relaychain] 💤 Idle (2 peers), best: #295 (0xd339…84bc), finalized #293 (0x2799…efa4), ⬇ 1.0kiB/s ⬆ 0.8kiB/s
2021-04-22 21:03:29 [Parachain] 💤 Idle (0 peers), best: #0 (0xd0be…fc70), finalized #0 (0xd0be…fc70), ⬇ 0 ⬆ 0
...best: #0..., finalized #0...
Possible Solution
Check the runtime configuration of PINT.
To Reproduce
Just follow the substrate-parachain-template, but replace the template with PINT.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working