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
Actual behavior
estuary build fails because of undefined functions being called
Additional context
blockstore changed its way to raise ErrNotFound since this PR, which breaks compatibility.
The logic should be changed to use ipld.ErrNotFound instead of blockstore.ErrNotFound.
The text was updated successfully, but these errors were encountered:
estuary can't be built due to undefined blockstore.ErrNotFound functions called:
# github.com/application-research/estuary/util/migratebs util/migratebs/blockstore.go:132:34: undefined: blockstore.ErrNotFound util/migratebs/blockstore.go:147:34: undefined: blockstore.ErrNotFound util/migratebs/blockstore.go:185:34: undefined: blockstore.ErrNotFound
To Reproduce
Steps to reproduce the behavior:
Expected behavior
estuary correctly built
Actual behavior
estuary build fails because of undefined functions being called
Additional context
blockstore changed its way to raise ErrNotFound since this PR, which breaks compatibility.
The logic should be changed to use ipld.ErrNotFound instead of blockstore.ErrNotFound.
The text was updated successfully, but these errors were encountered: