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

[FEATURE] Show understandable errors #339

Open
Drabuna opened this issue Mar 7, 2023 · 1 comment
Open

[FEATURE] Show understandable errors #339

Drabuna opened this issue Mar 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Drabuna
Copy link

Drabuna commented Mar 7, 2023

Is your feature request related to a problem? Please describe.
I'm working with Tron main net, and USDT (TRC-20). Pretty sure that this will apply to other cryptos as well.
Sometimes I need to do manual payouts.
Sometimes payouts "fail" - to know what went wrong, I need to go to the log, and see the error.
Would be really nice if the error would be shown right next to the payout, together with some alert appearing on the screen.
In some cases, when you specify the max fee amount and click send, there's no error in the logs, no errors on the screen, and the status doesn't change (also applies when there's not enough funds).
You are only supposed to guess that it didn't work.
Would be really good to add some error/warning information for those as well.

Describe the solution you'd like
Show errors in UI.

@Drabuna Drabuna added the enhancement New feature or request label Mar 7, 2023
@MrNaif2018
Copy link
Member

In case max fee setting is in place, it will indeed just halt and not proceed, without changing the status, that's how you know the fee is larger than max fee specified

As for the fail, well we do not store payout logs, instead it's just logged. You can also batch payouts, or select many of them, it might take some time to process and server logs is always there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants