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

Register Nano Contract lost in infinity loading #550

Closed
alexruzenhack opened this issue Sep 4, 2024 · 3 comments
Closed

Register Nano Contract lost in infinity loading #550

alexruzenhack opened this issue Sep 4, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@alexruzenhack
Copy link
Contributor

@andreabadesso has found that sometimes the "Register Nano Contract" screen get lost in the loading feedback despite the success in registering the Nano Contract.

@alexruzenhack alexruzenhack added the bug Something isn't working label Sep 4, 2024
@alexruzenhack alexruzenhack self-assigned this Sep 4, 2024
@alexruzenhack
Copy link
Contributor Author

The following PR will fix the infinity loading, however without address the cause: #552

@alexruzenhack
Copy link
Contributor Author

I've found that this issue is caused when we use the nano-testnet network and the latest version of wallet-lib. The explanation for this issue is that nano-testnet provides the endpoint nano_contract/blueprint while the wallet-lib calls nano_contract/blueprint/info. This mismatch in the endpoint prevents the wallet mobile to download blueprint information, which is necessary to show the nano contract request.

@alexruzenhack
Copy link
Contributor Author

It is solved when using the staging.nano-testnet.hathor.network server.

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
Archived in project
Development

No branches or pull requests

1 participant