You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add this as a feature to the proposal inverter?
Simply adding an attribute to the proposal inverter "Minimum number of DAOs" or "Minimum Funding"
And allowing the contract to be initialized with less then the minimum, but "Frozen" until the minimum is met.
The text was updated successfully, but these errors were encountered:
This is addressed in pull request #7 where the ProposalInverter has an additional state parameter payer_contributions and min_payers. The payer_contributions state parameter tracks both the number of payers and the accumulation of funds they have provided.
Is it possible to add this as a feature to the proposal inverter?
Simply adding an attribute to the proposal inverter "Minimum number of DAOs" or "Minimum Funding"
And allowing the contract to be initialized with less then the minimum, but "Frozen" until the minimum is met.
The text was updated successfully, but these errors were encountered: