Open ClementWalter opened 1 month ago
Added the cancel_proposal
function + operator_proposal: ContractAddress
to the requirements:
it is need as the operator will execute the proposals from a TimelockController in which the SC multisig will have the CANCELLER role
Why
See conception document: security-council-multisig-and-guardians.pdf
We need to write a contract able to manage different thresholds for different functions.
Note: this contracts will have signers that can be Argent or Braavos multisigs, this is somehow a merged multisig contract.
What
in body, functions should look like:
Issues