AmplicaLabs / reconnection-service

A Gateway microservice to reconnect graphs in DSNP/Frequency
https://amplicalabs.github.io/reconnection-service/
Apache License 2.0
2 stars 0 forks source link

[enhancement] crawl MSA IDs to find user migration jobs to execute #159

Open JoeCap08055 opened 1 month ago

JoeCap08055 commented 1 month ago

Description

Currently, the app crawls blocks in the chain looking for new delegations to a provider in order to queue relevant graph update jobs. There are several significant drawbacks to this approach:

One approach that might mitigate these drawbacks is:

Note, this approach does not necessarily eliminate the need to crawl the chain & watch for new delegations, but it does eliminate the need for an archive node--the chain scan can start from the current block as of the start of the service.