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 was archived by the owner on Nov 15, 2023. It is now read-only.
The changes in #13340 make the Scheduler request a preimage for the call being scheduled.
This results in the preimage for any referendum passing via Democracy being requested twice.
When the Scheduled call runs, the preimage is unrequested only once, leaving a pending request for that preimage forever onchain.
This change is included in the latest release polkadot-v0.9.39.
I believe that the solution to this issue could be to not request the preimage in the Democracy pallet anymore, since the call to Scheduler will request it anyways.
Steps to reproduce
Run the dev network on Substrate branch polkadot-v0.9.3 and pass a proposal via Democracy.
After the proposal passes and is executed by the Scheduler, the preimage remains requested.