From 001cd50fc7430851d57cf074866446df36febd13 Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Thu, 17 Nov 2022 14:57:38 +0100 Subject: [PATCH] format generated protos --- abci/types/types.pb.go | 1 + proto/tendermint/crypto/keys.pb.go | 1 + proto/tendermint/mempool/types.pb.go | 1 + proto/tendermint/p2p/conn.pb.go | 1 + proto/tendermint/statesync/types.pb.go | 1 + 5 files changed, 5 insertions(+) diff --git a/abci/types/types.pb.go b/abci/types/types.pb.go index 5f1bf8d3b..da8ac16aa 100644 --- a/abci/types/types.pb.go +++ b/abci/types/types.pb.go @@ -1420,6 +1420,7 @@ func (m *RequestProcessProposal) GetProposerAddress() []byte { type Response struct { // Types that are valid to be assigned to Value: + // // *Response_Exception // *Response_Echo // *Response_Flush diff --git a/proto/tendermint/crypto/keys.pb.go b/proto/tendermint/crypto/keys.pb.go index bbd97d446..cfd176c6e 100644 --- a/proto/tendermint/crypto/keys.pb.go +++ b/proto/tendermint/crypto/keys.pb.go @@ -27,6 +27,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // PublicKey defines the keys available for use with Tendermint Validators type PublicKey struct { // Types that are valid to be assigned to Sum: + // // *PublicKey_Ed25519 // *PublicKey_Secp256K1 Sum isPublicKey_Sum `protobuf_oneof:"sum"` diff --git a/proto/tendermint/mempool/types.pb.go b/proto/tendermint/mempool/types.pb.go index f7d16a64c..e63d67611 100644 --- a/proto/tendermint/mempool/types.pb.go +++ b/proto/tendermint/mempool/types.pb.go @@ -68,6 +68,7 @@ func (m *Txs) GetTxs() [][]byte { type Message struct { // Types that are valid to be assigned to Sum: + // // *Message_Txs Sum isMessage_Sum `protobuf_oneof:"sum"` } diff --git a/proto/tendermint/p2p/conn.pb.go b/proto/tendermint/p2p/conn.pb.go index dccdbe4a0..b2ace8eb8 100644 --- a/proto/tendermint/p2p/conn.pb.go +++ b/proto/tendermint/p2p/conn.pb.go @@ -158,6 +158,7 @@ func (m *PacketMsg) GetData() []byte { type Packet struct { // Types that are valid to be assigned to Sum: + // // *Packet_PacketPing // *Packet_PacketPong // *Packet_PacketMsg diff --git a/proto/tendermint/statesync/types.pb.go b/proto/tendermint/statesync/types.pb.go index 147e0f7d4..9ec4a1f36 100644 --- a/proto/tendermint/statesync/types.pb.go +++ b/proto/tendermint/statesync/types.pb.go @@ -24,6 +24,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package type Message struct { // Types that are valid to be assigned to Sum: + // // *Message_SnapshotsRequest // *Message_SnapshotsResponse // *Message_ChunkRequest