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: enable cosmwasm_1_1 and cosmwasm_1_2 #259

Merged
merged 2 commits into from
Jun 6, 2023

Conversation

foxpy
Copy link
Contributor

@foxpy foxpy commented Jun 1, 2023

cosmwasm_1_1 adds:

  • BankQuery::Supply — tested manually, works like expected.

cosmwasm_1_2 adds:

  • GovMsg::VoteWeighted — tested manually, simulation fails with rpc error: code = Unknown desc = failed to execute message; message index: 0: dispatch: submessages: : invalid request [cosmos/cosmos-sdk@v0.45.15/x/gov/types/msgs.go:245] With gas wanted: '0' and gas used: '107040' : unknown request, I guess that's an expected error?
  • WasmMsg::Instantiate2 — tested manually, works like expected.

@foxpy
Copy link
Contributor Author

foxpy commented Jun 1, 2023

@foxpy foxpy marked this pull request as draft June 1, 2023 10:32
@foxpy foxpy requested a review from pr0n00gler June 2, 2023 07:30
app/app.go Show resolved Hide resolved
@foxpy foxpy marked this pull request as ready for review June 3, 2023 20:28
@zavgorodnii zavgorodnii merged commit cd56bb7 into main Jun 6, 2023
@pr0n00gler pr0n00gler deleted the feat/enable-cosmwasm-features branch September 18, 2023 13:23
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.

3 participants