Skip to content

Commit

Permalink
chore: remove old batch event
Browse files Browse the repository at this point in the history
  • Loading branch information
strumswell committed Sep 12, 2022
1 parent f86afa2 commit fd60e15
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions EIPS/eip-5539.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function removeListDelegateSigned(address delegate, address namespace, bytes32 r
### Events

#### RevocationStatusChanged
**MUST** be emitted when `changeStatus`, `changeStatusSigned`, `changeStatusDelegated`, or `changeStatusDelegatedSigned` was successfully executed.
**MUST** be emitted when `changeStatus`, `changeStatusSigned`, `changeStatusDelegated`, `changeStatusDelegatedSigned`, `changeStatusesInList`, `changeStatusesInListSigned`, `changeStatusesInListDelegated`, or `changeStatusesInListDelegatedSigned` was successfully executed.

```solidity
event RevocationStatusChanged(
Expand All @@ -169,18 +169,6 @@ event RevocationStatusChanged(
);
```

#### RevocationStatusesChanged
**MUST** be emitted when `changeStatusesInList`, `changeStatusesInListSigned`, `changeStatusesInListDelegated`, or `changeStatusesInListDelegatedSigned` was successfully executed.

```solidity
event RevocationStatusesChanged(
address indexed namespace,
bytes32 indexed revocationList,
bytes32[] indexed revocationKeys,
bool[] revoked
);
```

#### RevocationListOwnerChanged
**MUST** be emitted when `changeListOwner` or `changeListOwnerSigned` was successfully executed.

Expand Down

0 comments on commit fd60e15

Please sign in to comment.