Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes an issue where a DAO with no veto using minters like MerkleReserveMinter could be captured in the following scenario:
Adding a delay to governance will negate this type of capture as malicious proposers will be unable to propose until the delay is expired or all reserved tokens are claimed. Founders can set this delay before setting the MerkleReserveMinter as an allowed minter and the L2MigrationDeployer contract has been updated to set a delay for migrating DAOs.
This does not fix a related issue where quorum can be manipulated by claimants with large amounts of tokens to claim. We consider that partially mitigated as more voters will have claimed their tokens and can effectively vote down the bad proposal but we will also inform DAOs of the risks around using allowlists where users have a high number of claims available.