-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix/ST-43: Bug fix #348
Fix/ST-43: Bug fix #348
Conversation
Rest Add add: RewardsByWalletAndHeight, RewardsByWalletAndEpoch
} | ||
|
||
rpc CirculationSupply(QueryCirculationSupplyRequest) returns (QueryCirculationSupplyResponse) { | ||
option (google.api.http).get = "/stratos/pot/v1/circulation-supply"; | ||
option (google.api.http).get = "/stratos/pot/v1/circulation_supply"; |
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.
@Xiong-stratos What context to change to _
? If it is agreed, you should also fix in big-dipper for these changes.
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.
Some of our query url are using "-", and some are using "_"。
The style of query url is Inconsistent.
Big-dipper only query the metrix, doesn't call any other query APIs.
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.
@Xiong-stratos I think the big dipper metrics where calculate the APY used this api
Query API:
-- Rename: RewardsByOwner -> RewardsByWallet
-- Add: RewardsByWalletAndEpoch
-- Update: Use "_" instead of "-" in Rest API Urls to follow the pattern of cosmos-sdk
-- Bug fix
Genesis:
-- Add KickMetaNodeVotePool