Allow pallet's info to be enumerated (#10053)
* Allow pallet's info to be enumerated * Fixes * Formatting * Flat tuple for getting all pallet instances * Renaming and fixing reversedness * Formatting * Fixes * Back to nesting * Back to nestingx * Revert executive lib * Reversions * Reversions * Fixes * Fixes * Formatting * Fixes * Spelling * Comments
Showing
- substrate/frame/executive/README.md 15 additions, 2 deletionssubstrate/frame/executive/README.md
- substrate/frame/support/procedural/src/construct_runtime/mod.rs 1 addition, 0 deletions...ate/frame/support/procedural/src/construct_runtime/mod.rs
- substrate/frame/support/procedural/src/pallet/expand/pallet_struct.rs 19 additions, 0 deletions...ame/support/procedural/src/pallet/expand/pallet_struct.rs
- substrate/frame/support/src/dispatch.rs 16 additions, 0 deletionssubstrate/frame/support/src/dispatch.rs
- substrate/frame/support/src/lib.rs 2 additions, 2 deletionssubstrate/frame/support/src/lib.rs
- substrate/frame/support/src/migrations.rs 2 additions, 2 deletionssubstrate/frame/support/src/migrations.rs
- substrate/frame/support/src/traits.rs 2 additions, 1 deletionsubstrate/frame/support/src/traits.rs
- substrate/frame/support/src/traits/metadata.rs 88 additions, 0 deletionssubstrate/frame/support/src/traits/metadata.rs
- substrate/frame/support/test/tests/pallet_instance.rs 42 additions, 0 deletionssubstrate/frame/support/test/tests/pallet_instance.rs
Please register or sign in to comment