Skip to content

Implement BLS M-of-N like sporks #2221

@UdjinM6

Description

@UdjinM6

The general idea is this:

  • allow multiple hardcoded spork addresses (N) to be specified in chainparams/cmd-line/config (smth similar to -budgetparams but for -sporkaddress?);
  • allow multiple messages with the same id/value signed by different spork addresses;
  • (de)activate some spork only when at least M similar message with the same id/value signed by different signers were received (i.e. code changes of that nature: map<id,spork> --> map<id, map<signer, spork>> or smth like that).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions