-
Notifications
You must be signed in to change notification settings - Fork 608
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
refactor: rename SpotPrice gRPC proto fields #1228
Conversation
string base_asset_denom = 2 [(gogoproto.moretags) = "yaml:\"base_asset_denom\""]; | ||
string quote_asset_denom = 3 [(gogoproto.moretags) = "yaml:\"quote_asset_denom\""]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewer: logical proto changes
Codecov Report
@@ Coverage Diff @@
## main #1228 +/- ##
==========================================
- Coverage 20.99% 20.96% -0.03%
==========================================
Files 196 196
Lines 25345 25337 -8
==========================================
- Hits 5320 5312 -8
Misses 19066 19066
Partials 959 959
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for fixing this!
@@ -201,51 +200,86 @@ func (suite *KeeperTestSuite) TestQueryBalancerPoolTotalLiquidity() { | |||
// suite.Require().Equal("5000000foo", PoolAssets[2].Token.String()) | |||
// } | |||
|
|||
// TODO: Come back and make this table driven | |||
func (suite *KeeperTestSuite) TestQueryBalancerPoolSpotPrice() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for improving this test 🙏
Closes: #1227
Description
SpotPrice
gRPC proto fieldsTestQueryBalancerPoolSpotPrice
TDFor contributor use:
docs/
) or specification (x/<module>/spec/
)Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer