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
The referenda pallet added support for inlining (bounded) calls to avoid having to submit a pre-image as an initial step. Most proposals for example are treasury spends that can fit within the bounds of what inline allows.
In the referenda section of the governance tab people can already submit proposals in a convenient way without having to craft the extrinsic manually, this process can be made even easier by supporting inline calls and not requiring the creation of a pre-image.
The text was updated successfully, but these errors were encountered:
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 ...
The referenda pallet added support for inlining (bounded) calls to avoid having to submit a pre-image as an initial step. Most proposals for example are treasury spends that can fit within the bounds of what inline allows.
In the referenda section of the governance tab people can already submit proposals in a convenient way without having to craft the extrinsic manually, this process can be made even easier by supporting inline calls and not requiring the creation of a pre-image.
The text was updated successfully, but these errors were encountered: