Skip to content

feat: implement EIP-165 compliance and silence test warnings#11

Open
mandip-kamaliya wants to merge 1 commit intoChaosChain:mainfrom
mandip-kamaliya:feat/eip165-compliance
Open

feat: implement EIP-165 compliance and silence test warnings#11
mandip-kamaliya wants to merge 1 commit intoChaosChain:mainfrom
mandip-kamaliya:feat/eip165-compliance

Conversation

@mandip-kamaliya
Copy link
Copy Markdown

This PR adds EIP-165 support to the IdentityRegistry and optimizes the test suite to ensure a warning-free compilation.

Key Changes
EIP-165 Implementation: Implemented the supportsInterface function to allow on-chain discovery of the IIdentityRegistry interface. This ensures the registry is compatible with other protocols and marketplaces that query for supported interfaces.

Test Suite Optimization: Updated specific test functions to view visibility where state modification was not required. This removes compiler warnings during the forge test process, leading to a cleaner developer experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant