Mahdi Heydari

Results 11 issues of Mahdi Heydari

When users recover their accounts without having backup or when they forget their password, only those connections and groups information is restored that is mutual between them and their friends...

`PUT /operations/{hash}` may return error code `429` with `Too Many Requests` as message. On client side we should handle that by showing a proper alert to the user.

enhancement

The client tries to back up the connection photo only once when the user makes the connection. It's generally useful to retry on the next startup if the backup of...

https://github.com/BrightID/BrightID-AntiSybil/blob/8ebe6ccb407d487ce4f060976dedf71c8d137d4e/anti_sybil/algorithms/sybil_group_rank.py#L36 If we have for example 3 seed groups A, B, C and A=(a1, a2, a3) B=(b1, b2, b3) and C=(c1, c2, c3) and then (a1, b1, c1) make a...

The scorer has an `apps` verification calculation beside the `bitu`, `meets`, etc that loops over all users and evaluates all existing verification expressions for the user, and inserts a document...

The most time-consuming part of the scorer service is currently restoring the snapshots. Incremental backup/restoring method can be used to improve the scorer's performance. The most important collections in the...

We should add a test script for querying api endpoints.

It seems `p`, `q` and `g` values are constants and only `y` is the random section, so those constant sections can be removed from the `GET /state` response.

brightid and apply foxx services are sharing db.js and operations.js We should use foxx linking features described [here](https://www.arangodb.com/docs/stable/foxx-guides-dependencies.html) to link these two services.

effort: 5
bounty 💎

@TripleSpeeder reported that arangodb is using around half of 32GB dappnode memory. ![screenshot-snapshot raintank io-2021 03 03-14_16_59](https://user-images.githubusercontent.com/36688816/109794501-28825480-7c2b-11eb-81df-37624b00d37c.png) It seems we have some sort of problem in garbage collection that is...