[Feature] Introduce storage_alias for CountedStorageMap (#13366)
* [Feature] Introduce storagage_alias for CountedStorageMap * bit more dry * bit more dry * address review comments * some tests and fixes * fix ui tests * Apply suggestions from code review Co-authored-by:Bastian Köcher <git@kchr.de> * compare metadata --------- Co-authored-by: parity-processbot <> Co-authored-by:
Bastian Köcher <git@kchr.de>
Showing
- substrate/frame/support/procedural/src/lib.rs 6 additions, 0 deletionssubstrate/frame/support/procedural/src/lib.rs
- substrate/frame/support/procedural/src/pallet/expand/storage.rs 6 additions, 9 deletions...ate/frame/support/procedural/src/pallet/expand/storage.rs
- substrate/frame/support/procedural/src/storage_alias.rs 79 additions, 2 deletionssubstrate/frame/support/procedural/src/storage_alias.rs
- substrate/frame/support/src/storage/types/counted_map.rs 10 additions, 0 deletionssubstrate/frame/support/src/storage/types/counted_map.rs
- substrate/frame/support/test/tests/pallet.rs 17 additions, 1 deletionsubstrate/frame/support/test/tests/pallet.rs
- substrate/frame/support/test/tests/storage_alias_ui/forbid_underscore_as_prefix.stderr 1 addition, 1 deletion...tests/storage_alias_ui/forbid_underscore_as_prefix.stderr
Please register or sign in to comment