stacks-core icon indicating copy to clipboard operation
stacks-core copied to clipboard

Signer State Agreement: update `check_block_against_sortition_state` to use signer global view

Open jferrant opened this issue 8 months ago • 0 comments

Currently signers retrieve their sortition view from the stacks node and use this information to assess a block proposal. Instead, signers should use their global signer state to determine block validity. Replace check_block_against_sortition_state with something like check_block_against_global_state.

jferrant avatar May 08 '25 17:05 jferrant