@lightprotocol/zk-compression-cli 0.27.1-alpha.6 → 0.27.1-alpha.7

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +138 -138
  2. package/package.json +3 -3
@@ -584,143 +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
- "token-balance": {
627
- "aliases": [],
628
- "args": {},
629
- "examples": [
630
- "$ light token-balance --mint=<ADDRESS> --owner=<ADDRESS>"
631
- ],
632
- "flags": {
633
- "owner": {
634
- "description": "Address of the compressed token owner.",
635
- "name": "owner",
636
- "required": true,
637
- "hasDynamicHelp": false,
638
- "multiple": false,
639
- "type": "option"
640
- },
641
- "mint": {
642
- "description": "Mint address of the compressed token account.",
643
- "name": "mint",
644
- "required": true,
645
- "hasDynamicHelp": false,
646
- "multiple": false,
647
- "type": "option"
648
- }
649
- },
650
- "hasDynamicHelp": false,
651
- "hiddenAliases": [],
652
- "id": "token-balance",
653
- "pluginAlias": "@lightprotocol/zk-compression-cli",
654
- "pluginName": "@lightprotocol/zk-compression-cli",
655
- "pluginType": "core",
656
- "strict": true,
657
- "summary": "Get balance",
658
- "enableJsonFlag": false,
659
- "isESM": false,
660
- "relativePath": [
661
- "dist",
662
- "commands",
663
- "token-balance",
664
- "index.js"
665
- ]
666
- },
667
- "transfer": {
668
- "aliases": [],
669
- "args": {},
670
- "examples": [
671
- "$ light transfer --mint PublicKey --to PublicKey --amount 1000"
672
- ],
673
- "flags": {
674
- "mint": {
675
- "description": "Mint to transfer",
676
- "name": "mint",
677
- "required": true,
678
- "hasDynamicHelp": false,
679
- "multiple": false,
680
- "type": "option"
681
- },
682
- "to": {
683
- "description": "Recipient address",
684
- "name": "to",
685
- "required": true,
686
- "hasDynamicHelp": false,
687
- "multiple": false,
688
- "type": "option"
689
- },
690
- "amount": {
691
- "description": "Amount to send, in tokens",
692
- "name": "amount",
693
- "required": true,
694
- "hasDynamicHelp": false,
695
- "multiple": false,
696
- "type": "option"
697
- },
698
- "fee-payer": {
699
- "description": "Specify the fee-payer account. Defaults to the client keypair.",
700
- "name": "fee-payer",
701
- "required": false,
702
- "hasDynamicHelp": false,
703
- "multiple": false,
704
- "type": "option"
705
- }
706
- },
707
- "hasDynamicHelp": false,
708
- "hiddenAliases": [],
709
- "id": "transfer",
710
- "pluginAlias": "@lightprotocol/zk-compression-cli",
711
- "pluginName": "@lightprotocol/zk-compression-cli",
712
- "pluginType": "core",
713
- "strict": true,
714
- "summary": "Transfer tokens from one account to another.",
715
- "enableJsonFlag": false,
716
- "isESM": false,
717
- "relativePath": [
718
- "dist",
719
- "commands",
720
- "transfer",
721
- "index.js"
722
- ]
723
- },
724
587
  "test-validator": {
725
588
  "aliases": [],
726
589
  "args": {},
@@ -906,7 +769,144 @@
906
769
  "test-validator",
907
770
  "index.js"
908
771
  ]
