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

NFT's remains in escrow account for any Escrow Action #7

Open
rgb-000 opened this issue Apr 15, 2022 · 1 comment
Open

NFT's remains in escrow account for any Escrow Action #7

rgb-000 opened this issue Apr 15, 2022 · 1 comment

Comments

@rgb-000
Copy link

rgb-000 commented Apr 15, 2022

Congrats for the work you guys have done on the transmuter!
I created many different mutations on devnet, but no matter which option I configure to escrow action ("do nothing", "change owner", even with reversible mutations) the NFT keep locked in the escrow account. To describe a little more, these is what I get when I tried some basic mutations where the user puts in 1 NFT in return of N tokens:

  • lock forever works fine, user give NFT and get the tokens;
  • do nothing user receive the tokens but don't get the NFT back from escrow account;
  • change owner user receive the tokens but the the maker don't get the NFT from escrow account;
  • reversible user receive the tokens, then reverse, give the tokens back but don't get NFT back from escrow account;

Another thing, if one of the transactions fails for some reason, the user get an error and aren't able to use the transmuter anymore with this same wallet. Checking the console Allocate: account Address { address: SOmEaAccountAdresSSSxXHVXHVHVHXVX, base: None } already in use, which seems like the account created in the first tx to start a mutation.

That's it, thank for your time and for make this repo public!

@jrej-dev
Copy link

gm
Also trying the transmuter on devnet. Got the same error message after a transaction failed:
Allocate: account Address { address: DZvUtq1KdsnR6LUVcv3Sk7uNuUsipniZXW9Q5AUG3qQw, base: None } already in use Program 11111111111111111111111111111111 failed: custom program error: 0x0
Have you find a way around this? Is it only on devnet?

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

No branches or pull requests

2 participants