@ckb-ccc/okx 0.0.16-alpha.3 → 0.0.16-alpha.5
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/CHANGELOG.md +52 -34
- package/README.md +6 -26
- package/dist/advancedBarrel.d.ts +1 -2
- package/dist/advancedBarrel.d.ts.map +1 -1
- package/dist/nostr/index.js +1 -1
- package/dist.commonjs/advancedBarrel.d.ts +1 -2
- package/dist.commonjs/advancedBarrel.d.ts.map +1 -1
- package/dist.commonjs/nostr/index.js +1 -1
- package/dist.commonjs/signersFactory.js +1 -2
- package/package.json +8 -8
- package/src/advancedBarrel.ts +1 -2
- package/src/nostr/index.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,28 @@
|
|
|
1
1
|
# @ckb-ccc/okx
|
|
2
2
|
|
|
3
|
+
## 0.0.16-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
|
|
8
|
+
- @ckb-ccc/core@0.1.0-alpha.5
|
|
9
|
+
- @ckb-ccc/nip07@0.0.16-alpha.5
|
|
10
|
+
- @ckb-ccc/uni-sat@0.0.16-alpha.5
|
|
11
|
+
|
|
12
|
+
## 0.0.16-alpha.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`f21d7e4`](https://github.com/ckb-devrel/ccc/commit/f21d7e4cf422edab4a836ef6d678b620594fef8d)]:
|
|
17
|
+
- @ckb-ccc/core@0.1.0-alpha.4
|
|
18
|
+
- @ckb-ccc/nip07@0.0.16-alpha.4
|
|
19
|
+
- @ckb-ccc/uni-sat@0.0.16-alpha.4
|
|
20
|
+
|
|
3
21
|
## 0.0.16-alpha.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
6
24
|
|
|
7
|
-
- Updated dependencies [[`a3d5359`](https://github.com/ckb-
|
|
25
|
+
- Updated dependencies [[`a3d5359`](https://github.com/ckb-devrel/ccc/commit/a3d53595f6dd11f2f59cdf0086b3d7ce558a2fdd)]:
|
|
8
26
|
- @ckb-ccc/core@0.0.16-alpha.3
|
|
9
27
|
- @ckb-ccc/nip07@0.0.16-alpha.3
|
|
10
28
|
- @ckb-ccc/uni-sat@0.0.16-alpha.3
|
|
@@ -13,9 +31,9 @@
|
|
|
13
31
|
|
|
14
32
|
### Patch Changes
|
|
15
33
|
|
|
16
|
-
- [#70](https://github.com/ckb-
|
|
34
|
+
- [#70](https://github.com/ckb-devrel/ccc/pull/70) [`acfc050`](https://github.com/ckb-devrel/ccc/commit/acfc0502cd6beb48b9310dec8411dcd630507366) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): websocket transport
|
|
17
35
|
|
|
18
|
-
- Updated dependencies [[`acfc050`](https://github.com/ckb-
|
|
36
|
+
- Updated dependencies [[`acfc050`](https://github.com/ckb-devrel/ccc/commit/acfc0502cd6beb48b9310dec8411dcd630507366)]:
|
|
19
37
|
- @ckb-ccc/core@0.0.16-alpha.2
|
|
20
38
|
- @ckb-ccc/nip07@0.0.16-alpha.2
|
|
21
39
|
- @ckb-ccc/uni-sat@0.0.16-alpha.2
|
|
@@ -24,7 +42,7 @@
|
|
|
24
42
|
|
|
25
43
|
### Patch Changes
|
|
26
44
|
|
|
27
|
-
- Updated dependencies [[`8824ff2`](https://github.com/ckb-
|
|
45
|
+
- Updated dependencies [[`8824ff2`](https://github.com/ckb-devrel/ccc/commit/8824ff27af3b76186f1a7d6db8c907cd66f09d6a), [`c092988`](https://github.com/ckb-devrel/ccc/commit/c092988e7765b9ac79498d6bd72a6a2f62859b6f)]:
|
|
28
46
|
- @ckb-ccc/core@0.0.16-alpha.1
|
|
29
47
|
- @ckb-ccc/nip07@0.0.16-alpha.1
|
|
30
48
|
- @ckb-ccc/uni-sat@0.0.16-alpha.1
|
|
@@ -33,7 +51,7 @@
|
|
|
33
51
|
|
|
34
52
|
### Patch Changes
|
|
35
53
|
|
|
36
|
-
- Updated dependencies [[`1720d5a`](https://github.com/ckb-
|
|
54
|
+
- Updated dependencies [[`1720d5a`](https://github.com/ckb-devrel/ccc/commit/1720d5a398543f1c6e24763eeaf15d84cd2214bf)]:
|
|
37
55
|
- @ckb-ccc/core@0.0.16-alpha.0
|
|
38
56
|
- @ckb-ccc/nip07@0.0.16-alpha.0
|
|
39
57
|
- @ckb-ccc/uni-sat@0.0.16-alpha.0
|
|
@@ -42,7 +60,7 @@
|
|
|
42
60
|
|
|
43
61
|
### Patch Changes
|
|
44
62
|
|
|
45
|
-
- Updated dependencies [[`8f2560a`](https://github.com/ckb-
|
|
63
|
+
- Updated dependencies [[`8f2560a`](https://github.com/ckb-devrel/ccc/commit/8f2560ab0e5619654fff7c5eacda8425385f908e)]:
|
|
46
64
|
- @ckb-ccc/core@0.0.15
|
|
47
65
|
- @ckb-ccc/nip07@0.0.15
|
|
48
66
|
- @ckb-ccc/uni-sat@0.0.15
|
|
@@ -51,9 +69,9 @@
|
|
|
51
69
|
|
|
52
70
|
### Patch Changes
|
|
53
71
|
|
|
54
|
-
- [#48](https://github.com/ckb-
|
|
72
|
+
- [#48](https://github.com/ckb-devrel/ccc/pull/48) [`4fb114b`](https://github.com/ckb-devrel/ccc/commit/4fb114bc421c7250eed7388c16f1c026875153e6) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(okx): make okx wallet happy
|
|
55
73
|
|
|
56
|
-
- Updated dependencies [[`5e942f8`](https://github.com/ckb-
|
|
74
|
+
- Updated dependencies [[`5e942f8`](https://github.com/ckb-devrel/ccc/commit/5e942f8f1ed678abdb7ab9716f5449f0714cea53), [`f5b5938`](https://github.com/ckb-devrel/ccc/commit/f5b5938ab8f9c0a338dfd6765fe717f7ad1b1dd8), [`f13f4d3`](https://github.com/ckb-devrel/ccc/commit/f13f4d319ca66b571029a65e945e3a038bfeea25), [`7ba62a0`](https://github.com/ckb-devrel/ccc/commit/7ba62a056f17808fe5684786c00c2dff80bb7d1d), [`2164efd`](https://github.com/ckb-devrel/ccc/commit/2164efd6d834c1917ad5f4a514dc25941f937185), [`e5bd2ad`](https://github.com/ckb-devrel/ccc/commit/e5bd2ad5de4b42a22c422ecfc42056750f69b88b), [`aae3e06`](https://github.com/ckb-devrel/ccc/commit/aae3e0679fb940dd8c12ac9be12a4b53277a339d)]:
|
|
57
75
|
- @ckb-ccc/core@0.0.14
|
|
58
76
|
- @ckb-ccc/nip07@0.0.14
|
|
59
77
|
- @ckb-ccc/uni-sat@0.0.14
|
|
@@ -62,7 +80,7 @@
|
|
|
62
80
|
|
|
63
81
|
### Patch Changes
|
|
64
82
|
|
|
65
|
-
- Updated dependencies [[`7ba62a0`](https://github.com/ckb-
|
|
83
|
+
- Updated dependencies [[`7ba62a0`](https://github.com/ckb-devrel/ccc/commit/7ba62a056f17808fe5684786c00c2dff80bb7d1d)]:
|
|
66
84
|
- @ckb-ccc/core@0.0.14-alpha.2
|
|
67
85
|
- @ckb-ccc/nip07@0.0.14-alpha.2
|
|
68
86
|
- @ckb-ccc/uni-sat@0.0.14-alpha.2
|
|
@@ -71,9 +89,9 @@
|
|
|
71
89
|
|
|
72
90
|
### Patch Changes
|
|
73
91
|
|
|
74
|
-
- [#48](https://github.com/ckb-
|
|
92
|
+
- [#48](https://github.com/ckb-devrel/ccc/pull/48) [`4fb114b`](https://github.com/ckb-devrel/ccc/commit/4fb114bc421c7250eed7388c16f1c026875153e6) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(okx): make okx wallet happy
|
|
75
93
|
|
|
76
|
-
- Updated dependencies [[`5e942f8`](https://github.com/ckb-
|
|
94
|
+
- Updated dependencies [[`5e942f8`](https://github.com/ckb-devrel/ccc/commit/5e942f8f1ed678abdb7ab9716f5449f0714cea53), [`e5bd2ad`](https://github.com/ckb-devrel/ccc/commit/e5bd2ad5de4b42a22c422ecfc42056750f69b88b), [`aae3e06`](https://github.com/ckb-devrel/ccc/commit/aae3e0679fb940dd8c12ac9be12a4b53277a339d)]:
|
|
77
95
|
- @ckb-ccc/core@0.0.14-alpha.1
|
|
78
96
|
- @ckb-ccc/nip07@0.0.14-alpha.1
|
|
79
97
|
- @ckb-ccc/uni-sat@0.0.14-alpha.1
|
|
@@ -82,7 +100,7 @@
|
|
|
82
100
|
|
|
83
101
|
### Patch Changes
|
|
84
102
|
|
|
85
|
-
- Updated dependencies [[`f5b5938`](https://github.com/ckb-
|
|
103
|
+
- Updated dependencies [[`f5b5938`](https://github.com/ckb-devrel/ccc/commit/f5b5938ab8f9c0a338dfd6765fe717f7ad1b1dd8), [`2164efd`](https://github.com/ckb-devrel/ccc/commit/2164efd6d834c1917ad5f4a514dc25941f937185)]:
|
|
86
104
|
- @ckb-ccc/core@0.0.14-alpha.0
|
|
87
105
|
- @ckb-ccc/nip07@0.0.14-alpha.0
|
|
88
106
|
- @ckb-ccc/uni-sat@0.0.14-alpha.0
|
|
@@ -91,17 +109,17 @@
|
|
|
91
109
|
|
|
92
110
|
### Patch Changes
|
|
93
111
|
|
|
94
|
-
- [`6d62032`](https://github.com/ckb-
|
|
112
|
+
- [`6d62032`](https://github.com/ckb-devrel/ccc/commit/6d620326f42f8c48eff9deb95578cf28d7bf5c97) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): recordCells should not add usableCells
|
|
95
113
|
|
|
96
|
-
- [`3658797`](https://github.com/ckb-
|
|
114
|
+
- [`3658797`](https://github.com/ckb-devrel/ccc/commit/3658797e67c42c56b20fa66481d0455ed019e69f) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): node.js websocket
|
|
97
115
|
|
|
98
|
-
- [`44c7fee`](https://github.com/ckb-
|
|
116
|
+
- [`44c7fee`](https://github.com/ckb-devrel/ccc/commit/44c7feed37369836268fba21884418682f15254b) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): completeInputs
|
|
99
117
|
|
|
100
|
-
- [`079e20e`](https://github.com/ckb-
|
|
118
|
+
- [`079e20e`](https://github.com/ckb-devrel/ccc/commit/079e20ef14cf9a7c06bbaddf3e92cbfbb005da11) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): more APIs. Since parsing.
|
|
101
119
|
|
|
102
|
-
- [`ed154d1`](https://github.com/ckb-
|
|
120
|
+
- [`ed154d1`](https://github.com/ckb-devrel/ccc/commit/ed154d189e239907ad686ec51ac8133b6d5eb895) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): Signer.findCells
|
|
103
121
|
|
|
104
|
-
- Updated dependencies [[`3378e85`](https://github.com/ckb-
|
|
122
|
+
- Updated dependencies [[`3378e85`](https://github.com/ckb-devrel/ccc/commit/3378e85b32797f5cdc1943b9ecaca1fd1d9fad5e), [`8629449`](https://github.com/ckb-devrel/ccc/commit/86294490e76fc2a1cee20f827883e02fceca6e8b), [`6d62032`](https://github.com/ckb-devrel/ccc/commit/6d620326f42f8c48eff9deb95578cf28d7bf5c97), [`3658797`](https://github.com/ckb-devrel/ccc/commit/3658797e67c42c56b20fa66481d0455ed019e69f), [`69c10fd`](https://github.com/ckb-devrel/ccc/commit/69c10fdfcd507433c13b15d17015dca4687afb97), [`600cc13`](https://github.com/ckb-devrel/ccc/commit/600cc137ac6eb7c5b2533670de6df29d82f1b9e1), [`642f731`](https://github.com/ckb-devrel/ccc/commit/642f7317f4951ef801f1245aea96c40b4b6fb73e), [`96dbb61`](https://github.com/ckb-devrel/ccc/commit/96dbb6107d2071b9383350ddd578557746227054), [`0462a4e`](https://github.com/ckb-devrel/ccc/commit/0462a4ee101926f0da857173626dc4ab879e3b56), [`52156f9`](https://github.com/ckb-devrel/ccc/commit/52156f9df9cae9e0b71b77b49cda0e4d73e76142), [`63606db`](https://github.com/ckb-devrel/ccc/commit/63606db908f95bfc857430083932144d1ef4deef), [`44c7fee`](https://github.com/ckb-devrel/ccc/commit/44c7feed37369836268fba21884418682f15254b), [`1043c2b`](https://github.com/ckb-devrel/ccc/commit/1043c2bc211ec283b88dba3b81feef98e4185c0e), [`079e20e`](https://github.com/ckb-devrel/ccc/commit/079e20ef14cf9a7c06bbaddf3e92cbfbb005da11), [`1f999f8`](https://github.com/ckb-devrel/ccc/commit/1f999f854beb255b3cd9dbbc5a7268e75442b3db), [`a69a9dc`](https://github.com/ckb-devrel/ccc/commit/a69a9dc0c722f7b4cfa36b2ae8ecba4dcde0db90), [`ed154d1`](https://github.com/ckb-devrel/ccc/commit/ed154d189e239907ad686ec51ac8133b6d5eb895)]:
|
|
105
123
|
- @ckb-ccc/core@0.0.13
|
|
106
124
|
- @ckb-ccc/nip07@0.0.13
|
|
107
125
|
- @ckb-ccc/uni-sat@0.0.13
|
|
@@ -110,7 +128,7 @@
|
|
|
110
128
|
|
|
111
129
|
### Patch Changes
|
|
112
130
|
|
|
113
|
-
- Updated dependencies [[`8629449`](https://github.com/ckb-
|
|
131
|
+
- Updated dependencies [[`8629449`](https://github.com/ckb-devrel/ccc/commit/86294490e76fc2a1cee20f827883e02fceca6e8b), [`52156f9`](https://github.com/ckb-devrel/ccc/commit/52156f9df9cae9e0b71b77b49cda0e4d73e76142), [`63606db`](https://github.com/ckb-devrel/ccc/commit/63606db908f95bfc857430083932144d1ef4deef)]:
|
|
114
132
|
- @ckb-ccc/core@0.0.13-alpha.8
|
|
115
133
|
- @ckb-ccc/nip07@0.0.13-alpha.8
|
|
116
134
|
- @ckb-ccc/uni-sat@0.0.13-alpha.8
|
|
@@ -119,11 +137,11 @@
|
|
|
119
137
|
|
|
120
138
|
### Patch Changes
|
|
121
139
|
|
|
122
|
-
- [`079e20e`](https://github.com/ckb-
|
|
140
|
+
- [`079e20e`](https://github.com/ckb-devrel/ccc/commit/079e20ef14cf9a7c06bbaddf3e92cbfbb005da11) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): more APIs. Since parsing.
|
|
123
141
|
|
|
124
|
-
- [`ed154d1`](https://github.com/ckb-
|
|
142
|
+
- [`ed154d1`](https://github.com/ckb-devrel/ccc/commit/ed154d189e239907ad686ec51ac8133b6d5eb895) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): Signer.findCells
|
|
125
143
|
|
|
126
|
-
- Updated dependencies [[`1043c2b`](https://github.com/ckb-
|
|
144
|
+
- Updated dependencies [[`1043c2b`](https://github.com/ckb-devrel/ccc/commit/1043c2bc211ec283b88dba3b81feef98e4185c0e), [`079e20e`](https://github.com/ckb-devrel/ccc/commit/079e20ef14cf9a7c06bbaddf3e92cbfbb005da11), [`ed154d1`](https://github.com/ckb-devrel/ccc/commit/ed154d189e239907ad686ec51ac8133b6d5eb895)]:
|
|
127
145
|
- @ckb-ccc/core@0.0.13-alpha.7
|
|
128
146
|
- @ckb-ccc/nip07@0.0.13-alpha.7
|
|
129
147
|
- @ckb-ccc/uni-sat@0.0.13-alpha.7
|
|
@@ -132,9 +150,9 @@
|
|
|
132
150
|
|
|
133
151
|
### Patch Changes
|
|
134
152
|
|
|
135
|
-
- [`44c7fee`](https://github.com/ckb-
|
|
153
|
+
- [`44c7fee`](https://github.com/ckb-devrel/ccc/commit/44c7feed37369836268fba21884418682f15254b) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): completeInputs
|
|
136
154
|
|
|
137
|
-
- Updated dependencies [[`69c10fd`](https://github.com/ckb-
|
|
155
|
+
- Updated dependencies [[`69c10fd`](https://github.com/ckb-devrel/ccc/commit/69c10fdfcd507433c13b15d17015dca4687afb97), [`44c7fee`](https://github.com/ckb-devrel/ccc/commit/44c7feed37369836268fba21884418682f15254b)]:
|
|
138
156
|
- @ckb-ccc/core@0.0.13-alpha.6
|
|
139
157
|
- @ckb-ccc/nip07@0.0.13-alpha.6
|
|
140
158
|
- @ckb-ccc/uni-sat@0.0.13-alpha.6
|
|
@@ -143,9 +161,9 @@
|
|
|
143
161
|
|
|
144
162
|
### Patch Changes
|
|
145
163
|
|
|
146
|
-
- [`6d62032`](https://github.com/ckb-
|
|
164
|
+
- [`6d62032`](https://github.com/ckb-devrel/ccc/commit/6d620326f42f8c48eff9deb95578cf28d7bf5c97) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): recordCells should not add usableCells
|
|
147
165
|
|
|
148
|
-
- Updated dependencies [[`6d62032`](https://github.com/ckb-
|
|
166
|
+
- Updated dependencies [[`6d62032`](https://github.com/ckb-devrel/ccc/commit/6d620326f42f8c48eff9deb95578cf28d7bf5c97)]:
|
|
149
167
|
- @ckb-ccc/core@0.0.13-alpha.5
|
|
150
168
|
- @ckb-ccc/nip07@0.0.13-alpha.5
|
|
151
169
|
- @ckb-ccc/uni-sat@0.0.13-alpha.5
|
|
@@ -154,9 +172,9 @@
|
|
|
154
172
|
|
|
155
173
|
### Patch Changes
|
|
156
174
|
|
|
157
|
-
- [`3658797`](https://github.com/ckb-
|
|
175
|
+
- [`3658797`](https://github.com/ckb-devrel/ccc/commit/3658797e67c42c56b20fa66481d0455ed019e69f) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): node.js websocket
|
|
158
176
|
|
|
159
|
-
- Updated dependencies [[`3658797`](https://github.com/ckb-
|
|
177
|
+
- Updated dependencies [[`3658797`](https://github.com/ckb-devrel/ccc/commit/3658797e67c42c56b20fa66481d0455ed019e69f), [`642f731`](https://github.com/ckb-devrel/ccc/commit/642f7317f4951ef801f1245aea96c40b4b6fb73e)]:
|
|
160
178
|
- @ckb-ccc/core@0.0.13-alpha.4
|
|
161
179
|
- @ckb-ccc/nip07@0.0.13-alpha.4
|
|
162
180
|
- @ckb-ccc/uni-sat@0.0.13-alpha.4
|
|
@@ -165,7 +183,7 @@
|
|
|
165
183
|
|
|
166
184
|
### Patch Changes
|
|
167
185
|
|
|
168
|
-
- Updated dependencies [[`1f999f8`](https://github.com/ckb-
|
|
186
|
+
- Updated dependencies [[`1f999f8`](https://github.com/ckb-devrel/ccc/commit/1f999f854beb255b3cd9dbbc5a7268e75442b3db)]:
|
|
169
187
|
- @ckb-ccc/core@0.0.13-alpha.3
|
|
170
188
|
- @ckb-ccc/nip07@0.0.13-alpha.3
|
|
171
189
|
- @ckb-ccc/uni-sat@0.0.13-alpha.3
|
|
@@ -174,7 +192,7 @@
|
|
|
174
192
|
|
|
175
193
|
### Patch Changes
|
|
176
194
|
|
|
177
|
-
- Updated dependencies [[`96dbb61`](https://github.com/ckb-
|
|
195
|
+
- Updated dependencies [[`96dbb61`](https://github.com/ckb-devrel/ccc/commit/96dbb6107d2071b9383350ddd578557746227054)]:
|
|
178
196
|
- @ckb-ccc/core@0.0.13-alpha.2
|
|
179
197
|
- @ckb-ccc/nip07@0.0.13-alpha.2
|
|
180
198
|
- @ckb-ccc/uni-sat@0.0.13-alpha.2
|
|
@@ -183,7 +201,7 @@
|
|
|
183
201
|
|
|
184
202
|
### Patch Changes
|
|
185
203
|
|
|
186
|
-
- Updated dependencies [[`3378e85`](https://github.com/ckb-
|
|
204
|
+
- Updated dependencies [[`3378e85`](https://github.com/ckb-devrel/ccc/commit/3378e85b32797f5cdc1943b9ecaca1fd1d9fad5e), [`a69a9dc`](https://github.com/ckb-devrel/ccc/commit/a69a9dc0c722f7b4cfa36b2ae8ecba4dcde0db90)]:
|
|
187
205
|
- @ckb-ccc/core@0.0.13-alpha.1
|
|
188
206
|
- @ckb-ccc/nip07@0.0.13-alpha.1
|
|
189
207
|
- @ckb-ccc/uni-sat@0.0.13-alpha.1
|
|
@@ -192,7 +210,7 @@
|
|
|
192
210
|
|
|
193
211
|
### Patch Changes
|
|
194
212
|
|
|
195
|
-
- Updated dependencies [[`600cc13`](https://github.com/ckb-
|
|
213
|
+
- Updated dependencies [[`600cc13`](https://github.com/ckb-devrel/ccc/commit/600cc137ac6eb7c5b2533670de6df29d82f1b9e1)]:
|
|
196
214
|
- @ckb-ccc/core@0.0.13-alpha.0
|
|
197
215
|
- @ckb-ccc/nip07@0.0.13-alpha.0
|
|
198
216
|
- @ckb-ccc/uni-sat@0.0.13-alpha.0
|
|
@@ -201,9 +219,9 @@
|
|
|
201
219
|
|
|
202
220
|
### Patch Changes
|
|
203
221
|
|
|
204
|
-
- [`6bee006`](https://github.com/ckb-
|
|
222
|
+
- [`6bee006`](https://github.com/ckb-devrel/ccc/commit/6bee006fbcb96986c65ca4d2d896fca21db2503b) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(connector): catch connecting error
|
|
205
223
|
|
|
206
|
-
- Updated dependencies [[`6bee006`](https://github.com/ckb-
|
|
224
|
+
- Updated dependencies [[`6bee006`](https://github.com/ckb-devrel/ccc/commit/6bee006fbcb96986c65ca4d2d896fca21db2503b)]:
|
|
207
225
|
- @ckb-ccc/nip07@0.0.12
|
|
208
226
|
- @ckb-ccc/core@0.0.12
|
|
209
227
|
- @ckb-ccc/uni-sat@0.0.12
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://app.ckbccc.com/">
|
|
3
|
-
<img alt="Logo" src="https://raw.githubusercontent.com/ckb-
|
|
3
|
+
<img alt="Logo" src="https://raw.githubusercontent.com/ckb-devrel/ccc/master/assets/logoAndText.svg" style="height: 8rem; max-width: 90%; padding: 0.5rem 0;" />
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
<a href="https://www.npmjs.com/package/@ckb-ccc/okx"><img
|
|
13
13
|
alt="NPM Version" src="https://img.shields.io/npm/v/%40ckb-ccc%2Fokx"
|
|
14
14
|
/></a>
|
|
15
|
-
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/ckb-
|
|
16
|
-
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/ckb-
|
|
17
|
-
<img alt="GitHub branch check runs" src="https://img.shields.io/github/check-runs/ckb-
|
|
15
|
+
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/ckb-devrel/ccc" />
|
|
16
|
+
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/ckb-devrel/ccc/master" />
|
|
17
|
+
<img alt="GitHub branch check runs" src="https://img.shields.io/github/check-runs/ckb-devrel/ccc/master" />
|
|
18
18
|
<a href="https://live.ckbccc.com/"><img
|
|
19
19
|
alt="Playground" src="https://img.shields.io/website?url=https%3A%2F%2Flive.ckbccc.com%2F&label=Playground"
|
|
20
20
|
/></a>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</p>
|
|
28
28
|
|
|
29
29
|
<p align="center">
|
|
30
|
-
|
|
30
|
+
CCC - CKBers' Codebase is a one-stop solution for your CKB JS/TS ecosystem development.
|
|
31
31
|
<br />
|
|
32
32
|
Empower yourself with CCC to discover the unlimited potential of CKB.
|
|
33
33
|
<br />
|
|
@@ -36,26 +36,6 @@
|
|
|
36
36
|
Fully enabling CKB's Turing completeness and cryptographic freedom power.
|
|
37
37
|
</p>
|
|
38
38
|
|
|
39
|
-
## Playground
|
|
40
|
-
|
|
41
|
-
<p align="center">
|
|
42
|
-
<a href="https://live.ckbccc.com/">
|
|
43
|
-
<img src="https://raw.githubusercontent.com/ckb-ecofund/ccc/master/assets/preview.png" width="90%" />
|
|
44
|
-
</a>
|
|
45
|
-
</p>
|
|
46
|
-
|
|
47
|
-
This project is still under active development, and we are looking forward to your feedback. You can [experiment instantly in the playground](https://live.ckbccc.com/). If you are new to the CKB, we recommend checking [Nervos CKB Docs](https://docs.nervos.org/) for basic knowledge.
|
|
48
|
-
|
|
49
|
-
## App
|
|
50
|
-
|
|
51
|
-
<p align="center">
|
|
52
|
-
<a href="https://app.ckbccc.com/">
|
|
53
|
-
<img src="https://raw.githubusercontent.com/ckb-ecofund/ccc/master/assets/appPreview.png" width="50%" />
|
|
54
|
-
</a>
|
|
55
|
-
</p>
|
|
56
|
-
|
|
57
|
-
For non-developers, you can also [try CCC's app now here](https://app.ckbccc.com/). It showcases how to use CCC for some basic scenarios in CKB.
|
|
58
|
-
|
|
59
39
|
<h3 align="center">
|
|
60
|
-
Read more about CCC on <a href="https://docs.ckbccc.com">our website</a> or <a href="https://github.com/ckb-
|
|
40
|
+
Read more about CCC on <a href="https://docs.ckbccc.com">our website</a> or <a href="https://github.com/ckb-devrel/ccc">GitHub Repo</a>.
|
|
61
41
|
</h3>
|
package/dist/advancedBarrel.d.ts
CHANGED
|
@@ -34,8 +34,7 @@ export interface NostrOnMethod {
|
|
|
34
34
|
* Adds an event listener to the provider.
|
|
35
35
|
* @param eventName - The name of the event.
|
|
36
36
|
* @param listener - The listener function.
|
|
37
|
-
* @returns The provider instance.
|
|
38
37
|
*/
|
|
39
|
-
(eventName: string, listener: (...args: unknown[]) => unknown):
|
|
38
|
+
(eventName: string, listener: (...args: unknown[]) => unknown): void;
|
|
40
39
|
}
|
|
41
40
|
//# sourceMappingURL=advancedBarrel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"advancedBarrel.d.ts","sourceRoot":"","sources":["../src/advancedBarrel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,gBAAgB,GAAG,aAAa,CAAC,EACrE,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,gBAAgB,GAAG,aAAa,CAAC,CAAC;IAC1E,OAAO,CAAC,IAAI,OAAO,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,CAAC,CAAC;IAEH,kBAAkB,CAAC,IAAI,OAAO,CAAC;QAC7B,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,GAAG,IAAI,CAAC,CAAC;CACX;AAED,MAAM,WAAW,aAAc,SAAQ,MAAM,CAAC,QAAQ;IACpD,OAAO,CAAC,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B;;OAEG;IACH,EAAE,EAAE,aAAa,CAAC;IAElB;;;;;OAKG;IACH,cAAc,CACZ,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,OAAO,GACxC,aAAa,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B
|
|
1
|
+
{"version":3,"file":"advancedBarrel.d.ts","sourceRoot":"","sources":["../src/advancedBarrel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,gBAAgB,GAAG,aAAa,CAAC,EACrE,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,gBAAgB,GAAG,aAAa,CAAC,CAAC;IAC1E,OAAO,CAAC,IAAI,OAAO,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,CAAC,CAAC;IAEH,kBAAkB,CAAC,IAAI,OAAO,CAAC;QAC7B,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,GAAG,IAAI,CAAC,CAAC;CACX;AAED,MAAM,WAAW,aAAc,SAAQ,MAAM,CAAC,QAAQ;IACpD,OAAO,CAAC,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B;;OAEG;IACH,EAAE,EAAE,aAAa,CAAC;IAElB;;;;;OAKG;IACH,cAAc,CACZ,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,OAAO,GACxC,aAAa,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,OAAO,GAAG,IAAI,CAAC;CACtE"}
|
package/dist/nostr/index.js
CHANGED
|
@@ -34,8 +34,7 @@ export interface NostrOnMethod {
|
|
|
34
34
|
* Adds an event listener to the provider.
|
|
35
35
|
* @param eventName - The name of the event.
|
|
36
36
|
* @param listener - The listener function.
|
|
37
|
-
* @returns The provider instance.
|
|
38
37
|
*/
|
|
39
|
-
(eventName: string, listener: (...args: unknown[]) => unknown):
|
|
38
|
+
(eventName: string, listener: (...args: unknown[]) => unknown): void;
|
|
40
39
|
}
|
|
41
40
|
//# sourceMappingURL=advancedBarrel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"advancedBarrel.d.ts","sourceRoot":"","sources":["../src/advancedBarrel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,gBAAgB,GAAG,aAAa,CAAC,EACrE,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,gBAAgB,GAAG,aAAa,CAAC,CAAC;IAC1E,OAAO,CAAC,IAAI,OAAO,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,CAAC,CAAC;IAEH,kBAAkB,CAAC,IAAI,OAAO,CAAC;QAC7B,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,GAAG,IAAI,CAAC,CAAC;CACX;AAED,MAAM,WAAW,aAAc,SAAQ,MAAM,CAAC,QAAQ;IACpD,OAAO,CAAC,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B;;OAEG;IACH,EAAE,EAAE,aAAa,CAAC;IAElB;;;;;OAKG;IACH,cAAc,CACZ,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,OAAO,GACxC,aAAa,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B
|
|
1
|
+
{"version":3,"file":"advancedBarrel.d.ts","sourceRoot":"","sources":["../src/advancedBarrel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,gBAAgB,GAAG,aAAa,CAAC,EACrE,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,gBAAgB,GAAG,aAAa,CAAC,CAAC;IAC1E,OAAO,CAAC,IAAI,OAAO,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,CAAC,CAAC;IAEH,kBAAkB,CAAC,IAAI,OAAO,CAAC;QAC7B,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,GAAG,IAAI,CAAC,CAAC;CACX;AAED,MAAM,WAAW,aAAc,SAAQ,MAAM,CAAC,QAAQ;IACpD,OAAO,CAAC,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B;;OAEG;IACH,EAAE,EAAE,aAAa,CAAC;IAElB;;;;;OAKG;IACH,cAAc,CACZ,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,OAAO,GACxC,aAAa,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,OAAO,GAAG,IAAI,CAAC;CACtE"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getOKXSigners =
|
|
3
|
+
exports.getOKXSigners = getOKXSigners;
|
|
4
4
|
const index_js_1 = require("./btc/index.js");
|
|
5
5
|
const index_js_2 = require("./nostr/index.js");
|
|
6
6
|
/**
|
|
@@ -26,4 +26,3 @@ function getOKXSigners(client, preferredNetworks) {
|
|
|
26
26
|
},
|
|
27
27
|
];
|
|
28
28
|
}
|
|
29
|
-
exports.getOKXSigners = getOKXSigners;
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckb-ccc/okx",
|
|
3
|
-
"version": "0.0.16-alpha.
|
|
3
|
+
"version": "0.0.16-alpha.5",
|
|
4
4
|
"description": "CCC - CKBer's Codebase. Common Chains Connector's support for OKX",
|
|
5
5
|
"author": "Hanssen0 <hanssen0@hanssen0.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
8
|
-
"homepage": "https://github.com/ckb-
|
|
8
|
+
"homepage": "https://github.com/ckb-devrel/ccc",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git://github.com/ckb-
|
|
11
|
+
"url": "git://github.com/ckb-devrel/ccc.git"
|
|
12
12
|
},
|
|
13
13
|
"main": "dist.commonjs/index.js",
|
|
14
14
|
"module": "dist/index.js",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@ckb-ccc/
|
|
42
|
-
"@ckb-ccc/
|
|
43
|
-
"@ckb-ccc/
|
|
41
|
+
"@ckb-ccc/core": "0.1.0-alpha.5",
|
|
42
|
+
"@ckb-ccc/nip07": "0.0.16-alpha.5",
|
|
43
|
+
"@ckb-ccc/uni-sat": "0.0.16-alpha.5"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "rimraf ./dist && rimraf ./dist.commonjs && tsc && tsc --project tsconfig.commonjs.json && copyfiles -u 2 misc/basedirs/**/* .",
|
|
47
|
-
"lint": "eslint",
|
|
48
|
-
"format": "prettier --write . && eslint --fix"
|
|
47
|
+
"lint": "eslint ./src",
|
|
48
|
+
"format": "prettier --write . && eslint --fix ./src"
|
|
49
49
|
}
|
|
50
50
|
}
|
package/src/advancedBarrel.ts
CHANGED
|
@@ -45,7 +45,6 @@ export interface NostrOnMethod {
|
|
|
45
45
|
* Adds an event listener to the provider.
|
|
46
46
|
* @param eventName - The name of the event.
|
|
47
47
|
* @param listener - The listener function.
|
|
48
|
-
* @returns The provider instance.
|
|
49
48
|
*/
|
|
50
|
-
(eventName: string, listener: (...args: unknown[]) => unknown):
|
|
49
|
+
(eventName: string, listener: (...args: unknown[]) => unknown): void;
|
|
51
50
|
}
|
package/src/nostr/index.ts
CHANGED