mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-02 22:21:44 +00:00
New TMSP message BeginBlock
This commit is contained in:
@ -29,6 +29,9 @@ type BlockchainAware interface {
|
||||
// validators: genesis validators from TendermintCore
|
||||
InitChain(validators []*Validator)
|
||||
|
||||
// Signals the beginning of a block
|
||||
BeginBlock(height uint64)
|
||||
|
||||
// Signals the end of a block
|
||||
// validators: changed validators from app to TendermintCore
|
||||
EndBlock(height uint64) (validators []*Validator)
|
||||
|
Reference in New Issue
Block a user