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 unnecessary third party proto files #1545

Merged
merged 5 commits into from
Mar 30, 2023

Conversation

rach-id
Copy link
Member

@rach-id rach-id commented Mar 27, 2023

Overview

Closes #1543

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates
  • Linked issues closed with keywords

@rach-id rach-id added the chore optional label for items that follow the `chore` conventional commit label Mar 27, 2023
@rach-id rach-id self-assigned this Mar 27, 2023
@MSevey MSevey requested review from a team and staheri14 and removed request for a team March 27, 2023 15:53
@@ -2,7 +2,7 @@ version: v1
plugins:
- name: gocosmos
out: ..
opt: plugins=interfacetype+grpc,Mgoogle/protobuf/any.proto=github.com/celestiaorg/celestia-app/codec/types # yamllint disable-line rule:line-length
opt: plugins=grpc,Mgoogle/protobuf/any.proto=github.com/celestiaorg/celestia-app/codec/types # yamllint disable-line rule:line-length
Copy link
Member Author

Choose a reason for hiding this comment

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

[note to reviewers]
having the interface type made the generator complain

proto/buf.yaml Outdated Show resolved Hide resolved
@MSevey MSevey requested a review from a team March 27, 2023 15:58
evan-forbes
evan-forbes previously approved these changes Mar 29, 2023
Copy link
Member

@evan-forbes evan-forbes left a comment

Choose a reason for hiding this comment

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

nice! thanks for this. we just have to fix the conflicts and we should be good to go

# Conflicts:
#	x/blob/types/event.pb.go
#	x/blob/types/tx.pb.go
@rach-id rach-id merged commit 6e87d5f into celestiaorg:main Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore optional label for items that follow the `chore` conventional commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete unnecessary third party proto files
2 participants