This PR:
1) Updates contracts implementing the FactoryFriendly pattern, to include the disableInitializers function call in constructors, as recommended by the Halborn audit
2) Updates the tests to work with this change
3) Adds a function quorumVotes for getting the total number of votes a proposal requires to meet quorum
Description
This PR: 1) Updates contracts implementing the
FactoryFriendly
pattern, to include thedisableInitializers
function call in constructors, as recommended by the Halborn audit 2) Updates the tests to work with this change 3) Adds a functionquorumVotes
for getting the total number of votes a proposal requires to meet quorumNotes
Issue / Notion doc (if applicable)
Testing
Screenshots (if applicable)