Skip to content

Commit

Permalink
[WIP] proto-build: migrate to neoeinstein-prost/tonic
Browse files Browse the repository at this point in the history
The old `buf` plugin we were using is now 404.

Closes #427
  • Loading branch information
tony-iqlusion committed Oct 2, 2023
1 parent febf43a commit 5155100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions proto-build/buf.sdk.gen.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions proto-build/buf.wasmd.gen.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5155100

Please sign in to comment.