[Deprecation] Remove the deprecated Store trait (#3532)
# Description
*Removes the deprecated `trait Store` feature from the code base*
Fixes #222
---------
Co-authored-by:
Dónal Murray <donalm@seadanda.dev>
Showing
- prdoc/pr_3532.prdoc 15 additions, 0 deletionsprdoc/pr_3532.prdoc
- substrate/frame/support/procedural/src/lib.rs 0 additions, 10 deletionssubstrate/frame/support/procedural/src/lib.rs
- substrate/frame/support/procedural/src/pallet/expand/mod.rs 0 additions, 3 deletionssubstrate/frame/support/procedural/src/pallet/expand/mod.rs
- substrate/frame/support/procedural/src/pallet/expand/store_trait.rs 0 additions, 67 deletions...frame/support/procedural/src/pallet/expand/store_trait.rs
- substrate/frame/support/procedural/src/pallet/parse/mod.rs 0 additions, 2 deletionssubstrate/frame/support/procedural/src/pallet/parse/mod.rs
- substrate/frame/support/procedural/src/pallet/parse/pallet_struct.rs 2 additions, 24 deletions...rame/support/procedural/src/pallet/parse/pallet_struct.rs
- substrate/frame/support/src/lib.rs 2 additions, 22 deletionssubstrate/frame/support/src/lib.rs
- substrate/frame/support/test/tests/pallet_ui/deprecated_store_attr.rs 0 additions, 28 deletions...ame/support/test/tests/pallet_ui/deprecated_store_attr.rs
- substrate/frame/support/test/tests/pallet_ui/deprecated_store_attr.stderr 0 additions, 10 deletions...support/test/tests/pallet_ui/deprecated_store_attr.stderr
- substrate/frame/support/test/tests/pallet_ui/duplicate_store_attr.rs 0 additions, 42 deletions...rame/support/test/tests/pallet_ui/duplicate_store_attr.rs
- substrate/frame/support/test/tests/pallet_ui/duplicate_store_attr.stderr 0 additions, 5 deletions.../support/test/tests/pallet_ui/duplicate_store_attr.stderr
- substrate/frame/support/test/tests/pallet_ui/pallet_struct_invalid_attr.stderr 1 addition, 1 deletion...rt/test/tests/pallet_ui/pallet_struct_invalid_attr.stderr
- substrate/frame/support/test/tests/pallet_ui/store_trait_leak_private.rs 0 additions, 42 deletions.../support/test/tests/pallet_ui/store_trait_leak_private.rs
- substrate/frame/support/test/tests/pallet_ui/store_trait_leak_private.stderr 0 additions, 19 deletions...port/test/tests/pallet_ui/store_trait_leak_private.stderr
- substrate/frame/support/test/tests/storage_transaction.rs 0 additions, 1 deletionsubstrate/frame/support/test/tests/storage_transaction.rs
Please register or sign in to comment