You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
When this is using a._headsIndex I get an empty log back when comparing 2 logs with same head but the other one having a longer history (more entries loaded from local filesystem). If I monkeypatch (as seen here) this to use a._entryIndex I get back what I would l logically expect (log with entries which are in the other but not in the other).
@thiagodelgado111 Would you consider the change I made a sound one and should we implement it in ipfs-log or am I missing something?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Referring to this line of code: log.js#L581
When this is using
a._headsIndex
I get an empty log back when comparing 2 logs with same head but the other one having a longer history (more entries loaded from local filesystem). If I monkeypatch (as seen here) this to usea._entryIndex
I get back what I would l logically expect (log with entries which are in the other but not in the other).@thiagodelgado111 Would you consider the change I made a sound one and should we implement it in ipfs-log or am I missing something?
The text was updated successfully, but these errors were encountered: