-
Notifications
You must be signed in to change notification settings - Fork 36
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
Lazy ownership tree based on pallet-unique's owner #31
Commits on Dec 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ee0b354 - Browse repository at this point
Copy the full SHA ee0b354View commit details
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 18b806a - Browse repository at this point
Copy the full SHA 18b806aView commit details
Commits on Dec 29, 2021
-
Add lookup_root_owner and nft_to_account_id functions. Create test fo…
…r burning an NFT from a non root_owner to trigger expected failure
Configuration menu - View commit details
-
Copy full SHA for e75b26e - Browse repository at this point
Copy the full SHA e75b26eView commit details
Commits on Dec 30, 2021
-
Update Test to try to burn an NFT after it has already been burned. C…
…orrect bounds to allow for Collection ID & NFT ID to be mapped to Class ID & Instance ID of Uniques pallet
Configuration menu - View commit details
-
Copy full SHA for d3f9468 - Browse repository at this point
Copy the full SHA d3f9468View commit details
Commits on Dec 31, 2021
-
Remove AccountPreImage StorageMap and implement encode/decode functio…
…ns to generate virtual accounts & retrieve collection_id, nft_id. Add CircleDetected error when sending nft to self nft and add test
Configuration menu - View commit details
-
Copy full SHA for f705c8c - Browse repository at this point
Copy the full SHA f705c8cView commit details
Commits on Jan 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55642ec - Browse repository at this point
Copy the full SHA 55642ecView commit details
Commits on Jan 5, 2022
-
Update logic in send_nft and change Children to a StorageMap with tup…
…le of collection_id & nft_id as key. Add additional tests to ensure functionality works as expected.
Configuration menu - View commit details
-
Copy full SHA for a384424 - Browse repository at this point
Copy the full SHA a384424View commit details
Commits on Jan 7, 2022
-
Update is_x_descendent_of_y to do bottom up search. Make naming chang…
…es and documentation corrections. Remove owner from InstanceInfo as it is no longer needed to be tracked
Configuration menu - View commit details
-
Copy full SHA for 119ea8f - Browse repository at this point
Copy the full SHA 119ea8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f81bf - Browse repository at this point
Copy the full SHA b1f81bfView commit details
Commits on Jan 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7d4d8a1 - Browse repository at this point
Copy the full SHA 7d4d8a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf81f9 - Browse repository at this point
Copy the full SHA 3cf81f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eaa287 - Browse repository at this point
Copy the full SHA 0eaa287View commit details -
Ensure the ownership is updated for NftInfo struct for owner AccountI…
…dOrCollectionNftTuple
Configuration menu - View commit details
-
Copy full SHA for 261f09d - Browse repository at this point
Copy the full SHA 261f09dView commit details