iroha
iroha copied to clipboard
Return `view_change_proofs` back to `BlockHeaderValue`
The block header value intentionally omits the view_change_proofs
from the BlockHeader
defined in iroha_core::block
. We should add that information back in.
Return subset of the information to prevent brute-forcing of the proof.
We don't use view_change_proofs in the same way any more. So now there isn't any information to return.