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

xNFT updates #1889

Closed
wants to merge 3 commits into from
Closed

xNFT updates #1889

wants to merge 3 commits into from

Conversation

anshulWeb3
Copy link
Contributor

@anshulWeb3 anshulWeb3 commented Aug 4, 2023

This pull request is to amend the deliverables for xNFT pallet grant. We have replaced two functions namely transferSingleWithFee and transferMultiWithFee functions with transferCollection and transferCollectionOwnership functions.
The transferCollection function will be used to transfer collection from one chain to another.
While the transferCollectionOwnership will transfer the ownership of a collection across chains.
The reason behind this being: the instructions of xcm which we are using to transfer nfts is transact so for now we don't have any requirements related to fees.
Some instructions of xcm like buy execution requires fee parameter, but we aren't using any such instructions in our pallet.
Also, added names of two team members.

@CLAassistant
Copy link

CLAassistant commented Aug 4, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@Noc2 Noc2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your interest in the grants program. But this doesn't look like an amendment to me, but rather like a new grant application, correct? In this case, could you also fill out this template: #1888 (comment) as part of the PR? If it's actually an amendment, could you instead update the original application and not add a new file to the repo?

@Noc2 Noc2 added the changes requested The team needs to clarify a few things first. label Aug 4, 2023
@anshulWeb3 anshulWeb3 closed this Aug 5, 2023
@anshulWeb3 anshulWeb3 deleted the xNFT_updates branch August 5, 2023 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes requested The team needs to clarify a few things first.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants