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

x/wasm: add AllDenomMetadata BankQuery #1294

Closed
wants to merge 2 commits into from

Conversation

nik-suri
Copy link
Contributor

@nik-suri nik-suri commented Mar 24, 2023

Copy link
Member

@alpe alpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your PR! 💐
Good work on all layers. I have added some notes and also commented on CosmWasm/cosmwasm#1647. Let's discuss the feature there.

go.mod Outdated Show resolved Hide resolved
@@ -182,4 +182,6 @@ replace (

// pin version! 126854af5e6d has issues with the store so that queries fail
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

github.com/CosmWasm/wasmvm => ../wasmvm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a local development setup and should be removed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I have left this in until the corresponding wasmvm PR is merged - CosmWasm/wasmvm#409. Once that is merged, I will open a separate PR to upgrade wasmvm, and then rebase and remove this change.

Leaving this comment as unresolved until that happens.

x/wasm/keeper/query_plugins.go Outdated Show resolved Hide resolved
x/wasm/keeper/query_plugins.go Outdated Show resolved Hide resolved
})
require.NoError(t, gotErr)
var got keeper.AllDenomMetadataResponse
require.NoError(t, json.Unmarshal(gotBz, &got))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 good test

@nik-suri nik-suri force-pushed the denom-metadata-query branch 2 times, most recently from 4b00ad6 to b93adf0 Compare March 29, 2023 22:45
@nik-suri
Copy link
Contributor Author

nik-suri commented Jun 7, 2023

Closing in favor of #1426. Thanks @chipshort!

@nik-suri nik-suri closed this Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants