abci: add ResponseInitChain.app_hash, check and record it (#5227)

Fixes #5177.
This commit is contained in:
Erik Grinaker
2020-08-11 16:28:11 +02:00
committed by GitHub
parent 40bd416d59
commit 08ffe13295
5 changed files with 236 additions and 168 deletions

View File

@@ -180,6 +180,7 @@ message ResponseSetOption {
message ResponseInitChain {
ConsensusParams consensus_params = 1;
repeated ValidatorUpdate validators = 2 [(gogoproto.nullable) = false];
bytes app_hash = 3;
}
message ResponseQuery {