Skip to content

feat: add total-borrowed query#1099

Merged
toteki merged 6 commits intomainfrom
adam/query
Jul 5, 2022
Merged

feat: add total-borrowed query#1099
toteki merged 6 commits intomainfrom
adam/query

Conversation

@toteki
Copy link
Copy Markdown
Contributor

@toteki toteki commented Jul 5, 2022

closes: #1071


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • added appropriate labels to the PR
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • added a changelog entry to CHANGELOG.md
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

@toteki toteki requested a review from a team as a code owner July 5, 2022 18:14
@toteki toteki requested a review from a team as a code owner July 5, 2022 18:15
@toteki toteki added the C:API label Jul 5, 2022
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 5, 2022

Codecov Report

Merging #1099 (1403237) into main (1caed7c) will increase coverage by 0.00%.
The diff coverage is 43.63%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1099   +/-   ##
=======================================
  Coverage   43.54%   43.55%           
=======================================
  Files          65       65           
  Lines        8336     8390   +54     
=======================================
+ Hits         3630     3654   +24     
- Misses       4456     4486   +30     
  Partials      250      250           
Impacted Files Coverage Δ
x/leverage/client/cli/query.go 0.00% <0.00%> (ø)
x/leverage/keeper/grpc_query.go 5.67% <0.00%> (-0.10%) ⬇️
x/leverage/client/tests/tests.go 100.00% <100.00%> (ø)

@toteki toteki merged commit 7d45ca6 into main Jul 5, 2022
@toteki toteki deleted the adam/query branch July 5, 2022 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

x/leverage: Total Borrowed and Total Supplied queries

3 participants