We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72efdec commit e128d30Copy full SHA for e128d30
test/evm/foundry/local/MerkleLib_Proofs.t.sol
@@ -24,15 +24,6 @@ contract MerkleLib_ProofsTest is Test {
24
merkle = new Merkle();
25
}
26
27
- // ============ Empty Tree Test ============
28
-
29
- function test_EmptyTree() public pure {
30
- // An empty tree should have a root of bytes32(0)
31
- // This matches the TypeScript MerkleTree behavior where an empty tree returns EMPTY_MERKLE_ROOT
32
- // Note: Murky doesn't support empty trees, but the protocol uses bytes32(0) as the empty root
33
- assertEq(EMPTY_MERKLE_ROOT, bytes32(0));
34
- }
35
36
// ============ Pool Rebalance Leaf Proof Test ============
37
38
function test_PoolRebalanceLeafProof() public {
0 commit comments