-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pallet-scheduler
emits CallUnavailable
#2869
Comments
But the |
Yes. When I call
|
I've done some more investigation, fortunately I found out that the proposal submission button in the polkadot.js app page was the main problem. At first, I just thought that only the preimage page was referencing I tried to submit a proposal through the extrinsics tab and setting my parameters manually, instead of the governance page. After than, the process worked smoothly as I expected. I guess to resolve this issue, the polkadot.js app page should be updated to not reference to the deprecated storage ( |
Yep, but that is outside of our control. Closing in favour of your other issue polkadot-js/apps#10141 |
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
v1.3.0
Eversince the
pallet-preimage
update has been merged, passed governance proposals (bypallet-democracy
) are unable to be enacted bypallet-scheduler
with an errorCallUnavailable
.(Or maybe bc this PR?)
At first, I've encountered this issue on my own node, but I've also tried to reproduce the same issue with the substrate-node project. But eventually, it had the same problem.
Also, currently the polkadot JS apps page still references to the deprecated
StatusFor
field, so I've posted an issue on their project. (Generated preimages won't display on the page)I just want to know if this situation is some kind of runtime configuration missing issue or really some logical issue.
Steps to reproduce
cargo build --release -p node-cli
LaunchPeriod
,VotingPeriod
, andEnactmentPeriod
was too long so I reduced it to 1 minute.pallet-scheduler
tries to call the passed proposalCallUnavailable
will be emiitted.The text was updated successfully, but these errors were encountered: