We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Iterator support is missing from allowed capabilities in app.go
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.
beta3
https://github.com/CosmWasm/cosmwasm/blob/main/CHANGELOG.md#100-beta3
1.8.0-RC6
Add iterator support to the list of allowed module capabilities.
The text was updated successfully, but these errors were encountered:
fkneeland-figure
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: