mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-10 20:01:20 +00:00
abci: add next_validators_hash to header
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -249,13 +249,14 @@ message Header {
|
|||||||
|
|
||||||
// hashes from the app output from the prev block
|
// hashes from the app output from the prev block
|
||||||
bytes validators_hash = 9; // validators for the current block
|
bytes validators_hash = 9; // validators for the current block
|
||||||
bytes consensus_hash = 10; // consensus params for current block
|
bytes next_validators_hash = 10; // validators for the next block
|
||||||
bytes app_hash = 11; // state after txs from the previous block
|
bytes consensus_hash = 11; // consensus params for current block
|
||||||
bytes last_results_hash = 12;// root hash of all results from the txs from the previous block
|
bytes app_hash = 12; // state after txs from the previous block
|
||||||
|
bytes last_results_hash = 13;// root hash of all results from the txs from the previous block
|
||||||
|
|
||||||
// consensus info
|
// consensus info
|
||||||
bytes evidence_hash = 13; // evidence included in the block
|
bytes evidence_hash = 14; // evidence included in the block
|
||||||
bytes proposer_address = 14; // original proposer of the block
|
bytes proposer_address = 15; // original proposer of the block
|
||||||
}
|
}
|
||||||
|
|
||||||
message BlockID {
|
message BlockID {
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user