mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 14:34:17 +00:00
ABCI types.proto. Handle remaining discrepancies (#9224)
* [cherrypicked] version: add abci version to handshake (#5706) - add `AbciVersion` RequestInfo Closes: #2804 * make proto-gen * Bump ABCI version: Prepare and Process proposal Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
@@ -51,6 +51,7 @@ message RequestInfo {
|
||||
string version = 1;
|
||||
uint64 block_version = 2;
|
||||
uint64 p2p_version = 3;
|
||||
string abci_version = 4;
|
||||
}
|
||||
|
||||
// nondeterministic
|
||||
|
||||
Reference in New Issue
Block a user