DE-labtory / it-chain

Lightweight & Customizable Block Chain
Apache License 2.0
177 stars 54 forks source link

[blockchain] implementation of merkle tree #998

Closed ttkmw closed 5 years ago

ttkmw commented 5 years ago

Componet blockchain

Assignee

Proposal Detail merkle tree is implemented with 'tree' struct but it can be implemneted with array. both of them are good, but we can discuss which is better cause there is tradeoff.

Reference write here