mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-29 11:32:56 +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:
@@ -12,4 +12,5 @@ var RequestInfo = abci.RequestInfo{
|
||||
Version: version.TMCoreSemVer,
|
||||
BlockVersion: version.BlockProtocol,
|
||||
P2PVersion: version.P2PProtocol,
|
||||
AbciVersion: version.ABCIVersion,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user