IDunion / indy-did-resolver

Resolver for the did:indy method
Apache License 2.0
8 stars 7 forks source link

one-time pool refresh at start #18

Closed domwoe closed 2 years ago

domwoe commented 2 years ago

Signed-off-by: Dominic Wörner dom.woe@gmail.com

c2bo commented 2 years ago

Should we do this periodically for all pools or are we getting updates from the moment we are connected (and updated once)?

domwoe commented 2 years ago

Yes, this should be done periodically. This is also the approach taken in the indy vdr proxy server. I just wanted to have minimal functioning version first. Would be great if one of you could take care of that properly since I'm more concerned with the resolver part instead of the driver part.

c2bo commented 2 years ago

Alright, let's merge this and I will create a new issue and add some sort of task to periodically refresh the pool information.