@bitgo-beta/sdk-coin-stx 1.4.3-alpha.39 → 1.4.3-alpha.390
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/.mocharc.yml +1 -1
- package/CHANGELOG.md +718 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +24 -9
- package/dist/src/lib/abstractContractBuilder.js +2 -2
- package/dist/src/lib/constants.d.ts +2 -1
- package/dist/src/lib/constants.d.ts.map +1 -1
- package/dist/src/lib/constants.js +5 -3
- package/dist/src/lib/contractBuilder.js +10 -10
- package/dist/src/lib/fungibleTokenTransferBuilder.d.ts +62 -0
- package/dist/src/lib/fungibleTokenTransferBuilder.d.ts.map +1 -0
- package/dist/src/lib/fungibleTokenTransferBuilder.js +131 -0
- package/dist/src/lib/iface.d.ts +56 -0
- package/dist/src/lib/iface.d.ts.map +1 -1
- package/dist/src/lib/iface.js +1 -1
- package/dist/src/lib/index.js +23 -9
- package/dist/src/lib/keyPair.js +18 -19
- package/dist/src/lib/sendmanyBuilder.js +11 -11
- package/dist/src/lib/transaction.d.ts.map +1 -1
- package/dist/src/lib/transaction.js +31 -15
- package/dist/src/lib/transactionBuilder.js +12 -12
- package/dist/src/lib/transactionBuilderFactory.d.ts +2 -0
- package/dist/src/lib/transactionBuilderFactory.d.ts.map +1 -1
- package/dist/src/lib/transactionBuilderFactory.js +9 -2
- package/dist/src/lib/transferBuilder.js +4 -4
- package/dist/src/lib/utils.d.ts +25 -2
- package/dist/src/lib/utils.d.ts.map +1 -1
- package/dist/src/lib/utils.js +141 -62
- package/dist/src/register.d.ts.map +1 -1
- package/dist/src/register.js +5 -1
- package/dist/src/sip10Token.d.ts +22 -0
- package/dist/src/sip10Token.d.ts.map +1 -0
- package/dist/src/sip10Token.js +128 -0
- package/dist/src/stx.d.ts +146 -2
- package/dist/src/stx.d.ts.map +1 -1
- package/dist/src/stx.js +420 -11
- package/dist/src/tstx.js +1 -1
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,724 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.9.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.9.3...@bitgo/sdk-coin-stx@3.9.4) (2025-09-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
9
|
+
|
|
10
|
+
## [3.9.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.9.2...@bitgo/sdk-coin-stx@3.9.3) (2025-08-30)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
13
|
+
|
|
14
|
+
## [3.9.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.9.1...@bitgo/sdk-coin-stx@3.9.2) (2025-08-29)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
17
|
+
|
|
18
|
+
## [3.9.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.9.0...@bitgo/sdk-coin-stx@3.9.1) (2025-08-27)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
21
|
+
|
|
22
|
+
# [3.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.15...@bitgo/sdk-coin-stx@3.9.0) (2025-08-22)
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
- **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
|
|
27
|
+
|
|
28
|
+
## [3.8.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.14...@bitgo/sdk-coin-stx@3.8.15) (2025-08-22)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
31
|
+
|
|
32
|
+
## [3.8.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.13...@bitgo/sdk-coin-stx@3.8.14) (2025-08-19)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
35
|
+
|
|
36
|
+
## [3.8.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.12...@bitgo/sdk-coin-stx@3.8.13) (2025-08-14)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
39
|
+
|
|
40
|
+
## [3.8.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.11...@bitgo/sdk-coin-stx@3.8.12) (2025-08-07)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
43
|
+
|
|
44
|
+
## [3.8.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.10...@bitgo/sdk-coin-stx@3.8.11) (2025-07-31)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
47
|
+
|
|
48
|
+
## [3.8.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.9...@bitgo/sdk-coin-stx@3.8.10) (2025-07-30)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
51
|
+
|
|
52
|
+
## [3.8.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.7...@bitgo/sdk-coin-stx@3.8.9) (2025-07-25)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
55
|
+
|
|
56
|
+
## [3.8.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.7...@bitgo/sdk-coin-stx@3.8.8) (2025-07-23)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
59
|
+
|
|
60
|
+
## [3.8.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.6...@bitgo/sdk-coin-stx@3.8.7) (2025-07-15)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
63
|
+
|
|
64
|
+
## [3.8.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.5...@bitgo/sdk-coin-stx@3.8.6) (2025-07-10)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
67
|
+
|
|
68
|
+
## [3.8.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.4...@bitgo/sdk-coin-stx@3.8.5) (2025-07-03)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
71
|
+
|
|
72
|
+
## [3.8.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.3...@bitgo/sdk-coin-stx@3.8.4) (2025-06-25)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
75
|
+
|
|
76
|
+
## [3.8.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.2...@bitgo/sdk-coin-stx@3.8.3) (2025-06-24)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
79
|
+
|
|
80
|
+
## [3.8.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.1...@bitgo/sdk-coin-stx@3.8.2) (2025-06-18)
|
|
81
|
+
|
|
82
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
83
|
+
|
|
84
|
+
## [3.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.8.0...@bitgo/sdk-coin-stx@3.8.1) (2025-06-10)
|
|
85
|
+
|
|
86
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
87
|
+
|
|
88
|
+
# [3.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.7.0...@bitgo/sdk-coin-stx@3.8.0) (2025-06-05)
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
93
|
+
|
|
94
|
+
# [3.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.6.3...@bitgo/sdk-coin-stx@3.7.0) (2025-06-02)
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
- rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
|
|
99
|
+
|
|
100
|
+
## [3.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.6.2...@bitgo/sdk-coin-stx@3.6.3) (2025-05-28)
|
|
101
|
+
|
|
102
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
103
|
+
|
|
104
|
+
## [3.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.6.1...@bitgo/sdk-coin-stx@3.6.2) (2025-05-22)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
107
|
+
|
|
108
|
+
## [3.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.6.0...@bitgo/sdk-coin-stx@3.6.1) (2025-05-20)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
111
|
+
|
|
112
|
+
# [3.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.5.7...@bitgo/sdk-coin-stx@3.6.0) (2025-05-07)
|
|
113
|
+
|
|
114
|
+
### Bug Fixes
|
|
115
|
+
|
|
116
|
+
- **sdk-coin-stx:** bug fix in recoverable amount calculation for sip10 ([8b72846](https://github.com/BitGo/BitGoJS/commit/8b72846d84f46ce4306dbb47cc87f2c6bd6fa371))
|
|
117
|
+
- **sdk-coin-stx:** return required fields for unsigned sweep ([8a50ff8](https://github.com/BitGo/BitGoJS/commit/8a50ff884931a806357e29b3e1b2053048781398))
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
- **sdk-coin-stx:** added recover method for wrw to support stx & sip10 token ([1ff6572](https://github.com/BitGo/BitGoJS/commit/1ff6572f8aa93b6c487efe17018fc730aaffef44))
|
|
122
|
+
|
|
123
|
+
## [3.5.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.5.6...@bitgo/sdk-coin-stx@3.5.7) (2025-04-29)
|
|
124
|
+
|
|
125
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
126
|
+
|
|
127
|
+
## [3.5.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.5.5...@bitgo/sdk-coin-stx@3.5.6) (2025-04-25)
|
|
128
|
+
|
|
129
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
130
|
+
|
|
131
|
+
## [3.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.5.4...@bitgo/sdk-coin-stx@3.5.5) (2025-04-15)
|
|
132
|
+
|
|
133
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
134
|
+
|
|
135
|
+
## [3.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.5.3...@bitgo/sdk-coin-stx@3.5.4) (2025-04-04)
|
|
136
|
+
|
|
137
|
+
### Bug Fixes
|
|
138
|
+
|
|
139
|
+
- **sdk-coin-stx:** fix issue in verifyTx for sip10 tokens ([40c7597](https://github.com/BitGo/BitGoJS/commit/40c7597ccafa709da2254fa20621a06ba5d0161a))
|
|
140
|
+
- **sdk-coin-stx:** handling noneCV for sip10 ([f0cbac5](https://github.com/BitGo/BitGoJS/commit/f0cbac555685b6ad10ba2a20a720c7e651fae751))
|
|
141
|
+
|
|
142
|
+
## [3.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.5.2...@bitgo/sdk-coin-stx@3.5.3) (2025-04-02)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
145
|
+
|
|
146
|
+
## [3.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.5.1...@bitgo/sdk-coin-stx@3.5.2) (2025-03-28)
|
|
147
|
+
|
|
148
|
+
### Bug Fixes
|
|
149
|
+
|
|
150
|
+
- **sdk-coin-stx:** extracting memo from functionArgs ([d316b46](https://github.com/BitGo/BitGoJS/commit/d316b46f6bede2a06ddde8645717c0cc4988ee36))
|
|
151
|
+
|
|
152
|
+
## [3.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.5.0...@bitgo/sdk-coin-stx@3.5.1) (2025-03-20)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
155
|
+
|
|
156
|
+
# [3.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.4.0...@bitgo/sdk-coin-stx@3.5.0) (2025-03-18)
|
|
157
|
+
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
- **sdk-coin-stx:** adding contractId instead of contractAddress & contractName for SIP10 tokens ([68d4db7](https://github.com/BitGo/BitGoJS/commit/68d4db725e0cb35d217a5a47f333af6dc13502f0))
|
|
161
|
+
- **sdk-coin-stx:** fix post condition issue in fungible token transfer builder ([be2dbc7](https://github.com/BitGo/BitGoJS/commit/be2dbc703a0e0845dc6af06f071458460d993821))
|
|
162
|
+
- **sdk-coin-stx:** from implementation issue for fungible token transfer builder ([eb709cc](https://github.com/BitGo/BitGoJS/commit/eb709cc8c0364418e84481b897d3061a37a7b19b))
|
|
163
|
+
- **sdk-coin-stx:** function arguments order fix ([419ba84](https://github.com/BitGo/BitGoJS/commit/419ba845ffaf4a7c05707984bb72a91d3af37073))
|
|
164
|
+
- **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
|
|
165
|
+
|
|
166
|
+
### Features
|
|
167
|
+
|
|
168
|
+
- **sdk-coin-stx:** added fungible token transfer builder for sip10 ([f17c040](https://github.com/BitGo/BitGoJS/commit/f17c04054e7cf4fa87d1e2c1b23b713e21498db8))
|
|
169
|
+
- **sdk-coin-stx:** implement verify transaction method ([2115f4a](https://github.com/BitGo/BitGoJS/commit/2115f4a7bddae8066ea10525c5f1f6245a104cb4))
|
|
170
|
+
- **sdk-coin-stx:** modified explain transaction to accomodate token transfer transactions ([ea9014d](https://github.com/BitGo/BitGoJS/commit/ea9014db643a88999b5c9c8e2b571c6b24cebf42))
|
|
171
|
+
|
|
172
|
+
# [3.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.26...@bitgo/sdk-coin-stx@3.4.0) (2025-03-06)
|
|
173
|
+
|
|
174
|
+
### Features
|
|
175
|
+
|
|
176
|
+
- **sdk-coin-stx:** add SIP10 skeleton ([1710f38](https://github.com/BitGo/BitGoJS/commit/1710f38296e836264b72dda0d6b04c0ee09cf293))
|
|
177
|
+
|
|
178
|
+
## [3.3.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.23...@bitgo/sdk-coin-stx@3.3.26) (2025-03-04)
|
|
179
|
+
|
|
180
|
+
### Bug Fixes
|
|
181
|
+
|
|
182
|
+
- dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
|
|
183
|
+
- **root:** replace elliptic with noble/curves/secp256k1 ([50a208d](https://github.com/BitGo/BitGoJS/commit/50a208d68d8b313ccb9b8e638212f61617daf92a))
|
|
184
|
+
|
|
185
|
+
## [3.3.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.23...@bitgo/sdk-coin-stx@3.3.25) (2025-02-26)
|
|
186
|
+
|
|
187
|
+
### Bug Fixes
|
|
188
|
+
|
|
189
|
+
- **root:** replace elliptic with noble/curves/secp256k1 ([50a208d](https://github.com/BitGo/BitGoJS/commit/50a208d68d8b313ccb9b8e638212f61617daf92a))
|
|
190
|
+
|
|
191
|
+
## [3.3.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.23...@bitgo/sdk-coin-stx@3.3.24) (2025-02-20)
|
|
192
|
+
|
|
193
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
194
|
+
|
|
195
|
+
## [3.3.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.22...@bitgo/sdk-coin-stx@3.3.23) (2025-02-19)
|
|
196
|
+
|
|
197
|
+
### Bug Fixes
|
|
198
|
+
|
|
199
|
+
- **root:** bump elliptic to 6.6.1 ([f588850](https://github.com/BitGo/BitGoJS/commit/f588850a3817db709213c3d44451b1ed93d8ac86))
|
|
200
|
+
|
|
201
|
+
## [3.3.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.21...@bitgo/sdk-coin-stx@3.3.22) (2025-02-11)
|
|
202
|
+
|
|
203
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
204
|
+
|
|
205
|
+
## [3.3.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.20...@bitgo/sdk-coin-stx@3.3.21) (2025-02-05)
|
|
206
|
+
|
|
207
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
208
|
+
|
|
209
|
+
## [3.3.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.19...@bitgo/sdk-coin-stx@3.3.20) (2025-01-28)
|
|
210
|
+
|
|
211
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
212
|
+
|
|
213
|
+
## [3.3.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.18...@bitgo/sdk-coin-stx@3.3.19) (2025-01-23)
|
|
214
|
+
|
|
215
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
216
|
+
|
|
217
|
+
## [3.3.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.17...@bitgo/sdk-coin-stx@3.3.18) (2025-01-23)
|
|
218
|
+
|
|
219
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
220
|
+
|
|
221
|
+
## [3.3.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.16...@bitgo/sdk-coin-stx@3.3.17) (2025-01-20)
|
|
222
|
+
|
|
223
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
224
|
+
|
|
225
|
+
## [3.3.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.15...@bitgo/sdk-coin-stx@3.3.16) (2025-01-15)
|
|
226
|
+
|
|
227
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
228
|
+
|
|
229
|
+
## [3.3.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.14...@bitgo/sdk-coin-stx@3.3.15) (2025-01-09)
|
|
230
|
+
|
|
231
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
232
|
+
|
|
233
|
+
## [3.3.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.13...@bitgo/sdk-coin-stx@3.3.14) (2025-01-03)
|
|
234
|
+
|
|
235
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
236
|
+
|
|
237
|
+
## [3.3.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.12...@bitgo/sdk-coin-stx@3.3.13) (2024-12-24)
|
|
238
|
+
|
|
239
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
240
|
+
|
|
241
|
+
## [3.3.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.11...@bitgo/sdk-coin-stx@3.3.12) (2024-12-19)
|
|
242
|
+
|
|
243
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
244
|
+
|
|
245
|
+
## [3.3.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.9...@bitgo/sdk-coin-stx@3.3.11) (2024-12-17)
|
|
246
|
+
|
|
247
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
248
|
+
|
|
249
|
+
## [3.3.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.9...@bitgo/sdk-coin-stx@3.3.10) (2024-12-17)
|
|
250
|
+
|
|
251
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
252
|
+
|
|
253
|
+
## [3.3.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.8...@bitgo/sdk-coin-stx@3.3.9) (2024-12-12)
|
|
254
|
+
|
|
255
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
256
|
+
|
|
257
|
+
## [3.3.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.7...@bitgo/sdk-coin-stx@3.3.8) (2024-12-11)
|
|
258
|
+
|
|
259
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
260
|
+
|
|
261
|
+
## [3.3.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.6...@bitgo/sdk-coin-stx@3.3.7) (2024-12-03)
|
|
262
|
+
|
|
263
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
264
|
+
|
|
265
|
+
## [3.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.5...@bitgo/sdk-coin-stx@3.3.6) (2024-11-26)
|
|
266
|
+
|
|
267
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
268
|
+
|
|
269
|
+
## [3.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.4...@bitgo/sdk-coin-stx@3.3.5) (2024-11-21)
|
|
270
|
+
|
|
271
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
272
|
+
|
|
273
|
+
## [3.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.2...@bitgo/sdk-coin-stx@3.3.4) (2024-11-19)
|
|
274
|
+
|
|
275
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
276
|
+
|
|
277
|
+
## [3.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.2...@bitgo/sdk-coin-stx@3.3.3) (2024-11-14)
|
|
278
|
+
|
|
279
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
280
|
+
|
|
281
|
+
## [3.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.1...@bitgo/sdk-coin-stx@3.3.2) (2024-11-08)
|
|
282
|
+
|
|
283
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
284
|
+
|
|
285
|
+
## [3.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.3.0...@bitgo/sdk-coin-stx@3.3.1) (2024-11-07)
|
|
286
|
+
|
|
287
|
+
### Bug Fixes
|
|
288
|
+
|
|
289
|
+
- check if recipients is defined in verifyTransaction ([6022a62](https://github.com/BitGo/BitGoJS/commit/6022a6282173f312d38ed993757aae54050f8282))
|
|
290
|
+
|
|
291
|
+
# [3.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.27...@bitgo/sdk-coin-stx@3.3.0) (2024-11-01)
|
|
292
|
+
|
|
293
|
+
### Features
|
|
294
|
+
|
|
295
|
+
- **sdk-coin-stx:** added check for multiple reciepents ([58321c0](https://github.com/BitGo/BitGoJS/commit/58321c089337f7df9374fcbd901c5b8122410a02))
|
|
296
|
+
|
|
297
|
+
## [3.2.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.26...@bitgo/sdk-coin-stx@3.2.27) (2024-10-22)
|
|
298
|
+
|
|
299
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
300
|
+
|
|
301
|
+
## [3.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.25...@bitgo/sdk-coin-stx@3.2.26) (2024-10-15)
|
|
302
|
+
|
|
303
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
304
|
+
|
|
305
|
+
## [3.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.24...@bitgo/sdk-coin-stx@3.2.25) (2024-10-08)
|
|
306
|
+
|
|
307
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
308
|
+
|
|
309
|
+
## [3.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.23...@bitgo/sdk-coin-stx@3.2.24) (2024-10-04)
|
|
310
|
+
|
|
311
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
312
|
+
|
|
313
|
+
## [3.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.22...@bitgo/sdk-coin-stx@3.2.23) (2024-09-24)
|
|
314
|
+
|
|
315
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
316
|
+
|
|
317
|
+
## [3.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.21...@bitgo/sdk-coin-stx@3.2.22) (2024-09-19)
|
|
318
|
+
|
|
319
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
320
|
+
|
|
321
|
+
## [3.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.20...@bitgo/sdk-coin-stx@3.2.21) (2024-09-16)
|
|
322
|
+
|
|
323
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
324
|
+
|
|
325
|
+
## [3.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.19...@bitgo/sdk-coin-stx@3.2.20) (2024-09-10)
|
|
326
|
+
|
|
327
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
328
|
+
|
|
329
|
+
## [3.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.18...@bitgo/sdk-coin-stx@3.2.19) (2024-09-03)
|
|
330
|
+
|
|
331
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
332
|
+
|
|
333
|
+
## [3.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.17...@bitgo/sdk-coin-stx@3.2.18) (2024-08-29)
|
|
334
|
+
|
|
335
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
336
|
+
|
|
337
|
+
## [3.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.16...@bitgo/sdk-coin-stx@3.2.17) (2024-08-27)
|
|
338
|
+
|
|
339
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
340
|
+
|
|
341
|
+
## [3.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.14...@bitgo/sdk-coin-stx@3.2.16) (2024-08-20)
|
|
342
|
+
|
|
343
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
344
|
+
|
|
345
|
+
## [3.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.14...@bitgo/sdk-coin-stx@3.2.15) (2024-08-13)
|
|
346
|
+
|
|
347
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
348
|
+
|
|
349
|
+
## [3.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.13...@bitgo/sdk-coin-stx@3.2.14) (2024-08-07)
|
|
350
|
+
|
|
351
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
352
|
+
|
|
353
|
+
## [3.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.12...@bitgo/sdk-coin-stx@3.2.13) (2024-07-30)
|
|
354
|
+
|
|
355
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
356
|
+
|
|
357
|
+
## [3.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.11...@bitgo/sdk-coin-stx@3.2.12) (2024-07-24)
|
|
358
|
+
|
|
359
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
360
|
+
|
|
361
|
+
## [3.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.10...@bitgo/sdk-coin-stx@3.2.11) (2024-07-16)
|
|
362
|
+
|
|
363
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
364
|
+
|
|
365
|
+
## [3.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.9...@bitgo/sdk-coin-stx@3.2.10) (2024-07-04)
|
|
366
|
+
|
|
367
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
368
|
+
|
|
369
|
+
## [3.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.8...@bitgo/sdk-coin-stx@3.2.9) (2024-07-02)
|
|
370
|
+
|
|
371
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
372
|
+
|
|
373
|
+
## [3.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.7...@bitgo/sdk-coin-stx@3.2.8) (2024-06-27)
|
|
374
|
+
|
|
375
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
376
|
+
|
|
377
|
+
## [3.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.6...@bitgo/sdk-coin-stx@3.2.7) (2024-06-26)
|
|
378
|
+
|
|
379
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
380
|
+
|
|
381
|
+
## [3.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.4...@bitgo/sdk-coin-stx@3.2.6) (2024-06-21)
|
|
382
|
+
|
|
383
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
384
|
+
|
|
385
|
+
## [3.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.4...@bitgo/sdk-coin-stx@3.2.5) (2024-06-20)
|
|
386
|
+
|
|
387
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
388
|
+
|
|
389
|
+
## [3.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.3...@bitgo/sdk-coin-stx@3.2.4) (2024-06-14)
|
|
390
|
+
|
|
391
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
392
|
+
|
|
393
|
+
## [3.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.2...@bitgo/sdk-coin-stx@3.2.3) (2024-06-11)
|
|
394
|
+
|
|
395
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
396
|
+
|
|
397
|
+
## [3.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.1...@bitgo/sdk-coin-stx@3.2.2) (2024-06-05)
|
|
398
|
+
|
|
399
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
400
|
+
|
|
401
|
+
## [3.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.2.0...@bitgo/sdk-coin-stx@3.2.1) (2024-05-31)
|
|
402
|
+
|
|
403
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
404
|
+
|
|
405
|
+
# [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.1.9...@bitgo/sdk-coin-stx@3.2.0) (2024-05-28)
|
|
406
|
+
|
|
407
|
+
### Features
|
|
408
|
+
|
|
409
|
+
- **sdk-coin-stx:** remove legacy support to pox-3 contract ([99e50d9](https://github.com/BitGo/BitGoJS/commit/99e50d92f03ad98df90694f091b7b45e00edc01f))
|
|
410
|
+
|
|
411
|
+
## [3.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.1.8...@bitgo/sdk-coin-stx@3.1.9) (2024-05-22)
|
|
412
|
+
|
|
413
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
414
|
+
|
|
415
|
+
## [3.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.1.7...@bitgo/sdk-coin-stx@3.1.8) (2024-05-17)
|
|
416
|
+
|
|
417
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
418
|
+
|
|
419
|
+
## [3.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.1.6...@bitgo/sdk-coin-stx@3.1.7) (2024-05-13)
|
|
420
|
+
|
|
421
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
422
|
+
|
|
423
|
+
## [3.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.1.5...@bitgo/sdk-coin-stx@3.1.6) (2024-05-08)
|
|
424
|
+
|
|
425
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
426
|
+
|
|
427
|
+
## [3.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.1.4...@bitgo/sdk-coin-stx@3.1.5) (2024-05-01)
|
|
428
|
+
|
|
429
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
430
|
+
|
|
431
|
+
## [3.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.1.3...@bitgo/sdk-coin-stx@3.1.4) (2024-04-25)
|
|
432
|
+
|
|
433
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
434
|
+
|
|
435
|
+
## [3.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.1.2...@bitgo/sdk-coin-stx@3.1.3) (2024-04-24)
|
|
436
|
+
|
|
437
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
438
|
+
|
|
439
|
+
## [3.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.1.1...@bitgo/sdk-coin-stx@3.1.2) (2024-04-22)
|
|
440
|
+
|
|
441
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
442
|
+
|
|
443
|
+
## [3.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.1.0...@bitgo/sdk-coin-stx@3.1.1) (2024-04-17)
|
|
444
|
+
|
|
445
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
446
|
+
|
|
447
|
+
# [3.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.0.4...@bitgo/sdk-coin-stx@3.1.0) (2024-04-12)
|
|
448
|
+
|
|
449
|
+
### Features
|
|
450
|
+
|
|
451
|
+
- **sdk-coin-stx:** add support to nakamoto updgrade stack-stx tx ([f9cab3a](https://github.com/BitGo/BitGoJS/commit/f9cab3a0f836f3411f45e3ab1a04ee131680f649))
|
|
452
|
+
|
|
453
|
+
## [3.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.0.3...@bitgo/sdk-coin-stx@3.0.4) (2024-04-10)
|
|
454
|
+
|
|
455
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
456
|
+
|
|
457
|
+
## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.0.2...@bitgo/sdk-coin-stx@3.0.3) (2024-04-09)
|
|
458
|
+
|
|
459
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
460
|
+
|
|
461
|
+
## [3.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.0.1...@bitgo/sdk-coin-stx@3.0.2) (2024-04-08)
|
|
462
|
+
|
|
463
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
464
|
+
|
|
465
|
+
## [3.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@3.0.0...@bitgo/sdk-coin-stx@3.0.1) (2024-04-05)
|
|
466
|
+
|
|
467
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
468
|
+
|
|
469
|
+
# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.4.5...@bitgo/sdk-coin-stx@3.0.0) (2024-03-28)
|
|
470
|
+
|
|
471
|
+
### Features
|
|
472
|
+
|
|
473
|
+
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
474
|
+
|
|
475
|
+
### BREAKING CHANGES
|
|
476
|
+
|
|
477
|
+
- **root:** Node 16 is no longer supported in bitgojs.
|
|
478
|
+
TICKET: WP-1100
|
|
479
|
+
|
|
480
|
+
## [2.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.4.4...@bitgo/sdk-coin-stx@2.4.5) (2024-03-19)
|
|
481
|
+
|
|
482
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
483
|
+
|
|
484
|
+
## [2.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.4.3...@bitgo/sdk-coin-stx@2.4.4) (2024-03-11)
|
|
485
|
+
|
|
486
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
487
|
+
|
|
488
|
+
## [2.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.4.2...@bitgo/sdk-coin-stx@2.4.3) (2024-02-28)
|
|
489
|
+
|
|
490
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
491
|
+
|
|
492
|
+
## [2.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.4.1...@bitgo/sdk-coin-stx@2.4.2) (2024-02-22)
|
|
493
|
+
|
|
494
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
495
|
+
|
|
496
|
+
## [2.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.4.1) (2024-02-19)
|
|
497
|
+
|
|
498
|
+
### Bug Fixes
|
|
499
|
+
|
|
500
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
501
|
+
|
|
502
|
+
## [2.3.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.30) (2024-01-30)
|
|
503
|
+
|
|
504
|
+
### Bug Fixes
|
|
505
|
+
|
|
506
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
507
|
+
|
|
508
|
+
## [2.3.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.29) (2024-01-26)
|
|
509
|
+
|
|
510
|
+
### Bug Fixes
|
|
511
|
+
|
|
512
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
513
|
+
|
|
514
|
+
## [2.3.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.28) (2024-01-26)
|
|
515
|
+
|
|
516
|
+
### Bug Fixes
|
|
517
|
+
|
|
518
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
519
|
+
|
|
520
|
+
## [2.3.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.27) (2024-01-25)
|
|
521
|
+
|
|
522
|
+
### Bug Fixes
|
|
523
|
+
|
|
524
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
525
|
+
|
|
526
|
+
## [2.3.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.26) (2024-01-22)
|
|
527
|
+
|
|
528
|
+
### Bug Fixes
|
|
529
|
+
|
|
530
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
531
|
+
|
|
532
|
+
## [2.3.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.25) (2024-01-09)
|
|
533
|
+
|
|
534
|
+
### Bug Fixes
|
|
535
|
+
|
|
536
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
537
|
+
|
|
538
|
+
## [2.3.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.24) (2024-01-03)
|
|
539
|
+
|
|
540
|
+
### Bug Fixes
|
|
541
|
+
|
|
542
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
543
|
+
|
|
544
|
+
## [2.3.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.23) (2023-12-18)
|
|
545
|
+
|
|
546
|
+
### Bug Fixes
|
|
547
|
+
|
|
548
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
549
|
+
|
|
550
|
+
## [2.3.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.22) (2023-12-12)
|
|
551
|
+
|
|
552
|
+
### Bug Fixes
|
|
553
|
+
|
|
554
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
555
|
+
|
|
556
|
+
## [2.3.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.21) (2023-12-09)
|
|
557
|
+
|
|
558
|
+
### Bug Fixes
|
|
559
|
+
|
|
560
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
561
|
+
|
|
562
|
+
## [2.3.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.20) (2023-12-05)
|
|
563
|
+
|
|
564
|
+
### Bug Fixes
|
|
565
|
+
|
|
566
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
567
|
+
|
|
568
|
+
## [2.3.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.19) (2023-11-28)
|
|
569
|
+
|
|
570
|
+
### Bug Fixes
|
|
571
|
+
|
|
572
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
573
|
+
|
|
574
|
+
## [2.3.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.18) (2023-11-24)
|
|
575
|
+
|
|
576
|
+
### Bug Fixes
|
|
577
|
+
|
|
578
|
+
- **sdk-coin-stx:** fix half signed txn format ([4ced6f9](https://github.com/BitGo/BitGoJS/commit/4ced6f927b8e389c4701894f23367c87d89846b9))
|
|
579
|
+
|
|
580
|
+
## [2.3.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.17) (2023-11-17)
|
|
581
|
+
|
|
582
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
583
|
+
|
|
584
|
+
## [2.3.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.16) (2023-11-13)
|
|
585
|
+
|
|
586
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
587
|
+
|
|
588
|
+
## [2.3.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.15) (2023-11-13)
|
|
589
|
+
|
|
590
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
591
|
+
|
|
592
|
+
## [2.3.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.14) (2023-11-13)
|
|
593
|
+
|
|
594
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
595
|
+
|
|
596
|
+
## [2.3.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.13) (2023-10-20)
|
|
597
|
+
|
|
598
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
599
|
+
|
|
600
|
+
## [2.3.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.12) (2023-10-18)
|
|
601
|
+
|
|
602
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
603
|
+
|
|
604
|
+
## [2.3.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.11) (2023-09-25)
|
|
605
|
+
|
|
606
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
607
|
+
|
|
608
|
+
## [2.3.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.10) (2023-09-09)
|
|
609
|
+
|
|
610
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
611
|
+
|
|
612
|
+
## [2.3.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.9) (2023-09-09)
|
|
613
|
+
|
|
614
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
615
|
+
|
|
616
|
+
## [2.3.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.8) (2023-09-07)
|
|
617
|
+
|
|
618
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
619
|
+
|
|
620
|
+
## [2.3.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.7) (2023-09-05)
|
|
621
|
+
|
|
622
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
623
|
+
|
|
624
|
+
## [2.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.6) (2023-09-01)
|
|
625
|
+
|
|
626
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
627
|
+
|
|
628
|
+
## [2.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.5) (2023-08-29)
|
|
629
|
+
|
|
630
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
631
|
+
|
|
632
|
+
## [2.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.4) (2023-08-25)
|
|
633
|
+
|
|
634
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
635
|
+
|
|
636
|
+
## [2.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.3) (2023-08-24)
|
|
637
|
+
|
|
638
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
639
|
+
|
|
640
|
+
## [2.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.2) (2023-08-16)
|
|
641
|
+
|
|
642
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
643
|
+
|
|
644
|
+
## [2.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.1) (2023-08-16)
|
|
645
|
+
|
|
646
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
647
|
+
|
|
648
|
+
# [2.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.1.0...@bitgo/sdk-coin-stx@2.3.0) (2023-08-04)
|
|
649
|
+
|
|
650
|
+
### Features
|
|
651
|
+
|
|
652
|
+
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
653
|
+
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
654
|
+
|
|
655
|
+
# [2.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.1.0...@bitgo/sdk-coin-stx@2.2.0) (2023-07-28)
|
|
656
|
+
|
|
657
|
+
### Features
|
|
658
|
+
|
|
659
|
+
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
660
|
+
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
661
|
+
|
|
662
|
+
# [2.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.11...@bitgo/sdk-coin-stx@2.1.0) (2023-07-18)
|
|
663
|
+
|
|
664
|
+
### Features
|
|
665
|
+
|
|
666
|
+
- **sdk-coin-stx:** update stx staking contract name ([70459e5](https://github.com/BitGo/BitGoJS/commit/70459e53f189bac7c1631a9a70a630eb844a7f18))
|
|
667
|
+
|
|
668
|
+
## [2.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.10...@bitgo/sdk-coin-stx@2.0.11) (2023-06-21)
|
|
669
|
+
|
|
670
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
671
|
+
|
|
672
|
+
## [2.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.9...@bitgo/sdk-coin-stx@2.0.10) (2023-06-14)
|
|
673
|
+
|
|
674
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
675
|
+
|
|
676
|
+
## [2.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.8...@bitgo/sdk-coin-stx@2.0.9) (2023-06-13)
|
|
677
|
+
|
|
678
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
679
|
+
|
|
680
|
+
## [2.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.7...@bitgo/sdk-coin-stx@2.0.8) (2023-06-07)
|
|
681
|
+
|
|
682
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
683
|
+
|
|
684
|
+
## [2.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.6...@bitgo/sdk-coin-stx@2.0.7) (2023-06-05)
|
|
685
|
+
|
|
686
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
687
|
+
|
|
688
|
+
## [2.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.5...@bitgo/sdk-coin-stx@2.0.6) (2023-05-25)
|
|
689
|
+
|
|
690
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
691
|
+
|
|
692
|
+
## [2.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.4...@bitgo/sdk-coin-stx@2.0.5) (2023-05-17)
|
|
693
|
+
|
|
694
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
695
|
+
|
|
696
|
+
## [2.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.3...@bitgo/sdk-coin-stx@2.0.4) (2023-05-10)
|
|
697
|
+
|
|
698
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
699
|
+
|
|
700
|
+
## [2.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.2...@bitgo/sdk-coin-stx@2.0.3) (2023-05-03)
|
|
701
|
+
|
|
702
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
703
|
+
|
|
704
|
+
## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.1...@bitgo/sdk-coin-stx@2.0.2) (2023-04-25)
|
|
705
|
+
|
|
706
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
707
|
+
|
|
708
|
+
## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.0...@bitgo/sdk-coin-stx@2.0.1) (2023-04-20)
|
|
709
|
+
|
|
710
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|
|
711
|
+
|
|
712
|
+
# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@1.4.15...@bitgo/sdk-coin-stx@2.0.0) (2023-04-13)
|
|
713
|
+
|
|
714
|
+
### Features
|
|
715
|
+
|
|
716
|
+
- **sdk-coin-stx:** update stx staking contract name ([e0701e0](https://github.com/BitGo/BitGoJS/commit/e0701e00d2aeb83459da518c2e7482cdfac68489))
|
|
717
|
+
|
|
718
|
+
### BREAKING CHANGES
|
|
719
|
+
|
|
720
|
+
- **sdk-coin-stx:** The old pox contract is no longer allowed, pox-2 must be used
|
|
721
|
+
|
|
722
|
+
BG-71631
|
|
723
|
+
|
|
6
724
|
## [1.4.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@1.4.14...@bitgo/sdk-coin-stx@1.4.15) (2023-02-17)
|
|
7
725
|
|
|
8
726
|
**Note:** Version bump only for package @bitgo/sdk-coin-stx
|