factomd
factomd copied to clipboard
Multisig Promotion
This is the factomd-side code for the decentralized ANO management prototype.
Changes:
- Add FullSignatureBlock to mirror the SignatureBlock, containing pubkey+sig instead of just sig
- Add MultiSignable interface
- Make AddServer/RemoveServer MultiSignable instead of Signable
- As of right now, the Kambani extension only signs sha256 hashes of custom data, necessitating the MarshalForKambani function. This is hopefully only temporary
Todo:
- Commenting
- Some more testing