Skip to content

Commit

Permalink
Regenerate protos
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Oct 25, 2021
1 parent 943f66f commit 158e8ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion proto/src/prost/google.protobuf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ pub struct MethodDescriptorProto {
// extension number. You can declare multiple options with only one extension
// number by putting them in a sub-message. See the Custom Options section of
// the docs for examples:
// https://developers.google.com/protocol-buffers/docs/proto#options
// <https://developers.google.com/protocol-buffers/docs/proto#options>
// If this turns out to be popular, a web service will be set up
// to automatically assign option numbers.

Expand Down
8 changes: 4 additions & 4 deletions proto/src/prost/tendermint.abci.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is copied from http://github.com/tendermint/abci
// This file is copied from <http://github.com/tendermint/abci>
// NOTE: When using custom types, mind the warnings.
// https://github.com/gogo/protobuf/blob/master/custom_types.md#warnings-and-issues
// <https://github.com/gogo/protobuf/blob/master/custom_types.md#warnings-and-issues>

//----------------------------------------
// Request types
Expand Down Expand Up @@ -490,7 +490,7 @@ pub struct Validator {
/// The first 20 bytes of SHA256(public key)
#[prost(bytes="vec", tag="1")]
pub address: ::prost::alloc::vec::Vec<u8>,
/// PubKey pub_key = 2 [(gogoproto.nullable)=false];
/// PubKey pub_key = 2 \[(gogoproto.nullable)=false\];
///
/// The voting power
#[prost(int64, tag="3")]
Expand Down Expand Up @@ -527,7 +527,7 @@ pub struct Evidence {
pub time: ::core::option::Option<super::super::google::protobuf::Timestamp>,
/// Total voting power of the validator set in case the ABCI application does
/// not store historical validators.
/// https://github.com/tendermint/tendermint/issues/4581
/// <https://github.com/tendermint/tendermint/issues/4581>
#[prost(int64, tag="5")]
pub total_voting_power: i64,
}
Expand Down
2 changes: 1 addition & 1 deletion proto/src/prost/tendermint.types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ pub struct EvidenceParams {
///
/// It should correspond with an app's "unbonding period" or other similar
/// mechanism for handling [Nothing-At-Stake
/// attacks](https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQ#what-is-the-nothing-at-stake-problem-and-how-can-it-be-fixed).
/// attacks](<https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQ#what-is-the-nothing-at-stake-problem-and-how-can-it-be-fixed>).
#[prost(message, optional, tag="2")]
pub max_age_duration: ::core::option::Option<super::super::google::protobuf::Duration>,
/// This sets the maximum size of total evidence in bytes that can be committed in a single block.
Expand Down

0 comments on commit 158e8ba

Please sign in to comment.