Skip to content

Kusama AssetHub - Collator appears inactive in on-chain storage and Polkadot.js UI but is actively producing blocks #10001

@CoinStudioDOT

Description

@CoinStudioDOT

Hi,

I’ve been a long-time collator on Kusama’s Asset Hub, and over the last few days I’ve noticed some strange behaviour.
I’m not sure whether it’s related to the recent migration or not, but it looks like there’s a mismatch between on-chain state and live network activity.


Based on the Polkadot.js Apps active collator list, my node COINSTUDIO/SYSTEM is not listed as active:
Active Collators (Polkadot.js)

However, if you observe the live network activity, you can clearly see that I am active and signing blocks:
Explorer View (Polkadot.js)

This suggests that it’s not just a Polkadot.js display issue, but something related to on-chain events or storage.


The first time I noticed this, I was unsure of the cause and tried executing a
collatorSelection.leave_intent extrinsic, followed by re-registering as a candidate.

However, the leave intent extrinsic failed, which seems consistent with a faulty on-chain state — my collator was marked as inactive in storage, while still actively authoring blocks.

After re-registering, I reappeared in the collator list with an expected block height for activation. On my first assigned block, a
CollatorSelection(CandidateRemoved) event
was triggered, and on the next assignment, my node resumed normal block production.

This can also be confirmed here:
🔗 Subscan Account Activity


It looks like:

  • Checking on-chain storage does not show my collator as active,
  • Yet querying recent blocks returns blocks authored by my collator,
Image

Could someone please investigate whether there’s a discrepancy between the collatorSelection storage, on-chain event logic, and actual authoring behaviour after the recent migration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    I10-unconfirmedIssue might be valid, but it's not yet known.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions