Unfortunately majority-multisign doesn't handle too many pub keys. 10 is the hardcoded max, removing this hard limit I reached 13 signatures, but over that I got budget overspent errors.
We could try optimizing the on-chain code with the few known tricks in Slab, or even try to rewrite it in Plutarch.
Unfortunately majority-multisign doesn't handle too many pub keys. 10 is the hardcoded max, removing this hard limit I reached 13 signatures, but over that I got budget overspent errors.
We could try optimizing the on-chain code with the few known tricks in Slab, or even try to rewrite it in Plutarch.