Hats-Protocol / hats-zodiac

Hats Protocol-enabled Zodiac contracts
MIT License
20 stars 9 forks source link

More flexible threshold logic? #43

Closed spengrah closed 4 weeks ago

spengrah commented 2 months ago

Currently, HSG dynamically sets the Safe's threshold to a specific value within the owner-configured window — minThreshold to targetThreshold — based on the number of valid signers at runtime. Another possibility would be to set the threshold to a constant proportion of the number of valid signers at runtime. Should we do this?