mirror of
https://github.com/nspcc-dev/neofs-api.git
synced 2026-03-01 04:28:54 +00:00
Native NFT support #42
Labels
No labels
I0
I1
I2
I3
I4
S0
S1
S2
S3
S3
S4
U2
U3
U4
bug
discussion
discussion
documentation
enhancement
enhancement
enhancement
feature
good first issue
question
task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-api#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexvanin on GitHub (May 6, 2021).
Native NFT support should be reconsidered. This issue contains brief changes that were required for implementation and all connected tasks.
Define well-known container attributes for NFT ownership transfer, including:
GetExtendedACLResponsemessage contains eACL signature in it's body. This signature is approved by alphabet nodes and valid in the moment eACL was changed. However later NFT can be transferred to other owner. Therefore public key of the current NFT owner might be different from the public key in eACL signature ofGetExtendedACLResponse. (#153)Container listing is going to be broken because container contract can't update owner values as soon as we do not monitor token transfers from main chain. Therefore container contract needs separate index on containers with NFT support and storage nodes should lookup over all containers with NFT to find out actual owner at the moment of the listing request. (https://github.com/nspcc-dev/neofs-node/issues/524)
Other connected tasks:
@amlwwalker commented on GitHub (Mar 7, 2022):
is there any further thought around this?
There are a couple of use cases where this would be a fantastic capability to be able to check ownership of an NFT/semi-FT to allow an account access to data/objects/containers.