We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug It seems the system fail to handle the condition in which the address input is empty.
Since the iriscli and swagger will both intercept empty address input, this bug has never been discovered.
empty address input
To Reproduce http://localhost:1317/distribution/""/rewards
The system fails to analysis (“”),and then returns the confused output:
{ "total": [ { "denom": "iris-atto", "amount": "1114165332000000000" } ], "delegations": [ { "validator": "fva19q9utf40ecgsumacxtne7rhs5kl32v6nzk88ke", "reward": [ { "denom": "iris-atto", "amount": "531869301000000000" } ] }, { "validator": "fva1lwfd8p7nywdxm4xyn8dafe8uhu7w39ap0v4csz", "reward": [ { "denom": "iris-atto", "amount": "582296031000000000" } ] } ], "commission": null }
The text was updated successfully, but these errors were encountered:
confirmed
Sorry, something went wrong.
haifengxi
chengwenxi
shilei-wang
No branches or pull requests
Describe the bug
It seems the system fail to handle the condition in which the address input is empty.
Since the iriscli and swagger will both intercept
empty address input
, this bug has never been discovered.To Reproduce
http://localhost:1317/distribution/""/rewards
The system fails to analysis (“”),and then returns the confused output:
The text was updated successfully, but these errors were encountered: