Closed dependabot[bot] closed 7 months ago
@Eengineer1 This was originally just a Dependabot update, but it drew my attention to double-checking whether our Buf files are correct/in-line with what should be expected for the mainnet upgrade (since the correct way to test this bump on Buf action is to run a make proto-gen):
proto/buf.lock
still references tendermint
as the package. Does this need to be changed to cometbft
? https://buf.build/cometbft/cometbft Seems to be a dependency/not directly referenced, so we might need to look at whether the buf-*
files are correct. There's a table on this page that suggests the protobuf types have changed, and therefore need to be updated, protobufs re-generated etc.buf.yaml
, I left a comment saying "Update these dependencies when our chain goes to Cosmos SDK v0.47". I think this is because the buf packages for Cosmos SDK have been renamed/changed/moved but maybe it was a different reason.buf.gen.gogo.yaml
references v1alpha1
of ORM models. Is this correct/accurate for our Cosmos and CometBFT/Tendermint versions or has it changed?make/proto.mk
, do we need to change the containerProtoVer
?make proto-gen
? This section of the Cosmos v0.47 upgrade guide may be relevant.Moved all of the questions to ClickUp, so that I can merge the PR for just the action bump instead.
Bumps bufbuild/buf-setup-action from 1.30.0 to 1.30.1.
Release notes
Sourced from bufbuild/buf-setup-action's releases.
Commits
9990c72
Release v1.30.1 (#200)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show