This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
tendermint
Watch
1
Star
0
Fork
0
You've already forked tendermint
mirror of
https://github.com/fluencelabs/tendermint
synced
2025-05-29 14:11:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
tendermint
/
rpc
/
grpc
/
compile.sh
4 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
include check/append responses in broadcast_tx_commit
2016-08-27 16:37:52 -04:00
#! /bin/bash
Add gogoproto marshallers to proto files in order to make use of gogoproto.nullable compatible with GRPC downstream of ABCI and libs protbuf types
2018-07-16 20:52:51 +01:00
protoc --gogo_out
=
plugins
=
grpc:. -I
$GOPATH
/src/ -I . types.proto
Reference in New Issue
Copy Permalink