-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Chore]: Remove pallet::getter Usage from All Pallets #2105
Milestone
Comments
Merged
aramikm
added a commit
that referenced
this issue
Aug 5, 2024
# Goal The goal of this PR is to removed added getters Related to #2105
shannonwells
pushed a commit
that referenced
this issue
Oct 9, 2024
The goal of this PR is to removed added getters Related to #2105
shannonwells
pushed a commit
that referenced
this issue
Oct 10, 2024
The goal of this PR is to removed added getters Related to #2105
shannonwells
pushed a commit
that referenced
this issue
Oct 18, 2024
The goal of this PR is to removed added getters Related to #2105
shannonwells
pushed a commit
that referenced
this issue
Oct 25, 2024
The goal of this PR is to removed added getters Related to #2105
shannonwells
pushed a commit
that referenced
this issue
Oct 29, 2024
The goal of this PR is to removed added getters Related to #2105
shannonwells
pushed a commit
that referenced
this issue
Oct 30, 2024
The goal of this PR is to removed added getters Related to #2105
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We currently have several pallets that use the pallet::getter macro. Since this macro is going to be deprecated soon, it’s a good idea to remove it now and simplify our codebase. The preferred syntax moving forward is to use Key::::get() instead.
Acceptance Criteria
Polkadot Reference
The text was updated successfully, but these errors were encountered: