Concordium / concordium-node

The main concordium node implementation.
GNU Affero General Public License v3.0
45 stars 21 forks source link

Revise hashing to support Merkle proofs #1110

Closed td202 closed 5 months ago

td202 commented 6 months ago

Purpose

This involves several changes to support hashing blocks to support Merkle proofs. Primarily, these involves updating how LFMBTree hashes are computed for the new P7 protocol version.

Changes

Checklist