This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 379
Make --collator
reusable and imply --validator
#380
Merged
12 commits merged into
paritytech:master
from
moonbeam-foundation:joshy-save-the-collator-flag
May 6, 2021
Merged
Changes from 5 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2158039
Reusable RunCmd struct
JoshOrndorff 5204c45
wire new run command through service
JoshOrndorff 111536f
Fill in the rest of the methods
JoshOrndorff 46d635d
Merge branch 'master' into joshy-save-the-collator-flag
JoshOrndorff 7f36fed
attempt normalization
JoshOrndorff 014c5d5
master.into()
JoshOrndorff 9cf4277
Settle on the borrowing approach
JoshOrndorff 8e3ccfa
add the normalize call
JoshOrndorff 207b923
bump substrate
JoshOrndorff ea4dd53
Update client/cli/src/lib.rs
JoshOrndorff b23e2b7
Update docs
JoshOrndorff d5504f6
Update client/cli/src/lib.rs
JoshOrndorff 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 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 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 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 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
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.
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.
Do you maybe have a better idea for the function name?
And the docs should also be updated
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.
Do you not like
normalize
? I like it because it indicates that we aren't really changing any of the data, just writing it in a more standard form.standardize
would also be fine. I like both of those better than the originaltransform
.I'm fine with any, of them, but I can't spend too long thinking about it because I have to paint a bike shed, and haven't decided what color it should be yet ;-)
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 updated the docs as you requested.
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.
Fine