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

unable to resolve type URL /cosmwasm.wasm.v1.SetGaslessContractsProposal #9

Open
quanpt239 opened this issue Sep 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@quanpt239
Copy link

quanpt239 commented Sep 23, 2024

I tried to add a proposal for gasless contract with the following content

{
  "messages": [
    {
      "@type": "/cosmwasm.wasm.v1.SetGaslessContractsProposal",
      "authority": "orai10d07y265gmmuvt4z0w9aw880jnsr700jf39xhq",
      "contracts": [
        "orai1nc5tatafv6eyq7llkr2gv50ff9e22mnf70qgjlv737ktmt4eswrq3e4sxg"
      ]
    }
  ],
  "metadata": "foobar",
  "title": "gasless",
  "deposit": "10000000orai",
  "summary": "gasless",
  "expedited": false
}

But I got an error below
image

How can I add a proposal gasless contract on cosmos v0.50 properly?

@quanpt239
Copy link
Author

I found out that this problem is similar to #4. I just need to implement message set contract gasless and its handler to add proposal.
Resolved at #2

@quanpt239 quanpt239 changed the title Cannot add proposal for contract gasless unable to resolve type URL /cosmwasm.wasm.v1.SetGaslessContractsProposal Sep 23, 2024
@ducphamle2 ducphamle2 added this to the Upgrade Oraichain to 0.50 milestone Oct 30, 2024
@ducphamle2 ducphamle2 added the bug Something isn't working label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants