-
Notifications
You must be signed in to change notification settings - Fork 549
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
feat(cmd): make some cmd
pkg functions public
#3985
Conversation
…ath` to `xfilepath`
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3985 +/- ##
=======================================
Coverage 25.70% 25.70%
=======================================
Files 307 307
Lines 25727 25730 +3
=======================================
+ Hits 6612 6614 +2
+ Misses 18540 18539 -1
- Partials 575 577 +2
|
sourceModificationToString
function to xgenny
and relativePath
function to xfilepath
cmd
to be reusable
cmd
to be reusablecmd
pkg functions public
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.
ACK. Do we backport this?
8916aac
It will be nice because we can reuse these methods in the WASM app. |
* move `sourceModificationToString` function to `xgenny` and `relativePath` to `xfilepath` * move `newChainWithHomeFlags` to the services package to be reusable * add changelog * rename the method `chain.NewChainWithHomeFlags` to `chain.NewWithHomeFlags` --------- Co-authored-by: Pantani <Pantani> (cherry picked from commit a27cd72) # Conflicts: # ignite/cmd/chain_lint.go # ignite/cmd/scaffold_configs.go # ignite/cmd/scaffold_params.go
* move `sourceModificationToString` function to `xgenny` and `relativePath` to `xfilepath` * move `newChainWithHomeFlags` to the services package to be reusable * add changelog * rename the method `chain.NewChainWithHomeFlags` to `chain.NewWithHomeFlags` --------- Co-authored-by: Pantani <Pantani>
close #3982
close #3981
Description
sourceModificationToString
function toxgenny
pkg;relativePath
function toxfilepath
pkg;newChainWithHomeFlags
function toservices
pkg;