@lightprotocol/zk-compression-cli 0.27.1-alpha.7 → 0.27.1-alpha.8
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/oclif.manifest.json +40 -40
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -584,6 +584,45 @@
|
|
|
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
|
+
},
|
|
587
626
|
"test-validator": {
|
|
588
627
|
"aliases": [],
|
|
589
628
|
"args": {},
|
|
@@ -827,45 +866,6 @@
|
|
|
827
866
|
"index.js"
|
|
828
867
|
]
|
|
829
868
|
},
|
|
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
869
|
"token-balance": {
|
|
870
870
|
"aliases": [],
|
|
871
871
|
"args": {},
|
|
@@ -908,5 +908,5 @@
|
|
|
908
908
|
]
|
|
909
909
|
}
|
|
910
910
|
},
|
|
911
|
-
"version": "0.27.1-alpha.
|
|
911
|
+
"version": "0.27.1-alpha.8"
|
|
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
|
+
"version": "0.27.1-alpha.8",
|
|
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/
|
|
53
|
-
"@lightprotocol/
|
|
52
|
+
"@lightprotocol/compressed-token": "0.22.1-alpha.6",
|
|
53
|
+
"@lightprotocol/stateless.js": "0.22.1-alpha.5"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@eslint/js": "9.36.0",
|