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:
Sergio Mena
2022-08-12 11:57:13 +02:00
committed by GitHub
parent c4eb6113a8
commit cb570f6672
6 changed files with 266 additions and 204 deletions

View File

@@ -9,7 +9,7 @@ const (
// when not using git describe. It is formatted with semantic versioning.
TMVersionDefault = "0.34.20"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"
ABCISemVer = "0.18.0"
ABCIVersion = ABCISemVer
)