ssbc / go-ssb

Go implementation of ssb (work in progress!)
https://scuttlebutt.nz
163 stars 23 forks source link

Add "are indexes in sync" query #302

Closed KyleMaas closed 1 year ago

KyleMaas commented 1 year ago

Based on #301

This adds a function to sbot which allows for querying whether or not the indexes are all up-to-date at the present time. This could be used for:

decentral1se commented 1 year ago

@KyleMaas https://github.com/ssbc/go-ssb/pull/301 has landed and the build is green again (luigi upgrade also landed), rebase away :woman_dancing:

KyleMaas commented 1 year ago

@decentral1se

Rebased.

KyleMaas commented 1 year ago

Thanks!