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

Owner token transfer: Unable to receive owner token on testnet #13546

Closed
lukaszso opened this issue Feb 13, 2024 · 5 comments · Fixed by #13626
Closed

Owner token transfer: Unable to receive owner token on testnet #13546

lukaszso opened this issue Feb 13, 2024 · 5 comments · Fixed by #13626
Assignees
Labels
bug Something isn't working E:Desktop Tokenized Ownership Implementation of the tokenization of community ownership and transfer of said ownership

Comments

@lukaszso
Copy link

Bug Report

Description

While testing the 2.27 RC1 i noticed that i am unable to transfer ownership for a community. The flow is completed successfully and i get the confirmation toasts (one for start of the transfer and one for it's completion) but it never arrives in recipients wallet. Tried three times already always with the same result.

Etherscan shows the transaction with Success status.

Steps to reproduce

  1. Create a community
  2. Mint owner token
  3. Transfer the token to another user
  4. Wait for the token to arrive at recipients wallet

Expected behavior

Token is received and the recipient can continue the transfer flow.

Actual behavior

The token never arrives.

Additional Information

  • Status desktop version: StatusIm-Desktop-v2.27.0-rc.1-83cb1a-aarch64
  • Operating System: Mac
@lukaszso lukaszso added bug Something isn't working backend-team labels Feb 13, 2024
@lukaszso lukaszso added this to the 2.27.0 Alpha RC milestone Feb 13, 2024
@jrainville
Copy link
Member

@alaibe should this be assigned to the wallet team?

@alaibe
Copy link
Contributor

alaibe commented Feb 13, 2024

@dlipicar is it related to the opensea issue?

@dlipicar
Copy link
Contributor

@alaibe hmm, if that were the case, the collectible wouldn't even show up in the original owner's account.

@lukaszso could you give me the public addresses and tx hashes? What network are you doing this on?

@lukaszso
Copy link
Author

@anastasiyaig anastasiyaig added the E:Desktop Tokenized Ownership Implementation of the tokenization of community ownership and transfer of said ownership label Feb 15, 2024
@dlipicar
Copy link
Contributor

dlipicar commented Feb 15, 2024

Could reproduce this by transfering an Owner token on Opt Goerli.
Manually triggering a collectibles refresh on the receiver client did the trick (toggling testnet mode off and on).
image

What would normally happen is:

  1. An incoming ERC721 Transfer gets detected
  2. This triggers a refresh of the Owned Collectibles list.

However, after waiting for a long while (~10 min), the incoming transfer is not detected
image

@IvanBelyakoff or @rasom could you jump in and see why that is? This is a fresh account with no other assets, its first activity is receiving this collectible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working E:Desktop Tokenized Ownership Implementation of the tokenization of community ownership and transfer of said ownership
Development

Successfully merging a pull request may close this issue.

5 participants