@lightprotocol/zk-compression-cli 0.24.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/accounts/address_merkle_tree_amt1Ayt45jfbdw5YSo7iz6WZxUmnZsQTYXy82hVwyC2.json +1 -1
- package/accounts/batch_address_merkle_tree_EzKE84aVTkCUhDHLELqyJaq1Y7UVVmqxXqZjVHwHY3rK.json +1 -0
- package/accounts/batch_state_merkle_tree_HLKs5NJ8FXkJg8BrzJt56adFYYuwg5etzDtBbQYTsixu.json +1 -0
- package/accounts/batched_output_queue_6L7SzhYB3anwEQ9cphpJ1U7Scwj57bx2xueReg7R9cKU.json +1 -0
- package/accounts/cpi_context_2_cpi2cdhkH5roePvcudTgUL8ppEBfTay1desGh8G8QxK.json +1 -0
- package/accounts/cpi_context_cpi2cdhkH5roePvcudTgUL8ppEBfTay1desGh8G8QxK.json +1 -0
- package/accounts/group_pda_32tgQWfaASE7SfTQvMaSJDrqe728tJQ2SGzxtDDrpDwS.json +1 -0
- package/accounts/merkle_tree_pubkey_2_smt2rJAFdyJJupwMKAqTNAJwvjhmiZ4JYGZmbVRw1Ho.json +1 -0
- package/accounts/merkle_tree_pubkey_smt2rJAFdyJJupwMKAqTNAJwvjhmiZ4JYGZmbVRw1Ho.json +1 -0
- package/accounts/nullifier_queue_pubkey_2_nfq2hgS7NYemXsFaFUCe3EMXSDSfnZnAe27jC6aPP1X.json +1 -0
- package/accounts/nullifier_queue_pubkey_nfq2hgS7NYemXsFaFUCe3EMXSDSfnZnAe27jC6aPP1X.json +1 -0
- package/accounts/registered_program_pda_35hkDgaAKwMCaxRz2ocSZ6NaUrtKkyNqU6c4RV3tYJRh.json +1 -1
- package/accounts/registered_registry_program_pda_DumMsyvkaGJG4QnQ1BhTgvoRMXsgGxfpKDUCr22Xqu4w.json +1 -1
- package/bin/account_compression.so +0 -0
- package/bin/light_compressed_token.so +0 -0
- package/bin/light_registry.so +0 -0
- package/bin/light_system_program_pinocchio.so +0 -0
- package/bin/prover-darwin-arm64 +0 -0
- package/bin/prover-darwin-x64 +0 -0
- package/bin/prover-linux-arm64 +0 -0
- package/bin/prover-linux-x64 +0 -0
- package/bin/prover-windows-arm64.exe +0 -0
- package/bin/prover-windows-x64.exe +0 -0
- package/bin/proving-keys/combined_32_40_1_1.key +0 -0
- package/bin/proving-keys/{combined_26_3_2.key → combined_32_40_1_2.key} +0 -0
- package/bin/proving-keys/{combined_26_2_2.key → combined_32_40_2_1.key} +0 -0
- package/bin/proving-keys/inclusion_32_1.key +0 -0
- package/bin/proving-keys/inclusion_32_2.key +0 -0
- package/bin/proving-keys/{combined_26_3_1.key → inclusion_32_3.key} +0 -0
- package/bin/proving-keys/{combined_26_4_1.key → inclusion_32_4.key} +0 -0
- package/bin/proving-keys/{inclusion_26_2.key → mainnet_inclusion_26_2.key} +0 -0
- package/bin/proving-keys/non-inclusion_40_1.key +0 -0
- package/bin/proving-keys/non-inclusion_40_2.key +0 -0
- package/dist/commands/balance/index.d.ts +0 -1
- package/dist/commands/balance/index.js +10 -17
- package/dist/commands/compress-spl/index.js +3 -1
- package/dist/commands/decompress-spl/index.js +3 -1
- package/dist/commands/init/index.js +33 -3
- package/dist/commands/start-prover/index.d.ts +2 -0
- package/dist/commands/start-prover/index.js +38 -6
- package/dist/commands/test-validator/index.d.ts +2 -2
- package/dist/commands/test-validator/index.js +36 -31
- package/dist/commands/token-balance/index.d.ts +12 -0
- package/dist/commands/token-balance/index.js +55 -0
- package/dist/utils/constants.d.ts +20 -12
- package/dist/utils/constants.js +24 -13
- package/dist/utils/initTestEnv.d.ts +9 -1
- package/dist/utils/initTestEnv.js +38 -28
- package/dist/utils/process.d.ts +4 -0
- package/dist/utils/process.js +41 -2
- package/dist/utils/processPhotonIndexer.d.ts +1 -1
- package/dist/utils/processPhotonIndexer.js +33 -24
- package/dist/utils/processProverServer.d.ts +3 -1
- package/dist/utils/processProverServer.js +83 -2
- package/oclif.manifest.json +142 -93
- package/package.json +29 -51
- package/bin/proving-keys/CHECKSUM +0 -127
- package/bin/proving-keys/combined_26_1_1.vkey +0 -1
- package/bin/proving-keys/combined_26_1_2.vkey +0 -1
- package/bin/proving-keys/combined_26_2_1.vkey +0 -1
- package/bin/proving-keys/combined_26_2_2.vkey +0 -1
- package/bin/proving-keys/combined_26_3_1.vkey +0 -1
- package/bin/proving-keys/combined_26_3_2.vkey +0 -1
- package/bin/proving-keys/combined_26_4_1.vkey +0 -1
- package/bin/proving-keys/combined_26_4_2.key +0 -0
- package/bin/proving-keys/combined_26_4_2.vkey +0 -1
- package/bin/proving-keys/inclusion_26_1.vkey +0 -1
- package/bin/proving-keys/inclusion_26_2.vkey +0 -1
- package/bin/proving-keys/inclusion_26_3.vkey +0 -1
- package/bin/proving-keys/inclusion_26_4.vkey +0 -1
- package/bin/proving-keys/inclusion_26_8.key +0 -0
- package/bin/proving-keys/inclusion_26_8.vkey +0 -1
- package/bin/proving-keys/non-inclusion_26_1.vkey +0 -1
- package/bin/proving-keys/non-inclusion_26_2.vkey +0 -1
- /package/bin/proving-keys/{inclusion_26_1.key → mainnet_inclusion_26_1.key} +0 -0
- /package/bin/proving-keys/{inclusion_26_3.key → mainnet_inclusion_26_3.key} +0 -0
- /package/bin/proving-keys/{inclusion_26_4.key → mainnet_inclusion_26_4.key} +0 -0
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ npm install -g @lightprotocol/zk-compression-cli
|
|
|
21
21
|
### Building from source
|
|
22
22
|
|
|
23
23
|
If you prefer to build the CLI from source, follow the steps below to install
|
|
24
|
-
the necessary
|
|
24
|
+
the necessary prerequisites.
|
|
25
25
|
|
|
26
26
|
**1. Activate the Development Environment**
|
|
27
27
|
|