-
Notifications
You must be signed in to change notification settings - Fork 15
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: add starport for better development environment #231
base: main
Are you sure you want to change the base?
Conversation
Could we add |
# Conflicts: # x/farming/types/farming.pb.go # x/farming/types/genesis.pb.go
The farming module is planning to release the next version tomorrow. I think this PR is better not to be merged in the next version since it requires more tests with Starport. I will label this PR as |
Description
This PR adds starport to improve development environment. While integrating it to the module, I discover that
starport generate proto-go
command doesn't have inner functionality to format proto files, so I created this issue to request for the integration if possible. It may be better to wait until the issue gets resolved, but if it takes a long time then we can just leaveproto-format
target inMakefile
.Usage of Starport CLI can be found in this docs.
closes: #203
Tasks
config.yml
to support serve chain locally with Starport CLIscripts/localnet.sh
and updateMakefile
TECHNICAL_SETUP.md
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes