Ioannis

Results 8 issues of Ioannis

There is no obvious reason to pre-calculate the Drip List ID based on the account's total minted count (to validate this before making any changes). Also, after discussions, we came...

refactor

Round Projects and Drip Lists splits weights to reach TOTAL_SPLITS_WEIGHT. This will avoid tiny amounts not being splitted and "stuck" as collectable for the sender. Relevant files are `GitProjectService.ts` and...

enhancement

Generate random Drip List ID instead of calculating this base on the minted count of the user when preparing the transactions (`DripsListService.ts`). This is where we landed, right @efstajas? [Context](https://discord.com/channels/1096003917717983252/1096004301027029064/1207358433632718930)

When a user deletes a repo from GitHub the app will show a "500 Internal Server Error" page when trying to navigate to that (claimed) project's page. I think we...

After some operations, we `await waitForAccountMetadata.` This performs the following query: ```gql query LatestAccountMetadataHash($accountId: ID!) { userById(accountId: $accountId) { latestMetadataIpfsHash } } ``` At the app, the emitter's `accountId` could...

bug

(partially) resolves: https://github.com/drips-network/app/issues/1181