Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(contracts): supportsInterface should make use of inheritance #818

Merged

Conversation

alainncls
Copy link
Collaborator

What does this PR do?

Uses inheritance of ERC165 for better supportsInterface

Related ticket

Fixes #817

Type of change

  • Chore
  • Bug fix
  • New feature
  • Documentation update

Check list

  • Unit tests for any smart contract change
  • Contracts and functions are documented

@alainncls alainncls self-assigned this Nov 25, 2024
@codecov-commenter
Copy link

codecov-commenter commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.43%. Comparing base (7f57adb) to head (29b0054).

Additional details and impacted files
@@             Coverage Diff             @@
##              dev     #818       +/-   ##
===========================================
+ Coverage   48.96%   74.43%   +25.46%     
===========================================
  Files          18       49       +31     
  Lines         388      888      +500     
  Branches       61      187      +126     
===========================================
+ Hits          190      661      +471     
- Misses        195      224       +29     
  Partials        3        3               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alainncls alainncls force-pushed the chore/supportsinterface-should-make-use-of-inheritance branch from 9e9e681 to 3c6e505 Compare November 26, 2024 10:31
@alainncls alainncls force-pushed the chore/supportsinterface-should-make-use-of-inheritance branch from 3c6e505 to 29b0054 Compare November 26, 2024 13:28
@alainncls alainncls merged commit f7733ff into dev Nov 26, 2024
9 checks passed
@alainncls alainncls deleted the chore/supportsinterface-should-make-use-of-inheritance branch November 26, 2024 20:09
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.

[TASK] supportsInterface should make use of inheritance
3 participants