@lightprotocol/zk-compression-cli 0.27.1-alpha.3 → 0.27.1-alpha.4

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.
@@ -15,7 +15,7 @@ export declare const INDEXER_PROCESS_NAME = "photon";
15
15
  export declare const PHOTON_VERSION = "0.51.2";
16
16
  export declare const USE_PHOTON_FROM_GIT = true;
17
17
  export declare const PHOTON_GIT_REPO = "https://github.com/lightprotocol/photon.git";
18
- export declare const PHOTON_GIT_COMMIT = "711c47b20330c6bb78feb0a2c15e8292fcd0a7b0";
18
+ export declare const PHOTON_GIT_COMMIT = "ac7df6c388db847b7693a7a1cb766a7c9d7809b5";
19
19
  export declare const LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR";
20
20
  export declare const BASE_PATH = "../../bin/";
21
21
  export declare const PROGRAM_ID = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS";
@@ -21,7 +21,7 @@ exports.PHOTON_VERSION = "0.51.2";
21
21
  // Set these to override Photon requirements with a specific git commit:
22
22
  exports.USE_PHOTON_FROM_GIT = true; // If true, will show git install command instead of crates.io.
23
23
  exports.PHOTON_GIT_REPO = "https://github.com/lightprotocol/photon.git";
24
- exports.PHOTON_GIT_COMMIT = "711c47b20330c6bb78feb0a2c15e8292fcd0a7b0"; // If empty, will use main branch.
24
+ exports.PHOTON_GIT_COMMIT = "ac7df6c388db847b7693a7a1cb766a7c9d7809b5"; // If empty, will use main branch.
25
25
  exports.LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR";
26
26
  exports.BASE_PATH = "../../bin/";
27
27
  exports.PROGRAM_ID = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS";
@@ -584,45 +584,6 @@
584
584
  "index.js"
585
585
  ]
586
586
  },
587
- "start-prover": {
588
- "aliases": [],
589
- "args": {},
590
- "description": "Start gnark prover",
591
- "flags": {
592
- "prover-port": {
593
- "description": "Enable Light Prover server on this port.",
594
- "name": "prover-port",
595
- "required": false,
596
- "default": 3001,
597
- "hasDynamicHelp": false,
598
- "multiple": false,
599
- "type": "option"
600
- },
601
- "redisUrl": {
602
- "description": "Redis URL to use for the prover (e.g. redis://localhost:6379)",
603
- "name": "redisUrl",
604
- "required": false,
605
- "hasDynamicHelp": false,
606
- "multiple": false,
607
- "type": "option"
608
- }
609
- },
610
- "hasDynamicHelp": false,
611
- "hiddenAliases": [],
612
- "id": "start-prover",
613
- "pluginAlias": "@lightprotocol/zk-compression-cli",
614
- "pluginName": "@lightprotocol/zk-compression-cli",
615
- "pluginType": "core",
616
- "strict": true,
617
- "enableJsonFlag": false,
618
- "isESM": false,
619
- "relativePath": [
620
- "dist",
621
- "commands",
622
- "start-prover",
623
- "index.js"
624
- ]
625
- },
626
587
  "token-balance": {
627
588
  "aliases": [],
628
589
  "args": {},
@@ -721,6 +682,45 @@
721
682
  "index.js"
722
683
  ]
723
684
  },
685
+ "start-prover": {
686
+ "aliases": [],
687
+ "args": {},
688
+ "description": "Start gnark prover",
689
+ "flags": {
690
+ "prover-port": {
691
+ "description": "Enable Light Prover server on this port.",
692
+ "name": "prover-port",
693
+ "required": false,
694
+ "default": 3001,
695
+ "hasDynamicHelp": false,
696
+ "multiple": false,
697
+ "type": "option"
698
+ },
699
+ "redisUrl": {
700
+ "description": "Redis URL to use for the prover (e.g. redis://localhost:6379)",
701
+ "name": "redisUrl",
702
+ "required": false,
703
+ "hasDynamicHelp": false,
704
+ "multiple": false,
705
+ "type": "option"
706
+ }
707
+ },
708
+ "hasDynamicHelp": false,
709
+ "hiddenAliases": [],
710
+ "id": "start-prover",
711
+ "pluginAlias": "@lightprotocol/zk-compression-cli",
712
+ "pluginName": "@lightprotocol/zk-compression-cli",
713
+ "pluginType": "core",
714
+ "strict": true,
715
+ "enableJsonFlag": false,
716
+ "isESM": false,
717
+ "relativePath": [
718
+ "dist",
719
+ "commands",
720
+ "start-prover",
721
+ "index.js"
722
+ ]
723
+ },
724
724
  "test-validator": {
725
725
  "aliases": [],
726
726
  "args": {},
@@ -908,5 +908,5 @@
908
908
  ]
909
909
  }
910
910
  },
911
- "version": "0.27.1-alpha.3"
911
+ "version": "0.27.1-alpha.4"
912
912
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightprotocol/zk-compression-cli",
3
- "version": "0.27.1-alpha.3",
3
+ "version": "0.27.1-alpha.4",
4
4
  "description": "ZK Compression: Secure Scaling on Solana",
5
5
  "maintainers": [
6
6
  {