Skip to content
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

Merged
merged 5 commits into from
Mar 18, 2024
Merged

Fix/ST-43: Bug fix #348

merged 5 commits into from
Mar 18, 2024

Conversation

Xiong-stratos
Copy link
Contributor

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

}

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";
Copy link
Contributor

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.

Copy link
Contributor Author

@Xiong-stratos Xiong-stratos Mar 13, 2024

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.

Copy link
Contributor

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

alexstratos
alexstratos previously approved these changes Mar 15, 2024
@alexstratos alexstratos dismissed their stale review March 15, 2024 15:08

missing info

@alexstratos alexstratos merged commit b676c26 into v0.12.0-prepare Mar 18, 2024
@alexstratos alexstratos deleted the bug_fix branch March 18, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants