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

Lazy ownership tree based on pallet-unique's owner #31

Merged
merged 13 commits into from
Jan 11, 2022

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    ee0b354 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    18b806a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. 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
    HashWarlock committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    e75b26e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. 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
    HashWarlock committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    d3f9468 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. 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
    HashWarlock committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    f705c8c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    55642ec View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. 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.
    HashWarlock committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    a384424 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. 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
    HashWarlock committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    119ea8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1f81bf View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    7d4d8a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cf81f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eaa287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    261f09d View commit details
    Browse the repository at this point in the history