issues
search
pinknetworkx
/
atomicassets-contract
Smart Contract of the AtomicAssets standard.
MIT License
149
stars
88
forks
source link
dev-feature-5 - Changing Collection Authors
#53
Closed
on-a-t-break
closed
2 months ago
on-a-t-break
commented
2 months ago
Adds authorswaps table with collection_name key and current_author, new_author, permission and swap_date fields
Current authors are able to create "author swap listings" with must then be accepted by the recipient "new_author"
Author swaps can be accepted immediately if the permissions used to create the listing are 'owner'
Author swaps can be accepted after 1 week (by default) if the permissions used to create the listings are 'active'
Author swaps can be rejected / declined / erased by both the current_author & the new_author at any given time
Author swaps expire after 3 weeks (by default) & must be destroyed & then recreated (just for safety purposes)