You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the farming module uses localnet script to run local network for testing local environment. This issue proposes to add Starport for better development environment so that just by running starport chain serve command, you can run local network with various different functionalities that Starport supports.
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 I don't have strong confidence at this point. As I integrate Starport into the module, I find out there are tradeoffs (e.g proto-format functionality when starport g proto-gen and there should exist scaffold inline comments in order to fully utilize Starport subcommands and etc). There might be workarounds for those issues or there are some stuff that I don't know yet. Therefore, I think I need to spend more time playing with it.
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 I don't have strong confidence at this point. As I integrate Starport into the module, I find out there are tradeoffs (e.g proto-format functionality when starport g proto-gen and there should exist scaffold inline comments in order to fully utilize Starport subcommands and etc). It might be because I don't know there is a workaround or there are some stuff that I don't know yet. Therefore, I think I need to spend more time playing with it.
I agree, Let's continue it after starport starts supporting cosmos-sdk 0.44.3
Summary
Right now, the farming module uses localnet script to run local network for testing local environment. This issue proposes to add Starport for better development environment so that just by running
starport chain serve
command, you can run local network with various different functionalities that Starport supports.Tasks
config.yml
to add StarportREADME.md
andTECHNICAL_SETUP.md
docsscripts/localnet.sh
and updateMakefile
third_party
proto filesReferences
For Admin Use
The text was updated successfully, but these errors were encountered: