-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
LCD deposits for proposals returns null #4276
Comments
this is not a bug, it is part of the chain's pruning strategy and is expected. See #2880 for more details |
oh you mean the REST response, then yes. I guess we need to return the empty array |
For proposal 4 it's just |
It seems the governance module's client package is itself turning into a meta-client 🙁 It's the only module I know of that does these meta tx query aggregations for you...I don't know if we're heading down the right path here, but I guess it does help upstream clients a lot. Also doing proofs on this will be tough. |
Agree! doing proofs would be tough! |
moved to #4741 |
Summary of Bug
I was going to add a ticket but can be an extension of this:
https://stargate.cosmos.network/gov/proposals/4/deposits
Returns null -> probably because it's rejected, still I would expect an empty array
So probably this is related to:
#4114
https://stargate.cosmos.network/gov/proposals/5/deposits
returns null -> this Passed so we should have the deposits list
Probably adding the tests will fix it
#3094
Version
0.34.1
Steps to Reproduce
When I access a Passed proposal https://stargate.cosmos.network/gov/proposals/5/deposits
Then I should receive the list of deposits
When I access a rejected proposal https://stargate.cosmos.network/gov/proposals/4/deposits
Then I should receive an empty array (is this true? #4114)
For Admin Use
The text was updated successfully, but these errors were encountered: