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).
The general idea is this:
-budgetparamsbut for-sporkaddress?);id/valuesigned by different spork addresses;id/valuesigned by different signers were received (i.e. code changes of that nature:map<id,spork> --> map<id, map<signer, spork>>or smth like that).