You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
The removeSupportAllNFTs method of the NFT module may not remove support of all NFTs if the ALL_SUPPORTED_NFTS_KEY is present. The getAll function will never return the ALL_SUPPORTED_NFTS_KEY key because it iterates over all keys of size LENGTH_CHAIN_ID but ALL_SUPPORTED_NFTS_KEY is the empty string.
Acceptance Criteria
In the removeSupportAllNFTs function, also remove the ALL_SUPPORTED_NFTS_KEY key
Add unit test
Additional Information
release/6.1.0
The text was updated successfully, but these errors were encountered:
Description
The removeSupportAllNFTs method of the NFT module may not remove support of all NFTs if the ALL_SUPPORTED_NFTS_KEY is present. The getAll function will never return the ALL_SUPPORTED_NFTS_KEY key because it iterates over all keys of size LENGTH_CHAIN_ID but ALL_SUPPORTED_NFTS_KEY is the empty string.
Acceptance Criteria
Additional Information
release/6.1.0
The text was updated successfully, but these errors were encountered: