-
Notifications
You must be signed in to change notification settings - Fork 547
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: import wasm with Stargate #642
Conversation
Tested with the Escrow contract of CosmWasm. Integration tests fail on Github while it succeed locally I try to see why. [EDIT]: works now :) |
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.
👍
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.
Sweet! Great work, Lucas!
* https://github.com/tendermint/starport: (94 commits) fix: change "frontend" to "vue" in gitignore (#674) feat(serve): save state as genesis when the app is stopped (#666) fix(relayer): update version (#640) feat(scaffold): upgrade Stargate to SDK v0.40.1 (#663) feat(scaffolder): init and export genesis for scaffolded types (#661) refactor(templates): rm internal/ from Stargate scaffold (#659) refactor: move Stargate app's third_party/proto into proto/third_party (#658) fix(docs): typo on custom modules feat: integrate app's protocgen script into starport (#654) fix: starport-docs-tutorials Introduction.md file (#653) fix(template:) rm dash in proto pkg names (#649) fix: add d to appname (#652) Update install info (#650) docs: update docs stargate (#648) feat: add cosmosfaucet (#630) feat: import wasm with Stargate (#642) feat: Pi for stargate (#627) feat(scaffolder): run fmt on scaffolder commands (#647) docs: added info on config (#646) feat: custom keyring-backend in config (#637) ...
* Package update * Add stargate in import module * Refactor files * wasm app.go scaffolding * Launchpad create module * Root.go * Create and import module reorganization * Placeholder refacto * Stargate import wasm template * Add stargate wasm integration test * Replace placeholder file name * Lint * Some renaming * Fix wasm version issue * Template new fixes * Integration test * Integration test * Fix string error * Support only 0.40.0 * Fix build error
Run
starport module import wasm
on Stargate scaffolded blockchain to automatically importwasm