stacks-blockchain-api icon indicating copy to clipboard operation
stacks-blockchain-api copied to clipboard

[Nakamoto] Associate `signer_bitvec` with `reward_set` signers

Open zone117x opened this issue 1 year ago • 1 comments

A signer_bitvec property was added to /new_block in PR https://github.com/stacks-network/stacks-core/pull/4526

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 https://github.com/stacks-network/stacks-core/issues/4257

a record of (signer) uptime and slot success rate.

zone117x avatar Mar 18 '24 12:03 zone117x

This issue is blocked for now because the signer bitvec data we receive from the core node doesn't yet indicate signer activity.

zone117x avatar May 06 '24 14:05 zone117x