Skip to content
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] remove storage getters (pallet::getter) usage from all pallets #426

Open
13 tasks done
smohan-dw opened this issue Apr 10, 2024 · 3 comments
Open
13 tasks done
Assignees

Comments

@smohan-dw
Copy link
Member

smohan-dw commented Apr 10, 2024

This issue tracks the removal of pallet::getter in all pallets, as per paritytech/polkadot-sdk#223. The preferred syntax is Key::::get().

  • asset
  • authority-membership
  • chain-space
  • did
  • did-name
  • identity
  • membership
  • network-membership
  • network-score
  • node-authorization
  • offences
  • schema
  • statement
@vatsa287
Copy link
Member

vatsa287 commented Apr 12, 2024

Changes yet to be made on,

  • test-utils/runtime
  • runtime/authorities

Will open a new PR for it.

@kartikaysaxena
Copy link

Can I collaborate on this @vatsa287 ?

@vatsa287
Copy link
Member

vatsa287 commented May 2, 2024

Can I collaborate on this @vatsa287 ?

@kartikaysaxena sure!
I have added a TODO in test-utils/runtime where the change needs to be made.
Currently the issue is type resolution of generic types is not happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants