We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7faaf commit 55d6957Copy full SHA for 55d6957
contracts/governance/IGovernor.sol
@@ -8,6 +8,9 @@ import {IERC6372} from "../interfaces/IERC6372.sol";
8
9
/**
10
* @dev Interface of the {Governor} core.
11
+ *
12
+ * NOTE: Event parameters lack the `indexed` keyword for compatibility with GovernorBravo events.
13
+ * Making event parameters `indexed` affects how events are decoded, potentially breaking existing indexers.
14
*/
15
interface IGovernor is IERC165, IERC6372 {
16
enum ProposalState {
0 commit comments