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.
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
Migrating salary pallet to use umbrella crate #7048
Migrating salary pallet to use umbrella crate #7048
Changes from 35 commits
1bf72c4
81ef8c3
12b5035
9b5c229
6a6a009
b015e26
53675b3
3291d1e
3dc4d8b
bf3302b
5397c4c
8db080b
c0b15a1
b8c1985
52a019b
f1e1408
023c3fe
6e83954
eeb1fc5
e539109
efeb7e6
3f30ef6
4595acf
49fb576
63b251c
8da372e
a2cf833
dcf3995
5900660
b427d2a
557bc71
de1b02f
4399f35
ae9b6e2
22ff507
9302fdc
e472261
9116f5a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the line space between two import blocks causes them to be sorted alphabetically by the
fmt
. I don't have a strong preference but to be consistent, we should keep imports from the standard library in a separate block (having a line space at the end) at the top.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I would prefer to not put in a separate block. If it is meant to be in a particular order then
fmt
should do it, same as they putcrate
andsuper
out of the alphabetic order.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other comments addressed, leaving this as is
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the comments with descriptions when you add new re-exports to the
umbrella
crate.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Raworigin is still intacte
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant could you also add a description for
frame_system::Pallet
like there exists forRawOrigin
.