From 5155100b7b938e95cffc4c41651e92fb510b5ce0 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 2 Oct 2023 16:59:47 -0600 Subject: [PATCH] [WIP] proto-build: migrate to neoeinstein-prost/tonic The old `buf` plugin we were using is now 404. Closes #427 --- proto-build/buf.sdk.gen.yaml | 4 ++-- proto-build/buf.wasmd.gen.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/proto-build/buf.sdk.gen.yaml b/proto-build/buf.sdk.gen.yaml index 7c772b18..70607b2d 100644 --- a/proto-build/buf.sdk.gen.yaml +++ b/proto-build/buf.sdk.gen.yaml @@ -1,10 +1,10 @@ version: v1 plugins: - - remote: buf.build/prost/plugins/prost:v0.2.1-1 + - plugin: buf.build/community/neoeinstein-prost:v0.2.3 out: . opt: - extern_path=.tendermint=::tendermint_proto - - remote: buf.build/prost/plugins/tonic:v0.2.1-1 + - plugin: buf.build/community/neoeinstein-tonic:v0.3.0 out: . opt: - extern_path=.tendermint=::tendermint_proto diff --git a/proto-build/buf.wasmd.gen.yaml b/proto-build/buf.wasmd.gen.yaml index a118632a..df12de95 100644 --- a/proto-build/buf.wasmd.gen.yaml +++ b/proto-build/buf.wasmd.gen.yaml @@ -1,8 +1,8 @@ version: v1 plugins: - - remote: buf.build/prost/plugins/prost:v0.2.1-1 + - plugin: buf.build/community/neoeinstein-prost:v0.2.3 out: . - - remote: buf.build/prost/plugins/tonic:v0.2.1-1 + - plugin: buf.build/community/neoeinstein-tonic:v0.3.0 out: . opt: - no_server=true