Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(poolmanager): v2 SpotPrice query with 36 decimals #6488
feat(poolmanager): v2 SpotPrice query with 36 decimals #6488
Changes from 11 commits
40734d5
a38a388
785834b
6ad4aff
27c2635
db82881
18b8168
344c709
a01f95a
a7bd310
6cce396
d2cf2ed
389ac92
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Link
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.
shouldn't this also have a
V2
suffix? to avoid confusing it to v1's version:osmosis/proto/osmosis/poolmanager/v1beta1/query.proto
Line 216 in da6a1c5
same goes for
SpotPriceResponse
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.
on the second thought, I guess it is fine, since we call it by specifying a package name, which has
v2
in it. still going to leave it here just in caseThere 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.
It probably doesn't matter but the package should be the first line, are we able to modify the template to do this for all of the below?
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.
Discussed offline and concluded that this is fine as long as no errors in the editor.
This stems from this line in the template:
#6488 (comment)
Didn't find a trivial way to fix and concluded that it is fine to keep as is since the change is only cosmetic