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

[NEW]Abstract the NFT upsert #157

Closed
wants to merge 1 commit into from
Closed

Conversation

Dnouv
Copy link
Member

@Dnouv Dnouv commented May 22, 2022

This PR is a step towards the abstraction of Superprofile.

@lgtm-com
Copy link

lgtm-com bot commented May 22, 2022

This pull request introduces 8 alerts when merging 9749339 into d5b01dd - view on LGTM.com

new alerts:

  • 7 for Unused variable, import, function or class
  • 1 for Missing variable declaration

@Sing-Li
Copy link
Member

Sing-Li commented May 23, 2022

This PR is a step towards the abstraction of Superprofile.

Awesome! Thanks for starting this. Please keep in mind that superprofile should just track "globally available key value pairs" - like a noSQL database, but with limited query capabilities and already-world-scaled scope.

It should not, for example, have any knowledge of NFTs --- therefore it should not and can never have an NFTUpsert method. Instead perhaps .... transactionalUpdateInsert( "nftaddr", "xxxxxxxx")

@Sing-Li Sing-Li added this to the Web 3 Demo Community milestone May 23, 2022
@Dnouv
Copy link
Member Author

Dnouv commented Jul 14, 2022

Closing in view of #169

Thanks!

@Dnouv Dnouv closed this Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants