-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
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
chore!: remove BlobsByNamespace #1025
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I agree. Better off in the app
Yeah I dug into it last week and have the fix in the Sync ABCI PR I have. It's basically caused because of the e2e docker file which upgraded to using a more recent version of rocksdb than the one that CometBFT supports. To fix this you need to replace:
with
in |
In the long term CometBFT will need to upgrade their rocksdb version then we can go back to using the |
) Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Description
we are only using this in two tests in the app, and it could end up being incorrect in the future since it doesn't account for the version in the namespace in the
less
methodif we still want this, then I think it'd be easier to maintain in the app