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

Reward set calculation and RPC endpoint #4311

Merged
merged 12 commits into from
Feb 6, 2024
Prev Previous commit
Next Next commit
fix get_stacker_set docs
  • Loading branch information
kantai committed Feb 5, 2024
commit 2c120adf5469a5cfba1e01e64846b5736646fd43
2 changes: 1 addition & 1 deletion docs/rpc/api/core-node/get_stacker_set.400.example.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"response": "error",
"err_msg": "Could not read reward set. Prepare phase may not have started for this cycle yet. Cycle = 22, Err= PoXAnchorBlockRequired"
"err_msg": "Could not read reward set. Prepare phase may not have started for this cycle yet. Cycle = 22, Err = PoXAnchorBlockRequired"
}
2 changes: 1 addition & 1 deletion docs/rpc/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ paths:
description: |
Used to get stacker and signer set information for a given cycle.

This will only return information for cycles started in Epoch-2.5 where PoX-4 was active.
This will only return information for cycles started in Epoch-2.5 where PoX-4 was active and subsequent cycles.
responses:
200:
description: Information for the given reward cycle
Expand Down