-
Notifications
You must be signed in to change notification settings - Fork 558
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(config.yml): add cointype to the config.yml #1663
Conversation
Commit suggestion Co-authored-by: Danilo Pantani <[email protected]>
Sort tag between annotated and lightweight tag
chore(services/chain): add unit test for determining app version
Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: İlker G. Öztürk <[email protected]>
Added firmachain info
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.
@fly33499 thanks for your contribution 💪🏽.
Nice feature. I think we can avoid set the default coin type (118) if not specified.
Co-authored-by: Danilo Pantani <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>
Thank you for great comment. I've learned a lot!! |
@fly33499 did you know about October Codefest? Complete at least one valid pull request between Oct 1 to Oct 31 and complete the Contributor Details form to get your swag. |
wow!! it's great! After PR finished, I'm gonna write it soon! |
If |
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.
👌🏽
@fly33499, can you also provide some test commands for all reviewers can test the implementation?
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.
Thank you @fly33499 and @youngjoon-lee!
congratulations @fly33499 you can complete the Contributor Details form to get your October Codefest swag |
hi @youngjoon-lee I didn't see commits from you, but please do join the October Codefest fun https://blog.cosmos.network/october-codefest-call-for-contributors-42ade37f4913 |
* change tag and commit info when starport build * Fix tag sort issue by tagger info * Update starport/services/chain/chain.go Commit suggestion Co-authored-by: Danilo Pantani <[email protected]> * chore(services/chain): add unit test for determining app version * Improve tag versioning and commit info Sort tag between annotated and lightweight tag * remove v character on tag * Update starport/services/chain/chain_test.go Co-authored-by: İlker G. Öztürk <[email protected]> * Update starport/services/chain/chain_test.go Co-authored-by: İlker G. Öztürk <[email protected]> * Update starport/services/chain/chain_test.go Co-authored-by: İlker G. Öztürk <[email protected]> * change tag output without commit count * remove test code * update testcase and untar option * add repoversion pkg to determine version * Update starport/pkg/repoversion/repoversion.go Co-authored-by: İlker G. Öztürk <[email protected]> * Update starport/services/chain/chain_test.go Co-authored-by: İlker G. Öztürk <[email protected]> * Update README.md Added firmachain info * add cointype support to config.yml * Update starport/chainconfig/config_test.go Co-authored-by: Danilo Pantani <[email protected]> * Update starport/pkg/chaincmd/chaincmd.go Co-authored-by: Danilo Pantani <[email protected]> * Update starport/pkg/chaincmd/chaincmd.go Co-authored-by: Danilo Pantani <[email protected]> * Update starport/pkg/cosmosfaucet/cosmosfaucet.go Co-authored-by: Danilo Pantani <[email protected]> Co-authored-by: Danilo Pantani <[email protected]> Co-authored-by: İlker G. Öztürk <[email protected]>
Hi again.
In the case of a chain with its own hdpath or cointype, it is impossible to test in config.yml.
So, I searched and found some discussion about it.
#811
I love starport and I always want to contribution this project. so I tried some implementation about it.
At first, I want to develop using HdPath but, I found some hint from "keys add --coin-type" command.
So, my recommendation is below
and if there's no cointype data, the value will set 118 value as a default.
I have confirmed that it is working well in our project, and I think we need your confirmation or opinion.
Thank you!!!