772
+ },
773
+ "transfer": {
774
+ "aliases": [],
775
+ "args": {},
776
+ "examples": [
777
+ "$ light transfer --mint PublicKey --to PublicKey --amount 1000"
778
+ ],
779
+ "flags": {
780
+ "mint": {
781
+ "description": "Mint to transfer",
782
+ "name": "mint",
783
+ "required": true,
784
+ "hasDynamicHelp": false,
785
+ "multiple": false,
786
+ "type": "option"
787
+ },
788
+ "to": {
789
+ "description": "Recipient address",
790
+ "name": "to",
791
+ "required": true,
792
+ "hasDynamicHelp": false,
793
+ "multiple": false,
794
+ "type": "option"
795
+ },
796
+ "amount": {
797
+ "description": "Amount to send, in tokens",
798
+ "name": "amount",
799
+ "required": true,
800
+ "hasDynamicHelp": false,
801
+ "multiple": false,
802
+ "type": "option"
803
+ },
804
+ "fee-payer": {
805
+ "description": "Specify the fee-payer account. Defaults to the client keypair.",
806
+ "name": "fee-payer",
807
+ "required": false,
808
+ "hasDynamicHelp": false,
809
+ "multiple": false,
810
+ "type": "option"
811
+ }
812
+ },
813
+ "hasDynamicHelp": false,
814
+ "hiddenAliases": [],
815
+ "id": "transfer",
816
+ "pluginAlias": "@lightprotocol/zk-compression-cli",
817
+ "pluginName": "@lightprotocol/zk-compression-cli",
818
+ "pluginType": "core",
819
+ "strict": true,
820
+ "summary": "Transfer tokens from one account to another.",
821
+ "enableJsonFlag": false,
822
+ "isESM": false,
823
+ "relativePath": [
824
+ "dist",
825
+ "commands",
826
+ "transfer",
827
+ "index.js"
828
+ ]
829
+ },
830
+ "start-prover": {
831
+ "aliases": [],
832
+ "args": {},
833
+ "description": "Start gnark prover",
834
+ "flags": {
835
+ "prover-port": {
836
+ "description": "Enable Light Prover server on this port.",
837
+ "name": "prover-port",
838
+ "required": false,
839
+ "default": 3001,
840
+ "hasDynamicHelp": false,
841
+ "multiple": false,
842
+ "type": "option"
843
+ },
844
+ "redisUrl": {
845
+ "description": "Redis URL to use for the prover (e.g. redis://localhost:6379)",
846
+ "name": "redisUrl",
847
+ "required": false,
848
+ "hasDynamicHelp": false,
849
+ "multiple": false,
850
+ "type": "option"
851
+ }
852
+ },
853
+ "hasDynamicHelp": false,
854
+ "hiddenAliases": [],
855
+ "id": "start-prover",
856
+ "pluginAlias": "@lightprotocol/zk-compression-cli",
857
+ "pluginName": "@lightprotocol/zk-compression-cli",
858
+ "pluginType": "core",
859
+ "strict": true,
860
+ "enableJsonFlag": false,
861
+ "isESM": false,
862
+ "relativePath": [
863
+ "dist",
864
+ "commands",
865
+ "start-prover",
866
+ "index.js"
867
+ ]
868
+ },
869
+ "token-balance": {
870
+ "aliases": [],
871
+ "args": {},
872
+ "examples": [
873
+ "$ light token-balance --mint=<ADDRESS> --owner=<ADDRESS>"
874
+ ],
875
+ "flags": {
876
+ "owner": {
877
+ "description": "Address of the compressed token owner.",
878
+ "name": "owner",
879
+ "required": true,
880
+ "hasDynamicHelp": false,
881
+ "multiple": false,
882
+ "type": "option"
883
+ },
884
+ "mint": {
885
+ "description": "Mint address of the compressed token account.",
886
+ "name": "mint",
887
+ "required": true,
888
+ "hasDynamicHelp": false,
889
+ "multiple": false,
890
+ "type": "option"
891
+ }
892
+ },
893
+ "hasDynamicHelp": false,
894
+ "hiddenAliases": [],
895
+ "id": "token-balance",
896
+ "pluginAlias": "@lightprotocol/zk-compression-cli",
897
+ "pluginName": "@lightprotocol/zk-compression-cli",
898
+ "pluginType": "core",
899
+ "strict": true,
900
+ "summary": "Get balance",
901
+ "enableJsonFlag": false,
902
+ "isESM": false,
903
+ "relativePath": [
904
+ "dist",
905
+ "commands",
906
+ "token-balance",
907
+ "index.js"
908
+ ]
909
909
  }
910
910
  },
911
- "version": "0.27.1-alpha.6"
911
+ "version": "0.27.1-alpha.7"
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.6",
3
+ "version": "0.27.1-alpha.7",
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.22.1-alpha.4",
53
- "@lightprotocol/stateless.js": "0.22.1-alpha.3"
52
+ "@lightprotocol/stateless.js": "0.22.1-alpha.4",
53
+ "@lightprotocol/compressed-token": "0.22.1-alpha.5"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@eslint/js": "9.36.0",