Skip to content
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

Merged
merged 3 commits into from
Jun 20, 2023

Conversation

evan-forbes
Copy link
Member

@evan-forbes evan-forbes commented Jun 19, 2023

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 method

if we still want this, then I think it'd be easier to maintain in the app

@evan-forbes evan-forbes self-assigned this Jun 19, 2023
@evan-forbes evan-forbes requested a review from rootulp June 19, 2023 12:51
@evan-forbes evan-forbes enabled auto-merge (squash) June 19, 2023 12:51
@evan-forbes evan-forbes changed the title chore: remove BlobsByNamespace chore!: remove BlobsByNamespace Jun 19, 2023
cmwaters
cmwaters previously approved these changes Jun 19, 2023
Copy link
Contributor

@cmwaters cmwaters left a 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

rootulp
rootulp previously approved these changes Jun 19, 2023
@rootulp
Copy link
Collaborator

rootulp commented Jun 19, 2023

e2e-test looks like a required check but it's failing here. ete-test was skipped for the last PR that merged to main here. But it did run on the PR that bumped to cometbft v0.34.28 here.

@cmwaters
Copy link
Contributor

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:

FROM golang:1.20

with

FROM golang:1.20-bullseye

in test/e2e/docker/Dockerfile

@cmwaters
Copy link
Contributor

In the long term CometBFT will need to upgrade their rocksdb version then we can go back to using the Alpine version that golang uses by default.

@cmwaters cmwaters dismissed stale reviews from rootulp and themself via 1363a0e June 20, 2023 12:03
@evan-forbes evan-forbes merged commit a1b07a1 into v0.34.x-celestia Jun 20, 2023
17 checks passed
@evan-forbes evan-forbes deleted the evan/remove-BlobsByNamespace branch June 20, 2023 17:49
cmwaters pushed a commit that referenced this pull request Sep 20, 2023
)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants