Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 4bb8508

Browse files
authored
Account Compression v0.4.0 js release (#7277)
update account compression js package with devnet only batch init helpers
1 parent b8615ab commit 4bb8508

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

account-compression/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana/spl-account-compression",
33
"description": "SPL Account Compression Program JS API",
4-
"version": "0.2.1",
4+
"version": "0.4.0",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": {
77
"url": "https://github.com/solana-labs/solana-program-library",

account-compression/sdk/src/instructions/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function createInitEmptyMerkleTreeIx(
5757
}
5858

5959
/**
60-
* Helper function for {@link createPrepareBatchMerkleTreeInstruction}
60+
* (Devnet only) Helper function for {@link createPrepareBatchMerkleTreeInstruction}
6161
* @param merkleTree
6262
* @param authority
6363
* @param depthSizePair
@@ -79,7 +79,7 @@ export function prepareTreeIx(
7979
}
8080

8181
/**
82-
* Helper function for {@link createAppendCanopyNodesInstruction}
82+
* (Devnet only) Helper function for {@link createAppendCanopyNodesInstruction}
8383
* @param merkleTree
8484
* @param authority
8585
* @param canopyNodes
@@ -106,7 +106,7 @@ export function createAppendCanopyNodesIx(
106106
}
107107

108108
/**
109-
* Helper function for {@link createInitPreparedTreeWithRootInstruction}
109+
* (Devnet only) Helper function for {@link createInitPreparedTreeWithRootInstruction}
110110
* @param merkleTree
111111
* @param authority
112112
* @param root

0 commit comments

Comments
 (0)