chore: format proto files (#17445)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
@@ -4434,9 +4434,9 @@ type ServiceCommandDescriptor struct {
|
||||
// different protobuf services. The map key is used as the name of the
|
||||
// sub-command.
|
||||
SubCommands map[string]*ServiceCommandDescriptor `protobuf:"bytes,3,rep,name=sub_commands,json=subCommands,proto3" json:"sub_commands,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
||||
// enhance_custom_commands specifies whether to skip the service when generating commands, if a custom command already exists,
|
||||
// or enhance the existing command. If set to true, the custom command will be enhanced with the services from gRPC.
|
||||
// otherwise when a custom command exists, no commands will be generated for the service.
|
||||
// enhance_custom_commands specifies whether to skip the service when generating commands, if a custom command already
|
||||
// exists, or enhance the existing command. If set to true, the custom command will be enhanced with the services from
|
||||
// gRPC. otherwise when a custom command exists, no commands will be generated for the service.
|
||||
EnhanceCustomCommand bool `protobuf:"varint,4,opt,name=enhance_custom_command,json=enhanceCustomCommand,proto3" json:"enhance_custom_command,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
@@ -7182,7 +7182,8 @@ type Proposal struct {
|
||||
// voting_end_time is the end time of voting on a proposal.
|
||||
VotingEndTime *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=voting_end_time,json=votingEndTime,proto3" json:"voting_end_time,omitempty"`
|
||||
// metadata is any arbitrary metadata attached to the proposal.
|
||||
// the recommended format of the metadata is to be found here: https://docs.cosmos.network/v0.47/modules/gov#proposal-3
|
||||
// the recommended format of the metadata is to be found here:
|
||||
// https://docs.cosmos.network/v0.47/modules/gov#proposal-3
|
||||
Metadata string `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"`
|
||||
// title is the title of the proposal
|
||||
//
|
||||
|
||||
@@ -32681,7 +32681,8 @@ type ResponseFinalizeBlock struct {
|
||||
ValidatorUpdates []*ValidatorUpdate `protobuf:"bytes,3,rep,name=validator_updates,json=validatorUpdates,proto3" json:"validator_updates,omitempty"`
|
||||
// updates to the consensus params, if any.
|
||||
ConsensusParamUpdates *types.ConsensusParams `protobuf:"bytes,4,opt,name=consensus_param_updates,json=consensusParamUpdates,proto3" json:"consensus_param_updates,omitempty"`
|
||||
// app_hash is the hash of the applications' state which is used to confirm that execution of the transactions was deterministic. It is up to the application to decide which algorithm to use.
|
||||
// app_hash is the hash of the applications' state which is used to confirm that execution of the transactions was
|
||||
// deterministic. It is up to the application to decide which algorithm to use.
|
||||
AppHash []byte `protobuf:"bytes,5,opt,name=app_hash,json=appHash,proto3" json:"app_hash,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user