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

[BUG] CW721 pointer to ERC721, isApprovedForAll expected all true but some got false #1896

Open
cd3367 opened this issue Oct 12, 2024 · 1 comment
Labels
bug Something isn't working linear Created by Linear-GitHub Sync

Comments

@cd3367
Copy link

cd3367 commented Oct 12, 2024

Chain ID
atlantic-2 & pacific-1

Describe the bug
setApprovalForAll to many operators more than 10 example 20.
Because of CW721 all_operators .limit default 10.
ERC721 isApprovedForAll will return true within operators 10, return false after operators 10, expected all operators return true

To Reproduce
Steps to reproduce the behavior:

  1. deploy a CW721 and pointer to ERC721.
  2. setApprovalForAll from operator1 to operator20, total 20 operators
  3. isApprovedForAll from operator1 to operator20,
@cd3367 cd3367 added bug Something isn't working linear Created by Linear-GitHub Sync labels Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linear Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

2 participants
@cd3367 and others