@lightprotocol/zk-compression-cli 0.28.0-beta.10 → 0.28.0-beta.11

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.
@@ -14,8 +14,8 @@ export declare const SURFPOOL_PROCESS_NAME = "surfpool";
14
14
  export declare const LIGHT_PROVER_PROCESS_NAME = "light-prover";
15
15
  export declare const INDEXER_PROCESS_NAME = "photon";
16
16
  export declare const FORESTER_PROCESS_NAME = "forester";
17
- export declare const SURFPOOL_VERSION = "1.0.1";
18
- export declare const SURFPOOL_RELEASE_TAG = "v1.0.1-light";
17
+ export declare const SURFPOOL_VERSION = "1.1.1";
18
+ export declare const SURFPOOL_RELEASE_TAG = "v1.1.1-light";
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";
@@ -19,8 +19,8 @@ exports.SURFPOOL_PROCESS_NAME = "surfpool";
19
19
  exports.LIGHT_PROVER_PROCESS_NAME = "light-prover";
20
20
  exports.INDEXER_PROCESS_NAME = "photon";
21
21
  exports.FORESTER_PROCESS_NAME = "forester";
22
- exports.SURFPOOL_VERSION = "1.0.1";
23
- exports.SURFPOOL_RELEASE_TAG = "v1.0.1-light";
22
+ exports.SURFPOOL_VERSION = "1.1.1";
23
+ exports.SURFPOOL_RELEASE_TAG = "v1.1.1-light";
24
24
  // PHOTON_VERSION, PHOTON_GIT_COMMIT, and PHOTON_GIT_REPO are auto-generated
25
25
  // from the external/photon submodule at build time. See photonVersion.generated.ts.
26
26
  exports.LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR";
@@ -486,41 +486,25 @@
486
486
  "index.js"
487
487
  ]
488
488
  },
