mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
abci: add ResponseInitChain.app_hash, check and record it (#5227)
Fixes #5177.
This commit is contained in:
@@ -26,6 +26,9 @@ if you want to learn more & support it (with cosmos-sdk you get it
|
||||
automatically). If you don't want to support it, just leave these methods
|
||||
empty.
|
||||
|
||||
`ResponseInitChain.app_hash` has been added, which must match the genesis app
|
||||
hash and is recorded in the genesis block.
|
||||
|
||||
`KV.Pair` has been replaced with `abci.EventAttribute`. `EventAttribute.Index`
|
||||
field allows ABCI applications to dictate which events should be indexed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user