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

Enable "iterator" support in wasmd #658

Closed
4 tasks
iramiller opened this issue Feb 14, 2022 · 0 comments · Fixed by #659
Closed
4 tasks

Enable "iterator" support in wasmd #658

iramiller opened this issue Feb 14, 2022 · 0 comments · Fixed by #659
Assignees
Labels
Milestone

Comments

@iramiller
Copy link
Member

Summary of Bug

Iterator support is missing from allowed capabilities in app.go

https://github.com/provenance-io/provenance/blob/main/app/app.go#L460

but included in the default capability list of the module starting in beta3 of wasmd.

https://github.com/CosmWasm/cosmwasm/blob/main/CHANGELOG.md#100-beta3

Version

1.8.0-RC6

Remediation

Add iterator support to the list of allowed module capabilities.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@iramiller iramiller added the wasm label Feb 14, 2022
@iramiller iramiller added this to the v1.8.0 milestone Feb 14, 2022
@fkneeland-figure fkneeland-figure self-assigned this Feb 14, 2022
Repository owner moved this from Todo to Done in Provenance Core Protocol Team Feb 15, 2022
@iramiller iramiller moved this from Done to Archive in Provenance Core Protocol Team Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

2 participants