Skip to content

Commit

Permalink
Account Compression v0.4.0 js release (#7277)
Browse files Browse the repository at this point in the history
update account compression js package with devnet only batch init helpers
  • Loading branch information
ngundotra authored Sep 13, 2024
1 parent b8615ab commit 4bb8508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion account-compression/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana/spl-account-compression",
"description": "SPL Account Compression Program JS API",
"version": "0.2.1",
"version": "0.4.0",
"author": "Solana Labs Maintainers <[email protected]>",
"repository": {
"url": "https://github.com/solana-labs/solana-program-library",
Expand Down
6 changes: 3 additions & 3 deletions account-compression/sdk/src/instructions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function createInitEmptyMerkleTreeIx(
}

/**
* Helper function for {@link createPrepareBatchMerkleTreeInstruction}
* (Devnet only) Helper function for {@link createPrepareBatchMerkleTreeInstruction}
* @param merkleTree
* @param authority
* @param depthSizePair
Expand All @@ -79,7 +79,7 @@ export function prepareTreeIx(
}

/**
* Helper function for {@link createAppendCanopyNodesInstruction}
* (Devnet only) Helper function for {@link createAppendCanopyNodesInstruction}
* @param merkleTree
* @param authority
* @param canopyNodes
Expand All @@ -106,7 +106,7 @@ export function createAppendCanopyNodesIx(
}

/**
* Helper function for {@link createInitPreparedTreeWithRootInstruction}
* (Devnet only) Helper function for {@link createInitPreparedTreeWithRootInstruction}
* @param merkleTree
* @param authority
* @param root
Expand Down

0 comments on commit 4bb8508

Please sign in to comment.