OpenZeppelin / merkle-tree

A JavaScript library to generate merkle trees and merkle proofs.
MIT License
443 stars 106 forks source link

npm install @openzeppelin/merkle-tree Does not install the latest version #46

Open CypherBee opened 5 months ago

CypherBee commented 5 months ago

Using "npm install @openzeppelin/merkle-tree" seems to install a previous version without the Simple Merkle tree script "./src/simple.ts".

I had to do npm install https://github.com/OpenZeppelin/merkle-tree instead which worked perfectly.

If this is not a global issue, please close it.

Amxx commented 5 months ago

Hello @CypherBee

The latest changes that you can see in the master branch were indeed not released yet.

In the Changelog, these are marked as "Unreleased"