From ba906b10e4bb2ebf184902e9e4d520efb0fc5d4b Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Wed, 14 Aug 2024 12:21:17 -0600 Subject: [PATCH] proto-build: remove unused tonic opts (#484) These were inadvertently added to the config in the wrong place --- proto-build/buf.sdk.gen.yaml | 4 ---- proto-build/buf.wasmd.gen.yaml | 2 -- 2 files changed, 6 deletions(-) diff --git a/proto-build/buf.sdk.gen.yaml b/proto-build/buf.sdk.gen.yaml index 12f7ef23..8a27dc2e 100644 --- a/proto-build/buf.sdk.gen.yaml +++ b/proto-build/buf.sdk.gen.yaml @@ -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 diff --git a/proto-build/buf.wasmd.gen.yaml b/proto-build/buf.wasmd.gen.yaml index 1618dd1e..af100c54 100644 --- a/proto-build/buf.wasmd.gen.yaml +++ b/proto-build/buf.wasmd.gen.yaml @@ -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