Delegate override vote (#5192)

Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
This commit is contained in:
Hadrien Croubois
2024-10-18 14:17:20 +02:00
committed by GitHub
parent 0034c30224
commit 378914ceab
15 changed files with 924 additions and 22 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`VotesExtended`: Create an extension of `Votes` which checkpoints balances and delegates.

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`GovernorCountingOverridable`: Add a governor counting module that enables token holders to override the vote of their delegate.