sunshine icon indicating copy to clipboard operation
sunshine copied to clipboard

bounty team consent is a multisig

Open 4meta5 opened this issue 5 years ago • 1 comments

so it would be much better if it could just collect the signatures off-chain, aggregate them, and then submit a proof to the chain

I heard Celo is doing something like this: https://github.com/celo-org/celo-threshold-bls-rs

We're using vote-petition instead right now. It does the job, but off-chain signature aggregation is mucho mejor.

4meta5 avatar Jun 03 '20 21:06 4meta5

I really want a module to collect some threshold of signatures off-chain.

use case general description

So an Org is comprised of a OrderedSet<AccountId> and then we use the threshold module to set threshold signatures as requirements to challenge decisions made on-chain, possibly in the context of Org representatives assigned with certain responsibilities but this could also just provide a general check on committee-based governance..

4meta5 avatar Jul 25 '20 22:07 4meta5