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
co-authored by Marko
parent c4eb6113a8
commit cb570f6672
6 changed files with 266 additions and 204 deletions
+1
View File
@@ -51,6 +51,7 @@ message RequestInfo {
string version = 1;
uint64 block_version = 2;
uint64 p2p_version = 3;
string abci_version = 4;
}
// nondeterministic