ScopeLift / compound-governance-upgrade

2 stars 0 forks source link

Feat: Make proposalIds enumerable #9

Closed wildmolasses closed 1 month ago

wildmolasses commented 2 months ago

Enumerable Proposal IDs: Unlike out of the box OZ governors, where proposalIds are calculated from hashing the contents of a proposal, we will keep the incrementing proposalId pattern of Governor Bravo. To implement this, we will use the GovernorStorage extension with some modifications to incorporate enumerability of proposalIds.

The proposalID numbers should pick up from the last GovernorBravo proposalID

wildmolasses commented 1 month ago

was closed by #43