Proposals
Proposals are a core concept in Romulus. Proposals consist of a list on-chain actions for the Timelock to execute.
When a proposal is created, it can progress a few different ways. Refer to this diagram for details:

https://drive.google.com/file/d/1EJhtp8aSs6TKVP0UadEXNQRfJWtU-Hy1/view?usp=sharing
proposalThreshold
: The minimum number of votes needed to create a proposalvotingPeriod
: The amount of time allotted for voting on a proposalvotingDelay
: The amount of time after proposal creation needed to pass before a proposal can be voted onquorumVotes
: The minimum number offorVotes
needed to pass a proposal
Last modified 2yr ago