Skip to content

Commit

Permalink
chore: remove unnecessary third party proto files (celestiaorg#1545)
Browse files Browse the repository at this point in the history
<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

Closes celestiaorg#1543

<!-- 
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue. 
-->

## Checklist

<!-- 
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [ ] 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
  • Loading branch information
rach-id authored Mar 30, 2023
1 parent 905a8dd commit 6e87d5f
Show file tree
Hide file tree
Showing 30 changed files with 66 additions and 2,779 deletions.
15 changes: 15 additions & 0 deletions buf.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated by buf. DO NOT EDIT.
version: v1
deps:
- remote: buf.build
owner: cosmos
repository: cosmos-proto
commit: 1935555c206d4afb9e94615dfd0fad31
- remote: buf.build
owner: cosmos
repository: gogo-proto
commit: 34d970b699f84aa382f3c29773a60836
- remote: buf.build
owner: googleapis
repository: googleapis
commit: 463926e7ee924d46ad0a726e1cf4eacd
5 changes: 5 additions & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: v1beta1

name: buf.build/celestiaorg/celestia-app
deps:
- buf.build/cosmos/cosmos-proto
- buf.build/cosmos/gogo-proto
- buf.build/googleapis/googleapis
build:
roots:
- proto
Expand Down
2 changes: 1 addition & 1 deletion proto/buf.gen.gogo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- name: grpc-gateway
out: ..
opt: logtostderr=true,allow_colon_final_segments=true
2 changes: 0 additions & 2 deletions proto/celestia/blob/v1/event.proto
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
syntax = "proto3";
package celestia.blob.v1;

import "gogoproto/gogo.proto";

option go_package = "github.com/celestiaorg/celestia-app/x/blob/types";

// EventPayForBlobs defines an event that is emitted after a pay for blob has
Expand Down
1 change: 0 additions & 1 deletion proto/celestia/blob/v1/tx.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
syntax = "proto3";
package celestia.blob.v1;

import "gogoproto/gogo.proto";
import "google/api/annotations.proto";

option go_package = "github.com/celestiaorg/celestia-app/x/blob/types";
Expand Down
234 changes: 0 additions & 234 deletions third_party/proto/confio/proofs.proto

This file was deleted.

16 changes: 0 additions & 16 deletions third_party/proto/cosmos_proto/cosmos.proto

This file was deleted.

Loading

0 comments on commit 6e87d5f

Please sign in to comment.