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

Problem purchasing a subscription in contracts 3.3.x on mumbai #499

Open
3 tasks
aaitor opened this issue Sep 13, 2023 · 0 comments
Open
3 tasks

Problem purchasing a subscription in contracts 3.3.x on mumbai #499

aaitor opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@aaitor
Copy link
Member

aaitor commented Sep 13, 2023

Describe the bug

When testing the upgrade of contracts v3.3.x in mumbai we are getting an error from the SDK when claiming a NFT: Nevermined does not have operator role

This seems because the TransferNFT721Condition is not an operator. Granting a condition as operator typically happens during the contract deployment.

Tasks:

  • Check if during the upgredability process this needs to be granted again because the new condition implementation.
  • Grant the TransferNFT721Condition v3.3.x in mumbai
  • Modify the upgradability scripts please to include that

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://mumbai.nevermined.app/
  2. Try to purchase a subscription

Expected behavior

The subscription is purchased and transfer correctly

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

@aaitor aaitor added the bug Something isn't working label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants