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

[feat] check sanity of rpc node during minting phase #309

Open
Zir0h opened this issue Jul 4, 2023 · 1 comment
Open

[feat] check sanity of rpc node during minting phase #309

Zir0h opened this issue Jul 4, 2023 · 1 comment
Labels
🧪 feature request 🐣 good first issue Good for newcomers 🤙 Priority: Low This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix

Comments

@Zir0h
Copy link
Contributor

Zir0h commented Jul 4, 2023

Describe the problem

I've seen some people struggle when minting with a bad rpc node. The screen usually just hangs on the final step. As a workaround we ask people to try minting again with the webdev console of their browser opened and check for error messages.

Describe the solution you'd like

Would it be possible to show the visitor if the rpc node is having issues? This could be a dns error, http error, node rejecting the transaction...

Alternatives considered

Would it be possible to do a call to the version endpoint of the rpc nodes, for example https://mainnet.api.tez.ie/version, and abort / redirect the visitor to the settings menu to select another node?

Additional context

No response

@Zir0h Zir0h added 🧪 feature request 🤙 Priority: Low This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix labels Jul 4, 2023
@melMass melMass added the 🐣 good first issue Good for newcomers label Jul 5, 2023
@Zir0h
Copy link
Contributor Author

Zir0h commented Oct 21, 2023

Worked around with #339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧪 feature request 🐣 good first issue Good for newcomers 🤙 Priority: Low This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix
Projects
None yet
Development

No branches or pull requests

2 participants