ChancellorCompatibilityBravo
Bravo Compatible extension for voting management
Just like the ChancellorCountingSimple extension, the ChancellorCompatibilityBravo extension handles the voting process but in a more throughout way.
While the ChancellorCountingSimple only keeps the amount of voting for each option (for, against and abstain) and if the address has already vote or not, the ChancellorCompatibilityBravo keeps a record of the voter with the option he voted for instead of only if he voted or not, and the voting weight he wielded in his voting.
At any point you can check any voter information attached to a specific proposal through the function getReceipt(uint256 proposalId, address voter) exposed by the extension.
If you use the ChancellorCompatibilityBravo, you will not use the ChancellorCountingSimple extension, and vice-versa.
The ChancellorCompatibilityBravo extension was built upon Openzeppelin's GovernorCompatibilityBravo and changed to be an extension for the Chancellor.
Last updated