Navigation Menu

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

[Bugfix] Register wasm queriers after staking keeper initialization #427

Merged
merged 1 commit into from Nov 11, 2020

Conversation

yun-yeo
Copy link
Contributor

@yun-yeo yun-yeo commented Nov 10, 2020

Summary of changes

  • Register wasm queriers after initializing staking keeper

close #428

Report of required housekeeping

  • Github issue OR spec proposal link
  • Wrote tests
  • Updated API documentation (client/lcd/swagger-ui/swagger.yaml)
  • Added a relevant changelog entry: clog add [section] [stanza] [message]

(FOR ADMIN) Before merging

  • Added appropriate labels to PR
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)
  • Confirm added tests are consistent with the intended behavior of changes
  • Ensure all tests pass

@yun-yeo yun-yeo added bug Something isn't working must Mustfix for target release. labels Nov 10, 2020
@yun-yeo yun-yeo self-assigned this Nov 10, 2020
@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #427 (82923ae) into develop (4ae926c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #427   +/-   ##
========================================
  Coverage    67.52%   67.52%           
========================================
  Files          117      117           
  Lines         5053     5053           
========================================
  Hits          3412     3412           
  Misses        1427     1427           
  Partials       214      214           
Impacted Files Coverage Δ
app/app.go 92.04% <100.00%> (ø)

@hanjukim hanjukim merged commit d3c4751 into develop Nov 11, 2020
@yun-yeo yun-yeo mentioned this pull request Nov 23, 2020
4 tasks
@hanjukim hanjukim deleted the bugfix/wasm-staking-query branch November 23, 2020 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working must Mustfix for target release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] staking querier from the contracts
2 participants