-
Notifications
You must be signed in to change notification settings - Fork 690
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
[Deprecation] Treasury Proposal Dispatchables #138
Comments
@oshakarishvili can you help me with finding the existing examples and tutorials concerning the deprecated dispatchables? |
Following our transition from Gov1 to OpenGov, comprehensive updates have already been made to all our documentation and guidelines (you can find one of several examples on our wiki or Scribehow for detailed step-by-step). Due to these updates, the usage of the |
Hi @muharem! I'm confused by the explanations provided for the deprecation:
My confusion is, from what I understood, it was possible to Now, all the to be deprecated functions above, and So, after this change, it will be impossible to solely propose (but not approve) a spend? My understanding is that, only approved proposals will be tracked on this pallet. What about proposed but not yet approved spends? Where will they be tracked? Or if they won't be tracked, why? Is there an explanation on these that I can follow? From the docs and sourcecode, these remained unclear to me. Thanks in advance! |
Another relevant question about the diff between
Also, why is there a |
Hi @ozgunozerk
|
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
…ain (paritytech#138) * Error::TryingToFinalizeSibling * cargo fmt --all * updated PruningStrategy comment
* update rust version to stable * pin to rust 1.76 * fix tests and warning * fix import * update nightly version --------- Co-authored-by: claravanstaden <Cats 4 life!>
The old treasury pallet's dispatchables to create/reject/approve a proposal now replaced by the
spend
dispatchable.Deprecated dispatchables:
The
pallet_treasury.remove_approval
dispatchable is not deprecated since its still can be used to remove an approved proposal by thespend
.Tasks
The text was updated successfully, but these errors were encountered: