@bitgo-beta/sdk-coin-ton 1.0.1-beta.99 → 1.0.1-beta.990
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 +585 -0
- package/dist/src/index.js +6 -2
- package/dist/src/lib/iface.d.ts +5 -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 +24 -10
- package/dist/src/lib/singleNominatorWithdrawBuilder.d.ts +11 -0
- package/dist/src/lib/singleNominatorWithdrawBuilder.d.ts.map +1 -0
- package/dist/src/lib/singleNominatorWithdrawBuilder.js +26 -0
- package/dist/src/lib/transaction.d.ts +13 -5
- package/dist/src/lib/transaction.d.ts.map +1 -1
- package/dist/src/lib/transaction.js +63 -26
- package/dist/src/lib/transactionBuilder.d.ts +23 -1
- package/dist/src/lib/transactionBuilder.d.ts.map +1 -1
- package/dist/src/lib/transactionBuilder.js +43 -2
- package/dist/src/lib/transactionBuilderFactory.d.ts +5 -0
- package/dist/src/lib/transactionBuilderFactory.d.ts.map +1 -1
- package/dist/src/lib/transactionBuilderFactory.js +29 -4
- package/dist/src/lib/transactionExplanation.d.ts +14 -0
- package/dist/src/lib/transactionExplanation.d.ts.map +1 -0
- package/dist/src/lib/transactionExplanation.js +3 -0
- package/dist/src/lib/utils.d.ts +13 -1
- package/dist/src/lib/utils.d.ts.map +1 -1
- package/dist/src/lib/utils.js +51 -4
- package/dist/src/ton.d.ts +24 -2
- package/dist/src/ton.d.ts.map +1 -1
- package/dist/src/ton.js +281 -16
- package/dist/src/tton.js +1 -1
- package/package.json +8 -8
package/.mocharc.yml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,591 @@
|
|
|
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.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.15...@bitgo/sdk-coin-ton@3.8.0) (2025-08-22)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
|
|
11
|
+
|
|
12
|
+
## [3.7.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.14...@bitgo/sdk-coin-ton@3.7.15) (2025-08-22)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
15
|
+
|
|
16
|
+
## [3.7.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.13...@bitgo/sdk-coin-ton@3.7.14) (2025-08-19)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
19
|
+
|
|
20
|
+
## [3.7.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.12...@bitgo/sdk-coin-ton@3.7.13) (2025-08-14)
|
|
21
|
+
|
|
22
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
23
|
+
|
|
24
|
+
## [3.7.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.11...@bitgo/sdk-coin-ton@3.7.12) (2025-08-07)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
27
|
+
|
|
28
|
+
## [3.7.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.10...@bitgo/sdk-coin-ton@3.7.11) (2025-07-31)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
31
|
+
|
|
32
|
+
## [3.7.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.9...@bitgo/sdk-coin-ton@3.7.10) (2025-07-30)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
35
|
+
|
|
36
|
+
## [3.7.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.7...@bitgo/sdk-coin-ton@3.7.9) (2025-07-25)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
39
|
+
|
|
40
|
+
## [3.7.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.7...@bitgo/sdk-coin-ton@3.7.8) (2025-07-23)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
43
|
+
|
|
44
|
+
## [3.7.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.6...@bitgo/sdk-coin-ton@3.7.7) (2025-07-15)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
47
|
+
|
|
48
|
+
## [3.7.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.5...@bitgo/sdk-coin-ton@3.7.6) (2025-07-10)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
51
|
+
|
|
52
|
+
## [3.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.4...@bitgo/sdk-coin-ton@3.7.5) (2025-07-03)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
55
|
+
|
|
56
|
+
## [3.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.3...@bitgo/sdk-coin-ton@3.7.4) (2025-06-25)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
59
|
+
|
|
60
|
+
## [3.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.2...@bitgo/sdk-coin-ton@3.7.3) (2025-06-24)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
63
|
+
|
|
64
|
+
## [3.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.1...@bitgo/sdk-coin-ton@3.7.2) (2025-06-18)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
67
|
+
|
|
68
|
+
## [3.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.7.0...@bitgo/sdk-coin-ton@3.7.1) (2025-06-10)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
71
|
+
|
|
72
|
+
# [3.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.6.0...@bitgo/sdk-coin-ton@3.7.0) (2025-06-05)
|
|
73
|
+
|
|
74
|
+
### Features
|
|
75
|
+
|
|
76
|
+
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
77
|
+
|
|
78
|
+
# [3.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.5.5...@bitgo/sdk-coin-ton@3.6.0) (2025-06-02)
|
|
79
|
+
|
|
80
|
+
### Features
|
|
81
|
+
|
|
82
|
+
- rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
|
|
83
|
+
- **root:** add new audit key baseCoin method ([57c1778](https://github.com/BitGo/BitGoJS/commit/57c17784a72ea364f18e3af9dbd83da877827e69))
|
|
84
|
+
|
|
85
|
+
## [3.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.5.4...@bitgo/sdk-coin-ton@3.5.5) (2025-05-28)
|
|
86
|
+
|
|
87
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
88
|
+
|
|
89
|
+
## [3.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.5.3...@bitgo/sdk-coin-ton@3.5.4) (2025-05-22)
|
|
90
|
+
|
|
91
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
92
|
+
|
|
93
|
+
## [3.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.5.2...@bitgo/sdk-coin-ton@3.5.3) (2025-05-20)
|
|
94
|
+
|
|
95
|
+
### Bug Fixes
|
|
96
|
+
|
|
97
|
+
- support memoid along with address for send transaction ([6b6d25a](https://github.com/BitGo/BitGoJS/commit/6b6d25a5003c49208a75b2c6fa21b54a0afae5ad))
|
|
98
|
+
|
|
99
|
+
## [3.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.5.1...@bitgo/sdk-coin-ton@3.5.2) (2025-05-07)
|
|
100
|
+
|
|
101
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
102
|
+
|
|
103
|
+
## [3.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.5.0...@bitgo/sdk-coin-ton@3.5.1) (2025-04-29)
|
|
104
|
+
|
|
105
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
106
|
+
|
|
107
|
+
# [3.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.33...@bitgo/sdk-coin-ton@3.5.0) (2025-04-25)
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
- **sdk-coin-ton:** add support for recovery for ton ([bdeb737](https://github.com/BitGo/BitGoJS/commit/bdeb7373785b99cdbebf2aa228a3d861cae942c1))
|
|
112
|
+
|
|
113
|
+
## [3.4.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.32...@bitgo/sdk-coin-ton@3.4.33) (2025-04-15)
|
|
114
|
+
|
|
115
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
116
|
+
|
|
117
|
+
## [3.4.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.31...@bitgo/sdk-coin-ton@3.4.32) (2025-04-04)
|
|
118
|
+
|
|
119
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
120
|
+
|
|
121
|
+
## [3.4.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.30...@bitgo/sdk-coin-ton@3.4.31) (2025-04-02)
|
|
122
|
+
|
|
123
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
124
|
+
|
|
125
|
+
## [3.4.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.29...@bitgo/sdk-coin-ton@3.4.30) (2025-03-28)
|
|
126
|
+
|
|
127
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
128
|
+
|
|
129
|
+
## [3.4.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.28...@bitgo/sdk-coin-ton@3.4.29) (2025-03-20)
|
|
130
|
+
|
|
131
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
132
|
+
|
|
133
|
+
## [3.4.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.27...@bitgo/sdk-coin-ton@3.4.28) (2025-03-18)
|
|
134
|
+
|
|
135
|
+
### Bug Fixes
|
|
136
|
+
|
|
137
|
+
- **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
|
|
138
|
+
|
|
139
|
+
## [3.4.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.26...@bitgo/sdk-coin-ton@3.4.27) (2025-03-06)
|
|
140
|
+
|
|
141
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
142
|
+
|
|
143
|
+
## [3.4.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.23...@bitgo/sdk-coin-ton@3.4.26) (2025-03-04)
|
|
144
|
+
|
|
145
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
146
|
+
|
|
147
|
+
## [3.4.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.23...@bitgo/sdk-coin-ton@3.4.25) (2025-02-26)
|
|
148
|
+
|
|
149
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
150
|
+
|
|
151
|
+
## [3.4.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.23...@bitgo/sdk-coin-ton@3.4.24) (2025-02-20)
|
|
152
|
+
|
|
153
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
154
|
+
|
|
155
|
+
## [3.4.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.22...@bitgo/sdk-coin-ton@3.4.23) (2025-02-19)
|
|
156
|
+
|
|
157
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
158
|
+
|
|
159
|
+
## [3.4.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.21...@bitgo/sdk-coin-ton@3.4.22) (2025-02-11)
|
|
160
|
+
|
|
161
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
162
|
+
|
|
163
|
+
## [3.4.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.20...@bitgo/sdk-coin-ton@3.4.21) (2025-02-05)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
166
|
+
|
|
167
|
+
## [3.4.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.19...@bitgo/sdk-coin-ton@3.4.20) (2025-01-28)
|
|
168
|
+
|
|
169
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
170
|
+
|
|
171
|
+
## [3.4.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.18...@bitgo/sdk-coin-ton@3.4.19) (2025-01-23)
|
|
172
|
+
|
|
173
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
174
|
+
|
|
175
|
+
## [3.4.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.17...@bitgo/sdk-coin-ton@3.4.18) (2025-01-23)
|
|
176
|
+
|
|
177
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
178
|
+
|
|
179
|
+
## [3.4.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.16...@bitgo/sdk-coin-ton@3.4.17) (2025-01-20)
|
|
180
|
+
|
|
181
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
182
|
+
|
|
183
|
+
## [3.4.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.15...@bitgo/sdk-coin-ton@3.4.16) (2025-01-15)
|
|
184
|
+
|
|
185
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
186
|
+
|
|
187
|
+
## [3.4.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.14...@bitgo/sdk-coin-ton@3.4.15) (2025-01-09)
|
|
188
|
+
|
|
189
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
190
|
+
|
|
191
|
+
## [3.4.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.13...@bitgo/sdk-coin-ton@3.4.14) (2025-01-03)
|
|
192
|
+
|
|
193
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
194
|
+
|
|
195
|
+
## [3.4.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.12...@bitgo/sdk-coin-ton@3.4.13) (2024-12-24)
|
|
196
|
+
|
|
197
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
198
|
+
|
|
199
|
+
## [3.4.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.11...@bitgo/sdk-coin-ton@3.4.12) (2024-12-19)
|
|
200
|
+
|
|
201
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
202
|
+
|
|
203
|
+
## [3.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.9...@bitgo/sdk-coin-ton@3.4.11) (2024-12-17)
|
|
204
|
+
|
|
205
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
206
|
+
|
|
207
|
+
## [3.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.9...@bitgo/sdk-coin-ton@3.4.10) (2024-12-17)
|
|
208
|
+
|
|
209
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
210
|
+
|
|
211
|
+
## [3.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.8...@bitgo/sdk-coin-ton@3.4.9) (2024-12-12)
|
|
212
|
+
|
|
213
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
214
|
+
|
|
215
|
+
## [3.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.7...@bitgo/sdk-coin-ton@3.4.8) (2024-12-11)
|
|
216
|
+
|
|
217
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
218
|
+
|
|
219
|
+
## [3.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.6...@bitgo/sdk-coin-ton@3.4.7) (2024-12-03)
|
|
220
|
+
|
|
221
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
222
|
+
|
|
223
|
+
## [3.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.5...@bitgo/sdk-coin-ton@3.4.6) (2024-11-26)
|
|
224
|
+
|
|
225
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
226
|
+
|
|
227
|
+
## [3.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.4...@bitgo/sdk-coin-ton@3.4.5) (2024-11-21)
|
|
228
|
+
|
|
229
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
230
|
+
|
|
231
|
+
## [3.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.2...@bitgo/sdk-coin-ton@3.4.4) (2024-11-19)
|
|
232
|
+
|
|
233
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
234
|
+
|
|
235
|
+
## [3.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.2...@bitgo/sdk-coin-ton@3.4.3) (2024-11-14)
|
|
236
|
+
|
|
237
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
238
|
+
|
|
239
|
+
## [3.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.1...@bitgo/sdk-coin-ton@3.4.2) (2024-11-08)
|
|
240
|
+
|
|
241
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
242
|
+
|
|
243
|
+
## [3.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.4.0...@bitgo/sdk-coin-ton@3.4.1) (2024-11-07)
|
|
244
|
+
|
|
245
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
246
|
+
|
|
247
|
+
# [3.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.3.3...@bitgo/sdk-coin-ton@3.4.0) (2024-11-01)
|
|
248
|
+
|
|
249
|
+
### Bug Fixes
|
|
250
|
+
|
|
251
|
+
- **sdk-coin-ton:** add logging for single nom (Ticket: SC-372) ([9093440](https://github.com/BitGo/BitGoJS/commit/909344015ec57ea0404051e31608769c0b0fe735))
|
|
252
|
+
|
|
253
|
+
### Features
|
|
254
|
+
|
|
255
|
+
- **sdk-coin-ton:** add logic to deserialize TON address from cell (Ticket: SC-486) ([62fc713](https://github.com/BitGo/BitGoJS/commit/62fc7137f85a37bfc8f6defb6d3b9109f70ed409))
|
|
256
|
+
|
|
257
|
+
## [3.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.3.2...@bitgo/sdk-coin-ton@3.3.3) (2024-10-22)
|
|
258
|
+
|
|
259
|
+
### Bug Fixes
|
|
260
|
+
|
|
261
|
+
- **sdk-coin-ton:** fix withdraw amount to base unit ([f1ea9cb](https://github.com/BitGo/BitGoJS/commit/f1ea9cb00c244e9d4e6d1af2462ddc188d1d2614))
|
|
262
|
+
|
|
263
|
+
## [3.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.3.1...@bitgo/sdk-coin-ton@3.3.2) (2024-10-15)
|
|
264
|
+
|
|
265
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
266
|
+
|
|
267
|
+
## [3.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.3.0...@bitgo/sdk-coin-ton@3.3.1) (2024-10-08)
|
|
268
|
+
|
|
269
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
270
|
+
|
|
271
|
+
# [3.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.11...@bitgo/sdk-coin-ton@3.3.0) (2024-10-04)
|
|
272
|
+
|
|
273
|
+
### Bug Fixes
|
|
274
|
+
|
|
275
|
+
- **sdk-coin-ton:** make TON txn message type string (Ticket: SC-370) ([bf222a1](https://github.com/BitGo/BitGoJS/commit/bf222a1588dde328ba983c8cdc1c5c8a139f00d8))
|
|
276
|
+
|
|
277
|
+
### Features
|
|
278
|
+
|
|
279
|
+
- **sdk-coin-ton:** add single nominator withdraw txn (Ticket: SC-370) ([f89be52](https://github.com/BitGo/BitGoJS/commit/f89be5262524a00803f7e31e89866bf58a613b30))
|
|
280
|
+
|
|
281
|
+
## [3.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.10...@bitgo/sdk-coin-ton@3.2.11) (2024-09-24)
|
|
282
|
+
|
|
283
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
284
|
+
|
|
285
|
+
## [3.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.9...@bitgo/sdk-coin-ton@3.2.10) (2024-09-19)
|
|
286
|
+
|
|
287
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
288
|
+
|
|
289
|
+
## [3.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.8...@bitgo/sdk-coin-ton@3.2.9) (2024-09-16)
|
|
290
|
+
|
|
291
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
292
|
+
|
|
293
|
+
## [3.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.7...@bitgo/sdk-coin-ton@3.2.8) (2024-09-10)
|
|
294
|
+
|
|
295
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
296
|
+
|
|
297
|
+
## [3.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.6...@bitgo/sdk-coin-ton@3.2.7) (2024-09-03)
|
|
298
|
+
|
|
299
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
300
|
+
|
|
301
|
+
## [3.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.5...@bitgo/sdk-coin-ton@3.2.6) (2024-08-29)
|
|
302
|
+
|
|
303
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
304
|
+
|
|
305
|
+
## [3.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.4...@bitgo/sdk-coin-ton@3.2.5) (2024-08-27)
|
|
306
|
+
|
|
307
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
308
|
+
|
|
309
|
+
## [3.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.2...@bitgo/sdk-coin-ton@3.2.4) (2024-08-20)
|
|
310
|
+
|
|
311
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
312
|
+
|
|
313
|
+
## [3.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.2...@bitgo/sdk-coin-ton@3.2.3) (2024-08-13)
|
|
314
|
+
|
|
315
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
316
|
+
|
|
317
|
+
## [3.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.1...@bitgo/sdk-coin-ton@3.2.2) (2024-08-07)
|
|
318
|
+
|
|
319
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
320
|
+
|
|
321
|
+
## [3.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.2.0...@bitgo/sdk-coin-ton@3.2.1) (2024-07-30)
|
|
322
|
+
|
|
323
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
324
|
+
|
|
325
|
+
# [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.1.0...@bitgo/sdk-coin-ton@3.2.0) (2024-07-24)
|
|
326
|
+
|
|
327
|
+
### Features
|
|
328
|
+
|
|
329
|
+
- add bounce versions of to and from address ([009b6ef](https://github.com/BitGo/BitGoJS/commit/009b6ef527fd357c72b50a00433e4c4f1c86330a))
|
|
330
|
+
- add bounce versions of to and from address ([50858e3](https://github.com/BitGo/BitGoJS/commit/50858e353d09a9f58a94e55ddafa8ce998d4dbe0))
|
|
331
|
+
- set bounce flag in from method ([2b2126c](https://github.com/BitGo/BitGoJS/commit/2b2126c0fa80de45fdc99ca4c5f43ff477c8c466))
|
|
332
|
+
|
|
333
|
+
# [3.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@3.0.0...@bitgo/sdk-coin-ton@3.1.0) (2024-07-16)
|
|
334
|
+
|
|
335
|
+
### Bug Fixes
|
|
336
|
+
|
|
337
|
+
- **sdk-coin-ton:** address flags ([a6f7f00](https://github.com/BitGo/BitGoJS/commit/a6f7f0026d071b4386360bed164e72416d5e260d))
|
|
338
|
+
- **sdk-coin-ton:** fix address validation ([8d0c4bf](https://github.com/BitGo/BitGoJS/commit/8d0c4bf4c24abf536286f727909c217074fd5559))
|
|
339
|
+
- **sdk-coin-ton:** fix isWalletAddress validation ([7b6420e](https://github.com/BitGo/BitGoJS/commit/7b6420efca0284f44f12bd05f08dda1420b10634))
|
|
340
|
+
|
|
341
|
+
### Features
|
|
342
|
+
|
|
343
|
+
- remove bounceable address as default for ton ([a6a4993](https://github.com/BitGo/BitGoJS/commit/a6a49931e338e29b342f76d7087e0500640c1b5c))
|
|
344
|
+
- remove bounceable address as default for ton ([1138ed7](https://github.com/BitGo/BitGoJS/commit/1138ed765893cce5a6cd4db2da5939ed4296a881))
|
|
345
|
+
- **sdk-coin-ton:** set expireAt for TON txs ([eaf7e56](https://github.com/BitGo/BitGoJS/commit/eaf7e56a8f669229997d17ba3b7c5b6f94d54224))
|
|
346
|
+
|
|
347
|
+
# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.24...@bitgo/sdk-coin-ton@3.0.0) (2024-07-04)
|
|
348
|
+
|
|
349
|
+
### Features
|
|
350
|
+
|
|
351
|
+
- **sdk-coin-ton:** migrate to non bounceable addresses ([79c048d](https://github.com/BitGo/BitGoJS/commit/79c048dbe75c62e64f1260df03fe8ccbadbd4399))
|
|
352
|
+
|
|
353
|
+
### BREAKING CHANGES
|
|
354
|
+
|
|
355
|
+
- **sdk-coin-ton:** All new wallets will generate UQ addresses for ton.
|
|
356
|
+
External applications and clients depending on these kind of addresses should migrate.
|
|
357
|
+
No change is being done to existing EQ address wallets.
|
|
358
|
+
|
|
359
|
+
## [2.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.23...@bitgo/sdk-coin-ton@2.0.24) (2024-07-02)
|
|
360
|
+
|
|
361
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
362
|
+
|
|
363
|
+
## [2.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.22...@bitgo/sdk-coin-ton@2.0.23) (2024-06-27)
|
|
364
|
+
|
|
365
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
366
|
+
|
|
367
|
+
## [2.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.21...@bitgo/sdk-coin-ton@2.0.22) (2024-06-26)
|
|
368
|
+
|
|
369
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
370
|
+
|
|
371
|
+
## [2.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.19...@bitgo/sdk-coin-ton@2.0.21) (2024-06-21)
|
|
372
|
+
|
|
373
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
374
|
+
|
|
375
|
+
## [2.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.19...@bitgo/sdk-coin-ton@2.0.20) (2024-06-20)
|
|
376
|
+
|
|
377
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
378
|
+
|
|
379
|
+
## [2.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.18...@bitgo/sdk-coin-ton@2.0.19) (2024-06-14)
|
|
380
|
+
|
|
381
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
382
|
+
|
|
383
|
+
## [2.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.17...@bitgo/sdk-coin-ton@2.0.18) (2024-06-11)
|
|
384
|
+
|
|
385
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
386
|
+
|
|
387
|
+
## [2.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.16...@bitgo/sdk-coin-ton@2.0.17) (2024-06-05)
|
|
388
|
+
|
|
389
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
390
|
+
|
|
391
|
+
## [2.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.15...@bitgo/sdk-coin-ton@2.0.16) (2024-05-31)
|
|
392
|
+
|
|
393
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
394
|
+
|
|
395
|
+
## [2.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.14...@bitgo/sdk-coin-ton@2.0.15) (2024-05-28)
|
|
396
|
+
|
|
397
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
398
|
+
|
|
399
|
+
## [2.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.13...@bitgo/sdk-coin-ton@2.0.14) (2024-05-22)
|
|
400
|
+
|
|
401
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
402
|
+
|
|
403
|
+
## [2.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.12...@bitgo/sdk-coin-ton@2.0.13) (2024-05-17)
|
|
404
|
+
|
|
405
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
406
|
+
|
|
407
|
+
## [2.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.11...@bitgo/sdk-coin-ton@2.0.12) (2024-05-13)
|
|
408
|
+
|
|
409
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
410
|
+
|
|
411
|
+
## [2.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.10...@bitgo/sdk-coin-ton@2.0.11) (2024-05-08)
|
|
412
|
+
|
|
413
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
414
|
+
|
|
415
|
+
## [2.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.9...@bitgo/sdk-coin-ton@2.0.10) (2024-05-01)
|
|
416
|
+
|
|
417
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
418
|
+
|
|
419
|
+
## [2.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.8...@bitgo/sdk-coin-ton@2.0.9) (2024-04-25)
|
|
420
|
+
|
|
421
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
422
|
+
|
|
423
|
+
## [2.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.7...@bitgo/sdk-coin-ton@2.0.8) (2024-04-24)
|
|
424
|
+
|
|
425
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
426
|
+
|
|
427
|
+
## [2.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.6...@bitgo/sdk-coin-ton@2.0.7) (2024-04-22)
|
|
428
|
+
|
|
429
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
430
|
+
|
|
431
|
+
## [2.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.5...@bitgo/sdk-coin-ton@2.0.6) (2024-04-17)
|
|
432
|
+
|
|
433
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
434
|
+
|
|
435
|
+
## [2.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.4...@bitgo/sdk-coin-ton@2.0.5) (2024-04-12)
|
|
436
|
+
|
|
437
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
438
|
+
|
|
439
|
+
## [2.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.3...@bitgo/sdk-coin-ton@2.0.4) (2024-04-10)
|
|
440
|
+
|
|
441
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
442
|
+
|
|
443
|
+
## [2.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.2...@bitgo/sdk-coin-ton@2.0.3) (2024-04-09)
|
|
444
|
+
|
|
445
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
446
|
+
|
|
447
|
+
## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.1...@bitgo/sdk-coin-ton@2.0.2) (2024-04-08)
|
|
448
|
+
|
|
449
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
450
|
+
|
|
451
|
+
## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@2.0.0...@bitgo/sdk-coin-ton@2.0.1) (2024-04-05)
|
|
452
|
+
|
|
453
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
454
|
+
|
|
455
|
+
# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@1.21.4...@bitgo/sdk-coin-ton@2.0.0) (2024-03-28)
|
|
456
|
+
|
|
457
|
+
### Features
|
|
458
|
+
|
|
459
|
+
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
460
|
+
|
|
461
|
+
### BREAKING CHANGES
|
|
462
|
+
|
|
463
|
+
- **root:** Node 16 is no longer supported in bitgojs.
|
|
464
|
+
TICKET: WP-1100
|
|
465
|
+
|
|
466
|
+
## [1.21.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@1.21.3...@bitgo/sdk-coin-ton@1.21.4) (2024-03-19)
|
|
467
|
+
|
|
468
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
469
|
+
|
|
470
|
+
## [1.21.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@1.21.2...@bitgo/sdk-coin-ton@1.21.3) (2024-03-11)
|
|
471
|
+
|
|
472
|
+
### Bug Fixes
|
|
473
|
+
|
|
474
|
+
- **sdk-coin-ton:** validate amount agnostic of type ([0b1c88e](https://github.com/BitGo/BitGoJS/commit/0b1c88eae8afda6f4cc3320f783cf6854a1553a6))
|
|
475
|
+
|
|
476
|
+
## [1.21.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@1.21.1...@bitgo/sdk-coin-ton@1.21.2) (2024-02-28)
|
|
477
|
+
|
|
478
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
479
|
+
|
|
480
|
+
## [1.21.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ton@1.21.0...@bitgo/sdk-coin-ton@1.21.1) (2024-02-22)
|
|
481
|
+
|
|
482
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-ton
|
|
483
|
+
|
|
484
|
+
# 1.21.0 (2024-02-19)
|
|
485
|
+
|
|
486
|
+
### Bug Fixes
|
|
487
|
+
|
|
488
|
+
- **sdk-coin-ton:** add message id calculation util ([7ced970](https://github.com/BitGo/BitGoJS/commit/7ced970ff81d5893b554e5afc07e1b267232ecb6))
|
|
489
|
+
- **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e))
|
|
490
|
+
- **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198))
|
|
491
|
+
- **sdk-coin-ton:** allow non bouncable address in transaction ([72270e2](https://github.com/BitGo/BitGoJS/commit/72270e20ea7625aea8c25cc695d99fdd5e3a5308))
|
|
492
|
+
- **sdk-coin-ton:** change address format to non bouncable ([4080dac](https://github.com/BitGo/BitGoJS/commit/4080dac1ea3b07bc7c6d11673bc1fb109c743b58))
|
|
493
|
+
- **sdk-coin-ton:** change address format to non-bouncable ([b434438](https://github.com/BitGo/BitGoJS/commit/b4344387bb9287b6578895b1dc360688ff20c6cd))
|
|
494
|
+
- **sdk-coin-ton:** change back address format to bouncable ([08bd603](https://github.com/BitGo/BitGoJS/commit/08bd60313028de99425092ca013fa62bdf6491d6))
|
|
495
|
+
- **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd))
|
|
496
|
+
- **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984))
|
|
497
|
+
- **sdk-coin-ton:** make the ton txid url friendly ([ffdaf57](https://github.com/BitGo/BitGoJS/commit/ffdaf57fa0ff78832f58fd2af785b39de755409b))
|
|
498
|
+
- **sdk-coin-ton:** make transfer non bouncable ([3744998](https://github.com/BitGo/BitGoJS/commit/3744998322b17489b7c1c56e8e600bb3ff83c1a0))
|
|
499
|
+
- **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb))
|
|
500
|
+
|
|
501
|
+
### Features
|
|
502
|
+
|
|
503
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
504
|
+
- **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d))
|
|
505
|
+
|
|
506
|
+
# 1.19.0 (2024-01-30)
|
|
507
|
+
|
|
508
|
+
### Bug Fixes
|
|
509
|
+
|
|
510
|
+
- **sdk-coin-ton:** add message id calculation util ([7ced970](https://github.com/BitGo/BitGoJS/commit/7ced970ff81d5893b554e5afc07e1b267232ecb6))
|
|
511
|
+
- **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e))
|
|
512
|
+
- **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198))
|
|
513
|
+
- **sdk-coin-ton:** allow non bouncable address in transaction ([72270e2](https://github.com/BitGo/BitGoJS/commit/72270e20ea7625aea8c25cc695d99fdd5e3a5308))
|
|
514
|
+
- **sdk-coin-ton:** change address format to non bouncable ([4080dac](https://github.com/BitGo/BitGoJS/commit/4080dac1ea3b07bc7c6d11673bc1fb109c743b58))
|
|
515
|
+
- **sdk-coin-ton:** change address format to non-bouncable ([b434438](https://github.com/BitGo/BitGoJS/commit/b4344387bb9287b6578895b1dc360688ff20c6cd))
|
|
516
|
+
- **sdk-coin-ton:** change back address format to bouncable ([08bd603](https://github.com/BitGo/BitGoJS/commit/08bd60313028de99425092ca013fa62bdf6491d6))
|
|
517
|
+
- **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd))
|
|
518
|
+
- **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984))
|
|
519
|
+
- **sdk-coin-ton:** make the ton txid url friendly ([ffdaf57](https://github.com/BitGo/BitGoJS/commit/ffdaf57fa0ff78832f58fd2af785b39de755409b))
|
|
520
|
+
- **sdk-coin-ton:** make transfer non bouncable ([3744998](https://github.com/BitGo/BitGoJS/commit/3744998322b17489b7c1c56e8e600bb3ff83c1a0))
|
|
521
|
+
- **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb))
|
|
522
|
+
|
|
523
|
+
### Features
|
|
524
|
+
|
|
525
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
526
|
+
- **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d))
|
|
527
|
+
|
|
528
|
+
# 1.18.0 (2024-01-26)
|
|
529
|
+
|
|
530
|
+
### Bug Fixes
|
|
531
|
+
|
|
532
|
+
- **sdk-coin-ton:** add message id calculation util ([7ced970](https://github.com/BitGo/BitGoJS/commit/7ced970ff81d5893b554e5afc07e1b267232ecb6))
|
|
533
|
+
- **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e))
|
|
534
|
+
- **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198))
|
|
535
|
+
- **sdk-coin-ton:** allow non bouncable address in transaction ([72270e2](https://github.com/BitGo/BitGoJS/commit/72270e20ea7625aea8c25cc695d99fdd5e3a5308))
|
|
536
|
+
- **sdk-coin-ton:** change address format to non bouncable ([4080dac](https://github.com/BitGo/BitGoJS/commit/4080dac1ea3b07bc7c6d11673bc1fb109c743b58))
|
|
537
|
+
- **sdk-coin-ton:** change address format to non-bouncable ([b434438](https://github.com/BitGo/BitGoJS/commit/b4344387bb9287b6578895b1dc360688ff20c6cd))
|
|
538
|
+
- **sdk-coin-ton:** change back address format to bouncable ([08bd603](https://github.com/BitGo/BitGoJS/commit/08bd60313028de99425092ca013fa62bdf6491d6))
|
|
539
|
+
- **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd))
|
|
540
|
+
- **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984))
|
|
541
|
+
- **sdk-coin-ton:** make transfer non bouncable ([3744998](https://github.com/BitGo/BitGoJS/commit/3744998322b17489b7c1c56e8e600bb3ff83c1a0))
|
|
542
|
+
- **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb))
|
|
543
|
+
|
|
544
|
+
### Features
|
|
545
|
+
|
|
546
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
547
|
+
- **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d))
|
|
548
|
+
|
|
549
|
+
# 1.17.0 (2024-01-26)
|
|
550
|
+
|
|
551
|
+
### Bug Fixes
|
|
552
|
+
|
|
553
|
+
- **sdk-coin-ton:** add message id calculation util ([7ced970](https://github.com/BitGo/BitGoJS/commit/7ced970ff81d5893b554e5afc07e1b267232ecb6))
|
|
554
|
+
- **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e))
|
|
555
|
+
- **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198))
|
|
556
|
+
- **sdk-coin-ton:** allow non bouncable address in transaction ([72270e2](https://github.com/BitGo/BitGoJS/commit/72270e20ea7625aea8c25cc695d99fdd5e3a5308))
|
|
557
|
+
- **sdk-coin-ton:** change address format to non bouncable ([4080dac](https://github.com/BitGo/BitGoJS/commit/4080dac1ea3b07bc7c6d11673bc1fb109c743b58))
|
|
558
|
+
- **sdk-coin-ton:** change address format to non-bouncable ([b434438](https://github.com/BitGo/BitGoJS/commit/b4344387bb9287b6578895b1dc360688ff20c6cd))
|
|
559
|
+
- **sdk-coin-ton:** change back address format to bouncable ([08bd603](https://github.com/BitGo/BitGoJS/commit/08bd60313028de99425092ca013fa62bdf6491d6))
|
|
560
|
+
- **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd))
|
|
561
|
+
- **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984))
|
|
562
|
+
- **sdk-coin-ton:** make transfer non bouncable ([3744998](https://github.com/BitGo/BitGoJS/commit/3744998322b17489b7c1c56e8e600bb3ff83c1a0))
|
|
563
|
+
- **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb))
|
|
564
|
+
|
|
565
|
+
### Features
|
|
566
|
+
|
|
567
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
568
|
+
- **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d))
|
|
569
|
+
|
|
570
|
+
# 1.16.0 (2024-01-25)
|
|
571
|
+
|
|
572
|
+
### Bug Fixes
|
|
573
|
+
|
|
574
|
+
- **sdk-coin-ton:** add message id calculation util ([7ced970](https://github.com/BitGo/BitGoJS/commit/7ced970ff81d5893b554e5afc07e1b267232ecb6))
|
|
575
|
+
- **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e))
|
|
576
|
+
- **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198))
|
|
577
|
+
- **sdk-coin-ton:** allow non bouncable address in transaction ([72270e2](https://github.com/BitGo/BitGoJS/commit/72270e20ea7625aea8c25cc695d99fdd5e3a5308))
|
|
578
|
+
- **sdk-coin-ton:** change address format to non bouncable ([4080dac](https://github.com/BitGo/BitGoJS/commit/4080dac1ea3b07bc7c6d11673bc1fb109c743b58))
|
|
579
|
+
- **sdk-coin-ton:** change address format to non-bouncable ([b434438](https://github.com/BitGo/BitGoJS/commit/b4344387bb9287b6578895b1dc360688ff20c6cd))
|
|
580
|
+
- **sdk-coin-ton:** change back address format to bouncable ([08bd603](https://github.com/BitGo/BitGoJS/commit/08bd60313028de99425092ca013fa62bdf6491d6))
|
|
581
|
+
- **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd))
|
|
582
|
+
- **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984))
|
|
583
|
+
- **sdk-coin-ton:** make transfer non bouncable ([3744998](https://github.com/BitGo/BitGoJS/commit/3744998322b17489b7c1c56e8e600bb3ff83c1a0))
|
|
584
|
+
- **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb))
|
|
585
|
+
|
|
586
|
+
### Features
|
|
587
|
+
|
|
588
|
+
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
|
|
589
|
+
- **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d))
|
|
590
|
+
|
|
6
591
|
# 1.15.0 (2024-01-22)
|
|
7
592
|
|
|
8
593
|
### Bug Fixes
|
package/dist/src/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -14,4 +18,4 @@ __exportStar(require("./lib"), exports);
|
|
|
14
18
|
__exportStar(require("./register"), exports);
|
|
15
19
|
__exportStar(require("./ton"), exports);
|
|
16
20
|
__exportStar(require("./tton"), exports);
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHdDQUFzQjtBQUN0Qiw2Q0FBMkI7QUFDM0Isd0NBQXNCO0FBQ3RCLHlDQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliJztcbmV4cG9ydCAqIGZyb20gJy4vcmVnaXN0ZXInO1xuZXhwb3J0ICogZnJvbSAnLi90b24nO1xuZXhwb3J0ICogZnJvbSAnLi90dG9uJztcbiJdfQ==
|
package/dist/src/lib/iface.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TransactionFee } from '@bitgo-beta/sdk-core';
|
|
2
|
+
import { ITransactionExplanation } from './transactionExplanation';
|
|
1
3
|
/**
|
|
2
4
|
* The transaction data returned from the toJson() function of a transaction
|
|
3
5
|
*/
|
|
@@ -7,9 +9,12 @@ export interface TxData {
|
|
|
7
9
|
destination: string;
|
|
8
10
|
destinationAlias: string;
|
|
9
11
|
amount: string;
|
|
12
|
+
withdrawAmount: string;
|
|
10
13
|
seqno: number;
|
|
11
14
|
expirationTime: number;
|
|
12
15
|
publicKey: string;
|
|
13
16
|
signature: string;
|
|
17
|
+
bounceable: boolean;
|
|
14
18
|
}
|
|
19
|
+
export type TransactionExplanation = ITransactionExplanation<TransactionFee>;
|
|
15
20
|
//# sourceMappingURL=iface.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iface.d.ts","sourceRoot":"","sources":["../../../src/lib/iface.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"iface.d.ts","sourceRoot":"","sources":["../../../src/lib/iface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAEnE;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,MAAM,sBAAsB,GAAG,uBAAuB,CAAC,cAAc,CAAC,CAAC"}
|
package/dist/src/lib/iface.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvbGliL2lmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBUcmFuc2FjdGlvbkZlZSB9IGZyb20gJ0BiaXRnby1iZXRhL3Nkay1jb3JlJztcbmltcG9ydCB7IElUcmFuc2FjdGlvbkV4cGxhbmF0aW9uIH0gZnJvbSAnLi90cmFuc2FjdGlvbkV4cGxhbmF0aW9uJztcblxuLyoqXG4gKiBUaGUgdHJhbnNhY3Rpb24gZGF0YSByZXR1cm5lZCBmcm9tIHRoZSB0b0pzb24oKSBmdW5jdGlvbiBvZiBhIHRyYW5zYWN0aW9uXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVHhEYXRhIHtcbiAgaWQ6IHN0cmluZztcbiAgc2VuZGVyOiBzdHJpbmc7XG4gIGRlc3RpbmF0aW9uOiBzdHJpbmc7XG4gIGRlc3RpbmF0aW9uQWxpYXM6IHN0cmluZztcbiAgYW1vdW50OiBzdHJpbmc7XG4gIHdpdGhkcmF3QW1vdW50OiBzdHJpbmc7XG4gIHNlcW5vOiBudW1iZXI7XG4gIGV4cGlyYXRpb25UaW1lOiBudW1iZXI7XG4gIHB1YmxpY0tleTogc3RyaW5nO1xuICBzaWduYXR1cmU6IHN0cmluZztcbiAgYm91bmNlYWJsZTogYm9vbGVhbjtcbn1cblxuZXhwb3J0IHR5cGUgVHJhbnNhY3Rpb25FeHBsYW5hdGlvbiA9IElUcmFuc2FjdGlvbkV4cGxhbmF0aW9uPFRyYW5zYWN0aW9uRmVlPjtcbiJdfQ==
|