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

Handle contract info query #622

Merged
merged 1 commit into from
Sep 27, 2021
Merged

Handle contract info query #622

merged 1 commit into from
Sep 27, 2021

Conversation

alpe
Copy link
Contributor

@alpe alpe commented Sep 27, 2021

Resolves #584

@alpe alpe requested a review from ethanfrey September 27, 2021 10:56
@codecov
Copy link

codecov bot commented Sep 27, 2021

Codecov Report

Merging #622 (bc785a4) into master (fc8d33e) will increase coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #622      +/-   ##
==========================================
+ Coverage   60.04%   60.16%   +0.11%     
==========================================
  Files          45       45              
  Lines        5209     5224      +15     
==========================================
+ Hits         3128     3143      +15     
  Misses       1859     1859              
  Partials      222      222              
Impacted Files Coverage Δ
x/wasm/keeper/query_plugins.go 79.93% <100.00%> (+1.05%) ⬆️

Copy link
Member

@ethanfrey ethanfrey left a comment

Choose a reason for hiding this comment

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

Looks good.
Ticks yet another box towards 1.0 😄

x/wasm/keeper/query_plugins.go Show resolved Hide resolved
x/wasm/keeper/query_plugins_test.go Show resolved Hide resolved
@alpe alpe merged commit b32f53e into master Sep 27, 2021
@alpe alpe deleted the 584-contract_info_query branch May 10, 2023 08:52
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.

Allow contract Info query from the contract
2 participants