stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3k stars 658 forks source link

Signer voting mechanism and instructions for SIP-025 #4899

Open saralab opened 1 week ago

saralab commented 1 week ago
jferrant commented 2 days ago

Is the command in the signer meant to be a generic, sign this blob of bytes? Or is it meant to be "sign-yes" vs "sign-no" command which takes only a private key as an argument that internally constructs a very specific clarity struct with either a "vote: yes" or "vote: no" sort of syntax that then gets signed? Some further detail would be helpful here.