Skip to content

Commit

Permalink
remove test import (#34)
Browse files Browse the repository at this point in the history
* remove test import

* bump npm

* bump v0.2.1
  • Loading branch information
seunlanlege committed Sep 29, 2023
1 parent 8b0c7e0 commit f637bb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions src/package.json → package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "@polytope-labs/solidity-merkle-trees",
"version": "0.2.0",
"version": "0.2.1",
"description": "The most advanced solidity library for merkle (multi) proof verification of different kinds of merkle trees",
"author": "Polytope Labs <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/polytope-labs/solidity-merkle-trees/issues"
},
"homepage": "https://github.com/polytope-labs/solidity-merkle-trees#readme",
"directories": {
"lib": "src"
},
"files": [
"**/*.sol",
"!/forge-std/**/*"
"./src/**/*.sol"
],
"scripts": {},
"repository": {
Expand All @@ -23,9 +25,6 @@
"smart",
"contracts",
"merkle-trees",
"merkle-multi-proofs",
"merkle-mountain-range",
"merkle-patricia-trie",
"algorithms"
]
}
1 change: 0 additions & 1 deletion src/MerkleMountainRange.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pragma solidity ^0.8.17;

import "./MerkleMultiProof.sol";
import "openzeppelin/utils/math/Math.sol";
import "forge-std/Test.sol";

/// @title A representation of a MerkleMountainRange leaf
struct MmrLeaf {
Expand Down

0 comments on commit f637bb0

Please sign in to comment.