osmosis-labs / mesh-security

Other
62 stars 8 forks source link

Add staked balances query for easier frontend integration #183

Open JakeHartnell opened 9 months ago

JakeHartnell commented 9 months ago

Closes #182

codecov-commenter commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (25774f0) 86.26% compared to head (546403a) 86.27%.

Files Patch % Lines
...acts/provider/native-staking-proxy/src/contract.rs 85.71% 0 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #183 +/- ## ======================================= Coverage 86.26% 86.27% ======================================= Files 81 81 Lines 14253 14269 +16 Branches 14253 14269 +16 ======================================= + Hits 12295 12310 +15 Misses 1389 1389 - Partials 569 570 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ethanfrey commented 5 months ago

What's missing here? I guess a test with multiple delegations?

If you rebase it and take it out of draft, I'm happy to review and merge