-
Notifications
You must be signed in to change notification settings - Fork 42
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
Include Instantiate2 message #39
Comments
Also have ran into this. |
Closed
hey! this is going to to be helpful for us too, let me know @0xFable @mikedotexe if you guys have made progress / need help? |
2 tasks
Merged
See also: CosmWasm/cosmwasm#1648 |
Handling |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a very interesting message,
Instantiate2
that was introduced.https://github.com/CosmWasm/wasmd/blob/5537735e00a3f96893a27294a992a65415e49dce/x/wasm/keeper/contract_keeper.go#L71
This is super handy and you can see it in action in Simon's virus contract:
https://github.com/CosmWasm/cosmwasm/tree/v1.2.1/contracts/virus
When I was trying to write tests I got:
I'm not super familiar with this repo to dive in and help, but wanted to create this issue. Perhaps someday I can contribute
The text was updated successfully, but these errors were encountered: