Releases: sigp/multiproof
Releases · sigp/multiproof
v1.0.0
This release introduces MerkleGen v1.0.0, a library for generating Merkle MultiProofs and SingleProofs for testing Merkle trees in the Forge framework.
🔥Key Features
🆕 Merkle MultiProof Generation: Generate a MultiProofs for multiple leaves in a Merkle tree.
🆕 SingleProof Generation: Generate a single Merkle proof for any individual leaf in the tree.
🆕 Enhanced NatSpec Documentation: Every function is fully documented with NatSpec, improving developer experience.
Changelog
- Make
MerkleGena library. - Changed function names for better readability.
- Added
generateSingleProoffor generating single-leaf proofs with the root. - Added
_buildTreeand_initTreefor Merkle tree construction. - Added utility functions like
_getProofand_getRoot. - Enhanced tests and complete NatSpec documentation.