@bitgo-beta/account-lib 2.24.1-alpha.32 → 2.24.1-alpha.320
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 +1182 -0
- package/README.md +1 -1
- package/dist/resources/dot/index.js +6 -2
- package/dist/resources/dot/westend.d.ts +1 -1
- package/dist/resources/dot/westend.d.ts.map +1 -1
- package/dist/resources/dot/westend.js +2 -2
- package/dist/resources/dot/westend.ts +1 -1
- package/dist/src/index.d.ts +72 -4
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +169 -17
- package/dist/src/keyPair/index.js +24 -11
- package/dist/src/utils/index.js +24 -11
- package/dist/tsconfig.tsbuildinfo +1 -42783
- package/package.json +67 -31
- package/resources/dot/westend.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,1188 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [27.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@26.0.0...@bitgo/account-lib@27.0.0) (2025-05-22)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **sdk-coin-fetchai:** change asset name from fetch to fetchai ([9cc7236](https://github.com/BitGo/BitGoJS/commit/9cc72360dbb7c025000fe5cccc5d05a974cae6f5))
|
|
11
|
+
|
|
12
|
+
### BREAKING CHANGES
|
|
13
|
+
|
|
14
|
+
- **sdk-coin-fetchai:** Changing module/asset name from fetch to fetchai
|
|
15
|
+
|
|
16
|
+
# [26.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@25.2.0...@bitgo/account-lib@26.0.0) (2025-05-20)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- **sdk-coin-initia:** change asset name from init to initia ([87c65dd](https://github.com/BitGo/BitGoJS/commit/87c65dd98c132fa22ba145e7acafaa703b60f484))
|
|
21
|
+
|
|
22
|
+
### BREAKING CHANGES
|
|
23
|
+
|
|
24
|
+
- **sdk-coin-initia:** Changing module/asset name from init to initia
|
|
25
|
+
|
|
26
|
+
# [25.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@25.1.0...@bitgo/account-lib@25.2.0) (2025-05-07)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
- **sdk-coin-cronos:** add SDK Skeleton for Cronos ([7209807](https://github.com/BitGo/BitGoJS/commit/72098072ef9278ee7843cfeb6fcd0c95d5cae420))
|
|
31
|
+
- **sdk-coin-fetch:** add SDK Skeleton for Fetch ([2990b21](https://github.com/BitGo/BitGoJS/commit/2990b21ca37641ba4573828bc550362cb1b0ab3f))
|
|
32
|
+
- **sdk-coin-init:** add SDK Skeleton for Initia ([d93936f](https://github.com/BitGo/BitGoJS/commit/d93936f3cf011acba2ded8ffb4dc40315ed44cd1))
|
|
33
|
+
|
|
34
|
+
# [25.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@25.0.0...@bitgo/account-lib@25.1.0) (2025-04-29)
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
- **sdk-coin-soneium:** add transaction builder ([921cdbd](https://github.com/BitGo/BitGoJS/commit/921cdbd641574faf06880bfbb0a37db03fac55b6))
|
|
39
|
+
|
|
40
|
+
# [25.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.12...@bitgo/account-lib@25.0.0) (2025-04-25)
|
|
41
|
+
|
|
42
|
+
### Code Refactoring
|
|
43
|
+
|
|
44
|
+
- remove unused bls and eth2 codebase ([4ffd5bd](https://github.com/BitGo/BitGoJS/commit/4ffd5bd13bc2e8d43b57bef4aae0b5880bbf9e2b))
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
- **sdk-coin-mon:** add transaction builder ([cff759f](https://github.com/BitGo/BitGoJS/commit/cff759f5c91711ec81af7effc7fe3d32320930fb))
|
|
49
|
+
- **sdk-coin-stt:** add transaction builder ([1e77306](https://github.com/BitGo/BitGoJS/commit/1e7730665a74235085d4dfe0c48ddecceb400624))
|
|
50
|
+
- **sdk-coin-world:** add transaction builder ([30e888e](https://github.com/BitGo/BitGoJS/commit/30e888ed7bb4a9325f873ad3ce30bbdd39a77893))
|
|
51
|
+
|
|
52
|
+
### BREAKING CHANGES
|
|
53
|
+
|
|
54
|
+
- remove bls and eth2 sdk
|
|
55
|
+
|
|
56
|
+
TICKET: WP-3961
|
|
57
|
+
|
|
58
|
+
## [24.5.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.11...@bitgo/account-lib@24.5.12) (2025-04-15)
|
|
59
|
+
|
|
60
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
61
|
+
|
|
62
|
+
## [24.5.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.10...@bitgo/account-lib@24.5.11) (2025-04-04)
|
|
63
|
+
|
|
64
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
65
|
+
|
|
66
|
+
## [24.5.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.9...@bitgo/account-lib@24.5.10) (2025-04-02)
|
|
67
|
+
|
|
68
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
69
|
+
|
|
70
|
+
## [24.5.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.8...@bitgo/account-lib@24.5.9) (2025-03-28)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
73
|
+
|
|
74
|
+
## [24.5.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.7...@bitgo/account-lib@24.5.8) (2025-03-20)
|
|
75
|
+
|
|
76
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
77
|
+
|
|
78
|
+
## [24.5.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.6...@bitgo/account-lib@24.5.7) (2025-03-18)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
81
|
+
|
|
82
|
+
## [24.5.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.5...@bitgo/account-lib@24.5.6) (2025-03-06)
|
|
83
|
+
|
|
84
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
85
|
+
|
|
86
|
+
## [24.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.2...@bitgo/account-lib@24.5.5) (2025-03-04)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
89
|
+
|
|
90
|
+
## [24.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.2...@bitgo/account-lib@24.5.4) (2025-02-26)
|
|
91
|
+
|
|
92
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
93
|
+
|
|
94
|
+
## [24.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.2...@bitgo/account-lib@24.5.3) (2025-02-20)
|
|
95
|
+
|
|
96
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
97
|
+
|
|
98
|
+
## [24.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.1...@bitgo/account-lib@24.5.2) (2025-02-19)
|
|
99
|
+
|
|
100
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
101
|
+
|
|
102
|
+
## [24.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.0...@bitgo/account-lib@24.5.1) (2025-02-11)
|
|
103
|
+
|
|
104
|
+
### Bug Fixes
|
|
105
|
+
|
|
106
|
+
- **sdk-coin-tao:** fix coinBuilderMap for tao ([b592e09](https://github.com/BitGo/BitGoJS/commit/b592e098544b447e946c1d4432a442f9bb1ab6d3))
|
|
107
|
+
|
|
108
|
+
# [24.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.4.0...@bitgo/account-lib@24.5.0) (2025-02-05)
|
|
109
|
+
|
|
110
|
+
### Features
|
|
111
|
+
|
|
112
|
+
- **sdk-coin-tao:** add missing statics for tao ([422bb1a](https://github.com/BitGo/BitGoJS/commit/422bb1a6860ea7b90ed2ae09de55976cf0cc21f7))
|
|
113
|
+
- **sdk-coin-tao:** add missing statics for tao ([70ef26f](https://github.com/BitGo/BitGoJS/commit/70ef26f5cf1de8ea4f5cbdf5bbff69fc869fa575))
|
|
114
|
+
|
|
115
|
+
# [24.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.3.1...@bitgo/account-lib@24.4.0) (2025-01-28)
|
|
116
|
+
|
|
117
|
+
### Features
|
|
118
|
+
|
|
119
|
+
- docker config for flr,sgb,xdc,wemix ([8b65d3f](https://github.com/BitGo/BitGoJS/commit/8b65d3fc66001b99b1135d1968546a55f1ae279d))
|
|
120
|
+
|
|
121
|
+
## [24.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.3.0...@bitgo/account-lib@24.3.1) (2025-01-23)
|
|
122
|
+
|
|
123
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
124
|
+
|
|
125
|
+
# [24.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.2.0...@bitgo/account-lib@24.3.0) (2025-01-23)
|
|
126
|
+
|
|
127
|
+
### Features
|
|
128
|
+
|
|
129
|
+
- **sdk-coin-baby:** add SDK support for babylon ([932541b](https://github.com/BitGo/BitGoJS/commit/932541bad36f5fb3ca0a9a49a7b987ec1f4878a3))
|
|
130
|
+
|
|
131
|
+
# [24.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.9...@bitgo/account-lib@24.2.0) (2025-01-20)
|
|
132
|
+
|
|
133
|
+
### Features
|
|
134
|
+
|
|
135
|
+
- **sdk-coin-icp:** added ICP skeleton code ([5215ce9](https://github.com/BitGo/BitGoJS/commit/5215ce9f27c90b88cc916accd32c906ab690cf51))
|
|
136
|
+
|
|
137
|
+
## [24.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.8...@bitgo/account-lib@24.1.9) (2025-01-15)
|
|
138
|
+
|
|
139
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
140
|
+
|
|
141
|
+
## [24.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.7...@bitgo/account-lib@24.1.8) (2025-01-09)
|
|
142
|
+
|
|
143
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
144
|
+
|
|
145
|
+
## [24.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.6...@bitgo/account-lib@24.1.7) (2025-01-03)
|
|
146
|
+
|
|
147
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
148
|
+
|
|
149
|
+
## [24.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.5...@bitgo/account-lib@24.1.6) (2024-12-24)
|
|
150
|
+
|
|
151
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
152
|
+
|
|
153
|
+
## [24.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.4...@bitgo/account-lib@24.1.5) (2024-12-19)
|
|
154
|
+
|
|
155
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
156
|
+
|
|
157
|
+
## [24.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.2...@bitgo/account-lib@24.1.4) (2024-12-17)
|
|
158
|
+
|
|
159
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
160
|
+
|
|
161
|
+
## [24.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.2...@bitgo/account-lib@24.1.3) (2024-12-17)
|
|
162
|
+
|
|
163
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
164
|
+
|
|
165
|
+
## [24.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.1...@bitgo/account-lib@24.1.2) (2024-12-12)
|
|
166
|
+
|
|
167
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
168
|
+
|
|
169
|
+
## [24.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.0...@bitgo/account-lib@24.1.1) (2024-12-11)
|
|
170
|
+
|
|
171
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
172
|
+
|
|
173
|
+
# [24.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.0.0...@bitgo/account-lib@24.1.0) (2024-12-03)
|
|
174
|
+
|
|
175
|
+
### Features
|
|
176
|
+
|
|
177
|
+
- add @types/keccak to packages that use it ([7e25872](https://github.com/BitGo/BitGoJS/commit/7e25872a5749cb6b3281b5355d4f45151d042d67))
|
|
178
|
+
|
|
179
|
+
# [24.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.3.1...@bitgo/account-lib@24.0.0) (2024-11-26)
|
|
180
|
+
|
|
181
|
+
### Features
|
|
182
|
+
|
|
183
|
+
- **sdk-coin-apt:** addition of apt skeleton in account-lib ([b6c5e93](https://github.com/BitGo/BitGoJS/commit/b6c5e932a0cafb8bbeebed0d807cac4ab31a26f8))
|
|
184
|
+
- **sdk-coin-celo:** support eip1559 for celo ([3a7a64d](https://github.com/BitGo/BitGoJS/commit/3a7a64deec69cd57750324205a326fbe80c338b9))
|
|
185
|
+
|
|
186
|
+
### BREAKING CHANGES
|
|
187
|
+
|
|
188
|
+
- **sdk-coin-celo:** This commit updates the hardfork of testnet celo, which
|
|
189
|
+
changes the final v value and adds support to eip1559 txn
|
|
190
|
+
|
|
191
|
+
## [23.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.3.0...@bitgo/account-lib@23.3.1) (2024-11-21)
|
|
192
|
+
|
|
193
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
194
|
+
|
|
195
|
+
# [23.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.2.2...@bitgo/account-lib@23.3.0) (2024-11-19)
|
|
196
|
+
|
|
197
|
+
### Bug Fixes
|
|
198
|
+
|
|
199
|
+
- deps fix ([0e49204](https://github.com/BitGo/BitGoJS/commit/0e49204b1b259f8c851f08828b115038d0854dee))
|
|
200
|
+
|
|
201
|
+
### Features
|
|
202
|
+
|
|
203
|
+
- **sdk-coin-coredao:** add coredao sdk skeleton ([0e6ce18](https://github.com/BitGo/BitGoJS/commit/0e6ce183f378968ea1453395ba28f7eb5ab26d96))
|
|
204
|
+
- **sdk-coin-oas:** add oas sdk skeleton ([d04f601](https://github.com/BitGo/BitGoJS/commit/d04f601103e949da4ff50653b6d593c678536ea5))
|
|
205
|
+
|
|
206
|
+
## [23.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.2.2...@bitgo/account-lib@23.2.3) (2024-11-14)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
209
|
+
|
|
210
|
+
## [23.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.2.1...@bitgo/account-lib@23.2.2) (2024-11-08)
|
|
211
|
+
|
|
212
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
213
|
+
|
|
214
|
+
## [23.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.2.0...@bitgo/account-lib@23.2.1) (2024-11-07)
|
|
215
|
+
|
|
216
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
217
|
+
|
|
218
|
+
# [23.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.10...@bitgo/account-lib@23.2.0) (2024-11-01)
|
|
219
|
+
|
|
220
|
+
### Features
|
|
221
|
+
|
|
222
|
+
- **sdk-coin-rune:** new coin generation ([64775ca](https://github.com/BitGo/BitGoJS/commit/64775caefc425df17f893fe1a5ae26d21adc7b6b))
|
|
223
|
+
|
|
224
|
+
## [23.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.9...@bitgo/account-lib@23.1.10) (2024-10-22)
|
|
225
|
+
|
|
226
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
227
|
+
|
|
228
|
+
## [23.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.8...@bitgo/account-lib@23.1.9) (2024-10-15)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
231
|
+
|
|
232
|
+
## [23.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.7...@bitgo/account-lib@23.1.8) (2024-10-08)
|
|
233
|
+
|
|
234
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
235
|
+
|
|
236
|
+
## [23.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.6...@bitgo/account-lib@23.1.7) (2024-10-04)
|
|
237
|
+
|
|
238
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
239
|
+
|
|
240
|
+
## [23.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.5...@bitgo/account-lib@23.1.6) (2024-09-24)
|
|
241
|
+
|
|
242
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
243
|
+
|
|
244
|
+
## [23.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.4...@bitgo/account-lib@23.1.5) (2024-09-19)
|
|
245
|
+
|
|
246
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
247
|
+
|
|
248
|
+
## [23.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.3...@bitgo/account-lib@23.1.4) (2024-09-16)
|
|
249
|
+
|
|
250
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
251
|
+
|
|
252
|
+
## [23.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.2...@bitgo/account-lib@23.1.3) (2024-09-10)
|
|
253
|
+
|
|
254
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
255
|
+
|
|
256
|
+
## [23.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.1...@bitgo/account-lib@23.1.2) (2024-09-03)
|
|
257
|
+
|
|
258
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
259
|
+
|
|
260
|
+
## [23.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.0...@bitgo/account-lib@23.1.1) (2024-08-29)
|
|
261
|
+
|
|
262
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
263
|
+
|
|
264
|
+
# [23.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.31...@bitgo/account-lib@23.1.0) (2024-08-27)
|
|
265
|
+
|
|
266
|
+
### Features
|
|
267
|
+
|
|
268
|
+
- **sdk-coin-bera:** add bera sdk skeleton ([db64fa8](https://github.com/BitGo/BitGoJS/commit/db64fa81cd46d6c5ff6505c30173223a817e2540))
|
|
269
|
+
|
|
270
|
+
## [23.0.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.29...@bitgo/account-lib@23.0.31) (2024-08-20)
|
|
271
|
+
|
|
272
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
273
|
+
|
|
274
|
+
## [23.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.29...@bitgo/account-lib@23.0.30) (2024-08-13)
|
|
275
|
+
|
|
276
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
277
|
+
|
|
278
|
+
## [23.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.28...@bitgo/account-lib@23.0.29) (2024-08-07)
|
|
279
|
+
|
|
280
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
281
|
+
|
|
282
|
+
## [23.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.27...@bitgo/account-lib@23.0.28) (2024-07-30)
|
|
283
|
+
|
|
284
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
285
|
+
|
|
286
|
+
## [23.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.26...@bitgo/account-lib@23.0.27) (2024-07-24)
|
|
287
|
+
|
|
288
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
289
|
+
|
|
290
|
+
## [23.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.25...@bitgo/account-lib@23.0.26) (2024-07-16)
|
|
291
|
+
|
|
292
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
293
|
+
|
|
294
|
+
## [23.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.24...@bitgo/account-lib@23.0.25) (2024-07-04)
|
|
295
|
+
|
|
296
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
297
|
+
|
|
298
|
+
## [23.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.23...@bitgo/account-lib@23.0.24) (2024-07-02)
|
|
299
|
+
|
|
300
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
301
|
+
|
|
302
|
+
## [23.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.22...@bitgo/account-lib@23.0.23) (2024-06-27)
|
|
303
|
+
|
|
304
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
305
|
+
|
|
306
|
+
## [23.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.21...@bitgo/account-lib@23.0.22) (2024-06-26)
|
|
307
|
+
|
|
308
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
309
|
+
|
|
310
|
+
## [23.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.19...@bitgo/account-lib@23.0.21) (2024-06-21)
|
|
311
|
+
|
|
312
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
313
|
+
|
|
314
|
+
## [23.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.19...@bitgo/account-lib@23.0.20) (2024-06-20)
|
|
315
|
+
|
|
316
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
317
|
+
|
|
318
|
+
## [23.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.18...@bitgo/account-lib@23.0.19) (2024-06-14)
|
|
319
|
+
|
|
320
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
321
|
+
|
|
322
|
+
## [23.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.17...@bitgo/account-lib@23.0.18) (2024-06-11)
|
|
323
|
+
|
|
324
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
325
|
+
|
|
326
|
+
## [23.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.16...@bitgo/account-lib@23.0.17) (2024-06-05)
|
|
327
|
+
|
|
328
|
+
### Bug Fixes
|
|
329
|
+
|
|
330
|
+
- update `@solana/web3.js` to `1.92.1` ([830c728](https://github.com/BitGo/BitGoJS/commit/830c72800a8f319867563b689ea70edbca311391))
|
|
331
|
+
|
|
332
|
+
## [23.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.15...@bitgo/account-lib@23.0.16) (2024-05-31)
|
|
333
|
+
|
|
334
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
335
|
+
|
|
336
|
+
## [23.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.14...@bitgo/account-lib@23.0.15) (2024-05-28)
|
|
337
|
+
|
|
338
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
339
|
+
|
|
340
|
+
## [23.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.13...@bitgo/account-lib@23.0.14) (2024-05-22)
|
|
341
|
+
|
|
342
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
343
|
+
|
|
344
|
+
## [23.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.12...@bitgo/account-lib@23.0.13) (2024-05-17)
|
|
345
|
+
|
|
346
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
347
|
+
|
|
348
|
+
## [23.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.11...@bitgo/account-lib@23.0.12) (2024-05-13)
|
|
349
|
+
|
|
350
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
351
|
+
|
|
352
|
+
## [23.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.10...@bitgo/account-lib@23.0.11) (2024-05-08)
|
|
353
|
+
|
|
354
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
355
|
+
|
|
356
|
+
## [23.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.9...@bitgo/account-lib@23.0.10) (2024-05-01)
|
|
357
|
+
|
|
358
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
359
|
+
|
|
360
|
+
## [23.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.8...@bitgo/account-lib@23.0.9) (2024-04-25)
|
|
361
|
+
|
|
362
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
363
|
+
|
|
364
|
+
## [23.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.7...@bitgo/account-lib@23.0.8) (2024-04-24)
|
|
365
|
+
|
|
366
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
367
|
+
|
|
368
|
+
## [23.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.6...@bitgo/account-lib@23.0.7) (2024-04-22)
|
|
369
|
+
|
|
370
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
371
|
+
|
|
372
|
+
## [23.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.5...@bitgo/account-lib@23.0.6) (2024-04-17)
|
|
373
|
+
|
|
374
|
+
### Bug Fixes
|
|
375
|
+
|
|
376
|
+
- **sdk-coin-sol:** update `split` with latest SOL library ([85d3cc3](https://github.com/BitGo/BitGoJS/commit/85d3cc3643bb3994d13f31f603ce0df8a9ea2e4b))
|
|
377
|
+
|
|
378
|
+
## [23.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.4...@bitgo/account-lib@23.0.5) (2024-04-12)
|
|
379
|
+
|
|
380
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
381
|
+
|
|
382
|
+
## [23.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.3...@bitgo/account-lib@23.0.4) (2024-04-10)
|
|
383
|
+
|
|
384
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
385
|
+
|
|
386
|
+
## [23.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.2...@bitgo/account-lib@23.0.3) (2024-04-09)
|
|
387
|
+
|
|
388
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
389
|
+
|
|
390
|
+
## [23.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.1...@bitgo/account-lib@23.0.2) (2024-04-08)
|
|
391
|
+
|
|
392
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
393
|
+
|
|
394
|
+
## [23.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.0...@bitgo/account-lib@23.0.1) (2024-04-05)
|
|
395
|
+
|
|
396
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
397
|
+
|
|
398
|
+
# [23.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@22.0.4...@bitgo/account-lib@23.0.0) (2024-03-28)
|
|
399
|
+
|
|
400
|
+
### Features
|
|
401
|
+
|
|
402
|
+
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
403
|
+
|
|
404
|
+
### BREAKING CHANGES
|
|
405
|
+
|
|
406
|
+
- **root:** Node 16 is no longer supported in bitgojs.
|
|
407
|
+
TICKET: WP-1100
|
|
408
|
+
|
|
409
|
+
## [22.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@22.0.3...@bitgo/account-lib@22.0.4) (2024-03-19)
|
|
410
|
+
|
|
411
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
412
|
+
|
|
413
|
+
## [22.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@22.0.2...@bitgo/account-lib@22.0.3) (2024-03-11)
|
|
414
|
+
|
|
415
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
416
|
+
|
|
417
|
+
## [22.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@22.0.1...@bitgo/account-lib@22.0.2) (2024-02-28)
|
|
418
|
+
|
|
419
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
420
|
+
|
|
421
|
+
## [22.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@22.0.0...@bitgo/account-lib@22.0.1) (2024-02-22)
|
|
422
|
+
|
|
423
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
424
|
+
|
|
425
|
+
# [22.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@22.0.0) (2024-02-19)
|
|
426
|
+
|
|
427
|
+
### Bug Fixes
|
|
428
|
+
|
|
429
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
430
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
431
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
432
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
433
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
434
|
+
|
|
435
|
+
### Code Refactoring
|
|
436
|
+
|
|
437
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
438
|
+
|
|
439
|
+
### Features
|
|
440
|
+
|
|
441
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
442
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
443
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
444
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
445
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
446
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
447
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
448
|
+
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
449
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
450
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
451
|
+
|
|
452
|
+
### BREAKING CHANGES
|
|
453
|
+
|
|
454
|
+
- rename coin module, coin name, named exports for coreum
|
|
455
|
+
|
|
456
|
+
# [21.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@21.0.0) (2024-01-30)
|
|
457
|
+
|
|
458
|
+
### Bug Fixes
|
|
459
|
+
|
|
460
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
461
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
462
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
463
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
464
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
465
|
+
|
|
466
|
+
### Code Refactoring
|
|
467
|
+
|
|
468
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
469
|
+
|
|
470
|
+
### Features
|
|
471
|
+
|
|
472
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
473
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
474
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
475
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
476
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
477
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
478
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
479
|
+
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
480
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
481
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
482
|
+
|
|
483
|
+
### BREAKING CHANGES
|
|
484
|
+
|
|
485
|
+
- rename coin module, coin name, named exports for coreum
|
|
486
|
+
|
|
487
|
+
# [20.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@20.0.0) (2024-01-26)
|
|
488
|
+
|
|
489
|
+
### Bug Fixes
|
|
490
|
+
|
|
491
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
492
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
493
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
494
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
495
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
496
|
+
|
|
497
|
+
### Code Refactoring
|
|
498
|
+
|
|
499
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
500
|
+
|
|
501
|
+
### Features
|
|
502
|
+
|
|
503
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
504
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
505
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
506
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
507
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
508
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
509
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
510
|
+
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
511
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
512
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
513
|
+
|
|
514
|
+
### BREAKING CHANGES
|
|
515
|
+
|
|
516
|
+
- rename coin module, coin name, named exports for coreum
|
|
517
|
+
|
|
518
|
+
# [19.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@19.0.0) (2024-01-26)
|
|
519
|
+
|
|
520
|
+
### Bug Fixes
|
|
521
|
+
|
|
522
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
523
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
524
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
525
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
526
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
527
|
+
|
|
528
|
+
### Code Refactoring
|
|
529
|
+
|
|
530
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
531
|
+
|
|
532
|
+
### Features
|
|
533
|
+
|
|
534
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
535
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
536
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
537
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
538
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
539
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
540
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
541
|
+
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
542
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
543
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
544
|
+
|
|
545
|
+
### BREAKING CHANGES
|
|
546
|
+
|
|
547
|
+
- rename coin module, coin name, named exports for coreum
|
|
548
|
+
|
|
549
|
+
# [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@18.0.0) (2024-01-25)
|
|
550
|
+
|
|
551
|
+
### Bug Fixes
|
|
552
|
+
|
|
553
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
554
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
555
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
556
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
557
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
558
|
+
|
|
559
|
+
### Code Refactoring
|
|
560
|
+
|
|
561
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
562
|
+
|
|
563
|
+
### Features
|
|
564
|
+
|
|
565
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
566
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
567
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
568
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
569
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
570
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
571
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
572
|
+
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
573
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
574
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
575
|
+
|
|
576
|
+
### BREAKING CHANGES
|
|
577
|
+
|
|
578
|
+
- rename coin module, coin name, named exports for coreum
|
|
579
|
+
|
|
580
|
+
# [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@17.0.0) (2024-01-22)
|
|
581
|
+
|
|
582
|
+
### Bug Fixes
|
|
583
|
+
|
|
584
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
585
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
586
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
587
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
588
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
589
|
+
|
|
590
|
+
### Code Refactoring
|
|
591
|
+
|
|
592
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
593
|
+
|
|
594
|
+
### Features
|
|
595
|
+
|
|
596
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
597
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
598
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
599
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
600
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
601
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
602
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
603
|
+
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
604
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
605
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
606
|
+
|
|
607
|
+
### BREAKING CHANGES
|
|
608
|
+
|
|
609
|
+
- rename coin module, coin name, named exports for coreum
|
|
610
|
+
|
|
611
|
+
# [16.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@16.0.0) (2024-01-09)
|
|
612
|
+
|
|
613
|
+
### Bug Fixes
|
|
614
|
+
|
|
615
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
616
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
617
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
618
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
619
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
620
|
+
|
|
621
|
+
### Code Refactoring
|
|
622
|
+
|
|
623
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
624
|
+
|
|
625
|
+
### Features
|
|
626
|
+
|
|
627
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
628
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
629
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
630
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
631
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
632
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
633
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
634
|
+
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
635
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
636
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
637
|
+
|
|
638
|
+
### BREAKING CHANGES
|
|
639
|
+
|
|
640
|
+
- rename coin module, coin name, named exports for coreum
|
|
641
|
+
|
|
642
|
+
# [15.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@15.0.0) (2024-01-03)
|
|
643
|
+
|
|
644
|
+
### Bug Fixes
|
|
645
|
+
|
|
646
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
647
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
648
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
649
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
650
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
651
|
+
|
|
652
|
+
### Code Refactoring
|
|
653
|
+
|
|
654
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
655
|
+
|
|
656
|
+
### Features
|
|
657
|
+
|
|
658
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
659
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
660
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
661
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
662
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
663
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
664
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
665
|
+
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
666
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
667
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
668
|
+
|
|
669
|
+
### BREAKING CHANGES
|
|
670
|
+
|
|
671
|
+
- rename coin module, coin name, named exports for coreum
|
|
672
|
+
|
|
673
|
+
# [14.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@14.0.0) (2023-12-18)
|
|
674
|
+
|
|
675
|
+
### Bug Fixes
|
|
676
|
+
|
|
677
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
678
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
679
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
680
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
681
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
682
|
+
|
|
683
|
+
### Code Refactoring
|
|
684
|
+
|
|
685
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
686
|
+
|
|
687
|
+
### Features
|
|
688
|
+
|
|
689
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
690
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
691
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
692
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
693
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
694
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
695
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
696
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
697
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
698
|
+
|
|
699
|
+
### BREAKING CHANGES
|
|
700
|
+
|
|
701
|
+
- rename coin module, coin name, named exports for coreum
|
|
702
|
+
|
|
703
|
+
# [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@13.0.0) (2023-12-12)
|
|
704
|
+
|
|
705
|
+
### Bug Fixes
|
|
706
|
+
|
|
707
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
708
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
709
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
710
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
711
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
712
|
+
|
|
713
|
+
### Code Refactoring
|
|
714
|
+
|
|
715
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
716
|
+
|
|
717
|
+
### Features
|
|
718
|
+
|
|
719
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
720
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
721
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
722
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
723
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
724
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
725
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
726
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
727
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
728
|
+
|
|
729
|
+
### BREAKING CHANGES
|
|
730
|
+
|
|
731
|
+
- rename coin module, coin name, named exports for coreum
|
|
732
|
+
|
|
733
|
+
# [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@12.0.0) (2023-12-09)
|
|
734
|
+
|
|
735
|
+
### Bug Fixes
|
|
736
|
+
|
|
737
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
738
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
739
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
740
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
741
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
742
|
+
|
|
743
|
+
### Code Refactoring
|
|
744
|
+
|
|
745
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
746
|
+
|
|
747
|
+
### Features
|
|
748
|
+
|
|
749
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
750
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
751
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
752
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
753
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
754
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
755
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
756
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
757
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
758
|
+
|
|
759
|
+
### BREAKING CHANGES
|
|
760
|
+
|
|
761
|
+
- rename coin module, coin name, named exports for coreum
|
|
762
|
+
|
|
763
|
+
# [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@11.0.0) (2023-12-05)
|
|
764
|
+
|
|
765
|
+
### Bug Fixes
|
|
766
|
+
|
|
767
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
768
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
769
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
770
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
771
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
772
|
+
|
|
773
|
+
### Code Refactoring
|
|
774
|
+
|
|
775
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
776
|
+
|
|
777
|
+
### Features
|
|
778
|
+
|
|
779
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
780
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
781
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
782
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
783
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
784
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
785
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
786
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
787
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
788
|
+
|
|
789
|
+
### BREAKING CHANGES
|
|
790
|
+
|
|
791
|
+
- rename coin module, coin name, named exports for coreum
|
|
792
|
+
|
|
793
|
+
# [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@10.0.0) (2023-11-28)
|
|
794
|
+
|
|
795
|
+
### Bug Fixes
|
|
796
|
+
|
|
797
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
798
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
799
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
800
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
801
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
802
|
+
|
|
803
|
+
### Code Refactoring
|
|
804
|
+
|
|
805
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
806
|
+
|
|
807
|
+
### Features
|
|
808
|
+
|
|
809
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
810
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
811
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
812
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
813
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
814
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
815
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
816
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
817
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
818
|
+
|
|
819
|
+
### BREAKING CHANGES
|
|
820
|
+
|
|
821
|
+
- rename coin module, coin name, named exports for coreum
|
|
822
|
+
|
|
823
|
+
# [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@9.0.0) (2023-11-24)
|
|
824
|
+
|
|
825
|
+
### Bug Fixes
|
|
826
|
+
|
|
827
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
828
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
829
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
830
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
831
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
832
|
+
|
|
833
|
+
### Code Refactoring
|
|
834
|
+
|
|
835
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
836
|
+
|
|
837
|
+
### Features
|
|
838
|
+
|
|
839
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
840
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
841
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
842
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
843
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
844
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
845
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
846
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
847
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
848
|
+
|
|
849
|
+
### BREAKING CHANGES
|
|
850
|
+
|
|
851
|
+
- rename coin module, coin name, named exports for coreum
|
|
852
|
+
|
|
853
|
+
# [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@8.0.0) (2023-11-17)
|
|
854
|
+
|
|
855
|
+
### Bug Fixes
|
|
856
|
+
|
|
857
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
858
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
859
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
860
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
861
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
862
|
+
|
|
863
|
+
### Code Refactoring
|
|
864
|
+
|
|
865
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
866
|
+
|
|
867
|
+
### Features
|
|
868
|
+
|
|
869
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
870
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
871
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
872
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
873
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
874
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
875
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
876
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
877
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
878
|
+
|
|
879
|
+
### BREAKING CHANGES
|
|
880
|
+
|
|
881
|
+
- rename coin module, coin name, named exports for coreum
|
|
882
|
+
|
|
883
|
+
# [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@7.0.0) (2023-11-13)
|
|
884
|
+
|
|
885
|
+
### Bug Fixes
|
|
886
|
+
|
|
887
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
888
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
889
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
890
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
891
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
892
|
+
|
|
893
|
+
### Code Refactoring
|
|
894
|
+
|
|
895
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
896
|
+
|
|
897
|
+
### Features
|
|
898
|
+
|
|
899
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
900
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
901
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
902
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
903
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
904
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
905
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
906
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
907
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
908
|
+
|
|
909
|
+
### BREAKING CHANGES
|
|
910
|
+
|
|
911
|
+
- rename coin module, coin name, named exports for coreum
|
|
912
|
+
|
|
913
|
+
# [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@6.0.0) (2023-11-13)
|
|
914
|
+
|
|
915
|
+
### Bug Fixes
|
|
916
|
+
|
|
917
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
918
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
919
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
920
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
921
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
922
|
+
|
|
923
|
+
### Code Refactoring
|
|
924
|
+
|
|
925
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
926
|
+
|
|
927
|
+
### Features
|
|
928
|
+
|
|
929
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
930
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
931
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
932
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
933
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
934
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
935
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
936
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
937
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
938
|
+
|
|
939
|
+
### BREAKING CHANGES
|
|
940
|
+
|
|
941
|
+
- rename coin module, coin name, named exports for coreum
|
|
942
|
+
|
|
943
|
+
# [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@5.0.0) (2023-11-13)
|
|
944
|
+
|
|
945
|
+
### Bug Fixes
|
|
946
|
+
|
|
947
|
+
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
948
|
+
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
949
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
950
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
951
|
+
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
952
|
+
|
|
953
|
+
### Code Refactoring
|
|
954
|
+
|
|
955
|
+
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
956
|
+
|
|
957
|
+
### Features
|
|
958
|
+
|
|
959
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
960
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
961
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
962
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
963
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
964
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
965
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
966
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
967
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
968
|
+
|
|
969
|
+
### BREAKING CHANGES
|
|
970
|
+
|
|
971
|
+
- rename coin module, coin name, named exports for coreum
|
|
972
|
+
|
|
973
|
+
# [4.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.15.0) (2023-10-20)
|
|
974
|
+
|
|
975
|
+
### Bug Fixes
|
|
976
|
+
|
|
977
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
978
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
979
|
+
|
|
980
|
+
### Features
|
|
981
|
+
|
|
982
|
+
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
983
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
984
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
985
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
986
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
987
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
988
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
989
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
990
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
991
|
+
|
|
992
|
+
# [4.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.14.0) (2023-10-18)
|
|
993
|
+
|
|
994
|
+
### Bug Fixes
|
|
995
|
+
|
|
996
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
997
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
998
|
+
|
|
999
|
+
### Features
|
|
1000
|
+
|
|
1001
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
1002
|
+
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
1003
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
1004
|
+
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
1005
|
+
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
1006
|
+
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
1007
|
+
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
1008
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
1009
|
+
|
|
1010
|
+
# [4.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.13.0) (2023-09-25)
|
|
1011
|
+
|
|
1012
|
+
### Bug Fixes
|
|
1013
|
+
|
|
1014
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1015
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1016
|
+
|
|
1017
|
+
### Features
|
|
1018
|
+
|
|
1019
|
+
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
1020
|
+
|
|
1021
|
+
## [4.12.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.10...@bitgo/account-lib@4.12.11) (2023-09-11)
|
|
1022
|
+
|
|
1023
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
1024
|
+
|
|
1025
|
+
## [4.12.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.10) (2023-09-09)
|
|
1026
|
+
|
|
1027
|
+
### Bug Fixes
|
|
1028
|
+
|
|
1029
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1030
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1031
|
+
|
|
1032
|
+
## [4.12.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.9) (2023-09-09)
|
|
1033
|
+
|
|
1034
|
+
### Bug Fixes
|
|
1035
|
+
|
|
1036
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1037
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1038
|
+
|
|
1039
|
+
## [4.12.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.8) (2023-09-07)
|
|
1040
|
+
|
|
1041
|
+
### Bug Fixes
|
|
1042
|
+
|
|
1043
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1044
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1045
|
+
|
|
1046
|
+
## [4.12.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.7) (2023-09-05)
|
|
1047
|
+
|
|
1048
|
+
### Bug Fixes
|
|
1049
|
+
|
|
1050
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1051
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1052
|
+
|
|
1053
|
+
## [4.12.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.6) (2023-09-01)
|
|
1054
|
+
|
|
1055
|
+
### Bug Fixes
|
|
1056
|
+
|
|
1057
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1058
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1059
|
+
|
|
1060
|
+
## [4.12.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.5) (2023-08-29)
|
|
1061
|
+
|
|
1062
|
+
### Bug Fixes
|
|
1063
|
+
|
|
1064
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1065
|
+
|
|
1066
|
+
## [4.12.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.4) (2023-08-25)
|
|
1067
|
+
|
|
1068
|
+
### Bug Fixes
|
|
1069
|
+
|
|
1070
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1071
|
+
|
|
1072
|
+
## [4.12.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.3) (2023-08-24)
|
|
1073
|
+
|
|
1074
|
+
### Bug Fixes
|
|
1075
|
+
|
|
1076
|
+
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1077
|
+
|
|
1078
|
+
## [4.12.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.2) (2023-08-16)
|
|
1079
|
+
|
|
1080
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
1081
|
+
|
|
1082
|
+
## [4.12.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.1) (2023-08-16)
|
|
1083
|
+
|
|
1084
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
1085
|
+
|
|
1086
|
+
# [4.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.10.0...@bitgo/account-lib@4.12.0) (2023-08-04)
|
|
1087
|
+
|
|
1088
|
+
### Features
|
|
1089
|
+
|
|
1090
|
+
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
1091
|
+
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
1092
|
+
- **sdk-coin-zeta:** zeta sdk init along with testcases ([b92d793](https://github.com/BitGo/BitGoJS/commit/b92d793a59ee1116e8f202b0f97c6720f6a76ab5))
|
|
1093
|
+
|
|
1094
|
+
# [4.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.10.0...@bitgo/account-lib@4.11.0) (2023-07-28)
|
|
1095
|
+
|
|
1096
|
+
### Features
|
|
1097
|
+
|
|
1098
|
+
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
1099
|
+
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
1100
|
+
- **sdk-coin-zeta:** zeta sdk init along with testcases ([b92d793](https://github.com/BitGo/BitGoJS/commit/b92d793a59ee1116e8f202b0f97c6720f6a76ab5))
|
|
1101
|
+
|
|
1102
|
+
# [4.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.9.0...@bitgo/account-lib@4.10.0) (2023-07-18)
|
|
1103
|
+
|
|
1104
|
+
### Features
|
|
1105
|
+
|
|
1106
|
+
- **sdk-coin-injective:** injective sdk init along with testcases ([5064a10](https://github.com/BitGo/BitGoJS/commit/5064a10b4c36addf904b0d3772e3592224f05250))
|
|
1107
|
+
- **sdk-coin-injective:** injective sdk init along with testcases ([3cf36cc](https://github.com/BitGo/BitGoJS/commit/3cf36cc94eee7439109516e344c6d278443ff019))
|
|
1108
|
+
|
|
1109
|
+
### Reverts
|
|
1110
|
+
|
|
1111
|
+
- Revert "chore(sdk-coin-bnb): create new bnb module" ([e998a04](https://github.com/BitGo/BitGoJS/commit/e998a04de3df1069a7cc59a7f6d9fc7ca7f515d0))
|
|
1112
|
+
|
|
1113
|
+
# [4.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.8.1...@bitgo/account-lib@4.9.0) (2023-06-21)
|
|
1114
|
+
|
|
1115
|
+
### Features
|
|
1116
|
+
|
|
1117
|
+
- **sdk-coin-bld:** agoric sdk along with testcases ([ed60702](https://github.com/BitGo/BitGoJS/commit/ed607029abc9f85babbe05475248b2d2718cf667))
|
|
1118
|
+
- **sdk-coin-hash:** provenance sdk init along with testcases ([3862212](https://github.com/BitGo/BitGoJS/commit/38622127b29558aaefa6a135a284a727f94a057b))
|
|
1119
|
+
- **sdk-coin-sei:** sei sdk init along with testcases ([d7fac3f](https://github.com/BitGo/BitGoJS/commit/d7fac3f17ca99535a9d0aa81acd6d1d84bf5d54d))
|
|
1120
|
+
|
|
1121
|
+
## [4.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.8.0...@bitgo/account-lib@4.8.1) (2023-06-14)
|
|
1122
|
+
|
|
1123
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
1124
|
+
|
|
1125
|
+
# [4.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.7.1...@bitgo/account-lib@4.8.0) (2023-06-13)
|
|
1126
|
+
|
|
1127
|
+
### Features
|
|
1128
|
+
|
|
1129
|
+
- **abstract-cosmos:** sdk abstract-cosmos and sdk osmo refactored ([d1bb5f6](https://github.com/BitGo/BitGoJS/commit/d1bb5f614533b1cc119b434510539673061d2c2a))
|
|
1130
|
+
- **account-lib:** add osmo ([4e4d69b](https://github.com/BitGo/BitGoJS/commit/4e4d69b77923aaae9f91e4c98d60c050259d9712))
|
|
1131
|
+
- **account-lib:** add osmo ([d8eeaa4](https://github.com/BitGo/BitGoJS/commit/d8eeaa43db3204f8b1591186e1978f853710af50))
|
|
1132
|
+
- **sdk-coin-tia:** celestia sdk along with testcases ([1d104e0](https://github.com/BitGo/BitGoJS/commit/1d104e0d0ac0c813d16cd6da759b1a904bab4641))
|
|
1133
|
+
- **sdk-core:** make paillier proofs mandatory ([4c62dd8](https://github.com/BitGo/BitGoJS/commit/4c62dd8bae41b0a66a4aa840c16f2cdf5abc9997))
|
|
1134
|
+
|
|
1135
|
+
## [4.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.7.0...@bitgo/account-lib@4.7.1) (2023-06-07)
|
|
1136
|
+
|
|
1137
|
+
### Bug Fixes
|
|
1138
|
+
|
|
1139
|
+
- **sdk-coin-trx:** os agnostic commands ([6a740f2](https://github.com/BitGo/BitGoJS/commit/6a740f22ac8e79bdadbe28ee14a8a62cb554bd65))
|
|
1140
|
+
|
|
1141
|
+
# [4.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.6.0...@bitgo/account-lib@4.7.0) (2023-06-05)
|
|
1142
|
+
|
|
1143
|
+
### Bug Fixes
|
|
1144
|
+
|
|
1145
|
+
- **sdk-lib-mpc:** pallier -> paillier ([9d0a12d](https://github.com/BitGo/BitGoJS/commit/9d0a12dd1d2e1d6e3107f62e2757263fb2fd258e))
|
|
1146
|
+
|
|
1147
|
+
### Features
|
|
1148
|
+
|
|
1149
|
+
- **root:** add optional paillier proof plumbing ([18093bf](https://github.com/BitGo/BitGoJS/commit/18093bfc370745130958075349814d493d5a8c72))
|
|
1150
|
+
- **sdk-core:** refactor signConvert to steps ([94e2cae](https://github.com/BitGo/BitGoJS/commit/94e2cae6e1292a4e9684c3c2ab7141221137d52e))
|
|
1151
|
+
- **sdk-core:** simplify mpc.appendChallenge ([67bee8f](https://github.com/BitGo/BitGoJS/commit/67bee8f1b4f37cd12d6d14ea4d51ddcfde679563))
|
|
1152
|
+
- **sdk-lib-mpc:** make rangeProof challenges mandatory for appendChallenge ([1f68b30](https://github.com/BitGo/BitGoJS/commit/1f68b30676966720cb1a42c039e35d3ddeea4974))
|
|
1153
|
+
|
|
1154
|
+
# [4.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.3...@bitgo/account-lib@4.6.0) (2023-05-25)
|
|
1155
|
+
|
|
1156
|
+
### Features
|
|
1157
|
+
|
|
1158
|
+
- **root:** implement eddsa signing with commitment ([d67ac81](https://github.com/BitGo/BitGoJS/commit/d67ac81f5b77451de1e03eba3c93a9b0e11e7b7c))
|
|
1159
|
+
|
|
1160
|
+
## [4.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.2...@bitgo/account-lib@4.5.3) (2023-05-17)
|
|
1161
|
+
|
|
1162
|
+
### Bug Fixes
|
|
1163
|
+
|
|
1164
|
+
- **bitgo:** drone is no longer used in this repo so can safely be removed ([badc0de](https://github.com/BitGo/BitGoJS/commit/badc0ded6870f56a0dc3925eba639b0fdb313c2b)), closes [#3554](https://github.com/BitGo/BitGoJS/issues/3554) [#3554](https://github.com/BitGo/BitGoJS/issues/3554)
|
|
1165
|
+
|
|
1166
|
+
## [4.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.1...@bitgo/account-lib@4.5.2) (2023-05-10)
|
|
1167
|
+
|
|
1168
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
1169
|
+
|
|
1170
|
+
## [4.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.0...@bitgo/account-lib@4.5.1) (2023-05-03)
|
|
1171
|
+
|
|
1172
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
1173
|
+
|
|
1174
|
+
# [4.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.4.3...@bitgo/account-lib@4.5.0) (2023-04-25)
|
|
1175
|
+
|
|
1176
|
+
### Features
|
|
1177
|
+
|
|
1178
|
+
- **sdk-core:** update ecdsa signing to use enterprise challenge ([c626f00](https://github.com/BitGo/BitGoJS/commit/c626f00e141db2ef4147b3e0c4badf1776729465))
|
|
1179
|
+
|
|
1180
|
+
## [4.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.4.2...@bitgo/account-lib@4.4.3) (2023-04-20)
|
|
1181
|
+
|
|
1182
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
1183
|
+
|
|
1184
|
+
## [4.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.4.1...@bitgo/account-lib@4.4.2) (2023-04-13)
|
|
1185
|
+
|
|
1186
|
+
**Note:** Version bump only for package @bitgo/account-lib
|
|
1187
|
+
|
|
6
1188
|
## [4.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.4.0...@bitgo/account-lib@4.4.1) (2023-02-17)
|
|
7
1189
|
|
|
8
1190
|
### Bug Fixes
|