489
- "mint-to": {
489
+ "merge-token-accounts": {
490
490
  "aliases": [],
491
491
  "args": {},
492
492
  "examples": [
493
- "$ light mint-to --mint PublicKey --to PublicKey --amount 1000"
493
+ "$ light merge-token-accounts --mint PublicKey"
494
494
  ],
495
495
  "flags": {
496
- "mint-authority": {
497
- "description": "Specify the filepath of the mint authority keypair. Defaults to your local solana wallet.",
498
- "name": "mint-authority",
499
- "required": false,
500
- "hasDynamicHelp": false,
501
- "multiple": false,
502
- "type": "option"
503
- },
504
496
  "mint": {
505
- "description": "Specify the mint address.",
497
+ "description": "Mint to merge accounts for",
506
498
  "name": "mint",
507
499
  "required": true,
508
500
  "hasDynamicHelp": false,
509
501
  "multiple": false,
510
502
  "type": "option"
511
503
  },
512
- "to": {
513
- "description": "Specify the recipient address.",
514
- "name": "to",
515
- "required": true,
516
- "hasDynamicHelp": false,
517
- "multiple": false,
518
- "type": "option"
519
- },
520
- "amount": {
521
- "description": "Amount to mint, in tokens.",
522
- "name": "amount",
523
- "required": true,
504
+ "fee-payer": {
505
+ "description": "Specify the fee-payer account. Defaults to the client keypair.",
506
+ "name": "fee-payer",
507
+ "required": false,
524
508
  "hasDynamicHelp": false,
525
509
  "multiple": false,
526
510
  "type": "option"
@@ -528,79 +512,56 @@
528
512
  },
529
513
  "hasDynamicHelp": false,
530
514
  "hiddenAliases": [],
531
- "id": "mint-to",
515
+ "id": "merge-token-accounts",
532
516
  "pluginAlias": "@lightprotocol/zk-compression-cli",
533
517
  "pluginName": "@lightprotocol/zk-compression-cli",
534
518
  "pluginType": "core",
535
519
  "strict": true,
536
- "summary": "Mint tokens to an account.",
520
+ "summary": "Merge all token accounts for a specific mint.",
537
521
  "enableJsonFlag": false,
538
522
  "isESM": false,
539
523
  "relativePath": [
540
524
  "dist",
541
525
  "commands",
542
- "mint-to",
526
+ "merge-token-accounts",
543
527
  "index.js"
544
528
  ]
545
529
  },
546
- "start-prover": {
530
+ "mint-to": {
547
531
  "aliases": [],
548
532
  "args": {},
549
- "description": "Start gnark prover",
533
+ "examples": [
534
+ "$ light mint-to --mint PublicKey --to PublicKey --amount 1000"
535
+ ],
550
536
  "flags": {
551
- "prover-port": {
552
- "description": "Enable Light Prover server on this port.",
553
- "name": "prover-port",
537
+ "mint-authority": {
538
+ "description": "Specify the filepath of the mint authority keypair. Defaults to your local solana wallet.",
539
+ "name": "mint-authority",
554
540
  "required": false,
555
- "default": 3001,
556
541
  "hasDynamicHelp": false,
557
542
  "multiple": false,
558
543
  "type": "option"
559
544
  },
560
- "redisUrl": {
561
- "description": "Redis URL to use for the prover (e.g. redis://localhost:6379)",
562
- "name": "redisUrl",
563
- "required": false,
545
+ "mint": {
546
+ "description": "Specify the mint address.",
547
+ "name": "mint",
548
+ "required": true,
564
549
  "hasDynamicHelp": false,
565
550
  "multiple": false,
566
551
  "type": "option"
567
- }
568
- },
569
- "hasDynamicHelp": false,
570
- "hiddenAliases": [],
571
- "id": "start-prover",
572
- "pluginAlias": "@lightprotocol/zk-compression-cli",
573
- "pluginName": "@lightprotocol/zk-compression-cli",
574
- "pluginType": "core",
575
- "strict": true,
576
- "enableJsonFlag": false,
577
- "isESM": false,
578
- "relativePath": [
579
- "dist",
580
- "commands",
581
- "start-prover",
582
- "index.js"
583
- ]
584
- },
585
- "merge-token-accounts": {
586
- "aliases": [],
587
- "args": {},
588
- "examples": [
589
- "$ light merge-token-accounts --mint PublicKey"
590
- ],
591
- "flags": {
592
- "mint": {
593
- "description": "Mint to merge accounts for",
594
- "name": "mint",
552
+ },
553
+ "to": {
554
+ "description": "Specify the recipient address.",
555
+ "name": "to",
595
556
  "required": true,
596
557
  "hasDynamicHelp": false,
597
558
  "multiple": false,
598
559
  "type": "option"
599
560
  },
600
- "fee-payer": {
601
- "description": "Specify the fee-payer account. Defaults to the client keypair.",
602
- "name": "fee-payer",
603
- "required": false,
561
+ "amount": {
562
+ "description": "Amount to mint, in tokens.",
563
+ "name": "amount",
564
+ "required": true,
604
565
  "hasDynamicHelp": false,
605
566
  "multiple": false,
606
567
  "type": "option"
@@ -608,18 +569,18 @@
608
569
  },
609
570
  "hasDynamicHelp": false,
610
571
  "hiddenAliases": [],
611
- "id": "merge-token-accounts",
572
+ "id": "mint-to",
612
573
  "pluginAlias": "@lightprotocol/zk-compression-cli",
613
574
  "pluginName": "@lightprotocol/zk-compression-cli",
614
575
  "pluginType": "core",
615
576
  "strict": true,
616
- "summary": "Merge all token accounts for a specific mint.",
577
+ "summary": "Mint tokens to an account.",
617
578
  "enableJsonFlag": false,
618
579
  "isESM": false,
619
580
  "relativePath": [
620
581
  "dist",
621
582
  "commands",
622
- "merge-token-accounts",
583
+ "mint-to",
623
584
  "index.js"
624
585
  ]
625
586
  },
@@ -954,7 +915,46 @@
954
915
  "test-validator",
955
916
  "index.js"
956
917
  ]
918
+ },
919
+ "start-prover": {
920
+ "aliases": [],
921
+ "args": {},
922
+ "description": "Start gnark prover",
923
+ "flags": {
924
+ "prover-port": {
925
+ "description": "Enable Light Prover server on this port.",
926
+ "name": "prover-port",
927
+ "required": false,
928
+ "default": 3001,
929
+ "hasDynamicHelp": false,
930
+ "multiple": false,
931
+ "type": "option"
932
+ },
933
+ "redisUrl": {
934
+ "description": "Redis URL to use for the prover (e.g. redis://localhost:6379)",
935
+ "name": "redisUrl",
936
+ "required": false,
937
+ "hasDynamicHelp": false,
938
+ "multiple": false,
939
+ "type": "option"
940
+ }
941
+ },
942
+ "hasDynamicHelp": false,
943
+ "hiddenAliases": [],
944
+ "id": "start-prover",
945
+ "pluginAlias": "@lightprotocol/zk-compression-cli",
946
+ "pluginName": "@lightprotocol/zk-compression-cli",
947
+ "pluginType": "core",
948
+ "strict": true,
949
+ "enableJsonFlag": false,
950
+ "isESM": false,
951
+ "relativePath": [
952
+ "dist",
953
+ "commands",
954
+ "start-prover",
955
+ "index.js"
956
+ ]
957
957
  }
958
958
  },
959
- "version": "0.28.0-beta.10"
959
+ "version": "0.28.0-beta.11"
960
960
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightprotocol/zk-compression-cli",
3
- "version": "0.28.0-beta.10",
3
+ "version": "0.28.0-beta.11",
4
4
  "description": "ZK Compression: Secure Scaling on Solana",
5
5
  "maintainers": [
6
6
  {
@@ -49,8 +49,8 @@
49
49
  "tweetnacl": "^1.0.3",
50
50
  "wait-on": "^7.2.0",
51
51
  "which": "^5.0.0",
52
- "@lightprotocol/compressed-token": "0.23.0-beta.10",
53
- "@lightprotocol/stateless.js": "0.23.0-beta.10"
52
+ "@lightprotocol/compressed-token": "0.23.0-beta.11",
53
+ "@lightprotocol/stateless.js": "0.23.0-beta.11"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@eslint/js": "9.36.0",