sandbox-smart-contracts icon indicating copy to clipboard operation
sandbox-smart-contracts copied to clipboard

Feat/land refactor dead code

Open adjisb opened this issue 9 months ago • 0 comments

Description

https://internal-jira.atlassian.net/browse/LR-14

Changes to get 100% coverage

  • add IERC721BatchOps for batch operations
  • remove supportsInterface that where not called
  • remove __ERC2771Handler_initialize
  • make _ownerAndOperatorEnabledOf so it is only implemented once
  • add extra tests to get 100% coverage
  • remove external methods and move those needed to main contract (so we check access there)

adjisb avatar May 07 '24 19:05 adjisb