Skip to content

Commit

Permalink
proto-build: remove unused tonic opts (#484)
Browse files Browse the repository at this point in the history
These were inadvertently added to the config in the wrong place
  • Loading branch information
tony-iqlusion committed Aug 14, 2024
1 parent 7e55c1d commit ba906b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions proto-build/buf.sdk.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ plugins:
out: .
- plugin: buf.build/community/neoeinstein-tonic:v0.3.0
out: .
opt:
- compile_well_known_types
- extern_path=.google.protobuf=::tendermint_proto::google::protobuf
- extern_path=.tendermint=::tendermint_proto::v0_34
2 changes: 0 additions & 2 deletions proto-build/buf.wasmd.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ plugins:
- plugin: buf.build/community/neoeinstein-tonic:v0.3.0
out: .
opt:
- compile_well_known_types
- extern_path=.google.protobuf=::tendermint_proto::google::protobuf
- no_server=true

0 comments on commit ba906b1

Please sign in to comment.