-
Notifications
You must be signed in to change notification settings - Fork 570
refactor(template/app): simplify cmd package and use cosmosapp module
#1299
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
Conversation
|
That's awesome! |
Yes the name was chosen quickly, it can be changed. Although I don't know for |
|
Maybe |
This one looks good |
|
The method to import wasm has been modified and so we cannot import wasm with previously scaffolded apps. Should we keep the legacy way of importing wasm and automatically use it to import wasm on sub |
I think that's good enough. |
|
This is ready for review. However, it will require tendermint/spm#1 to be merged first so we can use the correct dependency for |
|
Ready for review :) |
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.
24 lines — sweet! 🙌
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.
⚡
…dule (ignite#1299) * New app template * Fix template * add wasm * Update cosmoscmd * Fix wasm template * Remove testutil registration * Error message for previous version * error typo * Update spm * Fix gomod Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Use the
cosmosappmodule tendermint/spm#1 to remove non necessary code incmdandappmodule of the generated code and make it simplerWill require tendermint/spm#1 to be merged