@bitgo/account-lib 27.11.2 → 27.11.4
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/dist/test/resources/ed25519Deriver.d.ts +15 -0
- package/dist/test/resources/ed25519Deriver.d.ts.map +1 -0
- package/dist/test/resources/ed25519Deriver.js +18 -0
- package/dist/test/resources/testTransaction.d.ts +11 -0
- package/dist/test/resources/testTransaction.d.ts.map +1 -0
- package/dist/test/resources/testTransaction.js +19 -0
- package/dist/test/resources/testTransactionBuilder.d.ts +26 -0
- package/dist/test/resources/testTransactionBuilder.d.ts.map +1 -0
- package/dist/test/resources/testTransactionBuilder.js +47 -0
- package/dist/test/unit/coin/baseCoin/transactionBuilder.d.ts +2 -0
- package/dist/test/unit/coin/baseCoin/transactionBuilder.d.ts.map +1 -0
- package/dist/test/unit/coin/baseCoin/transactionBuilder.js +135 -0
- package/dist/test/unit/fixtures.d.ts +16 -0
- package/dist/test/unit/fixtures.d.ts.map +1 -0
- package/dist/test/unit/fixtures.js +43 -0
- package/dist/test/unit/index.d.ts +2 -0
- package/dist/test/unit/index.d.ts.map +1 -0
- package/dist/test/unit/index.js +13 -0
- package/dist/test/unit/keyPair/index.d.ts +2 -0
- package/dist/test/unit/keyPair/index.d.ts.map +1 -0
- package/dist/test/unit/keyPair/index.js +132 -0
- package/dist/test/unit/messageFactory.d.ts +2 -0
- package/dist/test/unit/messageFactory.d.ts.map +1 -0
- package/dist/test/unit/messageFactory.js +52 -0
- package/dist/test/unit/mpc/tss/ecdsa/ecdsa.d.ts +2 -0
- package/dist/test/unit/mpc/tss/ecdsa/ecdsa.d.ts.map +1 -0
- package/dist/test/unit/mpc/tss/ecdsa/ecdsa.js +333 -0
- package/dist/test/unit/mpc/tss/eddsa/eddsa.d.ts +5 -0
- package/dist/test/unit/mpc/tss/eddsa/eddsa.d.ts.map +1 -0
- package/dist/test/unit/mpc/tss/eddsa/eddsa.js +322 -0
- package/dist/test/unit/mpc/tss/fixtures/ecdsa.d.ts +130 -0
- package/dist/test/unit/mpc/tss/fixtures/ecdsa.d.ts.map +1 -0
- package/dist/test/unit/mpc/tss/fixtures/ecdsa.js +283 -0
- package/dist/test/unit/utils/crypto.d.ts +2 -0
- package/dist/test/unit/utils/crypto.d.ts.map +1 -0
- package/dist/test/unit/utils/crypto.js +60 -0
- package/dist/test/unit/utils/ed25519KeyDeriver.d.ts +2 -0
- package/dist/test/unit/utils/ed25519KeyDeriver.d.ts.map +1 -0
- package/dist/test/unit/utils/ed25519KeyDeriver.js +23 -0
- package/dist/test/unit/utils/index.d.ts +2 -0
- package/dist/test/unit/utils/index.d.ts.map +1 -0
- package/dist/test/unit/utils/index.js +61 -0
- package/dist/test/unit/utils/messages/index.d.ts +2 -0
- package/dist/test/unit/utils/messages/index.d.ts.map +1 -0
- package/dist/test/unit/utils/messages/index.js +51 -0
- package/dist/test/unit/verifyMessage.d.ts +2 -0
- package/dist/test/unit/verifyMessage.d.ts.map +1 -0
- package/dist/test/unit/verifyMessage.js +96 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +66 -63
- package/.mocharc.js +0 -10
- package/CHANGELOG.md +0 -1691
- package/DEVELOPER.md +0 -93
- package/resources/README.md +0 -17
- package/resources/cspr/contract/keys-manager.wasm +0 -0
- package/resources/dot/index.ts +0 -2
- package/resources/dot/mainnet.ts +0 -2
- package/resources/dot/westend.ts +0 -2
package/CHANGELOG.md
DELETED
|
@@ -1,1691 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [27.11.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.11.1...@bitgo/account-lib@27.11.2) (2025-10-02)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
9
|
-
|
|
10
|
-
## [27.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.11.0...@bitgo/account-lib@27.11.1) (2025-09-29)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
13
|
-
|
|
14
|
-
# [27.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.10.4...@bitgo/account-lib@27.11.0) (2025-09-25)
|
|
15
|
-
|
|
16
|
-
### Features
|
|
17
|
-
|
|
18
|
-
- configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
|
|
19
|
-
- **sdk-coin-mantra:** removing mantra module ([cb10519](https://github.com/BitGo/BitGoJS/commit/cb10519c48b096fe358d42b35154ff3ea2e3deb4))
|
|
20
|
-
|
|
21
|
-
## [27.10.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.10.3...@bitgo/account-lib@27.10.4) (2025-09-03)
|
|
22
|
-
|
|
23
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
24
|
-
|
|
25
|
-
## [27.10.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.10.2...@bitgo/account-lib@27.10.3) (2025-08-30)
|
|
26
|
-
|
|
27
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
28
|
-
|
|
29
|
-
## [27.10.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.10.1...@bitgo/account-lib@27.10.2) (2025-08-29)
|
|
30
|
-
|
|
31
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
32
|
-
|
|
33
|
-
## [27.10.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.10.0...@bitgo/account-lib@27.10.1) (2025-08-27)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
36
|
-
|
|
37
|
-
# [27.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.9.4...@bitgo/account-lib@27.10.0) (2025-08-22)
|
|
38
|
-
|
|
39
|
-
### Bug Fixes
|
|
40
|
-
|
|
41
|
-
- **account-lib:** update module imports for Node 22 ESM compatibility ([0efe1d0](https://github.com/BitGo/BitGoJS/commit/0efe1d0cdc3631b963d65c544ab90c3d80e3946a))
|
|
42
|
-
|
|
43
|
-
### Features
|
|
44
|
-
|
|
45
|
-
- **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
|
|
46
|
-
|
|
47
|
-
## [27.9.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.9.3...@bitgo/account-lib@27.9.4) (2025-08-22)
|
|
48
|
-
|
|
49
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
50
|
-
|
|
51
|
-
## [27.9.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.9.2...@bitgo/account-lib@27.9.3) (2025-08-19)
|
|
52
|
-
|
|
53
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
54
|
-
|
|
55
|
-
## [27.9.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.9.1...@bitgo/account-lib@27.9.2) (2025-08-14)
|
|
56
|
-
|
|
57
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
58
|
-
|
|
59
|
-
## [27.9.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.9.0...@bitgo/account-lib@27.9.1) (2025-08-07)
|
|
60
|
-
|
|
61
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
62
|
-
|
|
63
|
-
# [27.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.8.1...@bitgo/account-lib@27.9.0) (2025-07-31)
|
|
64
|
-
|
|
65
|
-
### Features
|
|
66
|
-
|
|
67
|
-
- **sdk-coin-bsc:** add message builder factory ([c5bb08e](https://github.com/BitGo/BitGoJS/commit/c5bb08ec76334117850c3a9b5df6955ce04fed93))
|
|
68
|
-
- **sdk-coin-cosmos:** integration of cosmos module ([9d2e614](https://github.com/BitGo/BitGoJS/commit/9d2e614b987835896259e17b3716be3b2e40a279))
|
|
69
|
-
|
|
70
|
-
## [27.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.8.0...@bitgo/account-lib@27.8.1) (2025-07-30)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
73
|
-
|
|
74
|
-
# [27.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.6.1...@bitgo/account-lib@27.8.0) (2025-07-25)
|
|
75
|
-
|
|
76
|
-
### Features
|
|
77
|
-
|
|
78
|
-
- use a whitelisted message for signing ([996589b](https://github.com/BitGo/BitGoJS/commit/996589b2daeda92bd97f21fe18c1e43869ba4519))
|
|
79
|
-
|
|
80
|
-
# [27.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.6.1...@bitgo/account-lib@27.7.0) (2025-07-23)
|
|
81
|
-
|
|
82
|
-
### Features
|
|
83
|
-
|
|
84
|
-
- use a whitelisted message for signing ([996589b](https://github.com/BitGo/BitGoJS/commit/996589b2daeda92bd97f21fe18c1e43869ba4519))
|
|
85
|
-
|
|
86
|
-
## [27.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.6.0...@bitgo/account-lib@27.6.1) (2025-07-15)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
89
|
-
|
|
90
|
-
# [27.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.5.0...@bitgo/account-lib@27.6.0) (2025-07-10)
|
|
91
|
-
|
|
92
|
-
### Features
|
|
93
|
-
|
|
94
|
-
- **account-lib:** add MessageBuilderFactory mapping for ada and sol ([1ab0358](https://github.com/BitGo/BitGoJS/commit/1ab03583b54396106484009b65ee932cde5fb278))
|
|
95
|
-
- **account-lib:** verify encoded message ([71a7dd6](https://github.com/BitGo/BitGoJS/commit/71a7dd6cf56010c94364483b7c83221d9a26688e))
|
|
96
|
-
|
|
97
|
-
# [27.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.4.1...@bitgo/account-lib@27.5.0) (2025-07-03)
|
|
98
|
-
|
|
99
|
-
### Features
|
|
100
|
-
|
|
101
|
-
- **account-lib:** register message builder factory ([bc5c71c](https://github.com/BitGo/BitGoJS/commit/bc5c71cd92266ec1011d85f0568bf174c3743bc2))
|
|
102
|
-
|
|
103
|
-
## [27.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.4.0...@bitgo/account-lib@27.4.1) (2025-06-25)
|
|
104
|
-
|
|
105
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
106
|
-
|
|
107
|
-
# [27.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.3.0...@bitgo/account-lib@27.4.0) (2025-06-24)
|
|
108
|
-
|
|
109
|
-
### Features
|
|
110
|
-
|
|
111
|
-
- use common evm sdk in account-lib & coin factory ([743fdb2](https://github.com/BitGo/BitGoJS/commit/743fdb2f83ca32a9961d3698f6d9e15807b03fe4))
|
|
112
|
-
|
|
113
|
-
# [27.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.2.0...@bitgo/account-lib@27.3.0) (2025-06-18)
|
|
114
|
-
|
|
115
|
-
### Features
|
|
116
|
-
|
|
117
|
-
- add the transaction builder changes for ape chain ([2b82d82](https://github.com/BitGo/BitGoJS/commit/2b82d826313d87dfa7af39ed3fcd3125f08a6e1d))
|
|
118
|
-
|
|
119
|
-
# [27.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.1.0...@bitgo/account-lib@27.2.0) (2025-06-10)
|
|
120
|
-
|
|
121
|
-
### Features
|
|
122
|
-
|
|
123
|
-
- **account-lib:** add sdk-coin-vet in account-lib ([024e5c8](https://github.com/BitGo/BitGoJS/commit/024e5c87994a45c0e05b319f4ef02b13db8d8102))
|
|
124
|
-
|
|
125
|
-
# [27.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.0.2...@bitgo/account-lib@27.1.0) (2025-06-05)
|
|
126
|
-
|
|
127
|
-
### Features
|
|
128
|
-
|
|
129
|
-
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
130
|
-
- **sdk-coin-asi:** add statics and SDK support for ASI ([38baf3c](https://github.com/BitGo/BitGoJS/commit/38baf3ce3f4d8b8e2f454a92de4fce7245665e7e))
|
|
131
|
-
|
|
132
|
-
## [27.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.0.1...@bitgo/account-lib@27.0.2) (2025-06-02)
|
|
133
|
-
|
|
134
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
135
|
-
|
|
136
|
-
## [27.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.0.0...@bitgo/account-lib@27.0.1) (2025-05-28)
|
|
137
|
-
|
|
138
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
139
|
-
|
|
140
|
-
# [27.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@26.0.0...@bitgo/account-lib@27.0.0) (2025-05-22)
|
|
141
|
-
|
|
142
|
-
### Bug Fixes
|
|
143
|
-
|
|
144
|
-
- **sdk-coin-fetchai:** change asset name from fetch to fetchai ([9cc7236](https://github.com/BitGo/BitGoJS/commit/9cc72360dbb7c025000fe5cccc5d05a974cae6f5))
|
|
145
|
-
|
|
146
|
-
### BREAKING CHANGES
|
|
147
|
-
|
|
148
|
-
- **sdk-coin-fetchai:** Changing module/asset name from fetch to fetchai
|
|
149
|
-
|
|
150
|
-
# [26.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@25.2.0...@bitgo/account-lib@26.0.0) (2025-05-20)
|
|
151
|
-
|
|
152
|
-
### Bug Fixes
|
|
153
|
-
|
|
154
|
-
- **sdk-coin-initia:** change asset name from init to initia ([87c65dd](https://github.com/BitGo/BitGoJS/commit/87c65dd98c132fa22ba145e7acafaa703b60f484))
|
|
155
|
-
|
|
156
|
-
### BREAKING CHANGES
|
|
157
|
-
|
|
158
|
-
- **sdk-coin-initia:** Changing module/asset name from init to initia
|
|
159
|
-
|
|
160
|
-
# [25.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@25.1.0...@bitgo/account-lib@25.2.0) (2025-05-07)
|
|
161
|
-
|
|
162
|
-
### Features
|
|
163
|
-
|
|
164
|
-
- **sdk-coin-cronos:** add SDK Skeleton for Cronos ([7209807](https://github.com/BitGo/BitGoJS/commit/72098072ef9278ee7843cfeb6fcd0c95d5cae420))
|
|
165
|
-
- **sdk-coin-fetch:** add SDK Skeleton for Fetch ([2990b21](https://github.com/BitGo/BitGoJS/commit/2990b21ca37641ba4573828bc550362cb1b0ab3f))
|
|
166
|
-
- **sdk-coin-init:** add SDK Skeleton for Initia ([d93936f](https://github.com/BitGo/BitGoJS/commit/d93936f3cf011acba2ded8ffb4dc40315ed44cd1))
|
|
167
|
-
|
|
168
|
-
# [25.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@25.0.0...@bitgo/account-lib@25.1.0) (2025-04-29)
|
|
169
|
-
|
|
170
|
-
### Features
|
|
171
|
-
|
|
172
|
-
- **sdk-coin-soneium:** add transaction builder ([921cdbd](https://github.com/BitGo/BitGoJS/commit/921cdbd641574faf06880bfbb0a37db03fac55b6))
|
|
173
|
-
|
|
174
|
-
# [25.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.12...@bitgo/account-lib@25.0.0) (2025-04-25)
|
|
175
|
-
|
|
176
|
-
### Code Refactoring
|
|
177
|
-
|
|
178
|
-
- remove unused bls and eth2 codebase ([4ffd5bd](https://github.com/BitGo/BitGoJS/commit/4ffd5bd13bc2e8d43b57bef4aae0b5880bbf9e2b))
|
|
179
|
-
|
|
180
|
-
### Features
|
|
181
|
-
|
|
182
|
-
- **sdk-coin-mon:** add transaction builder ([cff759f](https://github.com/BitGo/BitGoJS/commit/cff759f5c91711ec81af7effc7fe3d32320930fb))
|
|
183
|
-
- **sdk-coin-stt:** add transaction builder ([1e77306](https://github.com/BitGo/BitGoJS/commit/1e7730665a74235085d4dfe0c48ddecceb400624))
|
|
184
|
-
- **sdk-coin-world:** add transaction builder ([30e888e](https://github.com/BitGo/BitGoJS/commit/30e888ed7bb4a9325f873ad3ce30bbdd39a77893))
|
|
185
|
-
|
|
186
|
-
### BREAKING CHANGES
|
|
187
|
-
|
|
188
|
-
- remove bls and eth2 sdk
|
|
189
|
-
|
|
190
|
-
TICKET: WP-3961
|
|
191
|
-
|
|
192
|
-
## [24.5.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.11...@bitgo/account-lib@24.5.12) (2025-04-15)
|
|
193
|
-
|
|
194
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
195
|
-
|
|
196
|
-
## [24.5.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.10...@bitgo/account-lib@24.5.11) (2025-04-04)
|
|
197
|
-
|
|
198
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
199
|
-
|
|
200
|
-
## [24.5.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.9...@bitgo/account-lib@24.5.10) (2025-04-02)
|
|
201
|
-
|
|
202
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
203
|
-
|
|
204
|
-
## [24.5.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.8...@bitgo/account-lib@24.5.9) (2025-03-28)
|
|
205
|
-
|
|
206
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
207
|
-
|
|
208
|
-
## [24.5.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.7...@bitgo/account-lib@24.5.8) (2025-03-20)
|
|
209
|
-
|
|
210
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
211
|
-
|
|
212
|
-
## [24.5.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.6...@bitgo/account-lib@24.5.7) (2025-03-18)
|
|
213
|
-
|
|
214
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
215
|
-
|
|
216
|
-
## [24.5.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.5...@bitgo/account-lib@24.5.6) (2025-03-06)
|
|
217
|
-
|
|
218
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
219
|
-
|
|
220
|
-
## [24.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.2...@bitgo/account-lib@24.5.5) (2025-03-04)
|
|
221
|
-
|
|
222
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
223
|
-
|
|
224
|
-
## [24.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.2...@bitgo/account-lib@24.5.4) (2025-02-26)
|
|
225
|
-
|
|
226
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
227
|
-
|
|
228
|
-
## [24.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.2...@bitgo/account-lib@24.5.3) (2025-02-20)
|
|
229
|
-
|
|
230
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
231
|
-
|
|
232
|
-
## [24.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.1...@bitgo/account-lib@24.5.2) (2025-02-19)
|
|
233
|
-
|
|
234
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
235
|
-
|
|
236
|
-
## [24.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.5.0...@bitgo/account-lib@24.5.1) (2025-02-11)
|
|
237
|
-
|
|
238
|
-
### Bug Fixes
|
|
239
|
-
|
|
240
|
-
- **sdk-coin-tao:** fix coinBuilderMap for tao ([b592e09](https://github.com/BitGo/BitGoJS/commit/b592e098544b447e946c1d4432a442f9bb1ab6d3))
|
|
241
|
-
|
|
242
|
-
# [24.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.4.0...@bitgo/account-lib@24.5.0) (2025-02-05)
|
|
243
|
-
|
|
244
|
-
### Features
|
|
245
|
-
|
|
246
|
-
- **sdk-coin-tao:** add missing statics for tao ([422bb1a](https://github.com/BitGo/BitGoJS/commit/422bb1a6860ea7b90ed2ae09de55976cf0cc21f7))
|
|
247
|
-
- **sdk-coin-tao:** add missing statics for tao ([70ef26f](https://github.com/BitGo/BitGoJS/commit/70ef26f5cf1de8ea4f5cbdf5bbff69fc869fa575))
|
|
248
|
-
|
|
249
|
-
# [24.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.3.1...@bitgo/account-lib@24.4.0) (2025-01-28)
|
|
250
|
-
|
|
251
|
-
### Features
|
|
252
|
-
|
|
253
|
-
- docker config for flr,sgb,xdc,wemix ([8b65d3f](https://github.com/BitGo/BitGoJS/commit/8b65d3fc66001b99b1135d1968546a55f1ae279d))
|
|
254
|
-
|
|
255
|
-
## [24.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.3.0...@bitgo/account-lib@24.3.1) (2025-01-23)
|
|
256
|
-
|
|
257
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
258
|
-
|
|
259
|
-
# [24.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.2.0...@bitgo/account-lib@24.3.0) (2025-01-23)
|
|
260
|
-
|
|
261
|
-
### Features
|
|
262
|
-
|
|
263
|
-
- **sdk-coin-baby:** add SDK support for babylon ([932541b](https://github.com/BitGo/BitGoJS/commit/932541bad36f5fb3ca0a9a49a7b987ec1f4878a3))
|
|
264
|
-
|
|
265
|
-
# [24.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.9...@bitgo/account-lib@24.2.0) (2025-01-20)
|
|
266
|
-
|
|
267
|
-
### Features
|
|
268
|
-
|
|
269
|
-
- **sdk-coin-icp:** added ICP skeleton code ([5215ce9](https://github.com/BitGo/BitGoJS/commit/5215ce9f27c90b88cc916accd32c906ab690cf51))
|
|
270
|
-
|
|
271
|
-
## [24.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.8...@bitgo/account-lib@24.1.9) (2025-01-15)
|
|
272
|
-
|
|
273
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
274
|
-
|
|
275
|
-
## [24.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.7...@bitgo/account-lib@24.1.8) (2025-01-09)
|
|
276
|
-
|
|
277
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
278
|
-
|
|
279
|
-
## [24.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.6...@bitgo/account-lib@24.1.7) (2025-01-03)
|
|
280
|
-
|
|
281
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
282
|
-
|
|
283
|
-
## [24.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.5...@bitgo/account-lib@24.1.6) (2024-12-24)
|
|
284
|
-
|
|
285
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
286
|
-
|
|
287
|
-
## [24.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.4...@bitgo/account-lib@24.1.5) (2024-12-19)
|
|
288
|
-
|
|
289
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
290
|
-
|
|
291
|
-
## [24.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.2...@bitgo/account-lib@24.1.4) (2024-12-17)
|
|
292
|
-
|
|
293
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
294
|
-
|
|
295
|
-
## [24.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.2...@bitgo/account-lib@24.1.3) (2024-12-17)
|
|
296
|
-
|
|
297
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
298
|
-
|
|
299
|
-
## [24.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.1...@bitgo/account-lib@24.1.2) (2024-12-12)
|
|
300
|
-
|
|
301
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
302
|
-
|
|
303
|
-
## [24.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.1.0...@bitgo/account-lib@24.1.1) (2024-12-11)
|
|
304
|
-
|
|
305
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
306
|
-
|
|
307
|
-
# [24.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@24.0.0...@bitgo/account-lib@24.1.0) (2024-12-03)
|
|
308
|
-
|
|
309
|
-
### Features
|
|
310
|
-
|
|
311
|
-
- add @types/keccak to packages that use it ([7e25872](https://github.com/BitGo/BitGoJS/commit/7e25872a5749cb6b3281b5355d4f45151d042d67))
|
|
312
|
-
|
|
313
|
-
# [24.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.3.1...@bitgo/account-lib@24.0.0) (2024-11-26)
|
|
314
|
-
|
|
315
|
-
### Features
|
|
316
|
-
|
|
317
|
-
- **sdk-coin-apt:** addition of apt skeleton in account-lib ([b6c5e93](https://github.com/BitGo/BitGoJS/commit/b6c5e932a0cafb8bbeebed0d807cac4ab31a26f8))
|
|
318
|
-
- **sdk-coin-celo:** support eip1559 for celo ([3a7a64d](https://github.com/BitGo/BitGoJS/commit/3a7a64deec69cd57750324205a326fbe80c338b9))
|
|
319
|
-
|
|
320
|
-
### BREAKING CHANGES
|
|
321
|
-
|
|
322
|
-
- **sdk-coin-celo:** This commit updates the hardfork of testnet celo, which
|
|
323
|
-
changes the final v value and adds support to eip1559 txn
|
|
324
|
-
|
|
325
|
-
## [23.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.3.0...@bitgo/account-lib@23.3.1) (2024-11-21)
|
|
326
|
-
|
|
327
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
328
|
-
|
|
329
|
-
# [23.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.2.2...@bitgo/account-lib@23.3.0) (2024-11-19)
|
|
330
|
-
|
|
331
|
-
### Bug Fixes
|
|
332
|
-
|
|
333
|
-
- deps fix ([0e49204](https://github.com/BitGo/BitGoJS/commit/0e49204b1b259f8c851f08828b115038d0854dee))
|
|
334
|
-
|
|
335
|
-
### Features
|
|
336
|
-
|
|
337
|
-
- **sdk-coin-coredao:** add coredao sdk skeleton ([0e6ce18](https://github.com/BitGo/BitGoJS/commit/0e6ce183f378968ea1453395ba28f7eb5ab26d96))
|
|
338
|
-
- **sdk-coin-oas:** add oas sdk skeleton ([d04f601](https://github.com/BitGo/BitGoJS/commit/d04f601103e949da4ff50653b6d593c678536ea5))
|
|
339
|
-
|
|
340
|
-
## [23.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.2.2...@bitgo/account-lib@23.2.3) (2024-11-14)
|
|
341
|
-
|
|
342
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
343
|
-
|
|
344
|
-
## [23.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.2.1...@bitgo/account-lib@23.2.2) (2024-11-08)
|
|
345
|
-
|
|
346
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
347
|
-
|
|
348
|
-
## [23.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.2.0...@bitgo/account-lib@23.2.1) (2024-11-07)
|
|
349
|
-
|
|
350
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
351
|
-
|
|
352
|
-
# [23.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.10...@bitgo/account-lib@23.2.0) (2024-11-01)
|
|
353
|
-
|
|
354
|
-
### Features
|
|
355
|
-
|
|
356
|
-
- **sdk-coin-rune:** new coin generation ([64775ca](https://github.com/BitGo/BitGoJS/commit/64775caefc425df17f893fe1a5ae26d21adc7b6b))
|
|
357
|
-
|
|
358
|
-
## [23.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.9...@bitgo/account-lib@23.1.10) (2024-10-22)
|
|
359
|
-
|
|
360
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
361
|
-
|
|
362
|
-
## [23.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.8...@bitgo/account-lib@23.1.9) (2024-10-15)
|
|
363
|
-
|
|
364
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
365
|
-
|
|
366
|
-
## [23.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.7...@bitgo/account-lib@23.1.8) (2024-10-08)
|
|
367
|
-
|
|
368
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
369
|
-
|
|
370
|
-
## [23.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.6...@bitgo/account-lib@23.1.7) (2024-10-04)
|
|
371
|
-
|
|
372
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
373
|
-
|
|
374
|
-
## [23.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.5...@bitgo/account-lib@23.1.6) (2024-09-24)
|
|
375
|
-
|
|
376
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
377
|
-
|
|
378
|
-
## [23.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.4...@bitgo/account-lib@23.1.5) (2024-09-19)
|
|
379
|
-
|
|
380
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
381
|
-
|
|
382
|
-
## [23.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.3...@bitgo/account-lib@23.1.4) (2024-09-16)
|
|
383
|
-
|
|
384
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
385
|
-
|
|
386
|
-
## [23.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.2...@bitgo/account-lib@23.1.3) (2024-09-10)
|
|
387
|
-
|
|
388
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
389
|
-
|
|
390
|
-
## [23.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.1...@bitgo/account-lib@23.1.2) (2024-09-03)
|
|
391
|
-
|
|
392
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
393
|
-
|
|
394
|
-
## [23.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.1.0...@bitgo/account-lib@23.1.1) (2024-08-29)
|
|
395
|
-
|
|
396
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
397
|
-
|
|
398
|
-
# [23.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.31...@bitgo/account-lib@23.1.0) (2024-08-27)
|
|
399
|
-
|
|
400
|
-
### Features
|
|
401
|
-
|
|
402
|
-
- **sdk-coin-bera:** add bera sdk skeleton ([db64fa8](https://github.com/BitGo/BitGoJS/commit/db64fa81cd46d6c5ff6505c30173223a817e2540))
|
|
403
|
-
|
|
404
|
-
## [23.0.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.29...@bitgo/account-lib@23.0.31) (2024-08-20)
|
|
405
|
-
|
|
406
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
407
|
-
|
|
408
|
-
## [23.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.29...@bitgo/account-lib@23.0.30) (2024-08-13)
|
|
409
|
-
|
|
410
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
411
|
-
|
|
412
|
-
## [23.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.28...@bitgo/account-lib@23.0.29) (2024-08-07)
|
|
413
|
-
|
|
414
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
415
|
-
|
|
416
|
-
## [23.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.27...@bitgo/account-lib@23.0.28) (2024-07-30)
|
|
417
|
-
|
|
418
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
419
|
-
|
|
420
|
-
## [23.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.26...@bitgo/account-lib@23.0.27) (2024-07-24)
|
|
421
|
-
|
|
422
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
423
|
-
|
|
424
|
-
## [23.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.25...@bitgo/account-lib@23.0.26) (2024-07-16)
|
|
425
|
-
|
|
426
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
427
|
-
|
|
428
|
-
## [23.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.24...@bitgo/account-lib@23.0.25) (2024-07-04)
|
|
429
|
-
|
|
430
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
431
|
-
|
|
432
|
-
## [23.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.23...@bitgo/account-lib@23.0.24) (2024-07-02)
|
|
433
|
-
|
|
434
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
435
|
-
|
|
436
|
-
## [23.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.22...@bitgo/account-lib@23.0.23) (2024-06-27)
|
|
437
|
-
|
|
438
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
439
|
-
|
|
440
|
-
## [23.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.21...@bitgo/account-lib@23.0.22) (2024-06-26)
|
|
441
|
-
|
|
442
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
443
|
-
|
|
444
|
-
## [23.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.19...@bitgo/account-lib@23.0.21) (2024-06-21)
|
|
445
|
-
|
|
446
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
447
|
-
|
|
448
|
-
## [23.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.19...@bitgo/account-lib@23.0.20) (2024-06-20)
|
|
449
|
-
|
|
450
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
451
|
-
|
|
452
|
-
## [23.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.18...@bitgo/account-lib@23.0.19) (2024-06-14)
|
|
453
|
-
|
|
454
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
455
|
-
|
|
456
|
-
## [23.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.17...@bitgo/account-lib@23.0.18) (2024-06-11)
|
|
457
|
-
|
|
458
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
459
|
-
|
|
460
|
-
## [23.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.16...@bitgo/account-lib@23.0.17) (2024-06-05)
|
|
461
|
-
|
|
462
|
-
### Bug Fixes
|
|
463
|
-
|
|
464
|
-
- update `@solana/web3.js` to `1.92.1` ([830c728](https://github.com/BitGo/BitGoJS/commit/830c72800a8f319867563b689ea70edbca311391))
|
|
465
|
-
|
|
466
|
-
## [23.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.15...@bitgo/account-lib@23.0.16) (2024-05-31)
|
|
467
|
-
|
|
468
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
469
|
-
|
|
470
|
-
## [23.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.14...@bitgo/account-lib@23.0.15) (2024-05-28)
|
|
471
|
-
|
|
472
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
473
|
-
|
|
474
|
-
## [23.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.13...@bitgo/account-lib@23.0.14) (2024-05-22)
|
|
475
|
-
|
|
476
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
477
|
-
|
|
478
|
-
## [23.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.12...@bitgo/account-lib@23.0.13) (2024-05-17)
|
|
479
|
-
|
|
480
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
481
|
-
|
|
482
|
-
## [23.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.11...@bitgo/account-lib@23.0.12) (2024-05-13)
|
|
483
|
-
|
|
484
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
485
|
-
|
|
486
|
-
## [23.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.10...@bitgo/account-lib@23.0.11) (2024-05-08)
|
|
487
|
-
|
|
488
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
489
|
-
|
|
490
|
-
## [23.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.9...@bitgo/account-lib@23.0.10) (2024-05-01)
|
|
491
|
-
|
|
492
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
493
|
-
|
|
494
|
-
## [23.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.8...@bitgo/account-lib@23.0.9) (2024-04-25)
|
|
495
|
-
|
|
496
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
497
|
-
|
|
498
|
-
## [23.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.7...@bitgo/account-lib@23.0.8) (2024-04-24)
|
|
499
|
-
|
|
500
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
501
|
-
|
|
502
|
-
## [23.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.6...@bitgo/account-lib@23.0.7) (2024-04-22)
|
|
503
|
-
|
|
504
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
505
|
-
|
|
506
|
-
## [23.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.5...@bitgo/account-lib@23.0.6) (2024-04-17)
|
|
507
|
-
|
|
508
|
-
### Bug Fixes
|
|
509
|
-
|
|
510
|
-
- **sdk-coin-sol:** update `split` with latest SOL library ([85d3cc3](https://github.com/BitGo/BitGoJS/commit/85d3cc3643bb3994d13f31f603ce0df8a9ea2e4b))
|
|
511
|
-
|
|
512
|
-
## [23.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.4...@bitgo/account-lib@23.0.5) (2024-04-12)
|
|
513
|
-
|
|
514
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
515
|
-
|
|
516
|
-
## [23.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.3...@bitgo/account-lib@23.0.4) (2024-04-10)
|
|
517
|
-
|
|
518
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
519
|
-
|
|
520
|
-
## [23.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.2...@bitgo/account-lib@23.0.3) (2024-04-09)
|
|
521
|
-
|
|
522
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
523
|
-
|
|
524
|
-
## [23.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.1...@bitgo/account-lib@23.0.2) (2024-04-08)
|
|
525
|
-
|
|
526
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
527
|
-
|
|
528
|
-
## [23.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.0.0...@bitgo/account-lib@23.0.1) (2024-04-05)
|
|
529
|
-
|
|
530
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
531
|
-
|
|
532
|
-
# [23.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@22.0.4...@bitgo/account-lib@23.0.0) (2024-03-28)
|
|
533
|
-
|
|
534
|
-
### Features
|
|
535
|
-
|
|
536
|
-
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
537
|
-
|
|
538
|
-
### BREAKING CHANGES
|
|
539
|
-
|
|
540
|
-
- **root:** Node 16 is no longer supported in bitgojs.
|
|
541
|
-
TICKET: WP-1100
|
|
542
|
-
|
|
543
|
-
## [22.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@22.0.3...@bitgo/account-lib@22.0.4) (2024-03-19)
|
|
544
|
-
|
|
545
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
546
|
-
|
|
547
|
-
## [22.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@22.0.2...@bitgo/account-lib@22.0.3) (2024-03-11)
|
|
548
|
-
|
|
549
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
550
|
-
|
|
551
|
-
## [22.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@22.0.1...@bitgo/account-lib@22.0.2) (2024-02-28)
|
|
552
|
-
|
|
553
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
554
|
-
|
|
555
|
-
## [22.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@22.0.0...@bitgo/account-lib@22.0.1) (2024-02-22)
|
|
556
|
-
|
|
557
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
558
|
-
|
|
559
|
-
# [22.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@22.0.0) (2024-02-19)
|
|
560
|
-
|
|
561
|
-
### Bug Fixes
|
|
562
|
-
|
|
563
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
564
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
565
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
566
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
567
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
568
|
-
|
|
569
|
-
### Code Refactoring
|
|
570
|
-
|
|
571
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
572
|
-
|
|
573
|
-
### Features
|
|
574
|
-
|
|
575
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
576
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
577
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
578
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
579
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
580
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
581
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
582
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
583
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
584
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
585
|
-
|
|
586
|
-
### BREAKING CHANGES
|
|
587
|
-
|
|
588
|
-
- rename coin module, coin name, named exports for coreum
|
|
589
|
-
|
|
590
|
-
# [21.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@21.0.0) (2024-01-30)
|
|
591
|
-
|
|
592
|
-
### Bug Fixes
|
|
593
|
-
|
|
594
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
595
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
596
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
597
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
598
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
599
|
-
|
|
600
|
-
### Code Refactoring
|
|
601
|
-
|
|
602
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
603
|
-
|
|
604
|
-
### Features
|
|
605
|
-
|
|
606
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
607
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
608
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
609
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
610
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
611
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
612
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
613
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
614
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
615
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
616
|
-
|
|
617
|
-
### BREAKING CHANGES
|
|
618
|
-
|
|
619
|
-
- rename coin module, coin name, named exports for coreum
|
|
620
|
-
|
|
621
|
-
# [20.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@20.0.0) (2024-01-26)
|
|
622
|
-
|
|
623
|
-
### Bug Fixes
|
|
624
|
-
|
|
625
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
626
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
627
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
628
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
629
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
630
|
-
|
|
631
|
-
### Code Refactoring
|
|
632
|
-
|
|
633
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
634
|
-
|
|
635
|
-
### Features
|
|
636
|
-
|
|
637
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
638
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
639
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
640
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
641
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
642
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
643
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
644
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
645
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
646
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
647
|
-
|
|
648
|
-
### BREAKING CHANGES
|
|
649
|
-
|
|
650
|
-
- rename coin module, coin name, named exports for coreum
|
|
651
|
-
|
|
652
|
-
# [19.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@19.0.0) (2024-01-26)
|
|
653
|
-
|
|
654
|
-
### Bug Fixes
|
|
655
|
-
|
|
656
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
657
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
658
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
659
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
660
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
661
|
-
|
|
662
|
-
### Code Refactoring
|
|
663
|
-
|
|
664
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
665
|
-
|
|
666
|
-
### Features
|
|
667
|
-
|
|
668
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
669
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
670
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
671
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
672
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
673
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
674
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
675
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
676
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
677
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
678
|
-
|
|
679
|
-
### BREAKING CHANGES
|
|
680
|
-
|
|
681
|
-
- rename coin module, coin name, named exports for coreum
|
|
682
|
-
|
|
683
|
-
# [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@18.0.0) (2024-01-25)
|
|
684
|
-
|
|
685
|
-
### Bug Fixes
|
|
686
|
-
|
|
687
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
688
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
689
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
690
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
691
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
692
|
-
|
|
693
|
-
### Code Refactoring
|
|
694
|
-
|
|
695
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
696
|
-
|
|
697
|
-
### Features
|
|
698
|
-
|
|
699
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
700
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
701
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
702
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
703
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
704
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
705
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
706
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
707
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
708
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
709
|
-
|
|
710
|
-
### BREAKING CHANGES
|
|
711
|
-
|
|
712
|
-
- rename coin module, coin name, named exports for coreum
|
|
713
|
-
|
|
714
|
-
# [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@17.0.0) (2024-01-22)
|
|
715
|
-
|
|
716
|
-
### Bug Fixes
|
|
717
|
-
|
|
718
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
719
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
720
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
721
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
722
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
723
|
-
|
|
724
|
-
### Code Refactoring
|
|
725
|
-
|
|
726
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
727
|
-
|
|
728
|
-
### Features
|
|
729
|
-
|
|
730
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
731
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
732
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
733
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
734
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
735
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
736
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
737
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
738
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
739
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
740
|
-
|
|
741
|
-
### BREAKING CHANGES
|
|
742
|
-
|
|
743
|
-
- rename coin module, coin name, named exports for coreum
|
|
744
|
-
|
|
745
|
-
# [16.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@16.0.0) (2024-01-09)
|
|
746
|
-
|
|
747
|
-
### Bug Fixes
|
|
748
|
-
|
|
749
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
750
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
751
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
752
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
753
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
754
|
-
|
|
755
|
-
### Code Refactoring
|
|
756
|
-
|
|
757
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
758
|
-
|
|
759
|
-
### Features
|
|
760
|
-
|
|
761
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
762
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
763
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
764
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
765
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
766
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
767
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
768
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
769
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
770
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
771
|
-
|
|
772
|
-
### BREAKING CHANGES
|
|
773
|
-
|
|
774
|
-
- rename coin module, coin name, named exports for coreum
|
|
775
|
-
|
|
776
|
-
# [15.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@15.0.0) (2024-01-03)
|
|
777
|
-
|
|
778
|
-
### Bug Fixes
|
|
779
|
-
|
|
780
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
781
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
782
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
783
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
784
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
785
|
-
|
|
786
|
-
### Code Refactoring
|
|
787
|
-
|
|
788
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
789
|
-
|
|
790
|
-
### Features
|
|
791
|
-
|
|
792
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
793
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
794
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
795
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
796
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
797
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
798
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
799
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
800
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
801
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
802
|
-
|
|
803
|
-
### BREAKING CHANGES
|
|
804
|
-
|
|
805
|
-
- rename coin module, coin name, named exports for coreum
|
|
806
|
-
|
|
807
|
-
# [14.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@14.0.0) (2023-12-18)
|
|
808
|
-
|
|
809
|
-
### Bug Fixes
|
|
810
|
-
|
|
811
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
812
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
813
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
814
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
815
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
816
|
-
|
|
817
|
-
### Code Refactoring
|
|
818
|
-
|
|
819
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
820
|
-
|
|
821
|
-
### Features
|
|
822
|
-
|
|
823
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
824
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
825
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
826
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
827
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
828
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
829
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
830
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
831
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
832
|
-
|
|
833
|
-
### BREAKING CHANGES
|
|
834
|
-
|
|
835
|
-
- rename coin module, coin name, named exports for coreum
|
|
836
|
-
|
|
837
|
-
# [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@13.0.0) (2023-12-12)
|
|
838
|
-
|
|
839
|
-
### Bug Fixes
|
|
840
|
-
|
|
841
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
842
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
843
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
844
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
845
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
846
|
-
|
|
847
|
-
### Code Refactoring
|
|
848
|
-
|
|
849
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
850
|
-
|
|
851
|
-
### Features
|
|
852
|
-
|
|
853
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
854
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
855
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
856
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
857
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
858
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
859
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
860
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
861
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
862
|
-
|
|
863
|
-
### BREAKING CHANGES
|
|
864
|
-
|
|
865
|
-
- rename coin module, coin name, named exports for coreum
|
|
866
|
-
|
|
867
|
-
# [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@12.0.0) (2023-12-09)
|
|
868
|
-
|
|
869
|
-
### Bug Fixes
|
|
870
|
-
|
|
871
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
872
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
873
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
874
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
875
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
876
|
-
|
|
877
|
-
### Code Refactoring
|
|
878
|
-
|
|
879
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
880
|
-
|
|
881
|
-
### Features
|
|
882
|
-
|
|
883
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
884
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
885
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
886
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
887
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
888
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
889
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
890
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
891
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
892
|
-
|
|
893
|
-
### BREAKING CHANGES
|
|
894
|
-
|
|
895
|
-
- rename coin module, coin name, named exports for coreum
|
|
896
|
-
|
|
897
|
-
# [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@11.0.0) (2023-12-05)
|
|
898
|
-
|
|
899
|
-
### Bug Fixes
|
|
900
|
-
|
|
901
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
902
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
903
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
904
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
905
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
906
|
-
|
|
907
|
-
### Code Refactoring
|
|
908
|
-
|
|
909
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
910
|
-
|
|
911
|
-
### Features
|
|
912
|
-
|
|
913
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
914
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
915
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
916
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
917
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
918
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
919
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
920
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
921
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
922
|
-
|
|
923
|
-
### BREAKING CHANGES
|
|
924
|
-
|
|
925
|
-
- rename coin module, coin name, named exports for coreum
|
|
926
|
-
|
|
927
|
-
# [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@10.0.0) (2023-11-28)
|
|
928
|
-
|
|
929
|
-
### Bug Fixes
|
|
930
|
-
|
|
931
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
932
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
933
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
934
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
935
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
936
|
-
|
|
937
|
-
### Code Refactoring
|
|
938
|
-
|
|
939
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
940
|
-
|
|
941
|
-
### Features
|
|
942
|
-
|
|
943
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
944
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
945
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
946
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
947
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
948
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
949
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
950
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
951
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
952
|
-
|
|
953
|
-
### BREAKING CHANGES
|
|
954
|
-
|
|
955
|
-
- rename coin module, coin name, named exports for coreum
|
|
956
|
-
|
|
957
|
-
# [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@9.0.0) (2023-11-24)
|
|
958
|
-
|
|
959
|
-
### Bug Fixes
|
|
960
|
-
|
|
961
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
962
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
963
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
964
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
965
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
966
|
-
|
|
967
|
-
### Code Refactoring
|
|
968
|
-
|
|
969
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
970
|
-
|
|
971
|
-
### Features
|
|
972
|
-
|
|
973
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
974
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
975
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
976
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
977
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
978
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
979
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
980
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
981
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
982
|
-
|
|
983
|
-
### BREAKING CHANGES
|
|
984
|
-
|
|
985
|
-
- rename coin module, coin name, named exports for coreum
|
|
986
|
-
|
|
987
|
-
# [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@8.0.0) (2023-11-17)
|
|
988
|
-
|
|
989
|
-
### Bug Fixes
|
|
990
|
-
|
|
991
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
992
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
993
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
994
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
995
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
996
|
-
|
|
997
|
-
### Code Refactoring
|
|
998
|
-
|
|
999
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
1000
|
-
|
|
1001
|
-
### Features
|
|
1002
|
-
|
|
1003
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
1004
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
1005
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
1006
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
1007
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
1008
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
1009
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
1010
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
1011
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
1012
|
-
|
|
1013
|
-
### BREAKING CHANGES
|
|
1014
|
-
|
|
1015
|
-
- rename coin module, coin name, named exports for coreum
|
|
1016
|
-
|
|
1017
|
-
# [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@7.0.0) (2023-11-13)
|
|
1018
|
-
|
|
1019
|
-
### Bug Fixes
|
|
1020
|
-
|
|
1021
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
1022
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
1023
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1024
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1025
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
1026
|
-
|
|
1027
|
-
### Code Refactoring
|
|
1028
|
-
|
|
1029
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
1030
|
-
|
|
1031
|
-
### Features
|
|
1032
|
-
|
|
1033
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
1034
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
1035
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
1036
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
1037
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
1038
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
1039
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
1040
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
1041
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
1042
|
-
|
|
1043
|
-
### BREAKING CHANGES
|
|
1044
|
-
|
|
1045
|
-
- rename coin module, coin name, named exports for coreum
|
|
1046
|
-
|
|
1047
|
-
# [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@6.0.0) (2023-11-13)
|
|
1048
|
-
|
|
1049
|
-
### Bug Fixes
|
|
1050
|
-
|
|
1051
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
1052
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
1053
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1054
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1055
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
1056
|
-
|
|
1057
|
-
### Code Refactoring
|
|
1058
|
-
|
|
1059
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
1060
|
-
|
|
1061
|
-
### Features
|
|
1062
|
-
|
|
1063
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
1064
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
1065
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
1066
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
1067
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
1068
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
1069
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
1070
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
1071
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
1072
|
-
|
|
1073
|
-
### BREAKING CHANGES
|
|
1074
|
-
|
|
1075
|
-
- rename coin module, coin name, named exports for coreum
|
|
1076
|
-
|
|
1077
|
-
# [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@5.0.0) (2023-11-13)
|
|
1078
|
-
|
|
1079
|
-
### Bug Fixes
|
|
1080
|
-
|
|
1081
|
-
- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44))
|
|
1082
|
-
- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0))
|
|
1083
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1084
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1085
|
-
- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
|
|
1086
|
-
|
|
1087
|
-
### Code Refactoring
|
|
1088
|
-
|
|
1089
|
-
- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
|
|
1090
|
-
|
|
1091
|
-
### Features
|
|
1092
|
-
|
|
1093
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
1094
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
1095
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
1096
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
1097
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
1098
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
1099
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
1100
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
1101
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
1102
|
-
|
|
1103
|
-
### BREAKING CHANGES
|
|
1104
|
-
|
|
1105
|
-
- rename coin module, coin name, named exports for coreum
|
|
1106
|
-
|
|
1107
|
-
# [4.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.15.0) (2023-10-20)
|
|
1108
|
-
|
|
1109
|
-
### Bug Fixes
|
|
1110
|
-
|
|
1111
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1112
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1113
|
-
|
|
1114
|
-
### Features
|
|
1115
|
-
|
|
1116
|
-
- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
|
|
1117
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
1118
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
1119
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
1120
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
1121
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
1122
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
1123
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
1124
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
1125
|
-
|
|
1126
|
-
# [4.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.14.0) (2023-10-18)
|
|
1127
|
-
|
|
1128
|
-
### Bug Fixes
|
|
1129
|
-
|
|
1130
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1131
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1132
|
-
|
|
1133
|
-
### Features
|
|
1134
|
-
|
|
1135
|
-
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
1136
|
-
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
|
|
1137
|
-
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
1138
|
-
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
|
|
1139
|
-
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
|
|
1140
|
-
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
|
|
1141
|
-
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
|
|
1142
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
1143
|
-
|
|
1144
|
-
# [4.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.13.0) (2023-09-25)
|
|
1145
|
-
|
|
1146
|
-
### Bug Fixes
|
|
1147
|
-
|
|
1148
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1149
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1150
|
-
|
|
1151
|
-
### Features
|
|
1152
|
-
|
|
1153
|
-
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
|
|
1154
|
-
|
|
1155
|
-
## [4.12.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.10...@bitgo/account-lib@4.12.11) (2023-09-11)
|
|
1156
|
-
|
|
1157
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1158
|
-
|
|
1159
|
-
## [4.12.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.10) (2023-09-09)
|
|
1160
|
-
|
|
1161
|
-
### Bug Fixes
|
|
1162
|
-
|
|
1163
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1164
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1165
|
-
|
|
1166
|
-
## [4.12.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.9) (2023-09-09)
|
|
1167
|
-
|
|
1168
|
-
### Bug Fixes
|
|
1169
|
-
|
|
1170
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1171
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1172
|
-
|
|
1173
|
-
## [4.12.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.8) (2023-09-07)
|
|
1174
|
-
|
|
1175
|
-
### Bug Fixes
|
|
1176
|
-
|
|
1177
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1178
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1179
|
-
|
|
1180
|
-
## [4.12.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.7) (2023-09-05)
|
|
1181
|
-
|
|
1182
|
-
### Bug Fixes
|
|
1183
|
-
|
|
1184
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1185
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1186
|
-
|
|
1187
|
-
## [4.12.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.6) (2023-09-01)
|
|
1188
|
-
|
|
1189
|
-
### Bug Fixes
|
|
1190
|
-
|
|
1191
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
1192
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1193
|
-
|
|
1194
|
-
## [4.12.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.5) (2023-08-29)
|
|
1195
|
-
|
|
1196
|
-
### Bug Fixes
|
|
1197
|
-
|
|
1198
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1199
|
-
|
|
1200
|
-
## [4.12.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.4) (2023-08-25)
|
|
1201
|
-
|
|
1202
|
-
### Bug Fixes
|
|
1203
|
-
|
|
1204
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1205
|
-
|
|
1206
|
-
## [4.12.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.3) (2023-08-24)
|
|
1207
|
-
|
|
1208
|
-
### Bug Fixes
|
|
1209
|
-
|
|
1210
|
-
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
|
|
1211
|
-
|
|
1212
|
-
## [4.12.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.2) (2023-08-16)
|
|
1213
|
-
|
|
1214
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1215
|
-
|
|
1216
|
-
## [4.12.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.12.1) (2023-08-16)
|
|
1217
|
-
|
|
1218
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1219
|
-
|
|
1220
|
-
# [4.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.10.0...@bitgo/account-lib@4.12.0) (2023-08-04)
|
|
1221
|
-
|
|
1222
|
-
### Features
|
|
1223
|
-
|
|
1224
|
-
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
1225
|
-
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
1226
|
-
- **sdk-coin-zeta:** zeta sdk init along with testcases ([b92d793](https://github.com/BitGo/BitGoJS/commit/b92d793a59ee1116e8f202b0f97c6720f6a76ab5))
|
|
1227
|
-
|
|
1228
|
-
# [4.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.10.0...@bitgo/account-lib@4.11.0) (2023-07-28)
|
|
1229
|
-
|
|
1230
|
-
### Features
|
|
1231
|
-
|
|
1232
|
-
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
1233
|
-
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
1234
|
-
- **sdk-coin-zeta:** zeta sdk init along with testcases ([b92d793](https://github.com/BitGo/BitGoJS/commit/b92d793a59ee1116e8f202b0f97c6720f6a76ab5))
|
|
1235
|
-
|
|
1236
|
-
# [4.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.9.0...@bitgo/account-lib@4.10.0) (2023-07-18)
|
|
1237
|
-
|
|
1238
|
-
### Features
|
|
1239
|
-
|
|
1240
|
-
- **sdk-coin-injective:** injective sdk init along with testcases ([5064a10](https://github.com/BitGo/BitGoJS/commit/5064a10b4c36addf904b0d3772e3592224f05250))
|
|
1241
|
-
- **sdk-coin-injective:** injective sdk init along with testcases ([3cf36cc](https://github.com/BitGo/BitGoJS/commit/3cf36cc94eee7439109516e344c6d278443ff019))
|
|
1242
|
-
|
|
1243
|
-
### Reverts
|
|
1244
|
-
|
|
1245
|
-
- Revert "chore(sdk-coin-bnb): create new bnb module" ([e998a04](https://github.com/BitGo/BitGoJS/commit/e998a04de3df1069a7cc59a7f6d9fc7ca7f515d0))
|
|
1246
|
-
|
|
1247
|
-
# [4.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.8.1...@bitgo/account-lib@4.9.0) (2023-06-21)
|
|
1248
|
-
|
|
1249
|
-
### Features
|
|
1250
|
-
|
|
1251
|
-
- **sdk-coin-bld:** agoric sdk along with testcases ([ed60702](https://github.com/BitGo/BitGoJS/commit/ed607029abc9f85babbe05475248b2d2718cf667))
|
|
1252
|
-
- **sdk-coin-hash:** provenance sdk init along with testcases ([3862212](https://github.com/BitGo/BitGoJS/commit/38622127b29558aaefa6a135a284a727f94a057b))
|
|
1253
|
-
- **sdk-coin-sei:** sei sdk init along with testcases ([d7fac3f](https://github.com/BitGo/BitGoJS/commit/d7fac3f17ca99535a9d0aa81acd6d1d84bf5d54d))
|
|
1254
|
-
|
|
1255
|
-
## [4.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.8.0...@bitgo/account-lib@4.8.1) (2023-06-14)
|
|
1256
|
-
|
|
1257
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1258
|
-
|
|
1259
|
-
# [4.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.7.1...@bitgo/account-lib@4.8.0) (2023-06-13)
|
|
1260
|
-
|
|
1261
|
-
### Features
|
|
1262
|
-
|
|
1263
|
-
- **abstract-cosmos:** sdk abstract-cosmos and sdk osmo refactored ([d1bb5f6](https://github.com/BitGo/BitGoJS/commit/d1bb5f614533b1cc119b434510539673061d2c2a))
|
|
1264
|
-
- **account-lib:** add osmo ([4e4d69b](https://github.com/BitGo/BitGoJS/commit/4e4d69b77923aaae9f91e4c98d60c050259d9712))
|
|
1265
|
-
- **account-lib:** add osmo ([d8eeaa4](https://github.com/BitGo/BitGoJS/commit/d8eeaa43db3204f8b1591186e1978f853710af50))
|
|
1266
|
-
- **sdk-coin-tia:** celestia sdk along with testcases ([1d104e0](https://github.com/BitGo/BitGoJS/commit/1d104e0d0ac0c813d16cd6da759b1a904bab4641))
|
|
1267
|
-
- **sdk-core:** make paillier proofs mandatory ([4c62dd8](https://github.com/BitGo/BitGoJS/commit/4c62dd8bae41b0a66a4aa840c16f2cdf5abc9997))
|
|
1268
|
-
|
|
1269
|
-
## [4.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.7.0...@bitgo/account-lib@4.7.1) (2023-06-07)
|
|
1270
|
-
|
|
1271
|
-
### Bug Fixes
|
|
1272
|
-
|
|
1273
|
-
- **sdk-coin-trx:** os agnostic commands ([6a740f2](https://github.com/BitGo/BitGoJS/commit/6a740f22ac8e79bdadbe28ee14a8a62cb554bd65))
|
|
1274
|
-
|
|
1275
|
-
# [4.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.6.0...@bitgo/account-lib@4.7.0) (2023-06-05)
|
|
1276
|
-
|
|
1277
|
-
### Bug Fixes
|
|
1278
|
-
|
|
1279
|
-
- **sdk-lib-mpc:** pallier -> paillier ([9d0a12d](https://github.com/BitGo/BitGoJS/commit/9d0a12dd1d2e1d6e3107f62e2757263fb2fd258e))
|
|
1280
|
-
|
|
1281
|
-
### Features
|
|
1282
|
-
|
|
1283
|
-
- **root:** add optional paillier proof plumbing ([18093bf](https://github.com/BitGo/BitGoJS/commit/18093bfc370745130958075349814d493d5a8c72))
|
|
1284
|
-
- **sdk-core:** refactor signConvert to steps ([94e2cae](https://github.com/BitGo/BitGoJS/commit/94e2cae6e1292a4e9684c3c2ab7141221137d52e))
|
|
1285
|
-
- **sdk-core:** simplify mpc.appendChallenge ([67bee8f](https://github.com/BitGo/BitGoJS/commit/67bee8f1b4f37cd12d6d14ea4d51ddcfde679563))
|
|
1286
|
-
- **sdk-lib-mpc:** make rangeProof challenges mandatory for appendChallenge ([1f68b30](https://github.com/BitGo/BitGoJS/commit/1f68b30676966720cb1a42c039e35d3ddeea4974))
|
|
1287
|
-
|
|
1288
|
-
# [4.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.3...@bitgo/account-lib@4.6.0) (2023-05-25)
|
|
1289
|
-
|
|
1290
|
-
### Features
|
|
1291
|
-
|
|
1292
|
-
- **root:** implement eddsa signing with commitment ([d67ac81](https://github.com/BitGo/BitGoJS/commit/d67ac81f5b77451de1e03eba3c93a9b0e11e7b7c))
|
|
1293
|
-
|
|
1294
|
-
## [4.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.2...@bitgo/account-lib@4.5.3) (2023-05-17)
|
|
1295
|
-
|
|
1296
|
-
### Bug Fixes
|
|
1297
|
-
|
|
1298
|
-
- **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)
|
|
1299
|
-
|
|
1300
|
-
## [4.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.1...@bitgo/account-lib@4.5.2) (2023-05-10)
|
|
1301
|
-
|
|
1302
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1303
|
-
|
|
1304
|
-
## [4.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.0...@bitgo/account-lib@4.5.1) (2023-05-03)
|
|
1305
|
-
|
|
1306
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1307
|
-
|
|
1308
|
-
# [4.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.4.3...@bitgo/account-lib@4.5.0) (2023-04-25)
|
|
1309
|
-
|
|
1310
|
-
### Features
|
|
1311
|
-
|
|
1312
|
-
- **sdk-core:** update ecdsa signing to use enterprise challenge ([c626f00](https://github.com/BitGo/BitGoJS/commit/c626f00e141db2ef4147b3e0c4badf1776729465))
|
|
1313
|
-
|
|
1314
|
-
## [4.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.4.2...@bitgo/account-lib@4.4.3) (2023-04-20)
|
|
1315
|
-
|
|
1316
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1317
|
-
|
|
1318
|
-
## [4.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.4.1...@bitgo/account-lib@4.4.2) (2023-04-13)
|
|
1319
|
-
|
|
1320
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1321
|
-
|
|
1322
|
-
## [4.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.4.0...@bitgo/account-lib@4.4.1) (2023-02-17)
|
|
1323
|
-
|
|
1324
|
-
### Bug Fixes
|
|
1325
|
-
|
|
1326
|
-
- polygon recovery with range proof ([19317f7](https://github.com/BitGo/BitGoJS/commit/19317f709354e61b3e4947870049e99f85556029))
|
|
1327
|
-
|
|
1328
|
-
# [4.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.2.2...@bitgo/account-lib@4.4.0) (2023-02-16)
|
|
1329
|
-
|
|
1330
|
-
### Bug Fixes
|
|
1331
|
-
|
|
1332
|
-
- **account-lib:** modify ECDSA keyShare to use bip32 lib ([9ce8f23](https://github.com/BitGo/BitGoJS/commit/9ce8f2330307e884cec99900433a7085c82e2b3c))
|
|
1333
|
-
|
|
1334
|
-
### Features
|
|
1335
|
-
|
|
1336
|
-
- **account-lib:** make rangeproof stuff async ([380f288](https://github.com/BitGo/BitGoJS/commit/380f288e9cc5f6e98834e118bad65787e836c5a2))
|
|
1337
|
-
- **sdk-coin-atom:** add atom to account-lib ([9786381](https://github.com/BitGo/BitGoJS/commit/97863817f2e1dd29043482ea10ea408f266526bc))
|
|
1338
|
-
|
|
1339
|
-
# [4.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.2.2...@bitgo/account-lib@4.3.0) (2023-02-08)
|
|
1340
|
-
|
|
1341
|
-
### Features
|
|
1342
|
-
|
|
1343
|
-
- **account-lib:** make rangeproof stuff async ([380f288](https://github.com/BitGo/BitGoJS/commit/380f288e9cc5f6e98834e118bad65787e836c5a2))
|
|
1344
|
-
- **sdk-coin-atom:** add atom to account-lib ([9786381](https://github.com/BitGo/BitGoJS/commit/97863817f2e1dd29043482ea10ea408f266526bc))
|
|
1345
|
-
|
|
1346
|
-
## [4.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.2.2...@bitgo/account-lib@4.2.3) (2023-01-30)
|
|
1347
|
-
|
|
1348
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1349
|
-
|
|
1350
|
-
## [4.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.2.1...@bitgo/account-lib@4.2.2) (2023-01-25)
|
|
1351
|
-
|
|
1352
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1353
|
-
|
|
1354
|
-
## [4.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.2.0...@bitgo/account-lib@4.2.1) (2022-12-23)
|
|
1355
|
-
|
|
1356
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1357
|
-
|
|
1358
|
-
# [4.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.1.2...@bitgo/account-lib@4.2.0) (2022-12-20)
|
|
1359
|
-
|
|
1360
|
-
### Features
|
|
1361
|
-
|
|
1362
|
-
- **sdk-core:** derive unhardened method for ecdsa ([4684bff](https://github.com/BitGo/BitGoJS/commit/4684bff6cfaf7071f3b454327afe4067d65318c9))
|
|
1363
|
-
|
|
1364
|
-
## [4.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.1.1...@bitgo/account-lib@4.1.2) (2022-12-09)
|
|
1365
|
-
|
|
1366
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1367
|
-
|
|
1368
|
-
## [4.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.1.0...@bitgo/account-lib@4.1.1) (2022-12-06)
|
|
1369
|
-
|
|
1370
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1371
|
-
|
|
1372
|
-
# [4.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.0.0...@bitgo/account-lib@4.1.0) (2022-12-01)
|
|
1373
|
-
|
|
1374
|
-
### Features
|
|
1375
|
-
|
|
1376
|
-
- **sdk-core:** add keyDerive to ECDSA TSS implementation ([9ff1d89](https://github.com/BitGo/BitGoJS/commit/9ff1d89ba0e42d53640f0fe7b71c53d1a2eb4a10))
|
|
1377
|
-
|
|
1378
|
-
# [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.23.0...@bitgo/account-lib@4.0.0) (2022-11-29)
|
|
1379
|
-
|
|
1380
|
-
### Features
|
|
1381
|
-
|
|
1382
|
-
- **sdk-coin-sui:** added sui to account-lib ([e4a21fc](https://github.com/BitGo/BitGoJS/commit/e4a21fc2895ef66508fbc231dc11baf24ae4cf5a))
|
|
1383
|
-
- **sdk-core:** add VSS share generation and verification ([619f254](https://github.com/BitGo/BitGoJS/commit/619f2542f9c44f8468460864f78b975a2ccb7b7f))
|
|
1384
|
-
|
|
1385
|
-
### BREAKING CHANGES
|
|
1386
|
-
|
|
1387
|
-
- **sdk-core:** Key shares require a `v` value for combination.
|
|
1388
|
-
ISSUE: BG-57633
|
|
1389
|
-
|
|
1390
|
-
# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.23.0...@bitgo/account-lib@3.0.0) (2022-11-04)
|
|
1391
|
-
|
|
1392
|
-
### Features
|
|
1393
|
-
|
|
1394
|
-
- **sdk-coin-sui:** added sui to account-lib ([e4a21fc](https://github.com/BitGo/BitGoJS/commit/e4a21fc2895ef66508fbc231dc11baf24ae4cf5a))
|
|
1395
|
-
- **sdk-core:** add VSS share generation and verification ([619f254](https://github.com/BitGo/BitGoJS/commit/619f2542f9c44f8468460864f78b975a2ccb7b7f))
|
|
1396
|
-
|
|
1397
|
-
### BREAKING CHANGES
|
|
1398
|
-
|
|
1399
|
-
- **sdk-core:** Key shares require a `v` value for combination.
|
|
1400
|
-
ISSUE: BG-57633
|
|
1401
|
-
|
|
1402
|
-
# [2.24.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.23.0...@bitgo/account-lib@2.24.0) (2022-10-27)
|
|
1403
|
-
|
|
1404
|
-
### Features
|
|
1405
|
-
|
|
1406
|
-
- **sdk-coin-sui:** added sui to account-lib ([e4a21fc](https://github.com/BitGo/BitGoJS/commit/e4a21fc2895ef66508fbc231dc11baf24ae4cf5a))
|
|
1407
|
-
|
|
1408
|
-
## [2.23.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.23.0...@bitgo/account-lib@2.23.1) (2022-10-25)
|
|
1409
|
-
|
|
1410
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1411
|
-
|
|
1412
|
-
# [2.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.38...@bitgo/account-lib@2.23.0) (2022-10-18)
|
|
1413
|
-
|
|
1414
|
-
### Bug Fixes
|
|
1415
|
-
|
|
1416
|
-
- **account-lib:** fix EDDSA MPC key validation for small number keys ([f9f7407](https://github.com/BitGo/BitGoJS/commit/f9f740721a91f8351df40b3b4d89f2c393acd7cf))
|
|
1417
|
-
- **account-lib:** shamir secret indices validity ([4e22783](https://github.com/BitGo/BitGoJS/commit/4e227839d5c1fb84a583f17d8754b46324f4eef9))
|
|
1418
|
-
- **sdk-coin-eth:** fixes to the sign and verify functions for eth tss ([ce79269](https://github.com/BitGo/BitGoJS/commit/ce7926985886cfd48a174df4ea1341e1ec388f8b))
|
|
1419
|
-
- **sdk-core:** ecdsa send signing bitgo's n share u ([1cb1e93](https://github.com/BitGo/BitGoJS/commit/1cb1e933c692f454de538b3b189ef2feb1b39475))
|
|
1420
|
-
|
|
1421
|
-
### Features
|
|
1422
|
-
|
|
1423
|
-
- **account-lib:** add option to pass in custom seed ecdsa ([86b205e](https://github.com/BitGo/BitGoJS/commit/86b205e342ca5610ce460877a64f4733f944bf6e))
|
|
1424
|
-
- **account-lib:** add support for additional hash algorithms ([4e2aefe](https://github.com/BitGo/BitGoJS/commit/4e2aefe8bb7754f891e5f9919f591ad1cc04b34d))
|
|
1425
|
-
- **account-lib:** custom salt shamir share ([fa34652](https://github.com/BitGo/BitGoJS/commit/fa346529b5dc9897b6bbf6fb4a05ac77f2f05b2d))
|
|
1426
|
-
- **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f))
|
|
1427
|
-
- **sdk-core:** add recid to fully constructed signature ([a8adcd9](https://github.com/BitGo/BitGoJS/commit/a8adcd9c3f452f1dfc85454668c19103cec7160d))
|
|
1428
|
-
- **sdk-core:** implement signing flow ecdsa ([68aa561](https://github.com/BitGo/BitGoJS/commit/68aa561193fe0574bd7b7080bb51d1d795cf31f9))
|
|
1429
|
-
|
|
1430
|
-
### BREAKING CHANGES
|
|
1431
|
-
|
|
1432
|
-
- **sdk-core:** The SShare type's `r` field is now `R` (33 bytes encoded as 66 hex characters).
|
|
1433
|
-
ISSUE: BG-56664
|
|
1434
|
-
|
|
1435
|
-
# [2.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.38...@bitgo/account-lib@2.20.0) (2022-07-19)
|
|
1436
|
-
|
|
1437
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1438
|
-
|
|
1439
|
-
# [2.20.0-rc.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.36...@bitgo/account-lib@2.20.0-rc.38) (2022-07-19)
|
|
1440
|
-
|
|
1441
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1442
|
-
|
|
1443
|
-
# [2.20.0-rc.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.36...@bitgo/account-lib@2.20.0-rc.37) (2022-07-18)
|
|
1444
|
-
|
|
1445
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1446
|
-
|
|
1447
|
-
# [2.20.0-rc.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.35...@bitgo/account-lib@2.20.0-rc.36) (2022-07-15)
|
|
1448
|
-
|
|
1449
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1450
|
-
|
|
1451
|
-
# [2.20.0-rc.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.33...@bitgo/account-lib@2.20.0-rc.35) (2022-07-15)
|
|
1452
|
-
|
|
1453
|
-
### Bug Fixes
|
|
1454
|
-
|
|
1455
|
-
- **account-lib:** fix proper format for compressed hex points ([3882452](https://github.com/BitGo/BitGoJS/commit/38824529efbbb2481e951236960833637e6cf5c5))
|
|
1456
|
-
|
|
1457
|
-
# [2.20.0-rc.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.33...@bitgo/account-lib@2.20.0-rc.34) (2022-07-14)
|
|
1458
|
-
|
|
1459
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1460
|
-
|
|
1461
|
-
# [2.20.0-rc.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.31...@bitgo/account-lib@2.20.0-rc.32) (2022-07-12)
|
|
1462
|
-
|
|
1463
|
-
### Features
|
|
1464
|
-
|
|
1465
|
-
- **account-lib:** update hbar txData and explainTx to support diff instructions ([b604de6](https://github.com/BitGo/BitGoJS/commit/b604de6dad4d31cb83a673257e0c88a6c5934242))
|
|
1466
|
-
|
|
1467
|
-
# [2.20.0-rc.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.30...@bitgo/account-lib@2.20.0-rc.31) (2022-07-11)
|
|
1468
|
-
|
|
1469
|
-
### Bug Fixes
|
|
1470
|
-
|
|
1471
|
-
- sol ata init transactions ([c8ff4b9](https://github.com/BitGo/BitGoJS/commit/c8ff4b9174746ccbb664509e47a7bacce6a6b882))
|
|
1472
|
-
- update invalid files for depcheck ([6aae9aa](https://github.com/BitGo/BitGoJS/commit/6aae9aaf1cb70d65a75fa6d208eaa26d371443a6))
|
|
1473
|
-
|
|
1474
|
-
### Features
|
|
1475
|
-
|
|
1476
|
-
- **sdk-coin-stx:** refactor stx to its own module ([80866b4](https://github.com/BitGo/BitGoJS/commit/80866b4161349efa513f801c0830029e5d5f36a3))
|
|
1477
|
-
- **sdk-coin-xtz:** refactor xtz to its own module ([241f580](https://github.com/BitGo/BitGoJS/commit/241f580c6711a186e36b11ec4ac3452b874bcacb))
|
|
1478
|
-
|
|
1479
|
-
# [2.20.0-rc.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.29...@bitgo/account-lib@2.20.0-rc.30) (2022-07-07)
|
|
1480
|
-
|
|
1481
|
-
### Bug Fixes
|
|
1482
|
-
|
|
1483
|
-
- **sdk-core:** make hex representation consistent ([ba493e9](https://github.com/BitGo/BitGoJS/commit/ba493e9a7d286197790c4d7e878aca83cf61d2fa))
|
|
1484
|
-
|
|
1485
|
-
### Features
|
|
1486
|
-
|
|
1487
|
-
- **account-lib:** hbar token transfer builder and serialization ([0bc7287](https://github.com/BitGo/BitGoJS/commit/0bc72870b02a29e67df134022bde2c3750107a9b))
|
|
1488
|
-
- **account-lib:** token associate transaction builder for hedera accounts ([417c720](https://github.com/BitGo/BitGoJS/commit/417c7201b55c1fc546d52d5fd4daaf9390a3c480))
|
|
1489
|
-
|
|
1490
|
-
# [2.20.0-rc.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.28...@bitgo/account-lib@2.20.0-rc.29) (2022-07-05)
|
|
1491
|
-
|
|
1492
|
-
### Bug Fixes
|
|
1493
|
-
|
|
1494
|
-
- **account-lib:** upgrading celo contractkit to v2 ([fe267aa](https://github.com/BitGo/BitGoJS/commit/fe267aa66e75bc38dad0426c1392dc5472ed7eae))
|
|
1495
|
-
|
|
1496
|
-
# [2.20.0-rc.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.27...@bitgo/account-lib@2.20.0-rc.28) (2022-07-01)
|
|
1497
|
-
|
|
1498
|
-
### Bug Fixes
|
|
1499
|
-
|
|
1500
|
-
- **sdk-core:** fix ecdsa signing timeouts ([8ecd859](https://github.com/BitGo/BitGoJS/commit/8ecd859019effd29e0c25601110139cbe6eb8668))
|
|
1501
|
-
|
|
1502
|
-
### Features
|
|
1503
|
-
|
|
1504
|
-
- **sdk-coin-avaxp:** add into accountLib umbrella ([9f0914d](https://github.com/BitGo/BitGoJS/commit/9f0914d6c3473f77e74c6b56345c3470a5cbb16c))
|
|
1505
|
-
|
|
1506
|
-
# [2.20.0-rc.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.26...@bitgo/account-lib@2.20.0-rc.27) (2022-06-30)
|
|
1507
|
-
|
|
1508
|
-
### Bug Fixes
|
|
1509
|
-
|
|
1510
|
-
- **account-lib:** fix ecdsa tests timeout issues ([12c86b2](https://github.com/BitGo/BitGoJS/commit/12c86b2dcbc24331ad47668829ec9f8eb131861f))
|
|
1511
|
-
|
|
1512
|
-
# [2.20.0-rc.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.25...@bitgo/account-lib@2.20.0-rc.26) (2022-06-30)
|
|
1513
|
-
|
|
1514
|
-
### Bug Fixes
|
|
1515
|
-
|
|
1516
|
-
- use correct address encoding when decoding polkadot txn ([99d4bdc](https://github.com/BitGo/BitGoJS/commit/99d4bdc237fcf126238455f7201ae51696e77566))
|
|
1517
|
-
|
|
1518
|
-
# [2.20.0-rc.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.23...@bitgo/account-lib@2.20.0-rc.25) (2022-06-29)
|
|
1519
|
-
|
|
1520
|
-
### Features
|
|
1521
|
-
|
|
1522
|
-
- **account-lib:** add support for ecdsa sigining and verification tss ([8600501](https://github.com/BitGo/BitGoJS/commit/8600501320f09df21d63f9c01341844cb9a01fe1))
|
|
1523
|
-
- **account-lib:** sol create ata for diff owner ([6b5e3a8](https://github.com/BitGo/BitGoJS/commit/6b5e3a8323fc9d8e242eebc0b3814042cb24cb7c))
|
|
1524
|
-
|
|
1525
|
-
# [2.20.0-rc.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.23...@bitgo/account-lib@2.20.0-rc.24) (2022-06-29)
|
|
1526
|
-
|
|
1527
|
-
### Features
|
|
1528
|
-
|
|
1529
|
-
- **account-lib:** add support for ecdsa sigining and verification tss ([8600501](https://github.com/BitGo/BitGoJS/commit/8600501320f09df21d63f9c01341844cb9a01fe1))
|
|
1530
|
-
- **account-lib:** sol create ata for diff owner ([6b5e3a8](https://github.com/BitGo/BitGoJS/commit/6b5e3a8323fc9d8e242eebc0b3814042cb24cb7c))
|
|
1531
|
-
|
|
1532
|
-
# [2.20.0-rc.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.22...@bitgo/account-lib@2.20.0-rc.23) (2022-06-27)
|
|
1533
|
-
|
|
1534
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1535
|
-
|
|
1536
|
-
# [2.20.0-rc.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.21...@bitgo/account-lib@2.20.0-rc.22) (2022-06-23)
|
|
1537
|
-
|
|
1538
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1539
|
-
|
|
1540
|
-
# [2.20.0-rc.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.20...@bitgo/account-lib@2.20.0-rc.21) (2022-06-22)
|
|
1541
|
-
|
|
1542
|
-
### Bug Fixes
|
|
1543
|
-
|
|
1544
|
-
- **account-lib:** fix chaincode to use correct modulo ([33db7a3](https://github.com/BitGo/BitGoJS/commit/33db7a3446d3d4b2d9d21ee5d88d3d6ff19e4ed0))
|
|
1545
|
-
- add dependency check to fix current and future dependency resolutions ([3074335](https://github.com/BitGo/BitGoJS/commit/30743356cff4ebb6d9e185f1a493b187614a1ea9))
|
|
1546
|
-
|
|
1547
|
-
# [2.20.0-rc.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.19...@bitgo/account-lib@2.20.0-rc.20) (2022-06-21)
|
|
1548
|
-
|
|
1549
|
-
### Bug Fixes
|
|
1550
|
-
|
|
1551
|
-
- **account-lib:** change etheremjs-utils-old alias ([a692047](https://github.com/BitGo/BitGoJS/commit/a69204787e9815d0f53ff44c781039e1b5ebc378))
|
|
1552
|
-
|
|
1553
|
-
# [2.20.0-rc.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.18...@bitgo/account-lib@2.20.0-rc.19) (2022-06-16)
|
|
1554
|
-
|
|
1555
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1556
|
-
|
|
1557
|
-
# [2.20.0-rc.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.17...@bitgo/account-lib@2.20.0-rc.18) (2022-06-14)
|
|
1558
|
-
|
|
1559
|
-
### Features
|
|
1560
|
-
|
|
1561
|
-
- tss - support user supplied entropy during signing ([29a0bea](https://github.com/BitGo/BitGoJS/commit/29a0bea4208f96c03c3aaac01069ca70c665b985))
|
|
1562
|
-
|
|
1563
|
-
# [2.20.0-rc.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.16...@bitgo/account-lib@2.20.0-rc.17) (2022-06-14)
|
|
1564
|
-
|
|
1565
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1566
|
-
|
|
1567
|
-
# [2.20.0-rc.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.15...@bitgo/account-lib@2.20.0-rc.16) (2022-06-13)
|
|
1568
|
-
|
|
1569
|
-
### Bug Fixes
|
|
1570
|
-
|
|
1571
|
-
- allow string and large values for csp transferId ([922915d](https://github.com/BitGo/BitGoJS/commit/922915d1406b5141a2dee8dc67be5c5f44edc34e))
|
|
1572
|
-
|
|
1573
|
-
# [2.20.0-rc.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.14...@bitgo/account-lib@2.20.0-rc.15) (2022-06-10)
|
|
1574
|
-
|
|
1575
|
-
### Features
|
|
1576
|
-
|
|
1577
|
-
- **account-lib:** add support for chaincode for key derivation in ecdsa ([e8c9faf](https://github.com/BitGo/BitGoJS/commit/e8c9faf5cce270bf36d01a2012941004a06556b2))
|
|
1578
|
-
- **account-lib:** add support for point multiplication in secp256k1 curve ([e8e00ab](https://github.com/BitGo/BitGoJS/commit/e8e00ab7ed935353ecaa88e865ba7f0348f40b69))
|
|
1579
|
-
|
|
1580
|
-
# [2.20.0-rc.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.13...@bitgo/account-lib@2.20.0-rc.14) (2022-06-07)
|
|
1581
|
-
|
|
1582
|
-
### Bug Fixes
|
|
1583
|
-
|
|
1584
|
-
- **sdk-core:** add paillier bigint dep ([a8cd71e](https://github.com/BitGo/BitGoJS/commit/a8cd71ea6b7ee9db98b4b004fb1661995dd94916))
|
|
1585
|
-
- **statics:** fix tsol token decimal ([3b66d7e](https://github.com/BitGo/BitGoJS/commit/3b66d7e5fa5277d63eb810b1c7b70607ce9ce663))
|
|
1586
|
-
|
|
1587
|
-
# [2.20.0-rc.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.12...@bitgo/account-lib@2.20.0-rc.13) (2022-06-07)
|
|
1588
|
-
|
|
1589
|
-
### Features
|
|
1590
|
-
|
|
1591
|
-
- **account-lib:** add support for ecdsa keyshare generation tss ([c71bc34](https://github.com/BitGo/BitGoJS/commit/c71bc3437af7f5bdf0d1ef19d53b05a4a232ffe4))
|
|
1592
|
-
- implement polygon util method, core skeleton ([562855a](https://github.com/BitGo/BitGoJS/commit/562855afea41458f9569c90914619a6d515b92c0))
|
|
1593
|
-
|
|
1594
|
-
# [2.20.0-rc.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.11...@bitgo/account-lib@2.20.0-rc.12) (2022-06-02)
|
|
1595
|
-
|
|
1596
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1597
|
-
|
|
1598
|
-
# [2.20.0-rc.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.10...@bitgo/account-lib@2.20.0-rc.11) (2022-06-02)
|
|
1599
|
-
|
|
1600
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1601
|
-
|
|
1602
|
-
# [2.20.0-rc.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.9...@bitgo/account-lib@2.20.0-rc.10) (2022-06-01)
|
|
1603
|
-
|
|
1604
|
-
### Features
|
|
1605
|
-
|
|
1606
|
-
- **account-lib:** add tests to verify self stacking STX tx builder ([88c6dd1](https://github.com/BitGo/BitGoJS/commit/88c6dd1962c8eb97e56ae7b8ba87b2cbb2446a9e))
|
|
1607
|
-
- **account-lib:** fix is valid account id ([b14f7d1](https://github.com/BitGo/BitGoJS/commit/b14f7d136441437ca4ae9bb7dcf14c283eabbcc7))
|
|
1608
|
-
|
|
1609
|
-
# [2.20.0-rc.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.8...@bitgo/account-lib@2.20.0-rc.9) (2022-05-23)
|
|
1610
|
-
|
|
1611
|
-
### Features
|
|
1612
|
-
|
|
1613
|
-
- **account-lib:** add support for secp256k1 curve ([7467f8c](https://github.com/BitGo/BitGoJS/commit/7467f8c1203d72247fa8a41d83088616229f6301))
|
|
1614
|
-
|
|
1615
|
-
# [2.20.0-rc.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.7...@bitgo/account-lib@2.20.0-rc.8) (2022-05-19)
|
|
1616
|
-
|
|
1617
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1618
|
-
|
|
1619
|
-
# [2.20.0-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.6...@bitgo/account-lib@2.20.0-rc.7) (2022-05-17)
|
|
1620
|
-
|
|
1621
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1622
|
-
|
|
1623
|
-
# [2.20.0-rc.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.5...@bitgo/account-lib@2.20.0-rc.6) (2022-05-16)
|
|
1624
|
-
|
|
1625
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1626
|
-
|
|
1627
|
-
# [2.20.0-rc.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.4...@bitgo/account-lib@2.20.0-rc.5) (2022-05-13)
|
|
1628
|
-
|
|
1629
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1630
|
-
|
|
1631
|
-
# [2.20.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.3...@bitgo/account-lib@2.20.0-rc.4) (2022-05-13)
|
|
1632
|
-
|
|
1633
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1634
|
-
|
|
1635
|
-
# [2.20.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.2...@bitgo/account-lib@2.20.0-rc.3) (2022-05-12)
|
|
1636
|
-
|
|
1637
|
-
### Features
|
|
1638
|
-
|
|
1639
|
-
- **account-lib:** added missing exports for Near staking related builders ([4e4ea86](https://github.com/BitGo/BitGoJS/commit/4e4ea86c8e31453011cd6331485b536261fed676))
|
|
1640
|
-
|
|
1641
|
-
# [2.20.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.0...@bitgo/account-lib@2.20.0-rc.1) (2022-05-06)
|
|
1642
|
-
|
|
1643
|
-
### Features
|
|
1644
|
-
|
|
1645
|
-
- **bitgo:** add verify transaction in core for Near ([1fc0f7b](https://github.com/BitGo/BitGoJS/commit/1fc0f7bf0c5beb48d241357e716e26d4ccf85afa))
|
|
1646
|
-
|
|
1647
|
-
# [2.19.0-rc.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.19.0...@bitgo/account-lib@2.19.0-rc.33) (2022-05-04)
|
|
1648
|
-
|
|
1649
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1650
|
-
|
|
1651
|
-
# [2.19.0-rc.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.19.0-rc.30...@bitgo/account-lib@2.19.0-rc.31) (2022-04-19)
|
|
1652
|
-
|
|
1653
|
-
### Features
|
|
1654
|
-
|
|
1655
|
-
- **account-lib:** support creating TSS keyshares with seed ([6716720](https://github.com/BitGo/BitGoJS/commit/6716720705087d31bddc978b4c89ad0bf1a494bd))
|
|
1656
|
-
|
|
1657
|
-
# [2.19.0-rc.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.19.0-rc.29...@bitgo/account-lib@2.19.0-rc.30) (2022-04-19)
|
|
1658
|
-
|
|
1659
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1660
|
-
|
|
1661
|
-
# [2.19.0-rc.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.19.0-rc.27...@bitgo/account-lib@2.19.0-rc.28) (2022-04-12)
|
|
1662
|
-
|
|
1663
|
-
**Note:** Version bump only for package @bitgo/account-lib
|
|
1664
|
-
|
|
1665
|
-
# [2.19.0-rc.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.19.0-rc.26...@bitgo/account-lib@2.19.0-rc.27) (2022-04-11)
|
|
1666
|
-
|
|
1667
|
-
### Bug Fixes
|
|
1668
|
-
|
|
1669
|
-
- force secure urls unless disabled ([3b9edd5](https://github.com/BitGo/BitGoJS/commit/3b9edd593016f82fa69a4fe740ea706fe1daeee7))
|
|
1670
|
-
- update dot to address breaking changes in 7.15.1 ([a949618](https://github.com/BitGo/BitGoJS/commit/a949618de00b944b2d9729485f6b9ac4e6fced3f))
|
|
1671
|
-
|
|
1672
|
-
# [2.19.0-rc.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.19.0-rc.21...@bitgo/account-lib@2.19.0-rc.26) (2022-04-08)
|
|
1673
|
-
|
|
1674
|
-
### Features
|
|
1675
|
-
|
|
1676
|
-
- **account-lib:** change Near broadcast format from base58 to base64 ([8346017](https://github.com/BitGo/BitGoJS/commit/8346017db51c5e999f6fd469e67c51f4657a2432))
|
|
1677
|
-
- **account-lib:** token transfer intent STLX-13307 ([7476e30](https://github.com/BitGo/BitGoJS/commit/7476e30f8e64868b2cc151115057bf899c720dd6))
|
|
1678
|
-
- support tss hd signing ([3479e84](https://github.com/BitGo/BitGoJS/commit/3479e84c4e2d54dc9be0d1d2438df60c8a9036fe))
|
|
1679
|
-
|
|
1680
|
-
# [2.19.0-rc.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.19.0-rc.21...@bitgo/account-lib@2.19.0-rc.25) (2022-04-06)
|
|
1681
|
-
|
|
1682
|
-
### Features
|
|
1683
|
-
|
|
1684
|
-
- **account-lib:** token transfer intent STLX-13307 ([7476e30](https://github.com/BitGo/BitGoJS/commit/7476e30f8e64868b2cc151115057bf899c720dd6))
|
|
1685
|
-
- support tss hd signing ([3479e84](https://github.com/BitGo/BitGoJS/commit/3479e84c4e2d54dc9be0d1d2438df60c8a9036fe))
|
|
1686
|
-
|
|
1687
|
-
# [2.19.0-rc.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.19.0-rc.21...@bitgo/account-lib@2.19.0-rc.23) (2022-04-05)
|
|
1688
|
-
|
|
1689
|
-
### Features
|
|
1690
|
-
|
|
1691
|
-
- support tss hd signing ([3479e84](https://github.com/BitGo/BitGoJS/commit/3479e84c4e2d54dc9be0d1d2438df60c8a9036fe))
|