Skip to content

chore: add tests for ERC721Facet, ERC721BurnFacet and LibERC721#218

Merged
mudgen merged 7 commits into
Perfect-Abstractions:mainfrom
akronim26:chore/tests
Nov 24, 2025
Merged

chore: add tests for ERC721Facet, ERC721BurnFacet and LibERC721#218
mudgen merged 7 commits into
Perfect-Abstractions:mainfrom
akronim26:chore/tests

Conversation

@akronim26

Copy link
Copy Markdown
Contributor

Summary

Wrote tests for ERC721Facet, ERC721BurnFacet and LibERC721.

Changes Made

Wrote tests for ERC721Facet, ERC721BurnFacet and LibERC721.

Checklist

Before submitting this PR, please ensure:

  • Code follows the Solidity feature ban - No inheritance, constructors, modifiers, public/private variables, external library functions, using for directives, or selfdestruct

  • Code follows Design Principles - Readable, uses diamond storage, favors composition over inheritance

  • Code matches the codebase style - Consistent formatting, documentation, and patterns (e.g. ERC20Facet.sol)

  • Code is formatted with forge fmt

  • Existing tests pass - Run tests to be sure existing tests pass.

  • New tests are optional - If you don't provide tests for new functionality or changes then please create a new issue so this can be assigned to someone.

  • All tests pass - Run forge test and ensure everything works

  • Documentation updated - If applicable, update relevant documentation

Make sure to follow the contributing guidelines.

Additional Notes

@netlify

netlify Bot commented Nov 23, 2025

Copy link
Copy Markdown

👷 Deploy request for compose-diamonds pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit c84aeb0

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report

Coverage

Metric Coverage Details
Lines 84% 1630/1940 lines
Functions 87% 310/358 functions
Branches 70% 230/330 branches

Last updated: Sun, 23 Nov 2025 22:08:40 GMT for commit c84aeb0

@github-actions

Copy link
Copy Markdown
Contributor

Gas Report

No gas usage changes detected between main and chore/tests.

All functions maintain the same gas costs. ✅

Last updated: Sun, 23 Nov 2025 22:09:23 GMT for commit c84aeb0

@mudgen mudgen merged commit e318581 into Perfect-Abstractions:main Nov 24, 2025
4 checks passed
@mudgen

mudgen commented Nov 24, 2025

Copy link
Copy Markdown
Contributor

@akronim26 Thanks!

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.

2 participants