You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When a "cosmos" validator try to announce announce_request, an error occur with Transaction attempting to announce validator reverted. Make sure you have enough funds in your account to pay for transaction fees., but the error result doesn't meant the wallet doesn't have enough funds since its not checked on code. This means that if the announce fails for another reason, an incorrect error message is sent.
Describe the solution you'd like
Implement the TODO to assert that the wallet doesnt have enough funds.
Describe alternatives you've considered
None other than knowing the wallet balance.
Nice to Have
Describe non-essential extensions to the solution
Giving more elements on this function tx_response_to_outcome could benefits a better traceability of the errors.
The text was updated successfully, but these errors were encountered:
Problem
Is your feature request related to a problem? Please describe.
When a "cosmos" validator try to announce
announce_request
, an error occur withTransaction attempting to announce validator reverted. Make sure you have enough funds in your account to pay for transaction fees.
, but the error result doesn't meant the wallet doesn't have enough funds since its not checked on code. This means that if the announce fails for another reason, an incorrect error message is sent.Additional context
announce_request
function that does not check the wallet balance
Solution
Describe the solution you'd like
Implement the
TODO
to assert that the wallet doesnt have enough funds.Describe alternatives you've considered
None other than knowing the wallet balance.
Nice to Have
Describe non-essential extensions to the solution
Giving more elements on this function tx_response_to_outcome could benefits a better traceability of the errors.
The text was updated successfully, but these errors were encountered: