merkle-tree icon indicating copy to clipboard operation
merkle-tree copied to clipboard

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

Open CypherBee opened this issue 11 months ago • 1 comments

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.

CypherBee avatar Mar 19 '24 15:03 CypherBee

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"

Amxx avatar Mar 19 '24 19:03 Amxx