Skip to content
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

Merged
merged 21 commits into from
Jan 15, 2021
Merged

feat: import wasm with Stargate #642

merged 21 commits into from
Jan 15, 2021

Conversation

lumtis
Copy link
Contributor

@lumtis lumtis commented Jan 14, 2021

Run starport module import wasm on Stargate scaffolded blockchain to automatically import wasm

@lumtis lumtis linked an issue Jan 14, 2021 that may be closed by this pull request
@lumtis lumtis marked this pull request as ready for review January 15, 2021 07:33
@lumtis
Copy link
Contributor Author

lumtis commented Jan 15, 2021

Tested with the Escrow contract of CosmWasm.

Integration tests fail on Github while it succeed locally I try to see why. [EDIT]: works now :)

ilgooz
ilgooz previously approved these changes Jan 15, 2021
Copy link
Member

@ilgooz ilgooz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

fadeev
fadeev previously approved these changes Jan 15, 2021
Copy link
Contributor

@fadeev fadeev left a 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!

@lumtis lumtis dismissed stale reviews from fadeev and ilgooz via cb7f2c2 January 15, 2021 11:50
@lumtis lumtis requested review from fadeev and ilgooz January 15, 2021 11:50
@ilgooz ilgooz merged commit 595c842 into develop Jan 15, 2021
@ilgooz ilgooz deleted the feat/stargate-wasm branch January 15, 2021 12:59
faddat added a commit that referenced this pull request Jan 21, 2021
* 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)
  ...
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for CosmWasm to Stargate chains
3 participants