We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
signer_bitvec
reward_set
A signer_bitvec property was added to /new_block in PR stacks-network/stacks-core#4526
/new_block
We should be able to match this against the signers from the reward_set signer array by array index.
This should give us the option to provide API endpoint(s) with "signer performance data" like described at stacks-network/stacks-core#4257
a record of (signer) uptime and slot success rate.
The text was updated successfully, but these errors were encountered:
This issue is blocked for now because the signer bitvec data we receive from the core node doesn't yet indicate signer activity.
Sorry, something went wrong.
zone117x
Successfully merging a pull request may close this issue.
A
signer_bitvec
property was added to/new_block
in PR stacks-network/stacks-core#4526We should be able to match this against the signers from the
reward_set
signer array by array index.This should give us the option to provide API endpoint(s) with "signer performance data" like described at stacks-network/stacks-core#4257
The text was updated successfully, but these errors were encountered: