mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-11 22:31:09 +00:00
comment updates
This commit is contained in:
@@ -14,7 +14,7 @@ import "gogoproto/gogo.proto";
|
||||
// the ongoing work on ABCI++ is completed.
|
||||
//
|
||||
// For the duration of ABCI++, this file should be able to build the `abci/types/types.pb.go`
|
||||
// file. Any changes that that update that file must come as a result of a change in
|
||||
// file. Any changes that update that file must come as a result of a change in
|
||||
// this .proto file.
|
||||
// For more information, see https://github.com/tendermint/tendermint/issues/8066
|
||||
|
||||
|
||||
@@ -7,6 +7,13 @@ import "tendermint/crypto/proof.proto";
|
||||
import "tendermint/version/types.proto";
|
||||
import "tendermint/types/validator.proto";
|
||||
|
||||
// This file is a temporary workaround to enable development during the ABCI++
|
||||
// project. This file should be deleted and any references to it removed when
|
||||
// the ongoing work on ABCI++ is completed.
|
||||
//
|
||||
// This file supports building of the `tendermint.abci` proto package.
|
||||
// For more information, see https://github.com/tendermint/tendermint/issues/8066
|
||||
|
||||
// BlockIdFlag indicates which BlcokID the signature is for
|
||||
enum BlockIDFlag {
|
||||
option (gogoproto.goproto_enum_stringer) = true;
|
||||
|
||||
Reference in New Issue
Block a user