You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Description
Implement
MerkleTree
class interface inlisk-tree
library.Motivation
Merkle Trees are a requirement for
decentralized regenesis
andtransactionRoot
in blocks.Acceptance Criteria
lisk-tree
libraryconstructor(genesisData) => void
(interface only)append(element) => updatedElements[]
(interface only)generateProof(dataset) => { dataLength: number, idxs: number[], path: Buffer[] }
(interface only)Additional information
Related issues: #5204
The text was updated successfully, but these errors were encountered: