Origin: https://github.com/hyperledger-iroha/iroha/issues/5348#issuecomment-2728221129 - add timestamps related to the last block. This will help identify network and consensus latencies. - `last_block_created_at` - last block's creation timestamp. This timestamp universal for _all_ peers and simply comes from the `creation_time` of the block. - `last_block_arrived_at` - when the last block arrived at _this_ peer. - `last_block_committed_at` - when the block was committed by _this_ peer locally. - add `role` - this could be useful (see #5330)
Origin: #5348 (comment)
last_block_created_at- last block's creation timestamp. This timestamp universal for all peers and simply comes from thecreation_timeof the block.last_block_arrived_at- when the last block arrived at this peer.last_block_committed_at- when the block was committed by this peer locally.role- this could be useful (see [BUG] observing peer can't change a role #5330)