re-add proposer

This commit is contained in:
William Banfield
2022-04-11 15:33:38 -04:00
parent 4be3ef8ac8
commit ce9bb048fd
2 changed files with 4 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ message RequestPrepareProposal {
int64 height = 5;
google.protobuf.Timestamp time = 6 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true];
bytes next_validators_hash = 7;
// address of the public key of the validator proposing the block.
bytes proposer_address = 8;
}
message RequestProcessProposal {

View File

@@ -134,6 +134,8 @@ message RequestPrepareProposal {
int64 height = 5;
google.protobuf.Timestamp time = 6 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true];
bytes next_validators_hash = 7;
// address of the public key of the validator proposing the block.
bytes proposer_address = 8;
}
message RequestProcessProposal {