Skip to content

DAO V3

Compare
Choose a tag to compare
@eladmallel eladmallel released this 12 Oct 17:55
· 422 commits to master since this release
2b6d0f2

Proposals

Summary

  1. Proposal editing: adding a new initial state to the proposal lifecycle: “Updatable”, during which proposers can update their proposal's transactions and text description.
    • This feature will be disabled at first and will require a separate proposal to configure the period of the Updatable state.
  2. Propose by signatures: allowing Nouners and delegates to pool their voting power towards submitting a proposal, by submitting their signature, instead of the current approach where sponsors must delegate their votes to help a proposer achieve threshold.
    • This feature will be activated once this proposal executes.
  3. Objection-only period: a conditional voting period that gets activated upon a “last-minute” proposal swing from defeated to successful, affording voters more reaction time. Only against votes are possible during the objection period.
    • This feature will be disabled at first and will require a separate proposal to enable it and configure its parameters.
  4. Votes snapshot after voting delay: moving votes snapshot up, to provide Nouners with reaction time per proposal, to get their votes ready (e.g. some might want to move their delegations around). Currently the vote snapshot block is the proposal creation block.
  5. Nouns Fork: allowing Nouners to exit the DAO by forking to a new DAO. Current threshold is set at 20%. For more details please read the tech spec and this post.

New contracts