Commit b961dd1
refactor(mainnet): system config (#442)
* refactor(mainnet): add frame_system to system
* test(mainnet): add pallet_system test
* fix(mainnet): rebase fixes
* fix(system): bring missing types in scope
* refactor(system): add cumulus_parachain_system to system config module
* test(system): add cumulus_parachain_system tests
* refactor(system): add parachain_info into system config module
* refactor(system): add pallet_timestamp into system config module
* style(system): add ConsensusHook comment
* refactor(system): separate tests by module
* docs(system): document public config modules
* fix(system): allow unused_imports to remove Executive warning
* refactor(system): reintroduce FilteredCalls
* style(system): get rid of test prefixes
* style(system): relocate max_block_weigth comment
* test(system): check for Hash type config
* docs(system): amend outdated comments
* Update runtime/mainnet/src/config/mod.rs
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
* Update runtime/mainnet/src/config/mod.rs
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
* Update runtime/mainnet/src/config/mod.rs
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
* Update runtime/mainnet/src/config/mod.rs
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
---------
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>1 parent 68b155f commit b961dd1
4 files changed
Lines changed: 632 additions & 133 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
| 9 | + | |
5 | 10 | | |
0 commit comments