-
Notifications
You must be signed in to change notification settings - Fork 31
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 A New Message For Storing A Code and Instantiating A Contract With It #154
feat: Add A New Message For Storing A Code and Instantiating A Contract With It #154
Conversation
ffe1df0
to
06df152
Compare
Sorry, using force push to rebase it to v2/develop. |
The author of this PR, loloicci, is not an activated member of this organization on Codecov. |
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.
LGTM
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.
LGTM 👍
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.
LGTM
c2b7d09
to
297e227
Compare
Description
This adds a new message MsgStoreCodeAndInstantiateContract and its handler. This is for storing a WASM code and instantiate a contract from it in one message (tx).
This is the stargate version of #122
closes: #111
(tests for CLI/REST are not included. The former will be added after adding linkwasmd for stargate, the latter will be added if we need REST.)
docs/
) or specification (x/<module>/spec/
) (There are no docs)godoc
comments.Unreleased
section inCHANGELOG.md
(It will be generated with script)Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes