CirclesUBI / circles-myxogastria

Webapp and mobile client for Circles
https://circles.garden
GNU Affero General Public License v3.0
37 stars 21 forks source link

Balances are not being shown correctly in the total balance #677

Closed JacqueGM closed 1 year ago

JacqueGM commented 1 year ago

Describe the bug

For some account the balance doesnt show fully, for example for CirclesCoop the balance is smaller than the real

To Reproduce Steps to reproduce the behavior:

  1. Go to 'circles.garden
  2. See balance and see that it doesnt match with the real balance displayed for example in blockscout

Expected behavior The real balance of the shared wallet should be displayed

JacqueGM commented 1 year ago

We figure out the issue, according to the documentation for thegraph, when we do a query this is limited for 100rows so we need to paginate to obtain the full balance

https://thegraph.com/docs/en/developing/developer-faqs/

JacqueGM commented 1 year ago

Resolved in release https://github.com/CirclesUBI/circles-myxogastria/releases/tag/v2.9.1