Skip to content

Commit ba906b1

Browse files
proto-build: remove unused tonic opts (#484)
These were inadvertently added to the config in the wrong place
1 parent 7e55c1d commit ba906b1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

proto-build/buf.sdk.gen.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ plugins:
1010
out: .
1111
- plugin: buf.build/community/neoeinstein-tonic:v0.3.0
1212
out: .
13-
opt:
14-
- compile_well_known_types
15-
- extern_path=.google.protobuf=::tendermint_proto::google::protobuf
16-
- extern_path=.tendermint=::tendermint_proto::v0_34

proto-build/buf.wasmd.gen.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ plugins:
1111
- plugin: buf.build/community/neoeinstein-tonic:v0.3.0
1212
out: .
1313
opt:
14-
- compile_well_known_types
15-
- extern_path=.google.protobuf=::tendermint_proto::google::protobuf
1614
- no_server=true

0 commit comments

Comments
 (0)