Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Uniques V2 Roadmap 2022 (Tracking Issue) #11783

Closed
11 of 15 tasks
jsidorenko opened this issue Jul 5, 2022 · 12 comments · Fixed by #12765
Closed
11 of 15 tasks

Uniques V2 Roadmap 2022 (Tracking Issue) #11783

jsidorenko opened this issue Jul 5, 2022 · 12 comments · Fixed by #12765
Labels
J1-meta A specific issue for grouping tasks or bugs of a specific category.

Comments

@jsidorenko
Copy link
Contributor

jsidorenko commented Jul 5, 2022

Goals

The main goal is to apply the best standards we currently have in the NFTs space while keeping the pallet as generic as possible.

Roadmap

Changes to the existing core (Uniques V1):

New features:

Nice to have:

@jsidorenko jsidorenko added the J1-meta A specific issue for grouping tasks or bugs of a specific category. label Jul 5, 2022
@Szegoo
Copy link
Contributor

Szegoo commented Jul 7, 2022

What would the new approvals structure exactly be? Could you please provide a bit more details on that? Is there a document where these tasks are a bit more detailed?

@jsidorenko
Copy link
Contributor Author

What would the new approvals structure exactly be? Could you please provide a bit more details on that? Is there a document where these tasks are a bit more detailed?

Sure, I've created multiple topics in the Discussions section to discuss the ideas and approaches. Once we come to a common agreement, we would start the implementation.
The tasks above were updated with the links to the appropriate discussion threads.

@Polkadot-Forum
Copy link

This issue has been mentioned on Polkadot Forum. There might be relevant details there:

https://forum.polkadot.network/t/uniques-pallet-nfts-september-update/410/2

@JayPavlina
Copy link
Contributor

JayPavlina commented Sep 30, 2022

What is multi-assets support?

Also, I saw smart attributes mentioned in the forum, but I don't see it here. It would be interesting to see your approach to access control with attributes.

I also don't find tips intuitive to understand. How do they relate to royalties?

@Polkadot-Forum
Copy link

This issue has been mentioned on Polkadot Forum. There might be relevant details there:

https://forum.polkadot.network/t/uniques-pallet-nfts-september-update/410/4

@shawntabrizi
Copy link
Member

@JayPavlina tips is an opt-in approach to royalties, rather than building royalties, and knowing that users can bypass it easily using things like wrapping the token.

In this case, there is still a way for an original NFT creator to get paid some portion of a sale, which is via the TIP feature. You can imagine, if you buy any NFT on a platform which supports tips, they will make sure that the final purchase transaction handles the TIP amount, and the artist is paid. Obviously this is something that needs to be supported by the platform, but this is already true for enforcement of royalties

@jsidorenko
Copy link
Contributor Author

@JayPavlina Multi-assets support is the ability to specify the price for your NFT in a non-native token.
No dex or conversion between tokens will be supported. If you set the price in USDC, then it will be possible to buy that NFT with USDC only.

Re smart attributes, I'll add them to the roadmap. Thanks for the heads up!

@takahser
Copy link
Contributor

takahser commented Oct 13, 2022

Can you include support for SFTs (semi-fungible tokens, which are supported in EIP-1155) in the roadmap as well? Major NFT marketplaces have been supporting it for a while already.
If not for this release, at least for the subsequent one?

@jsidorenko
Copy link
Contributor Author

I'll put it into Nice-to-have section for now. I think we should merge the new pallet into the master once we get the opened pull requests ready + the smart attributes implemented. After that, we could start to gather feedback and think about the next wave of improvements

@evilrobot-01
Copy link

The mint call/dispatchable currently requires an item to be specified, which could lead to transactions failing with AlreadyExists in a hyped public mint which sells out in seconds. Perhaps consider adding an option which allows items to be automatically assigned based on a requested quantity, to allow minting more than one item in a single transaction. This may also require mint limits per transaction and transaction limits per mint phase tho, depending on mint mechanics.

PS - There also currently does not seem to be a way to determine how many items have been minted (CollectionDetails.items) from another pallet, which could be used to determine the next item identifier to use with the current api.

@Polkadot-Forum
Copy link

This issue has been mentioned on Polkadot Forum. There might be relevant details there:

https://forum.polkadot.network/t/statemint-update-roadmap/1200/1

@Polkadot-Forum
Copy link

This issue has been mentioned on Polkadot Forum. There might be relevant details there:

https://forum.polkadot.network/t/polkadot-release-analysis-v0-9-37/1736/1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
J1-meta A specific issue for grouping tasks or bugs of a specific category.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants