iroha icon indicating copy to clipboard operation
iroha copied to clipboard

Return `view_change_proofs` back to `BlockHeaderValue`

Open 0x009922 opened this issue 2 years ago • 1 comments

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.

0x009922 avatar May 27 '22 08:05 0x009922

Return subset of the information to prevent brute-forcing of the proof.

appetrosyan avatar Jun 06 '22 12:06 appetrosyan

We don't use view_change_proofs in the same way any more. So now there isn't any information to return.

SamHSmith avatar Dec 28 '22 07:12 SamHSmith