Skip to content

Commit

Permalink
refactor: removed SignatureValidatorSet event from subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 20, 2023
1 parent 93c43e4 commit fa139f9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/contracts/test/core/dao/dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ const EVENTS = {
Deposited: 'Deposited',
Executed: 'Executed',
NativeTokenDeposited: 'NativeTokenDeposited',
SignatureValidatorSet: 'SignatureValidatorSet',
StandardCallbackRegistered: 'StandardCallbackRegistered',
CallbackReceived: 'CallbackReceived',
};
Expand Down
1 change: 0 additions & 1 deletion packages/contracts/utils/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const DAO_EVENTS = {
DEPOSITED: 'Deposited',
STANDARD_CALLBACK_REGISTERED: 'StandardCallbackRegistered',
TRUSTED_FORWARDER_SET: 'TrustedForwarderSet',
SIGNATURE_VALIDATOR_SET: 'SignatureValidatorSet',
NEW_URI: 'NewURI',
};

Expand Down
1 change: 1 addition & 0 deletions packages/subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- Removed `SignatureValidatorSet` event.
- Removed `ContractPermissionId` entity.

## [1.3.0]
Expand Down
4 changes: 2 additions & 2 deletions packages/subgraph/manifest/subgraph.placeholder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ templates:
handler: handleTrustedForwarderSet
- event: StandardCallbackRegistered(bytes4,bytes4,bytes4)
handler: handleStandardCallbackRegistered
- event: SignatureValidatorSet(address)
handler: handleSignatureValidatorSet
#- event: SignatureValidatorSet(address) # removed in 1.4.0
# handler: handleSignatureValidatorSet
- event: NewURI(string)
handler: handleNewURI
- name: DaoTemplateV1_3_0
Expand Down

0 comments on commit fa139f9

Please sign in to comment.