merkle-tree-lib
Version:
Merkle Tree implementation with BIP340 tagged hash support.
19 lines (10 loc) • 643 B
Markdown
All notable changes to the merkle-tree-lib will be documented in this file.
- **Breaking Change**: Modified `HashStrategyFactory.createStrategy()` to use a default tag of "Bitcoin_Transaction" when creating a `TaggedSha256Strategy` without an explicit tag. Previously, this would throw an error requiring a tag to be provided.
- Updated expected Merkle root hash in tests to match the computed values with the default tag.
- Comprehensive test suite covering all major Merkle tree operations.
Initial version with basic Merkle tree functionality.