parallelchain-io / parallelchain-protocol

Specification for the ParallelChain (and ParallelChain Mainnet) blockchain protocols.
https://parallelchain.io
1 stars 2 forks source link

The merkle tree used to produce `Block.transactions_hash` contains full transactions as leaves #17

Closed lyulka closed 1 year ago

lyulka commented 1 year ago

Proposed solution

In v0.5, each leaf in the merkle tree used to produce Block.transactions_hash will just be transaction.hash.

lyulka commented 1 year ago

Merged into #8.