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
What is the current behavior and expected behavior?
For some chains (saw this on PolkadotCollectives and Kusama, but possibly others), PJS is not showing all Preimages that are still on-chain.
For example, this preimage was submitted to Collectives: https://collectives.statescan.io/#/extrinsics/3201877-2
and on-chain preimage 0x953d2a661349cbbf2f7f14af56bad37393a54d1878b593fc4ee9e893bd7eb1ba is not showing up in Governance -> Preimages.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.
I'm submitting a ...
What is the current behavior and expected behavior?
For some chains (saw this on PolkadotCollectives and Kusama, but possibly others), PJS is not showing all
Preimages
that are still on-chain.For example, this preimage was submitted to Collectives: https://collectives.statescan.io/#/extrinsics/3201877-2
and on-chain preimage
0x953d2a661349cbbf2f7f14af56bad37393a54d1878b593fc4ee9e893bd7eb1ba
is not showing up inGovernance -> Preimages
.Doing a bit of debugging, it seems that PJS is:
only listing the items found using deprecated pallet_preimage::StatusFor storage
and not listing items found using new pallet_preimage::RequestStatusFor storage item.
Preimages should show up in the PJS GUI for a number of reasons:
Please tell us about your environment:
Version:
apps v0.133.2-87
Environment:
The text was updated successfully, but these errors were encountered: