@ckb-ccc/ccc 0.0.0-canary-20250214032000
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 +667 -0
- package/README.md +41 -0
- package/dist/advanced.d.ts +3 -0
- package/dist/advanced.d.ts.map +1 -0
- package/dist/advanced.js +2 -0
- package/dist/advancedBarrel.d.ts +8 -0
- package/dist/advancedBarrel.d.ts.map +1 -0
- package/dist/advancedBarrel.js +7 -0
- package/dist/assets/eth.svg.d.ts +2 -0
- package/dist/assets/eth.svg.d.ts.map +1 -0
- package/dist/assets/eth.svg.js +2 -0
- package/dist/assets/joy-id.svg.d.ts +2 -0
- package/dist/assets/joy-id.svg.d.ts.map +1 -0
- package/dist/assets/joy-id.svg.js +2 -0
- package/dist/assets/metamask.svg.d.ts +2 -0
- package/dist/assets/metamask.svg.d.ts.map +1 -0
- package/dist/assets/metamask.svg.js +2 -0
- package/dist/assets/nostr.svg.d.ts +2 -0
- package/dist/assets/nostr.svg.d.ts.map +1 -0
- package/dist/assets/nostr.svg.js +2 -0
- package/dist/assets/okx.svg.d.ts +2 -0
- package/dist/assets/okx.svg.d.ts.map +1 -0
- package/dist/assets/okx.svg.js +2 -0
- package/dist/assets/rei.svg.d.ts +2 -0
- package/dist/assets/rei.svg.d.ts.map +1 -0
- package/dist/assets/rei.svg.js +2 -0
- package/dist/assets/uni-sat.svg.d.ts +2 -0
- package/dist/assets/uni-sat.svg.d.ts.map +1 -0
- package/dist/assets/uni-sat.svg.js +2 -0
- package/dist/assets/utils.d.ts +2 -0
- package/dist/assets/utils.d.ts.map +1 -0
- package/dist/assets/utils.js +3 -0
- package/dist/assets/utxo-global.svg.d.ts +2 -0
- package/dist/assets/utxo-global.svg.d.ts.map +1 -0
- package/dist/assets/utxo-global.svg.js +21 -0
- package/dist/barrel.d.ts +11 -0
- package/dist/barrel.d.ts.map +1 -0
- package/dist/barrel.js +10 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2 -0
- package/dist/package.json +3 -0
- package/dist/signersController.d.ts +46 -0
- package/dist/signersController.d.ts.map +1 -0
- package/dist/signersController.js +134 -0
- package/dist.commonjs/advanced.d.ts +3 -0
- package/dist.commonjs/advanced.d.ts.map +1 -0
- package/dist.commonjs/advanced.js +41 -0
- package/dist.commonjs/advancedBarrel.d.ts +8 -0
- package/dist.commonjs/advancedBarrel.d.ts.map +1 -0
- package/dist.commonjs/advancedBarrel.js +23 -0
- package/dist.commonjs/assets/eth.svg.d.ts +2 -0
- package/dist.commonjs/assets/eth.svg.d.ts.map +1 -0
- package/dist.commonjs/assets/eth.svg.js +5 -0
- package/dist.commonjs/assets/joy-id.svg.d.ts +2 -0
- package/dist.commonjs/assets/joy-id.svg.d.ts.map +1 -0
- package/dist.commonjs/assets/joy-id.svg.js +5 -0
- package/dist.commonjs/assets/metamask.svg.d.ts +2 -0
- package/dist.commonjs/assets/metamask.svg.d.ts.map +1 -0
- package/dist.commonjs/assets/metamask.svg.js +5 -0
- package/dist.commonjs/assets/nostr.svg.d.ts +2 -0
- package/dist.commonjs/assets/nostr.svg.d.ts.map +1 -0
- package/dist.commonjs/assets/nostr.svg.js +5 -0
- package/dist.commonjs/assets/okx.svg.d.ts +2 -0
- package/dist.commonjs/assets/okx.svg.d.ts.map +1 -0
- package/dist.commonjs/assets/okx.svg.js +5 -0
- package/dist.commonjs/assets/rei.svg.d.ts +2 -0
- package/dist.commonjs/assets/rei.svg.d.ts.map +1 -0
- package/dist.commonjs/assets/rei.svg.js +5 -0
- package/dist.commonjs/assets/uni-sat.svg.d.ts +2 -0
- package/dist.commonjs/assets/uni-sat.svg.d.ts.map +1 -0
- package/dist.commonjs/assets/uni-sat.svg.js +5 -0
- package/dist.commonjs/assets/utils.d.ts +2 -0
- package/dist.commonjs/assets/utils.d.ts.map +1 -0
- package/dist.commonjs/assets/utils.js +6 -0
- package/dist.commonjs/assets/utxo-global.svg.d.ts +2 -0
- package/dist.commonjs/assets/utxo-global.svg.d.ts.map +1 -0
- package/dist.commonjs/assets/utxo-global.svg.js +24 -0
- package/dist.commonjs/barrel.d.ts +11 -0
- package/dist.commonjs/barrel.d.ts.map +1 -0
- package/dist.commonjs/barrel.js +26 -0
- package/dist.commonjs/index.d.ts +3 -0
- package/dist.commonjs/index.d.ts.map +1 -0
- package/dist.commonjs/index.js +41 -0
- package/dist.commonjs/package.json +3 -0
- package/dist.commonjs/signersController.d.ts +46 -0
- package/dist.commonjs/signersController.d.ts.map +1 -0
- package/dist.commonjs/signersController.js +138 -0
- package/package.json +69 -0
- package/src/advanced.ts +2 -0
- package/src/advancedBarrel.ts +7 -0
- package/src/assets/eth.svg.ts +5 -0
- package/src/assets/joy-id.svg.ts +5 -0
- package/src/assets/metamask.svg.ts +5 -0
- package/src/assets/nostr.svg.ts +5 -0
- package/src/assets/okx.svg.ts +5 -0
- package/src/assets/rei.svg.ts +5 -0
- package/src/assets/uni-sat.svg.ts +5 -0
- package/src/assets/utils.ts +3 -0
- package/src/assets/utxo-global.svg.ts +22 -0
- package/src/barrel.ts +10 -0
- package/src/index.ts +2 -0
- package/src/signersController.ts +286 -0
- package/typedoc.json +6 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,667 @@
|
|
|
1
|
+
# @ckb-ccc/ccc
|
|
2
|
+
|
|
3
|
+
## 0.0.0-canary-20250214032000
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`7bed665`](https://github.com/ckb-devrel/ccc/commit/7bed665f6c9444b37893f1c6c8c3cbca344a6ca4)]:
|
|
8
|
+
- @ckb-ccc/rei@0.0.0-canary-20250214032000
|
|
9
|
+
- @ckb-ccc/eip6963@0.0.0-canary-20250214032000
|
|
10
|
+
- @ckb-ccc/joy-id@0.0.0-canary-20250214032000
|
|
11
|
+
- @ckb-ccc/nip07@0.0.0-canary-20250214032000
|
|
12
|
+
- @ckb-ccc/okx@0.0.0-canary-20250214032000
|
|
13
|
+
- @ckb-ccc/shell@0.0.0-canary-20250214032000
|
|
14
|
+
- @ckb-ccc/uni-sat@0.0.0-canary-20250214032000
|
|
15
|
+
- @ckb-ccc/utxo-global@0.0.0-canary-20250214032000
|
|
16
|
+
- @ckb-ccc/xverse@0.0.0-canary-20250214032000
|
|
17
|
+
|
|
18
|
+
## 1.1.3
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies []:
|
|
23
|
+
- @ckb-ccc/eip6963@1.0.11
|
|
24
|
+
- @ckb-ccc/joy-id@1.0.11
|
|
25
|
+
- @ckb-ccc/nip07@1.0.11
|
|
26
|
+
- @ckb-ccc/okx@1.0.11
|
|
27
|
+
- @ckb-ccc/rei@1.0.11
|
|
28
|
+
- @ckb-ccc/shell@1.1.3
|
|
29
|
+
- @ckb-ccc/uni-sat@1.0.11
|
|
30
|
+
- @ckb-ccc/utxo-global@1.0.11
|
|
31
|
+
- @ckb-ccc/xverse@1.0.11
|
|
32
|
+
|
|
33
|
+
## 1.1.2
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies []:
|
|
38
|
+
- @ckb-ccc/shell@1.1.2
|
|
39
|
+
- @ckb-ccc/eip6963@1.0.10
|
|
40
|
+
- @ckb-ccc/joy-id@1.0.10
|
|
41
|
+
- @ckb-ccc/nip07@1.0.10
|
|
42
|
+
- @ckb-ccc/okx@1.0.10
|
|
43
|
+
- @ckb-ccc/rei@1.0.10
|
|
44
|
+
- @ckb-ccc/uni-sat@1.0.10
|
|
45
|
+
- @ckb-ccc/utxo-global@1.0.10
|
|
46
|
+
- @ckb-ccc/xverse@1.0.10
|
|
47
|
+
|
|
48
|
+
## 1.1.1
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- Updated dependencies []:
|
|
53
|
+
- @ckb-ccc/shell@1.1.1
|
|
54
|
+
- @ckb-ccc/eip6963@1.0.9
|
|
55
|
+
- @ckb-ccc/joy-id@1.0.9
|
|
56
|
+
- @ckb-ccc/nip07@1.0.9
|
|
57
|
+
- @ckb-ccc/okx@1.0.9
|
|
58
|
+
- @ckb-ccc/rei@1.0.9
|
|
59
|
+
- @ckb-ccc/uni-sat@1.0.9
|
|
60
|
+
- @ckb-ccc/utxo-global@1.0.9
|
|
61
|
+
- @ckb-ccc/xverse@1.0.9
|
|
62
|
+
|
|
63
|
+
## 1.1.0
|
|
64
|
+
|
|
65
|
+
### Minor Changes
|
|
66
|
+
|
|
67
|
+
- [#130](https://github.com/ckb-devrel/ccc/pull/130) [`8c97c85`](https://github.com/ckb-devrel/ccc/commit/8c97c851db4a2d940c7e59116ca7620cfd0afae1) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: export backend packages in @ckb-ccc/shell
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- Updated dependencies [[`8c97c85`](https://github.com/ckb-devrel/ccc/commit/8c97c851db4a2d940c7e59116ca7620cfd0afae1)]:
|
|
72
|
+
- @ckb-ccc/shell@1.1.0
|
|
73
|
+
- @ckb-ccc/eip6963@1.0.8
|
|
74
|
+
- @ckb-ccc/joy-id@1.0.8
|
|
75
|
+
- @ckb-ccc/nip07@1.0.8
|
|
76
|
+
- @ckb-ccc/okx@1.0.8
|
|
77
|
+
- @ckb-ccc/rei@1.0.8
|
|
78
|
+
- @ckb-ccc/uni-sat@1.0.8
|
|
79
|
+
- @ckb-ccc/utxo-global@1.0.8
|
|
80
|
+
- @ckb-ccc/xverse@1.0.8
|
|
81
|
+
|
|
82
|
+
## 1.0.7
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- Updated dependencies [[`01263bd`](https://github.com/ckb-devrel/ccc/commit/01263bd8c601fa8fcdfa24be52601716e1864843)]:
|
|
87
|
+
- @ckb-ccc/core@1.2.3
|
|
88
|
+
- @ckb-ccc/eip6963@1.0.7
|
|
89
|
+
- @ckb-ccc/joy-id@1.0.7
|
|
90
|
+
- @ckb-ccc/nip07@1.0.7
|
|
91
|
+
- @ckb-ccc/okx@1.0.7
|
|
92
|
+
- @ckb-ccc/rei@1.0.7
|
|
93
|
+
- @ckb-ccc/uni-sat@1.0.7
|
|
94
|
+
- @ckb-ccc/utxo-global@1.0.7
|
|
95
|
+
- @ckb-ccc/xverse@1.0.7
|
|
96
|
+
|
|
97
|
+
## 1.0.6
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- Updated dependencies [[`7886e3d`](https://github.com/ckb-devrel/ccc/commit/7886e3d89e9ca8f3514a2044c6dd4e8ec6b49933)]:
|
|
102
|
+
- @ckb-ccc/core@1.2.2
|
|
103
|
+
- @ckb-ccc/eip6963@1.0.6
|
|
104
|
+
- @ckb-ccc/joy-id@1.0.6
|
|
105
|
+
- @ckb-ccc/nip07@1.0.6
|
|
106
|
+
- @ckb-ccc/okx@1.0.6
|
|
107
|
+
- @ckb-ccc/rei@1.0.6
|
|
108
|
+
- @ckb-ccc/uni-sat@1.0.6
|
|
109
|
+
- @ckb-ccc/utxo-global@1.0.6
|
|
110
|
+
- @ckb-ccc/xverse@1.0.6
|
|
111
|
+
|
|
112
|
+
## 1.0.5
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- Updated dependencies [[`94e2618`](https://github.com/ckb-devrel/ccc/commit/94e26182515e09d6086ec5b653d091f117a499e6)]:
|
|
117
|
+
- @ckb-ccc/core@1.2.1
|
|
118
|
+
- @ckb-ccc/eip6963@1.0.5
|
|
119
|
+
- @ckb-ccc/joy-id@1.0.5
|
|
120
|
+
- @ckb-ccc/nip07@1.0.5
|
|
121
|
+
- @ckb-ccc/okx@1.0.5
|
|
122
|
+
- @ckb-ccc/rei@1.0.5
|
|
123
|
+
- @ckb-ccc/uni-sat@1.0.5
|
|
124
|
+
- @ckb-ccc/utxo-global@1.0.5
|
|
125
|
+
- @ckb-ccc/xverse@1.0.5
|
|
126
|
+
|
|
127
|
+
## 1.0.4
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- Updated dependencies [[`128e87b`](https://github.com/ckb-devrel/ccc/commit/128e87b5ca3e97bfe7842e76f786aa6aec010797)]:
|
|
132
|
+
- @ckb-ccc/core@1.2.0
|
|
133
|
+
- @ckb-ccc/eip6963@1.0.4
|
|
134
|
+
- @ckb-ccc/joy-id@1.0.4
|
|
135
|
+
- @ckb-ccc/nip07@1.0.4
|
|
136
|
+
- @ckb-ccc/okx@1.0.4
|
|
137
|
+
- @ckb-ccc/rei@1.0.4
|
|
138
|
+
- @ckb-ccc/uni-sat@1.0.4
|
|
139
|
+
- @ckb-ccc/utxo-global@1.0.4
|
|
140
|
+
- @ckb-ccc/xverse@1.0.4
|
|
141
|
+
|
|
142
|
+
## 1.0.3
|
|
143
|
+
|
|
144
|
+
### Patch Changes
|
|
145
|
+
|
|
146
|
+
- Updated dependencies [[`925991c`](https://github.com/ckb-devrel/ccc/commit/925991c8a24b1f34667e30b28b69812e936e3928)]:
|
|
147
|
+
- @ckb-ccc/core@1.1.1
|
|
148
|
+
- @ckb-ccc/eip6963@1.0.3
|
|
149
|
+
- @ckb-ccc/joy-id@1.0.3
|
|
150
|
+
- @ckb-ccc/nip07@1.0.3
|
|
151
|
+
- @ckb-ccc/okx@1.0.3
|
|
152
|
+
- @ckb-ccc/rei@1.0.3
|
|
153
|
+
- @ckb-ccc/uni-sat@1.0.3
|
|
154
|
+
- @ckb-ccc/utxo-global@1.0.3
|
|
155
|
+
- @ckb-ccc/xverse@1.0.3
|
|
156
|
+
|
|
157
|
+
## 1.0.2
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- Updated dependencies [[`ddc0a28`](https://github.com/ckb-devrel/ccc/commit/ddc0a281c3d1dfa6ebc990dae92994f026dfddcc)]:
|
|
162
|
+
- @ckb-ccc/core@1.1.0
|
|
163
|
+
- @ckb-ccc/eip6963@1.0.2
|
|
164
|
+
- @ckb-ccc/joy-id@1.0.2
|
|
165
|
+
- @ckb-ccc/nip07@1.0.2
|
|
166
|
+
- @ckb-ccc/okx@1.0.2
|
|
167
|
+
- @ckb-ccc/rei@1.0.2
|
|
168
|
+
- @ckb-ccc/uni-sat@1.0.2
|
|
169
|
+
- @ckb-ccc/utxo-global@1.0.2
|
|
170
|
+
- @ckb-ccc/xverse@1.0.2
|
|
171
|
+
|
|
172
|
+
## 1.0.1
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- Updated dependencies [[`719055b`](https://github.com/ckb-devrel/ccc/commit/719055b404f31b40362f51714b9f11c85b857581), [`94caaca`](https://github.com/ckb-devrel/ccc/commit/94caaca11c63752a25282d42f51161c94397dec6)]:
|
|
177
|
+
- @ckb-ccc/core@1.0.1
|
|
178
|
+
- @ckb-ccc/eip6963@1.0.1
|
|
179
|
+
- @ckb-ccc/joy-id@1.0.1
|
|
180
|
+
- @ckb-ccc/nip07@1.0.1
|
|
181
|
+
- @ckb-ccc/okx@1.0.1
|
|
182
|
+
- @ckb-ccc/rei@1.0.1
|
|
183
|
+
- @ckb-ccc/uni-sat@1.0.1
|
|
184
|
+
- @ckb-ccc/utxo-global@1.0.1
|
|
185
|
+
- @ckb-ccc/xverse@1.0.1
|
|
186
|
+
|
|
187
|
+
## 1.0.0
|
|
188
|
+
|
|
189
|
+
### Major Changes
|
|
190
|
+
|
|
191
|
+
- [#107](https://github.com/ckb-devrel/ccc/pull/107) [`b99f55f`](https://github.com/ckb-devrel/ccc/commit/b99f55f74e64106391ce53f7d0bd0fa7522023cc) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: molecule
|
|
192
|
+
|
|
193
|
+
### Patch Changes
|
|
194
|
+
|
|
195
|
+
- Updated dependencies [[`b99f55f`](https://github.com/ckb-devrel/ccc/commit/b99f55f74e64106391ce53f7d0bd0fa7522023cc)]:
|
|
196
|
+
- @ckb-ccc/core@1.0.0
|
|
197
|
+
- @ckb-ccc/eip6963@1.0.0
|
|
198
|
+
- @ckb-ccc/joy-id@1.0.0
|
|
199
|
+
- @ckb-ccc/nip07@1.0.0
|
|
200
|
+
- @ckb-ccc/okx@1.0.0
|
|
201
|
+
- @ckb-ccc/rei@1.0.0
|
|
202
|
+
- @ckb-ccc/uni-sat@1.0.0
|
|
203
|
+
- @ckb-ccc/utxo-global@1.0.0
|
|
204
|
+
- @ckb-ccc/xverse@1.0.0
|
|
205
|
+
|
|
206
|
+
## 0.0.18
|
|
207
|
+
|
|
208
|
+
### Patch Changes
|
|
209
|
+
|
|
210
|
+
- Updated dependencies [[`c1cb910`](https://github.com/ckb-devrel/ccc/commit/c1cb91091780c7b33fbbd683ef8edc9f11452ecd)]:
|
|
211
|
+
- @ckb-ccc/core@0.1.2
|
|
212
|
+
- @ckb-ccc/eip6963@0.0.18
|
|
213
|
+
- @ckb-ccc/joy-id@0.0.18
|
|
214
|
+
- @ckb-ccc/nip07@0.0.18
|
|
215
|
+
- @ckb-ccc/okx@0.0.18
|
|
216
|
+
- @ckb-ccc/rei@0.0.18
|
|
217
|
+
- @ckb-ccc/uni-sat@0.0.18
|
|
218
|
+
- @ckb-ccc/utxo-global@0.0.18
|
|
219
|
+
- @ckb-ccc/xverse@0.0.17
|
|
220
|
+
|
|
221
|
+
## 0.0.17
|
|
222
|
+
|
|
223
|
+
### Patch Changes
|
|
224
|
+
|
|
225
|
+
- [#101](https://github.com/ckb-devrel/ccc/pull/101) [`d9affcc`](https://github.com/ckb-devrel/ccc/commit/d9affcc01c7b839b227e4d79bcb66e717577502a) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix: commonjs
|
|
226
|
+
|
|
227
|
+
- Updated dependencies [[`d9affcc`](https://github.com/ckb-devrel/ccc/commit/d9affcc01c7b839b227e4d79bcb66e717577502a)]:
|
|
228
|
+
- @ckb-ccc/utxo-global@0.0.17
|
|
229
|
+
- @ckb-ccc/eip6963@0.0.17
|
|
230
|
+
- @ckb-ccc/uni-sat@0.0.17
|
|
231
|
+
- @ckb-ccc/joy-id@0.0.17
|
|
232
|
+
- @ckb-ccc/xverse@0.0.16
|
|
233
|
+
- @ckb-ccc/nip07@0.0.17
|
|
234
|
+
- @ckb-ccc/core@0.1.1
|
|
235
|
+
- @ckb-ccc/okx@0.0.17
|
|
236
|
+
- @ckb-ccc/rei@0.0.17
|
|
237
|
+
|
|
238
|
+
## 0.0.16
|
|
239
|
+
|
|
240
|
+
### Patch Changes
|
|
241
|
+
|
|
242
|
+
- [#69](https://github.com/ckb-devrel/ccc/pull/69) [`8824ff2`](https://github.com/ckb-devrel/ccc/commit/8824ff27af3b76186f1a7d6db8c907cd66f09d6a) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): Client.waitTransaction
|
|
243
|
+
|
|
244
|
+
- [#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
|
|
245
|
+
|
|
246
|
+
- [#96](https://github.com/ckb-devrel/ccc/pull/96) [`e63a06e`](https://github.com/ckb-devrel/ccc/commit/e63a06ee75ac8595208d216dec88a4228c465e23) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: support doge signer
|
|
247
|
+
|
|
248
|
+
- [#67](https://github.com/ckb-devrel/ccc/pull/67) [`c092988`](https://github.com/ckb-devrel/ccc/commit/c092988e7765b9ac79498d6bd72a6a2f62859b6f) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): auto fee rate
|
|
249
|
+
|
|
250
|
+
- [#60](https://github.com/ckb-devrel/ccc/pull/60) [`e904963`](https://github.com/ckb-devrel/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: support Xverse
|
|
251
|
+
|
|
252
|
+
- Updated dependencies [[`a3d5359`](https://github.com/ckb-devrel/ccc/commit/a3d53595f6dd11f2f59cdf0086b3d7ce558a2fdd), [`8824ff2`](https://github.com/ckb-devrel/ccc/commit/8824ff27af3b76186f1a7d6db8c907cd66f09d6a), [`f07a506`](https://github.com/ckb-devrel/ccc/commit/f07a506bd6fc27fe659a17d2f7baaeec54716d81), [`f21d7e4`](https://github.com/ckb-devrel/ccc/commit/f21d7e4cf422edab4a836ef6d678b620594fef8d), [`acfc050`](https://github.com/ckb-devrel/ccc/commit/acfc0502cd6beb48b9310dec8411dcd630507366), [`1720d5a`](https://github.com/ckb-devrel/ccc/commit/1720d5a398543f1c6e24763eeaf15d84cd2214bf), [`e63a06e`](https://github.com/ckb-devrel/ccc/commit/e63a06ee75ac8595208d216dec88a4228c465e23), [`91832b1`](https://github.com/ckb-devrel/ccc/commit/91832b103c5d7a1272060639f77754a1c731a753), [`c092988`](https://github.com/ckb-devrel/ccc/commit/c092988e7765b9ac79498d6bd72a6a2f62859b6f), [`e904963`](https://github.com/ckb-devrel/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34), [`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4), [`4709384`](https://github.com/ckb-devrel/ccc/commit/4709384e37188991cb937b16f99f47ca82c912b8)]:
|
|
253
|
+
- @ckb-ccc/core@0.1.0
|
|
254
|
+
- @ckb-ccc/eip6963@0.0.16
|
|
255
|
+
- @ckb-ccc/joy-id@0.0.16
|
|
256
|
+
- @ckb-ccc/nip07@0.0.16
|
|
257
|
+
- @ckb-ccc/okx@0.0.16
|
|
258
|
+
- @ckb-ccc/rei@0.0.16
|
|
259
|
+
- @ckb-ccc/uni-sat@0.0.16
|
|
260
|
+
- @ckb-ccc/utxo-global@0.0.16
|
|
261
|
+
- @ckb-ccc/xverse@0.0.15
|
|
262
|
+
|
|
263
|
+
## 0.0.16-alpha.9
|
|
264
|
+
|
|
265
|
+
### Patch Changes
|
|
266
|
+
|
|
267
|
+
- Updated dependencies [[`f07a506`](https://github.com/ckb-devrel/ccc/commit/f07a506bd6fc27fe659a17d2f7baaeec54716d81)]:
|
|
268
|
+
- @ckb-ccc/core@0.1.0-alpha.7
|
|
269
|
+
- @ckb-ccc/eip6963@0.0.16-alpha.7
|
|
270
|
+
- @ckb-ccc/joy-id@0.0.16-alpha.7
|
|
271
|
+
- @ckb-ccc/nip07@0.0.16-alpha.7
|
|
272
|
+
- @ckb-ccc/okx@0.0.16-alpha.7
|
|
273
|
+
- @ckb-ccc/rei@0.0.16-alpha.7
|
|
274
|
+
- @ckb-ccc/uni-sat@0.0.16-alpha.7
|
|
275
|
+
- @ckb-ccc/utxo-global@0.0.16-alpha.7
|
|
276
|
+
- @ckb-ccc/xverse@0.0.15-alpha.9
|
|
277
|
+
|
|
278
|
+
## 0.0.16-alpha.8
|
|
279
|
+
|
|
280
|
+
### Patch Changes
|
|
281
|
+
|
|
282
|
+
- Updated dependencies [[`4709384`](https://github.com/ckb-devrel/ccc/commit/4709384e37188991cb937b16f99f47ca82c912b8)]:
|
|
283
|
+
- @ckb-ccc/core@0.1.0-alpha.6
|
|
284
|
+
- @ckb-ccc/eip6963@0.0.16-alpha.6
|
|
285
|
+
- @ckb-ccc/joy-id@0.0.16-alpha.6
|
|
286
|
+
- @ckb-ccc/nip07@0.0.16-alpha.6
|
|
287
|
+
- @ckb-ccc/okx@0.0.16-alpha.6
|
|
288
|
+
- @ckb-ccc/rei@0.0.16-alpha.6
|
|
289
|
+
- @ckb-ccc/uni-sat@0.0.16-alpha.6
|
|
290
|
+
- @ckb-ccc/utxo-global@0.0.16-alpha.6
|
|
291
|
+
- @ckb-ccc/xverse@0.0.15-alpha.8
|
|
292
|
+
|
|
293
|
+
## 0.0.16-alpha.7
|
|
294
|
+
|
|
295
|
+
### Patch Changes
|
|
296
|
+
|
|
297
|
+
- Updated dependencies [[`91832b1`](https://github.com/ckb-devrel/ccc/commit/91832b103c5d7a1272060639f77754a1c731a753)]:
|
|
298
|
+
- @ckb-ccc/xverse@0.0.15-alpha.7
|
|
299
|
+
|
|
300
|
+
## 0.0.16-alpha.6
|
|
301
|
+
|
|
302
|
+
### Patch Changes
|
|
303
|
+
|
|
304
|
+
- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
|
|
305
|
+
- @ckb-ccc/core@0.1.0-alpha.5
|
|
306
|
+
- @ckb-ccc/eip6963@0.0.16-alpha.5
|
|
307
|
+
- @ckb-ccc/joy-id@0.0.16-alpha.5
|
|
308
|
+
- @ckb-ccc/nip07@0.0.16-alpha.5
|
|
309
|
+
- @ckb-ccc/okx@0.0.16-alpha.5
|
|
310
|
+
- @ckb-ccc/rei@0.0.16-alpha.5
|
|
311
|
+
- @ckb-ccc/uni-sat@0.0.16-alpha.5
|
|
312
|
+
- @ckb-ccc/utxo-global@0.0.16-alpha.5
|
|
313
|
+
- @ckb-ccc/xverse@0.0.15-alpha.6
|
|
314
|
+
|
|
315
|
+
## 0.0.16-alpha.5
|
|
316
|
+
|
|
317
|
+
### Patch Changes
|
|
318
|
+
|
|
319
|
+
- Updated dependencies [[`f21d7e4`](https://github.com/ckb-devrel/ccc/commit/f21d7e4cf422edab4a836ef6d678b620594fef8d)]:
|
|
320
|
+
- @ckb-ccc/core@0.1.0-alpha.4
|
|
321
|
+
- @ckb-ccc/eip6963@0.0.16-alpha.4
|
|
322
|
+
- @ckb-ccc/joy-id@0.0.16-alpha.4
|
|
323
|
+
- @ckb-ccc/nip07@0.0.16-alpha.4
|
|
324
|
+
- @ckb-ccc/okx@0.0.16-alpha.4
|
|
325
|
+
- @ckb-ccc/rei@0.0.16-alpha.4
|
|
326
|
+
- @ckb-ccc/uni-sat@0.0.16-alpha.4
|
|
327
|
+
- @ckb-ccc/utxo-global@0.0.16-alpha.4
|
|
328
|
+
- @ckb-ccc/xverse@0.0.15-alpha.5
|
|
329
|
+
|
|
330
|
+
## 0.0.16-alpha.4
|
|
331
|
+
|
|
332
|
+
### Patch Changes
|
|
333
|
+
|
|
334
|
+
- Updated dependencies [[`a3d5359`](https://github.com/ckb-devrel/ccc/commit/a3d53595f6dd11f2f59cdf0086b3d7ce558a2fdd)]:
|
|
335
|
+
- @ckb-ccc/core@0.0.16-alpha.3
|
|
336
|
+
- @ckb-ccc/eip6963@0.0.16-alpha.3
|
|
337
|
+
- @ckb-ccc/joy-id@0.0.16-alpha.3
|
|
338
|
+
- @ckb-ccc/nip07@0.0.16-alpha.3
|
|
339
|
+
- @ckb-ccc/okx@0.0.16-alpha.3
|
|
340
|
+
- @ckb-ccc/rei@0.0.16-alpha.3
|
|
341
|
+
- @ckb-ccc/uni-sat@0.0.16-alpha.3
|
|
342
|
+
- @ckb-ccc/utxo-global@0.0.16-alpha.3
|
|
343
|
+
- @ckb-ccc/xverse@0.0.15-alpha.4
|
|
344
|
+
|
|
345
|
+
## 0.0.16-alpha.3
|
|
346
|
+
|
|
347
|
+
### Patch Changes
|
|
348
|
+
|
|
349
|
+
- [#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
|
|
350
|
+
|
|
351
|
+
- Updated dependencies [[`acfc050`](https://github.com/ckb-devrel/ccc/commit/acfc0502cd6beb48b9310dec8411dcd630507366)]:
|
|
352
|
+
- @ckb-ccc/core@0.0.16-alpha.2
|
|
353
|
+
- @ckb-ccc/eip6963@0.0.16-alpha.2
|
|
354
|
+
- @ckb-ccc/joy-id@0.0.16-alpha.2
|
|
355
|
+
- @ckb-ccc/nip07@0.0.16-alpha.2
|
|
356
|
+
- @ckb-ccc/okx@0.0.16-alpha.2
|
|
357
|
+
- @ckb-ccc/rei@0.0.16-alpha.2
|
|
358
|
+
- @ckb-ccc/uni-sat@0.0.16-alpha.2
|
|
359
|
+
- @ckb-ccc/utxo-global@0.0.16-alpha.2
|
|
360
|
+
- @ckb-ccc/xverse@0.0.15-alpha.3
|
|
361
|
+
|
|
362
|
+
## 0.0.16-alpha.2
|
|
363
|
+
|
|
364
|
+
### Patch Changes
|
|
365
|
+
|
|
366
|
+
- [#69](https://github.com/ckb-devrel/ccc/pull/69) [`8824ff2`](https://github.com/ckb-devrel/ccc/commit/8824ff27af3b76186f1a7d6db8c907cd66f09d6a) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): Client.waitTransaction
|
|
367
|
+
|
|
368
|
+
- [#67](https://github.com/ckb-devrel/ccc/pull/67) [`c092988`](https://github.com/ckb-devrel/ccc/commit/c092988e7765b9ac79498d6bd72a6a2f62859b6f) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): auto fee rate
|
|
369
|
+
|
|
370
|
+
- Updated dependencies [[`8824ff2`](https://github.com/ckb-devrel/ccc/commit/8824ff27af3b76186f1a7d6db8c907cd66f09d6a), [`c092988`](https://github.com/ckb-devrel/ccc/commit/c092988e7765b9ac79498d6bd72a6a2f62859b6f)]:
|
|
371
|
+
- @ckb-ccc/core@0.0.16-alpha.1
|
|
372
|
+
- @ckb-ccc/eip6963@0.0.16-alpha.1
|
|
373
|
+
- @ckb-ccc/joy-id@0.0.16-alpha.1
|
|
374
|
+
- @ckb-ccc/nip07@0.0.16-alpha.1
|
|
375
|
+
- @ckb-ccc/okx@0.0.16-alpha.1
|
|
376
|
+
- @ckb-ccc/rei@0.0.16-alpha.1
|
|
377
|
+
- @ckb-ccc/uni-sat@0.0.16-alpha.1
|
|
378
|
+
- @ckb-ccc/utxo-global@0.0.16-alpha.1
|
|
379
|
+
- @ckb-ccc/xverse@0.0.15-alpha.2
|
|
380
|
+
|
|
381
|
+
## 0.0.16-alpha.1
|
|
382
|
+
|
|
383
|
+
### Patch Changes
|
|
384
|
+
|
|
385
|
+
- Updated dependencies [[`1720d5a`](https://github.com/ckb-devrel/ccc/commit/1720d5a398543f1c6e24763eeaf15d84cd2214bf)]:
|
|
386
|
+
- @ckb-ccc/core@0.0.16-alpha.0
|
|
387
|
+
- @ckb-ccc/eip6963@0.0.16-alpha.0
|
|
388
|
+
- @ckb-ccc/joy-id@0.0.16-alpha.0
|
|
389
|
+
- @ckb-ccc/nip07@0.0.16-alpha.0
|
|
390
|
+
- @ckb-ccc/okx@0.0.16-alpha.0
|
|
391
|
+
- @ckb-ccc/rei@0.0.16-alpha.0
|
|
392
|
+
- @ckb-ccc/uni-sat@0.0.16-alpha.0
|
|
393
|
+
- @ckb-ccc/utxo-global@0.0.16-alpha.0
|
|
394
|
+
- @ckb-ccc/xverse@0.0.15-alpha.1
|
|
395
|
+
|
|
396
|
+
## 0.0.16-alpha.0
|
|
397
|
+
|
|
398
|
+
### Patch Changes
|
|
399
|
+
|
|
400
|
+
- [#60](https://github.com/ckb-devrel/ccc/pull/60) [`e904963`](https://github.com/ckb-devrel/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: support Xverse
|
|
401
|
+
|
|
402
|
+
- Updated dependencies [[`e904963`](https://github.com/ckb-devrel/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34)]:
|
|
403
|
+
- @ckb-ccc/xverse@0.0.15-alpha.0
|
|
404
|
+
|
|
405
|
+
## 0.0.15
|
|
406
|
+
|
|
407
|
+
### Patch Changes
|
|
408
|
+
|
|
409
|
+
- Updated dependencies [[`8f2560a`](https://github.com/ckb-devrel/ccc/commit/8f2560ab0e5619654fff7c5eacda8425385f908e)]:
|
|
410
|
+
- @ckb-ccc/core@0.0.15
|
|
411
|
+
- @ckb-ccc/eip6963@0.0.15
|
|
412
|
+
- @ckb-ccc/joy-id@0.0.15
|
|
413
|
+
- @ckb-ccc/nip07@0.0.15
|
|
414
|
+
- @ckb-ccc/okx@0.0.15
|
|
415
|
+
- @ckb-ccc/rei@0.0.15
|
|
416
|
+
- @ckb-ccc/uni-sat@0.0.15
|
|
417
|
+
- @ckb-ccc/utxo-global@0.0.15
|
|
418
|
+
|
|
419
|
+
## 0.0.14
|
|
420
|
+
|
|
421
|
+
### Patch Changes
|
|
422
|
+
|
|
423
|
+
- [#56](https://github.com/ckb-devrel/ccc/pull/56) [`f13f4d3`](https://github.com/ckb-devrel/ccc/commit/f13f4d319ca66b571029a65e945e3a038bfeea25) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): Signer.findTransactions
|
|
424
|
+
|
|
425
|
+
- [#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
|
|
426
|
+
|
|
427
|
+
- 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), [`4fb114b`](https://github.com/ckb-devrel/ccc/commit/4fb114bc421c7250eed7388c16f1c026875153e6), [`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)]:
|
|
428
|
+
- @ckb-ccc/core@0.0.14
|
|
429
|
+
- @ckb-ccc/okx@0.0.14
|
|
430
|
+
- @ckb-ccc/eip6963@0.0.14
|
|
431
|
+
- @ckb-ccc/joy-id@0.0.14
|
|
432
|
+
- @ckb-ccc/nip07@0.0.14
|
|
433
|
+
- @ckb-ccc/rei@0.0.14
|
|
434
|
+
- @ckb-ccc/uni-sat@0.0.14
|
|
435
|
+
- @ckb-ccc/utxo-global@0.0.14
|
|
436
|
+
|
|
437
|
+
## 0.0.14-alpha.2
|
|
438
|
+
|
|
439
|
+
### Patch Changes
|
|
440
|
+
|
|
441
|
+
- Updated dependencies [[`7ba62a0`](https://github.com/ckb-devrel/ccc/commit/7ba62a056f17808fe5684786c00c2dff80bb7d1d)]:
|
|
442
|
+
- @ckb-ccc/core@0.0.14-alpha.2
|
|
443
|
+
- @ckb-ccc/eip6963@0.0.14-alpha.2
|
|
444
|
+
- @ckb-ccc/joy-id@0.0.14-alpha.2
|
|
445
|
+
- @ckb-ccc/nip07@0.0.14-alpha.2
|
|
446
|
+
- @ckb-ccc/okx@0.0.14-alpha.2
|
|
447
|
+
- @ckb-ccc/rei@0.0.14-alpha.2
|
|
448
|
+
- @ckb-ccc/uni-sat@0.0.14-alpha.2
|
|
449
|
+
- @ckb-ccc/utxo-global@0.0.14-alpha.2
|
|
450
|
+
|
|
451
|
+
## 0.0.14-alpha.1
|
|
452
|
+
|
|
453
|
+
### Patch Changes
|
|
454
|
+
|
|
455
|
+
- [#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
|
|
456
|
+
|
|
457
|
+
- Updated dependencies [[`5e942f8`](https://github.com/ckb-devrel/ccc/commit/5e942f8f1ed678abdb7ab9716f5449f0714cea53), [`4fb114b`](https://github.com/ckb-devrel/ccc/commit/4fb114bc421c7250eed7388c16f1c026875153e6), [`e5bd2ad`](https://github.com/ckb-devrel/ccc/commit/e5bd2ad5de4b42a22c422ecfc42056750f69b88b), [`aae3e06`](https://github.com/ckb-devrel/ccc/commit/aae3e0679fb940dd8c12ac9be12a4b53277a339d)]:
|
|
458
|
+
- @ckb-ccc/core@0.0.14-alpha.1
|
|
459
|
+
- @ckb-ccc/okx@0.0.14-alpha.1
|
|
460
|
+
- @ckb-ccc/eip6963@0.0.14-alpha.1
|
|
461
|
+
- @ckb-ccc/joy-id@0.0.14-alpha.1
|
|
462
|
+
- @ckb-ccc/nip07@0.0.14-alpha.1
|
|
463
|
+
- @ckb-ccc/rei@0.0.14-alpha.1
|
|
464
|
+
- @ckb-ccc/uni-sat@0.0.14-alpha.1
|
|
465
|
+
- @ckb-ccc/utxo-global@0.0.14-alpha.1
|
|
466
|
+
|
|
467
|
+
## 0.0.14-alpha.0
|
|
468
|
+
|
|
469
|
+
### Patch Changes
|
|
470
|
+
|
|
471
|
+
- Updated dependencies [[`f5b5938`](https://github.com/ckb-devrel/ccc/commit/f5b5938ab8f9c0a338dfd6765fe717f7ad1b1dd8), [`2164efd`](https://github.com/ckb-devrel/ccc/commit/2164efd6d834c1917ad5f4a514dc25941f937185)]:
|
|
472
|
+
- @ckb-ccc/core@0.0.14-alpha.0
|
|
473
|
+
- @ckb-ccc/eip6963@0.0.14-alpha.0
|
|
474
|
+
- @ckb-ccc/joy-id@0.0.14-alpha.0
|
|
475
|
+
- @ckb-ccc/nip07@0.0.14-alpha.0
|
|
476
|
+
- @ckb-ccc/okx@0.0.14-alpha.0
|
|
477
|
+
- @ckb-ccc/rei@0.0.14-alpha.0
|
|
478
|
+
- @ckb-ccc/uni-sat@0.0.14-alpha.0
|
|
479
|
+
- @ckb-ccc/utxo-global@0.0.14-alpha.0
|
|
480
|
+
|
|
481
|
+
## 0.0.13
|
|
482
|
+
|
|
483
|
+
### Patch Changes
|
|
484
|
+
|
|
485
|
+
- [`6d62032`](https://github.com/ckb-devrel/ccc/commit/6d620326f42f8c48eff9deb95578cf28d7bf5c97) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): recordCells should not add usableCells
|
|
486
|
+
|
|
487
|
+
- [`3658797`](https://github.com/ckb-devrel/ccc/commit/3658797e67c42c56b20fa66481d0455ed019e69f) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): node.js websocket
|
|
488
|
+
|
|
489
|
+
- [#25](https://github.com/ckb-devrel/ccc/pull/25) [`69c10fd`](https://github.com/ckb-devrel/ccc/commit/69c10fdfcd507433c13b15d17015dca4687afb97) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(utxo-global): switchNetwork
|
|
490
|
+
|
|
491
|
+
- [`44c7fee`](https://github.com/ckb-devrel/ccc/commit/44c7feed37369836268fba21884418682f15254b) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): completeInputs
|
|
492
|
+
|
|
493
|
+
- [`079e20e`](https://github.com/ckb-devrel/ccc/commit/079e20ef14cf9a7c06bbaddf3e92cbfbb005da11) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): more APIs. Since parsing.
|
|
494
|
+
|
|
495
|
+
- [`ed154d1`](https://github.com/ckb-devrel/ccc/commit/ed154d189e239907ad686ec51ac8133b6d5eb895) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): Signer.findCells
|
|
496
|
+
|
|
497
|
+
- 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), [`588db84`](https://github.com/ckb-devrel/ccc/commit/588db8434d76a5a9ea6dd1d4c5b03f356ec1fb7d), [`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)]:
|
|
498
|
+
- @ckb-ccc/core@0.0.13
|
|
499
|
+
- @ckb-ccc/eip6963@0.0.13
|
|
500
|
+
- @ckb-ccc/joy-id@0.0.13
|
|
501
|
+
- @ckb-ccc/nip07@0.0.13
|
|
502
|
+
- @ckb-ccc/okx@0.0.13
|
|
503
|
+
- @ckb-ccc/rei@0.0.13
|
|
504
|
+
- @ckb-ccc/uni-sat@0.0.13
|
|
505
|
+
- @ckb-ccc/utxo-global@0.0.13
|
|
506
|
+
|
|
507
|
+
## 0.0.13-alpha.8
|
|
508
|
+
|
|
509
|
+
### Patch Changes
|
|
510
|
+
|
|
511
|
+
- 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)]:
|
|
512
|
+
- @ckb-ccc/core@0.0.13-alpha.8
|
|
513
|
+
- @ckb-ccc/eip6963@0.0.13-alpha.8
|
|
514
|
+
- @ckb-ccc/joy-id@0.0.13-alpha.8
|
|
515
|
+
- @ckb-ccc/nip07@0.0.13-alpha.8
|
|
516
|
+
- @ckb-ccc/okx@0.0.13-alpha.8
|
|
517
|
+
- @ckb-ccc/rei@0.0.13-alpha.8
|
|
518
|
+
- @ckb-ccc/uni-sat@0.0.13-alpha.8
|
|
519
|
+
- @ckb-ccc/utxo-global@0.0.13-alpha.8
|
|
520
|
+
|
|
521
|
+
## 0.0.13-alpha.7
|
|
522
|
+
|
|
523
|
+
### Patch Changes
|
|
524
|
+
|
|
525
|
+
- [`079e20e`](https://github.com/ckb-devrel/ccc/commit/079e20ef14cf9a7c06bbaddf3e92cbfbb005da11) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): more APIs. Since parsing.
|
|
526
|
+
|
|
527
|
+
- [`ed154d1`](https://github.com/ckb-devrel/ccc/commit/ed154d189e239907ad686ec51ac8133b6d5eb895) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): Signer.findCells
|
|
528
|
+
|
|
529
|
+
- 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)]:
|
|
530
|
+
- @ckb-ccc/core@0.0.13-alpha.7
|
|
531
|
+
- @ckb-ccc/eip6963@0.0.13-alpha.7
|
|
532
|
+
- @ckb-ccc/joy-id@0.0.13-alpha.7
|
|
533
|
+
- @ckb-ccc/nip07@0.0.13-alpha.7
|
|
534
|
+
- @ckb-ccc/okx@0.0.13-alpha.7
|
|
535
|
+
- @ckb-ccc/rei@0.0.13-alpha.7
|
|
536
|
+
- @ckb-ccc/uni-sat@0.0.13-alpha.7
|
|
537
|
+
- @ckb-ccc/utxo-global@0.0.13-alpha.7
|
|
538
|
+
|
|
539
|
+
## 0.0.13-alpha.6
|
|
540
|
+
|
|
541
|
+
### Patch Changes
|
|
542
|
+
|
|
543
|
+
- [#25](https://github.com/ckb-devrel/ccc/pull/25) [`69c10fd`](https://github.com/ckb-devrel/ccc/commit/69c10fdfcd507433c13b15d17015dca4687afb97) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(utxo-global): switchNetwork
|
|
544
|
+
|
|
545
|
+
- [`44c7fee`](https://github.com/ckb-devrel/ccc/commit/44c7feed37369836268fba21884418682f15254b) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): completeInputs
|
|
546
|
+
|
|
547
|
+
- Updated dependencies [[`69c10fd`](https://github.com/ckb-devrel/ccc/commit/69c10fdfcd507433c13b15d17015dca4687afb97), [`44c7fee`](https://github.com/ckb-devrel/ccc/commit/44c7feed37369836268fba21884418682f15254b)]:
|
|
548
|
+
- @ckb-ccc/utxo-global@0.0.13-alpha.6
|
|
549
|
+
- @ckb-ccc/core@0.0.13-alpha.6
|
|
550
|
+
- @ckb-ccc/eip6963@0.0.13-alpha.6
|
|
551
|
+
- @ckb-ccc/joy-id@0.0.13-alpha.6
|
|
552
|
+
- @ckb-ccc/nip07@0.0.13-alpha.6
|
|
553
|
+
- @ckb-ccc/okx@0.0.13-alpha.6
|
|
554
|
+
- @ckb-ccc/rei@0.0.13-alpha.6
|
|
555
|
+
- @ckb-ccc/uni-sat@0.0.13-alpha.6
|
|
556
|
+
|
|
557
|
+
## 0.0.13-alpha.5
|
|
558
|
+
|
|
559
|
+
### Patch Changes
|
|
560
|
+
|
|
561
|
+
- [`6d62032`](https://github.com/ckb-devrel/ccc/commit/6d620326f42f8c48eff9deb95578cf28d7bf5c97) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): recordCells should not add usableCells
|
|
562
|
+
|
|
563
|
+
- Updated dependencies [[`6d62032`](https://github.com/ckb-devrel/ccc/commit/6d620326f42f8c48eff9deb95578cf28d7bf5c97)]:
|
|
564
|
+
- @ckb-ccc/core@0.0.13-alpha.5
|
|
565
|
+
- @ckb-ccc/eip6963@0.0.13-alpha.5
|
|
566
|
+
- @ckb-ccc/joy-id@0.0.13-alpha.5
|
|
567
|
+
- @ckb-ccc/nip07@0.0.13-alpha.5
|
|
568
|
+
- @ckb-ccc/okx@0.0.13-alpha.5
|
|
569
|
+
- @ckb-ccc/rei@0.0.13-alpha.5
|
|
570
|
+
- @ckb-ccc/uni-sat@0.0.13-alpha.5
|
|
571
|
+
- @ckb-ccc/utxo-global@0.0.13-alpha.5
|
|
572
|
+
|
|
573
|
+
## 0.0.13-alpha.4
|
|
574
|
+
|
|
575
|
+
### Patch Changes
|
|
576
|
+
|
|
577
|
+
- [`3658797`](https://github.com/ckb-devrel/ccc/commit/3658797e67c42c56b20fa66481d0455ed019e69f) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): node.js websocket
|
|
578
|
+
|
|
579
|
+
- Updated dependencies [[`3658797`](https://github.com/ckb-devrel/ccc/commit/3658797e67c42c56b20fa66481d0455ed019e69f), [`642f731`](https://github.com/ckb-devrel/ccc/commit/642f7317f4951ef801f1245aea96c40b4b6fb73e)]:
|
|
580
|
+
- @ckb-ccc/core@0.0.13-alpha.4
|
|
581
|
+
- @ckb-ccc/eip6963@0.0.13-alpha.4
|
|
582
|
+
- @ckb-ccc/joy-id@0.0.13-alpha.4
|
|
583
|
+
- @ckb-ccc/nip07@0.0.13-alpha.4
|
|
584
|
+
- @ckb-ccc/okx@0.0.13-alpha.4
|
|
585
|
+
- @ckb-ccc/rei@0.0.13-alpha.4
|
|
586
|
+
- @ckb-ccc/uni-sat@0.0.13-alpha.4
|
|
587
|
+
- @ckb-ccc/utxo-global@0.0.13-alpha.4
|
|
588
|
+
|
|
589
|
+
## 0.0.13-alpha.3
|
|
590
|
+
|
|
591
|
+
### Patch Changes
|
|
592
|
+
|
|
593
|
+
- Updated dependencies [[`1f999f8`](https://github.com/ckb-devrel/ccc/commit/1f999f854beb255b3cd9dbbc5a7268e75442b3db)]:
|
|
594
|
+
- @ckb-ccc/core@0.0.13-alpha.3
|
|
595
|
+
- @ckb-ccc/eip6963@0.0.13-alpha.3
|
|
596
|
+
- @ckb-ccc/joy-id@0.0.13-alpha.3
|
|
597
|
+
- @ckb-ccc/nip07@0.0.13-alpha.3
|
|
598
|
+
- @ckb-ccc/okx@0.0.13-alpha.3
|
|
599
|
+
- @ckb-ccc/rei@0.0.13-alpha.3
|
|
600
|
+
- @ckb-ccc/uni-sat@0.0.13-alpha.3
|
|
601
|
+
- @ckb-ccc/utxo-global@0.0.13-alpha.3
|
|
602
|
+
|
|
603
|
+
## 0.0.13-alpha.2
|
|
604
|
+
|
|
605
|
+
### Patch Changes
|
|
606
|
+
|
|
607
|
+
- Updated dependencies [[`96dbb61`](https://github.com/ckb-devrel/ccc/commit/96dbb6107d2071b9383350ddd578557746227054)]:
|
|
608
|
+
- @ckb-ccc/core@0.0.13-alpha.2
|
|
609
|
+
- @ckb-ccc/eip6963@0.0.13-alpha.2
|
|
610
|
+
- @ckb-ccc/joy-id@0.0.13-alpha.2
|
|
611
|
+
- @ckb-ccc/nip07@0.0.13-alpha.2
|
|
612
|
+
- @ckb-ccc/okx@0.0.13-alpha.2
|
|
613
|
+
- @ckb-ccc/rei@0.0.13-alpha.2
|
|
614
|
+
- @ckb-ccc/uni-sat@0.0.13-alpha.2
|
|
615
|
+
- @ckb-ccc/utxo-global@0.0.13-alpha.2
|
|
616
|
+
|
|
617
|
+
## 0.0.13-alpha.1
|
|
618
|
+
|
|
619
|
+
### Patch Changes
|
|
620
|
+
|
|
621
|
+
- Updated dependencies [[`3378e85`](https://github.com/ckb-devrel/ccc/commit/3378e85b32797f5cdc1943b9ecaca1fd1d9fad5e), [`588db84`](https://github.com/ckb-devrel/ccc/commit/588db8434d76a5a9ea6dd1d4c5b03f356ec1fb7d), [`a69a9dc`](https://github.com/ckb-devrel/ccc/commit/a69a9dc0c722f7b4cfa36b2ae8ecba4dcde0db90)]:
|
|
622
|
+
- @ckb-ccc/core@0.0.13-alpha.1
|
|
623
|
+
- @ckb-ccc/joy-id@0.0.13-alpha.1
|
|
624
|
+
- @ckb-ccc/eip6963@0.0.13-alpha.1
|
|
625
|
+
- @ckb-ccc/nip07@0.0.13-alpha.1
|
|
626
|
+
- @ckb-ccc/okx@0.0.13-alpha.1
|
|
627
|
+
- @ckb-ccc/rei@0.0.13-alpha.1
|
|
628
|
+
- @ckb-ccc/uni-sat@0.0.13-alpha.1
|
|
629
|
+
- @ckb-ccc/utxo-global@0.0.13-alpha.1
|
|
630
|
+
|
|
631
|
+
## 0.0.13-alpha.0
|
|
632
|
+
|
|
633
|
+
### Patch Changes
|
|
634
|
+
|
|
635
|
+
- Updated dependencies [[`600cc13`](https://github.com/ckb-devrel/ccc/commit/600cc137ac6eb7c5b2533670de6df29d82f1b9e1)]:
|
|
636
|
+
- @ckb-ccc/core@0.0.13-alpha.0
|
|
637
|
+
- @ckb-ccc/eip6963@0.0.13-alpha.0
|
|
638
|
+
- @ckb-ccc/joy-id@0.0.13-alpha.0
|
|
639
|
+
- @ckb-ccc/nip07@0.0.13-alpha.0
|
|
640
|
+
- @ckb-ccc/okx@0.0.13-alpha.0
|
|
641
|
+
- @ckb-ccc/rei@0.0.13-alpha.0
|
|
642
|
+
- @ckb-ccc/uni-sat@0.0.13-alpha.0
|
|
643
|
+
- @ckb-ccc/utxo-global@0.0.13-alpha.0
|
|
644
|
+
|
|
645
|
+
## 0.0.12
|
|
646
|
+
|
|
647
|
+
### Patch Changes
|
|
648
|
+
|
|
649
|
+
- [`591e779`](https://github.com/ckb-devrel/ccc/commit/591e7794ce3d07ceaad55b7a80d2277fe0aa9fe7) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: custom SignersController
|
|
650
|
+
|
|
651
|
+
- Updated dependencies [[`6bee006`](https://github.com/ckb-devrel/ccc/commit/6bee006fbcb96986c65ca4d2d896fca21db2503b)]:
|
|
652
|
+
- @ckb-ccc/nip07@0.0.12
|
|
653
|
+
- @ckb-ccc/okx@0.0.12
|
|
654
|
+
- @ckb-ccc/core@0.0.12
|
|
655
|
+
- @ckb-ccc/eip6963@0.0.12
|
|
656
|
+
- @ckb-ccc/joy-id@0.0.12
|
|
657
|
+
- @ckb-ccc/rei@0.0.12
|
|
658
|
+
- @ckb-ccc/uni-sat@0.0.12
|
|
659
|
+
- @ckb-ccc/utxo-global@0.0.12
|
|
660
|
+
|
|
661
|
+
## 0.0.12-alpha.7
|
|
662
|
+
|
|
663
|
+
### Patch Changes
|
|
664
|
+
|
|
665
|
+
- Updated dependencies
|
|
666
|
+
- @ckb-ccc/nip07@0.0.12-alpha.2
|
|
667
|
+
- @ckb-ccc/okx@0.0.12-alpha.7
|