hoodrunio / explorer-backend

Backend app for Cosmos ecosystem explorer.
https://backend.testnet.run/
5 stars 1 forks source link

Proposal GRPC issue #70

Closed amorfc closed 1 year ago

amorfc commented 1 year ago
Errorist79 commented 1 year ago

Proposal vote endpoint: the reason for the error you get is that you are querying over a proposal which voting period has expired. here is an ex. on active proposal: image

Errorist79 commented 1 year ago

Seems proposal votes list not empty: maybe it's for the same reason as the previous case.

image

Errorist79 commented 1 year ago

Depositor query by address image

Errorist79 commented 1 year ago

Proposal deposits endpoint:

there is only an issue with the amount here.

image

amorfc commented 1 year ago

Proposal deposits endpoint:

there is only an issue with the amount here.

image

İ fixed that amount issue but did not push yet, also there is a new structure for this implementation which is complex a bit that why i need another point of view to be sure. 🙏

Errorist79 commented 1 year ago

İ fixed that amount issue but did not push yet, also there is a new structure for this implementation which is complex a bit that why i need another point of view to be sure. 🙏

😎

amorfc commented 1 year ago

Fixed