We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-bs-autobatch can't be built due to undefined blockstore.ErrNotFound functions called:
# github.com/application-research/go-bs-autobatch ../../../go/pkg/mod/github.com/application-research/go-bs-autobatch@v0.0.0-20211215020302-c4c0b68ef402/autobatch.go:216:34: undefined: blockstore.ErrNotFound ../../../go/pkg/mod/github.com/application-research/go-bs-autobatch@v0.0.0-20211215020302-c4c0b68ef402/autobatch.go:238:34: undefined: blockstore.ErrNotFound ../../../go/pkg/mod/github.com/application-research/go-bs-autobatch@v0.0.0-20211215020302-c4c0b68ef402/autobatch.go:395:33: undefined: blockstore.ErrNotFound
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:
Resolved by the latest release here
https://github.com/application-research/go-bs-autobatch/releases/tag/v0.1.0
Sorry, something went wrong.
alvin-reyes
No branches or pull requests
go-bs-autobatch can't be built due to undefined blockstore.ErrNotFound functions called:
# github.com/application-research/go-bs-autobatch ../../../go/pkg/mod/github.com/application-research/go-bs-autobatch@v0.0.0-20211215020302-c4c0b68ef402/autobatch.go:216:34: undefined: blockstore.ErrNotFound ../../../go/pkg/mod/github.com/application-research/go-bs-autobatch@v0.0.0-20211215020302-c4c0b68ef402/autobatch.go:238:34: undefined: blockstore.ErrNotFound ../../../go/pkg/mod/github.com/application-research/go-bs-autobatch@v0.0.0-20211215020302-c4c0b68ef402/autobatch.go:395:33: undefined: blockstore.ErrNotFound
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: