-
Notifications
You must be signed in to change notification settings - Fork 68
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
Safe + whitelisting #48
Conversation
…listing transfers
One implication of logical ownership: In the case of embedded NFTs, they are currently being preminted to the Launchpad and therefore they initially exist in a state where they do not have logical owner until they get bought. One solution is to change to flow as follows:
|
In fact this means that the interaction surface can be significantly simplified as the embedded and loose NFTs will have pretty much the same flow from an interface standpoint |
TODO:
|
…on_id on the Nft wrapper type. The witness is stored on the whitelist type as string to avoid generics.
…stance instead of sharing object
…tion into a whitelist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fast-tracking to merge all to develop, let us add TODOs so we can tackle stuff in the next iterations
Implementation of a proposal mentioned in this comment: MystenLabs/sui#4887 (comment)