-
Notifications
You must be signed in to change notification settings - Fork 10
refactor(mainnet): system config #442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
al3mart
merged 21 commits into
al3mart/refactor-mainnet-config
from
al3mart/refactor-mainnet-system
Feb 4, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
37d241f
refactor(mainnet): add frame_system to system
al3mart 126ac05
test(mainnet): add pallet_system test
al3mart 993befd
fix(mainnet): rebase fixes
al3mart 80b5ae4
fix(system): bring missing types in scope
al3mart bf4a2c4
refactor(system): add cumulus_parachain_system to system config module
al3mart f320033
test(system): add cumulus_parachain_system tests
al3mart afefb51
refactor(system): add parachain_info into system config module
al3mart 5cded3f
refactor(system): add pallet_timestamp into system config module
al3mart ed805d0
style(system): add ConsensusHook comment
al3mart 5be163f
refactor(system): separate tests by module
al3mart 3a48998
docs(system): document public config modules
al3mart f95c977
fix(system): allow unused_imports to remove Executive warning
al3mart ceaa7b6
refactor(system): reintroduce FilteredCalls
al3mart f0bf920
style(system): get rid of test prefixes
al3mart 8cc1611
style(system): relocate max_block_weigth comment
al3mart b02ba50
test(system): check for Hash type config
al3mart 54cc880
docs(system): amend outdated comments
al3mart ca8cb6f
Update runtime/mainnet/src/config/mod.rs
al3mart 6f411b9
Update runtime/mainnet/src/config/mod.rs
al3mart 59c4330
Update runtime/mainnet/src/config/mod.rs
al3mart 6eb1ecc
Update runtime/mainnet/src/config/mod.rs
al3mart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,9 @@ | ||
| /// Governance. | ||
| pub mod governance; | ||
| mod proxy; | ||
| /// Proxy. | ||
| pub(crate) mod proxy; | ||
| /// System functionality. | ||
| pub mod system; | ||
| mod utility; | ||
| /// XCM. | ||
| pub mod xcm; | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.