Remove pallet::getter macro from pallet-identity (#4586)
As per #3326, removes pallet::getter macro usage from the pallet-identity. The syntax `StorageItem::<T, I>::get()` should be used instead. Also makes all storage values public cc @muraca --------- Co-authored-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by:
Bastian Köcher <git@kchr.de> Co-authored-by: command-bot <>
parent
11dd10b4
Showing
- cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/src/lib.rs 3 additions, 3 deletions...tion-tests/emulated/tests/people/people-rococo/src/lib.rs
- cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/src/tests/reap_identity.rs 5 additions, 5 deletions...ted/tests/people/people-rococo/src/tests/reap_identity.rs
- cumulus/parachains/integration-tests/emulated/tests/people/people-westend/src/lib.rs 3 additions, 3 deletions...ion-tests/emulated/tests/people/people-westend/src/lib.rs
- cumulus/parachains/integration-tests/emulated/tests/people/people-westend/src/tests/reap_identity.rs 5 additions, 5 deletions...ed/tests/people/people-westend/src/tests/reap_identity.rs
- prdoc/pr_4586.prdoc 22 additions, 0 deletionsprdoc/pr_4586.prdoc
- substrate/bin/node/runtime/src/impls.rs 4 additions, 3 deletionssubstrate/bin/node/runtime/src/impls.rs
- substrate/frame/alliance/src/mock.rs 3 additions, 3 deletionssubstrate/frame/alliance/src/mock.rs
- substrate/frame/identity/src/legacy.rs 1 addition, 1 deletionsubstrate/frame/identity/src/legacy.rs
- substrate/frame/identity/src/lib.rs 115 additions, 49 deletionssubstrate/frame/identity/src/lib.rs
- substrate/frame/identity/src/tests.rs 38 additions, 35 deletionssubstrate/frame/identity/src/tests.rs
Please register or sign in to comment