Skip to content

Fix #58: Add missing ERC721 external burnable test and improve naming#61

Merged
nisedo merged 2 commits intocrytic:mainfrom
nisedo:fix/erc721-burnable-external-tests
Nov 26, 2025
Merged

Fix #58: Add missing ERC721 external burnable test and improve naming#61
nisedo merged 2 commits intocrytic:mainfrom
nisedo:fix/erc721-burnable-external-tests

Conversation

@nisedo
Copy link
Copy Markdown
Contributor

@nisedo nisedo commented Nov 24, 2025

  • Add test_ERC721_external_burnRevertOnTransferFromZeroAddress test
  • Rename test_ERC721_external_burnRevertOnTransfer to test_ERC721_external_burnRevertOnTransferFromPreviousOwner for consistency
  • External properties now match internal properties with 6 tests each

Resolves #58

Copy link
Copy Markdown

@omarinuwa omarinuwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addresses issue 58, naming improvd and ERC721 external burnable test added

…naming

- Add test_ERC721_external_burnRevertOnTransferFromZeroAddress test
- Rename test_ERC721_external_burnRevertOnTransfer to test_ERC721_external_burnRevertOnTransferFromPreviousOwner for consistency
- External properties now match internal properties with 6 tests each

Resolves crytic#58
@nisedo nisedo force-pushed the fix/erc721-burnable-external-tests branch from 2c1152c to 6aa7580 Compare November 26, 2025 23:26
@nisedo nisedo merged commit ea832b9 into crytic:main Nov 26, 2025
6 checks passed
@nisedo nisedo deleted the fix/erc721-burnable-external-tests branch November 26, 2025 23:47
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.

[Bug-Candidate]: Difference in ERC721BurnableProperties for external vs. internal

2 participants