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

Fix broken proto/e2e/lint workflows #33

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

teddyding
Copy link

@teddyding teddyding commented Sep 30, 2024

Fix proto/e2e/lint workflows that have been broken for a while. All changes in this PR should be discarded once we sync up to latest cometbft versions.

@@ -1,13 +0,0 @@
build:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete buf.yaml under root, in favor of proto/buf.yaml

@teddyding teddyding force-pushed the td/fix-comet-ci branch 3 times, most recently from f40fab5 to 2fc5a0d Compare September 30, 2024 21:15
@@ -120,8 +120,8 @@ mockery:

#? check-proto-deps: Check protobuf deps
check-proto-deps:
ifeq (,$(shell which protoc-gen-gogofaster))
@go install github.com/cosmos/gogoproto/protoc-gen-gogofaster@latest
ifeq (,$(shell which protoc-gen-gocosmos))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gogofaster is outdated. gocosmos is used by latest

@@ -2,9 +2,7 @@ syntax = "proto3";
package dydxcometbft.clob;

import "gogoproto/gogo.proto";
import "cosmos_proto/cosmos.proto";
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proto lint previously failing

@teddyding teddyding changed the title Clean up workflows Fix broken proto/e2e/lint workflows Oct 1, 2024
@teddyding teddyding merged commit f6d8ab4 into dydx-fork-v0.38.5 Oct 1, 2024
16 checks passed
@teddyding teddyding deleted the td/fix-comet-ci branch October 1, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants