@lightprotocol/zk-compression-cli 0.27.1-alpha.0 → 0.27.1-alpha.1
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/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/proving-keys/non-inclusion_40_3.key +0 -0
- package/bin/{prover-windows-arm64.exe → proving-keys/non-inclusion_40_4.key} +0 -0
- package/oclif.manifest.json +33 -33
- package/package.json +4 -1
- package/bin/prover-windows-x64.exe +0 -0
package/bin/prover-darwin-arm64
CHANGED
|
Binary file
|
package/bin/prover-darwin-x64
CHANGED
|
Binary file
|
package/bin/prover-linux-arm64
CHANGED
|
Binary file
|
package/bin/prover-linux-x64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/oclif.manifest.json
CHANGED
|
@@ -57,16 +57,32 @@
|
|
|
57
57
|
"index.js"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"
|
|
60
|
+
"compress-spl": {
|
|
61
61
|
"aliases": [],
|
|
62
62
|
"args": {},
|
|
63
63
|
"examples": [
|
|
64
|
-
"$ light
|
|
64
|
+
"$ light compress-spl --mint PublicKey --to PublicKey --amount 10"
|
|
65
65
|
],
|
|
66
66
|
"flags": {
|
|
67
|
-
"
|
|
68
|
-
"description": "
|
|
69
|
-
"name": "
|
|
67
|
+
"mint": {
|
|
68
|
+
"description": "Specify the mint address.",
|
|
69
|
+
"name": "mint",
|
|
70
|
+
"required": true,
|
|
71
|
+
"hasDynamicHelp": false,
|
|
72
|
+
"multiple": false,
|
|
73
|
+
"type": "option"
|
|
74
|
+
},
|
|
75
|
+
"to": {
|
|
76
|
+
"description": "Specify the recipient address (owner of destination compressed token account).",
|
|
77
|
+
"name": "to",
|
|
78
|
+
"required": true,
|
|
79
|
+
"hasDynamicHelp": false,
|
|
80
|
+
"multiple": false,
|
|
81
|
+
"type": "option"
|
|
82
|
+
},
|
|
83
|
+
"amount": {
|
|
84
|
+
"description": "Amount to compress, in tokens.",
|
|
85
|
+
"name": "amount",
|
|
70
86
|
"required": true,
|
|
71
87
|
"hasDynamicHelp": false,
|
|
72
88
|
"multiple": false,
|
|
@@ -75,47 +91,31 @@
|
|
|
75
91
|
},
|
|
76
92
|
"hasDynamicHelp": false,
|
|
77
93
|
"hiddenAliases": [],
|
|
78
|
-
"id": "
|
|
94
|
+
"id": "compress-spl",
|
|
79
95
|
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
80
96
|
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
81
97
|
"pluginType": "core",
|
|
82
98
|
"strict": true,
|
|
83
|
-
"summary": "
|
|
99
|
+
"summary": "Compress SPL tokens.",
|
|
84
100
|
"enableJsonFlag": false,
|
|
85
101
|
"isESM": false,
|
|
86
102
|
"relativePath": [
|
|
87
103
|
"dist",
|
|
88
104
|
"commands",
|
|
89
|
-
"
|
|
105
|
+
"compress-spl",
|
|
90
106
|
"index.js"
|
|
91
107
|
]
|
|
92
108
|
},
|
|
93
|
-
"
|
|
109
|
+
"balance": {
|
|
94
110
|
"aliases": [],
|
|
95
111
|
"args": {},
|
|
96
112
|
"examples": [
|
|
97
|
-
"$ light
|
|
113
|
+
"$ light balance --owner=<ADDRESS>"
|
|
98
114
|
],
|
|
99
115
|
"flags": {
|
|
100
|
-
"
|
|
101
|
-
"description": "
|
|
102
|
-
"name": "
|
|
103
|
-
"required": true,
|
|
104
|
-
"hasDynamicHelp": false,
|
|
105
|
-
"multiple": false,
|
|
106
|
-
"type": "option"
|
|
107
|
-
},
|
|
108
|
-
"to": {
|
|
109
|
-
"description": "Specify the recipient address (owner of destination compressed token account).",
|
|
110
|
-
"name": "to",
|
|
111
|
-
"required": true,
|
|
112
|
-
"hasDynamicHelp": false,
|
|
113
|
-
"multiple": false,
|
|
114
|
-
"type": "option"
|
|
115
|
-
},
|
|
116
|
-
"amount": {
|
|
117
|
-
"description": "Amount to compress, in tokens.",
|
|
118
|
-
"name": "amount",
|
|
116
|
+
"owner": {
|
|
117
|
+
"description": "Address of the owner.",
|
|
118
|
+
"name": "owner",
|
|
119
119
|
"required": true,
|
|
120
120
|
"hasDynamicHelp": false,
|
|
121
121
|
"multiple": false,
|
|
@@ -124,18 +124,18 @@
|
|
|
124
124
|
},
|
|
125
125
|
"hasDynamicHelp": false,
|
|
126
126
|
"hiddenAliases": [],
|
|
127
|
-
"id": "
|
|
127
|
+
"id": "balance",
|
|
128
128
|
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
129
129
|
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
130
130
|
"pluginType": "core",
|
|
131
131
|
"strict": true,
|
|
132
|
-
"summary": "
|
|
132
|
+
"summary": "Get compressed SOL balance",
|
|
133
133
|
"enableJsonFlag": false,
|
|
134
134
|
"isESM": false,
|
|
135
135
|
"relativePath": [
|
|
136
136
|
"dist",
|
|
137
137
|
"commands",
|
|
138
|
-
"
|
|
138
|
+
"balance",
|
|
139
139
|
"index.js"
|
|
140
140
|
]
|
|
141
141
|
},
|
|
@@ -956,5 +956,5 @@
|
|
|
956
956
|
]
|
|
957
957
|
}
|
|
958
958
|
},
|
|
959
|
-
"version": "0.27.1-alpha.
|
|
959
|
+
"version": "0.27.1-alpha.1"
|
|
960
960
|
}
|
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.1",
|
|
4
4
|
"description": "ZK Compression: Secure Scaling on Solana",
|
|
5
5
|
"maintainers": [
|
|
6
6
|
{
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"!bin/cargo-generate",
|
|
20
20
|
"!/bin/**/*.vkey",
|
|
21
21
|
"!/bin/proving-keys/*.key",
|
|
22
|
+
"!/bin/prover-windows-*.exe",
|
|
22
23
|
"/bin/proving-keys/combined_26_1_1.key",
|
|
23
24
|
"/bin/proving-keys/combined_26_1_2.key",
|
|
24
25
|
"/bin/proving-keys/combined_26_2_1.key",
|
|
@@ -37,6 +38,8 @@
|
|
|
37
38
|
"/bin/proving-keys/non-inclusion_26_2.key",
|
|
38
39
|
"/bin/proving-keys/non-inclusion_40_1.key",
|
|
39
40
|
"/bin/proving-keys/non-inclusion_40_2.key",
|
|
41
|
+
"/bin/proving-keys/non-inclusion_40_3.key",
|
|
42
|
+
"/bin/proving-keys/non-inclusion_40_4.key",
|
|
40
43
|
"/dist",
|
|
41
44
|
"/test_bin",
|
|
42
45
|
"./config.json",
|
|
Binary file
|