@bitgo/sdk-coin-sui 5.19.2 → 5.19.3
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/integration/index.d.ts +1 -0
- package/dist/test/integration/index.d.ts.map +1 -0
- package/dist/test/integration/index.js +1 -0
- package/dist/test/local_fullnode/RpcClient.d.ts +60 -0
- package/dist/test/local_fullnode/RpcClient.d.ts.map +1 -0
- package/dist/test/local_fullnode/RpcClient.js +111 -0
- package/dist/test/local_fullnode/faucet.d.ts +6 -0
- package/dist/test/local_fullnode/faucet.d.ts.map +1 -0
- package/dist/test/local_fullnode/faucet.js +17 -0
- package/dist/test/local_fullnode/transactions.d.ts +2 -0
- package/dist/test/local_fullnode/transactions.d.ts.map +1 -0
- package/dist/test/local_fullnode/transactions.js +190 -0
- package/dist/test/resources/sui.d.ts +463 -0
- package/dist/test/resources/sui.d.ts.map +1 -0
- package/dist/test/resources/sui.js +632 -0
- package/dist/test/unit/compareTransactionBlocks.d.ts +2 -0
- package/dist/test/unit/compareTransactionBlocks.d.ts.map +1 -0
- package/dist/test/unit/compareTransactionBlocks.js +64 -0
- package/dist/test/unit/getBuilderFactory.d.ts +3 -0
- package/dist/test/unit/getBuilderFactory.d.ts.map +1 -0
- package/dist/test/unit/getBuilderFactory.js +10 -0
- package/dist/test/unit/keyPair.d.ts +2 -0
- package/dist/test/unit/keyPair.d.ts.map +1 -0
- package/dist/test/unit/keyPair.js +72 -0
- package/dist/test/unit/sui.d.ts +2 -0
- package/dist/test/unit/sui.d.ts.map +1 -0
- package/dist/test/unit/sui.js +2399 -0
- package/dist/test/unit/suiToken.d.ts +2 -0
- package/dist/test/unit/suiToken.d.ts.map +1 -0
- package/dist/test/unit/suiToken.js +39 -0
- package/dist/test/unit/transactionBuilder/customTransactionBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/customTransactionBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/customTransactionBuilder.js +106 -0
- package/dist/test/unit/transactionBuilder/stakingBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/stakingBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/stakingBuilder.js +152 -0
- package/dist/test/unit/transactionBuilder/tokenTransferBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/tokenTransferBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/tokenTransferBuilder.js +149 -0
- package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/transactionBuilder.js +639 -0
- package/dist/test/unit/transactionBuilder/transferBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/transferBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/transferBuilder.js +192 -0
- package/dist/test/unit/transactionBuilder/unstakingBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/unstakingBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/unstakingBuilder.js +115 -0
- package/dist/test/unit/transactionBuilder/walrusStakingBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/walrusStakingBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/walrusStakingBuilder.js +162 -0
- package/dist/test/unit/transactionBuilder/walrusWithdrawBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/walrusWithdrawBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/walrusWithdrawBuilder.js +181 -0
- package/dist/test/unit/transferTransaction.d.ts +2 -0
- package/dist/test/unit/transferTransaction.d.ts.map +1 -0
- package/dist/test/unit/transferTransaction.js +94 -0
- package/dist/test/unit/utils.d.ts +2 -0
- package/dist/test/unit/utils.d.ts.map +1 -0
- package/dist/test/unit/utils.js +81 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +10 -7
- package/.eslintignore +0 -6
- package/.mocharc.yml +0 -7
- package/CHANGELOG.md +0 -1166
package/CHANGELOG.md
DELETED
|
@@ -1,1166 +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
|
-
## [5.19.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.19.1...@bitgo/sdk-coin-sui@5.19.2) (2025-10-02)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
9
|
-
|
|
10
|
-
## [5.19.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.19.0...@bitgo/sdk-coin-sui@5.19.1) (2025-09-29)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
13
|
-
|
|
14
|
-
# [5.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.18.4...@bitgo/sdk-coin-sui@5.19.0) (2025-09-25)
|
|
15
|
-
|
|
16
|
-
### Features
|
|
17
|
-
|
|
18
|
-
- configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
|
|
19
|
-
|
|
20
|
-
## [5.18.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.18.3...@bitgo/sdk-coin-sui@5.18.4) (2025-09-03)
|
|
21
|
-
|
|
22
|
-
### Bug Fixes
|
|
23
|
-
|
|
24
|
-
- **sdk-coin-sui:** verify consolidation txHex ([577c6c6](https://github.com/BitGo/BitGoJS/commit/577c6c6cef874ae34cdd8762fc40113012e3be35))
|
|
25
|
-
|
|
26
|
-
## [5.18.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.18.2...@bitgo/sdk-coin-sui@5.18.3) (2025-08-30)
|
|
27
|
-
|
|
28
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
29
|
-
|
|
30
|
-
## [5.18.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.18.1...@bitgo/sdk-coin-sui@5.18.2) (2025-08-29)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
33
|
-
|
|
34
|
-
## [5.18.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.18.0...@bitgo/sdk-coin-sui@5.18.1) (2025-08-27)
|
|
35
|
-
|
|
36
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
37
|
-
|
|
38
|
-
# [5.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.17.1...@bitgo/sdk-coin-sui@5.18.0) (2025-08-22)
|
|
39
|
-
|
|
40
|
-
### Features
|
|
41
|
-
|
|
42
|
-
- **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
|
|
43
|
-
|
|
44
|
-
## [5.17.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.17.0...@bitgo/sdk-coin-sui@5.17.1) (2025-08-22)
|
|
45
|
-
|
|
46
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
47
|
-
|
|
48
|
-
# [5.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.16.0...@bitgo/sdk-coin-sui@5.17.0) (2025-08-19)
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
- **sdk-coin-sui:** adding fee payer sigining support ([96797ea](https://github.com/BitGo/BitGoJS/commit/96797eaebc477a7c4d9ba60a7fd0ecb662aef725))
|
|
53
|
-
|
|
54
|
-
# [5.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.12...@bitgo/sdk-coin-sui@5.16.0) (2025-08-14)
|
|
55
|
-
|
|
56
|
-
### Features
|
|
57
|
-
|
|
58
|
-
- **sdk-coin-sui:** update walrus mainnet pkg id ([2792919](https://github.com/BitGo/BitGoJS/commit/279291963fe0fbfd1a075330ea925ea6b581e68f))
|
|
59
|
-
|
|
60
|
-
## [5.15.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.11...@bitgo/sdk-coin-sui@5.15.12) (2025-08-07)
|
|
61
|
-
|
|
62
|
-
### Bug Fixes
|
|
63
|
-
|
|
64
|
-
- **root:** bump axios version for form-data vuln ([18ce88b](https://github.com/BitGo/BitGoJS/commit/18ce88b51958bec7b29d30c683c3842d022dd674))
|
|
65
|
-
|
|
66
|
-
## [5.15.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.10...@bitgo/sdk-coin-sui@5.15.11) (2025-07-31)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
69
|
-
|
|
70
|
-
## [5.15.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.9...@bitgo/sdk-coin-sui@5.15.10) (2025-07-30)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
73
|
-
|
|
74
|
-
## [5.15.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.7...@bitgo/sdk-coin-sui@5.15.9) (2025-07-25)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
77
|
-
|
|
78
|
-
## [5.15.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.7...@bitgo/sdk-coin-sui@5.15.8) (2025-07-23)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
81
|
-
|
|
82
|
-
## [5.15.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.6...@bitgo/sdk-coin-sui@5.15.7) (2025-07-15)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
85
|
-
|
|
86
|
-
## [5.15.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.5...@bitgo/sdk-coin-sui@5.15.6) (2025-07-10)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
89
|
-
|
|
90
|
-
## [5.15.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.4...@bitgo/sdk-coin-sui@5.15.5) (2025-07-03)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
93
|
-
|
|
94
|
-
## [5.15.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.3...@bitgo/sdk-coin-sui@5.15.4) (2025-06-25)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
97
|
-
|
|
98
|
-
## [5.15.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.2...@bitgo/sdk-coin-sui@5.15.3) (2025-06-24)
|
|
99
|
-
|
|
100
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
101
|
-
|
|
102
|
-
## [5.15.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.1...@bitgo/sdk-coin-sui@5.15.2) (2025-06-18)
|
|
103
|
-
|
|
104
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
105
|
-
|
|
106
|
-
## [5.15.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.15.0...@bitgo/sdk-coin-sui@5.15.1) (2025-06-10)
|
|
107
|
-
|
|
108
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
109
|
-
|
|
110
|
-
# [5.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.14.0...@bitgo/sdk-coin-sui@5.15.0) (2025-06-05)
|
|
111
|
-
|
|
112
|
-
### Features
|
|
113
|
-
|
|
114
|
-
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
115
|
-
|
|
116
|
-
# [5.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.11...@bitgo/sdk-coin-sui@5.14.0) (2025-06-02)
|
|
117
|
-
|
|
118
|
-
### Features
|
|
119
|
-
|
|
120
|
-
- rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
|
|
121
|
-
- **root:** add new audit key baseCoin method ([57c1778](https://github.com/BitGo/BitGoJS/commit/57c17784a72ea364f18e3af9dbd83da877827e69))
|
|
122
|
-
|
|
123
|
-
## [5.13.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.10...@bitgo/sdk-coin-sui@5.13.11) (2025-05-28)
|
|
124
|
-
|
|
125
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
126
|
-
|
|
127
|
-
## [5.13.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.9...@bitgo/sdk-coin-sui@5.13.10) (2025-05-22)
|
|
128
|
-
|
|
129
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
130
|
-
|
|
131
|
-
## [5.13.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.8...@bitgo/sdk-coin-sui@5.13.9) (2025-05-20)
|
|
132
|
-
|
|
133
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
134
|
-
|
|
135
|
-
## [5.13.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.7...@bitgo/sdk-coin-sui@5.13.8) (2025-05-07)
|
|
136
|
-
|
|
137
|
-
### Bug Fixes
|
|
138
|
-
|
|
139
|
-
- **sdk-coin-sui:** walrus request withdraw stake should have empty outputs ([9a33311](https://github.com/BitGo/BitGoJS/commit/9a33311dd90c1286e9084b90fa9c7c62fc71a4d5))
|
|
140
|
-
|
|
141
|
-
### Reverts
|
|
142
|
-
|
|
143
|
-
- Revert "fix(sdk-coin-sui): walrus request withdraw stake should have empty inputs and outputs" ([4bf582c](https://github.com/BitGo/BitGoJS/commit/4bf582c859f00d74620ce199c5afe85224cf038a))
|
|
144
|
-
|
|
145
|
-
## [5.13.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.6...@bitgo/sdk-coin-sui@5.13.7) (2025-04-29)
|
|
146
|
-
|
|
147
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
148
|
-
|
|
149
|
-
## [5.13.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.5...@bitgo/sdk-coin-sui@5.13.6) (2025-04-25)
|
|
150
|
-
|
|
151
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
152
|
-
|
|
153
|
-
## [5.13.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.4...@bitgo/sdk-coin-sui@5.13.5) (2025-04-15)
|
|
154
|
-
|
|
155
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
156
|
-
|
|
157
|
-
## [5.13.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.3...@bitgo/sdk-coin-sui@5.13.4) (2025-04-04)
|
|
158
|
-
|
|
159
|
-
### Bug Fixes
|
|
160
|
-
|
|
161
|
-
- **sdk-coin-sui:** walrus request withdraw stake should have empty inputs and outputs ([8def393](https://github.com/BitGo/BitGoJS/commit/8def393b5d07dd9629a5f18059cc2665e9f423f9))
|
|
162
|
-
|
|
163
|
-
## [5.13.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.2...@bitgo/sdk-coin-sui@5.13.3) (2025-04-02)
|
|
164
|
-
|
|
165
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
166
|
-
|
|
167
|
-
## [5.13.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.1...@bitgo/sdk-coin-sui@5.13.2) (2025-03-28)
|
|
168
|
-
|
|
169
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
170
|
-
|
|
171
|
-
## [5.13.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.0...@bitgo/sdk-coin-sui@5.13.1) (2025-03-20)
|
|
172
|
-
|
|
173
|
-
### Bug Fixes
|
|
174
|
-
|
|
175
|
-
- **sdk-coin-sui:** detect sui mainnet ([a8a512f](https://github.com/BitGo/BitGoJS/commit/a8a512f83af34157512e00427f2d2c6a8523058d))
|
|
176
|
-
|
|
177
|
-
# [5.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.12.1...@bitgo/sdk-coin-sui@5.13.0) (2025-03-18)
|
|
178
|
-
|
|
179
|
-
### Bug Fixes
|
|
180
|
-
|
|
181
|
-
- **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
|
|
182
|
-
|
|
183
|
-
### Features
|
|
184
|
-
|
|
185
|
-
- **sdk-coin-sui:** add walrus prod config ([7ecdfa5](https://github.com/BitGo/BitGoJS/commit/7ecdfa52a805c262518a1199f655e9b9ef46b1c2))
|
|
186
|
-
|
|
187
|
-
## [5.12.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.12.0...@bitgo/sdk-coin-sui@5.12.1) (2025-03-06)
|
|
188
|
-
|
|
189
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
190
|
-
|
|
191
|
-
# [5.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.11.0...@bitgo/sdk-coin-sui@5.12.0) (2025-03-04)
|
|
192
|
-
|
|
193
|
-
### Features
|
|
194
|
-
|
|
195
|
-
- **sdk-coin-sui:** update walrus testnet package id ([86ddaaf](https://github.com/BitGo/BitGoJS/commit/86ddaaf5a2287d74cbe749708689209a5e76901b))
|
|
196
|
-
|
|
197
|
-
## [5.11.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.11.0...@bitgo/sdk-coin-sui@5.11.2) (2025-02-26)
|
|
198
|
-
|
|
199
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
200
|
-
|
|
201
|
-
## [5.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.11.0...@bitgo/sdk-coin-sui@5.11.1) (2025-02-20)
|
|
202
|
-
|
|
203
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
204
|
-
|
|
205
|
-
# [5.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.10.0...@bitgo/sdk-coin-sui@5.11.0) (2025-02-19)
|
|
206
|
-
|
|
207
|
-
### Bug Fixes
|
|
208
|
-
|
|
209
|
-
- **sdk-coin-sui:** add exports for wal unstaking ([5a32ceb](https://github.com/BitGo/BitGoJS/commit/5a32cebabc1449cc01d26dd0ae0902dc338016b8))
|
|
210
|
-
- **sdk-coin-sui:** update transaction explanation switch statement ([0b6dde2](https://github.com/BitGo/BitGoJS/commit/0b6dde21ed1eda1388ba87717e07e50ba5e61e48))
|
|
211
|
-
|
|
212
|
-
### Features
|
|
213
|
-
|
|
214
|
-
- **sdk-coin-sui:** update package id ([afa60ee](https://github.com/BitGo/BitGoJS/commit/afa60ee801ff1243a9010a3b57c7693de355eb97))
|
|
215
|
-
|
|
216
|
-
# [5.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.9.0...@bitgo/sdk-coin-sui@5.10.0) (2025-02-11)
|
|
217
|
-
|
|
218
|
-
### Features
|
|
219
|
-
|
|
220
|
-
- **sdk-coin-sui:** walrus unstaking tx support ([d3892e0](https://github.com/BitGo/BitGoJS/commit/d3892e0da5c5a3c86b6444d6abd9a925f26c0dcd))
|
|
221
|
-
|
|
222
|
-
# [5.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.22...@bitgo/sdk-coin-sui@5.9.0) (2025-02-05)
|
|
223
|
-
|
|
224
|
-
### Bug Fixes
|
|
225
|
-
|
|
226
|
-
- **sdk-coin-sui:** add exports ([495f314](https://github.com/BitGo/BitGoJS/commit/495f314e7d9e97322744015e980c9614c5accd1d))
|
|
227
|
-
|
|
228
|
-
### Features
|
|
229
|
-
|
|
230
|
-
- **sdk-coin-sui:** walrus staking transaction builder ([8ffdaf0](https://github.com/BitGo/BitGoJS/commit/8ffdaf09832f0877c2b07529a79bb09cfd31df1c))
|
|
231
|
-
|
|
232
|
-
## [5.8.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.21...@bitgo/sdk-coin-sui@5.8.22) (2025-01-28)
|
|
233
|
-
|
|
234
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
235
|
-
|
|
236
|
-
## [5.8.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.20...@bitgo/sdk-coin-sui@5.8.21) (2025-01-23)
|
|
237
|
-
|
|
238
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
239
|
-
|
|
240
|
-
## [5.8.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.19...@bitgo/sdk-coin-sui@5.8.20) (2025-01-23)
|
|
241
|
-
|
|
242
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
243
|
-
|
|
244
|
-
## [5.8.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.18...@bitgo/sdk-coin-sui@5.8.19) (2025-01-20)
|
|
245
|
-
|
|
246
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
247
|
-
|
|
248
|
-
## [5.8.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.17...@bitgo/sdk-coin-sui@5.8.18) (2025-01-15)
|
|
249
|
-
|
|
250
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
251
|
-
|
|
252
|
-
## [5.8.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.16...@bitgo/sdk-coin-sui@5.8.17) (2025-01-09)
|
|
253
|
-
|
|
254
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
255
|
-
|
|
256
|
-
## [5.8.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.15...@bitgo/sdk-coin-sui@5.8.16) (2025-01-03)
|
|
257
|
-
|
|
258
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
259
|
-
|
|
260
|
-
## [5.8.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.14...@bitgo/sdk-coin-sui@5.8.15) (2024-12-24)
|
|
261
|
-
|
|
262
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
263
|
-
|
|
264
|
-
## [5.8.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.13...@bitgo/sdk-coin-sui@5.8.14) (2024-12-19)
|
|
265
|
-
|
|
266
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
267
|
-
|
|
268
|
-
## [5.8.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.11...@bitgo/sdk-coin-sui@5.8.13) (2024-12-17)
|
|
269
|
-
|
|
270
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
271
|
-
|
|
272
|
-
## [5.8.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.11...@bitgo/sdk-coin-sui@5.8.12) (2024-12-17)
|
|
273
|
-
|
|
274
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
275
|
-
|
|
276
|
-
## [5.8.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.10...@bitgo/sdk-coin-sui@5.8.11) (2024-12-12)
|
|
277
|
-
|
|
278
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
279
|
-
|
|
280
|
-
## [5.8.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.9...@bitgo/sdk-coin-sui@5.8.10) (2024-12-11)
|
|
281
|
-
|
|
282
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
283
|
-
|
|
284
|
-
## [5.8.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.8...@bitgo/sdk-coin-sui@5.8.9) (2024-12-03)
|
|
285
|
-
|
|
286
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
287
|
-
|
|
288
|
-
## [5.8.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.7...@bitgo/sdk-coin-sui@5.8.8) (2024-11-26)
|
|
289
|
-
|
|
290
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
291
|
-
|
|
292
|
-
## [5.8.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.6...@bitgo/sdk-coin-sui@5.8.7) (2024-11-21)
|
|
293
|
-
|
|
294
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
295
|
-
|
|
296
|
-
## [5.8.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.4...@bitgo/sdk-coin-sui@5.8.6) (2024-11-19)
|
|
297
|
-
|
|
298
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
299
|
-
|
|
300
|
-
## [5.8.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.4...@bitgo/sdk-coin-sui@5.8.5) (2024-11-14)
|
|
301
|
-
|
|
302
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
303
|
-
|
|
304
|
-
## [5.8.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.3...@bitgo/sdk-coin-sui@5.8.4) (2024-11-08)
|
|
305
|
-
|
|
306
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
307
|
-
|
|
308
|
-
## [5.8.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.2...@bitgo/sdk-coin-sui@5.8.3) (2024-11-07)
|
|
309
|
-
|
|
310
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
311
|
-
|
|
312
|
-
## [5.8.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.1...@bitgo/sdk-coin-sui@5.8.2) (2024-11-01)
|
|
313
|
-
|
|
314
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
315
|
-
|
|
316
|
-
## [5.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.8.0...@bitgo/sdk-coin-sui@5.8.1) (2024-10-22)
|
|
317
|
-
|
|
318
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
319
|
-
|
|
320
|
-
# [5.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.7.3...@bitgo/sdk-coin-sui@5.8.0) (2024-10-15)
|
|
321
|
-
|
|
322
|
-
### Features
|
|
323
|
-
|
|
324
|
-
- add support for withdrawals from receive addr for ADA ([ed90e7d](https://github.com/BitGo/BitGoJS/commit/ed90e7d1b9fdebb96b5e2b5ea4afdcb42a9d2fd1))
|
|
325
|
-
|
|
326
|
-
## [5.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.7.2...@bitgo/sdk-coin-sui@5.7.3) (2024-10-08)
|
|
327
|
-
|
|
328
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
329
|
-
|
|
330
|
-
## [5.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.7.1...@bitgo/sdk-coin-sui@5.7.2) (2024-10-04)
|
|
331
|
-
|
|
332
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
333
|
-
|
|
334
|
-
## [5.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.7.0...@bitgo/sdk-coin-sui@5.7.1) (2024-09-24)
|
|
335
|
-
|
|
336
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
337
|
-
|
|
338
|
-
# [5.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.6.4...@bitgo/sdk-coin-sui@5.7.0) (2024-09-19)
|
|
339
|
-
|
|
340
|
-
### Features
|
|
341
|
-
|
|
342
|
-
- **sdk-coin-sui:** recover tokens ([218b1af](https://github.com/BitGo/BitGoJS/commit/218b1af7b100930976171dfc601b600f847877a0))
|
|
343
|
-
|
|
344
|
-
## [5.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.6.3...@bitgo/sdk-coin-sui@5.6.4) (2024-09-16)
|
|
345
|
-
|
|
346
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
347
|
-
|
|
348
|
-
## [5.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.6.2...@bitgo/sdk-coin-sui@5.6.3) (2024-09-10)
|
|
349
|
-
|
|
350
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
351
|
-
|
|
352
|
-
## [5.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.6.1...@bitgo/sdk-coin-sui@5.6.2) (2024-09-03)
|
|
353
|
-
|
|
354
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
355
|
-
|
|
356
|
-
## [5.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.6.0...@bitgo/sdk-coin-sui@5.6.1) (2024-08-29)
|
|
357
|
-
|
|
358
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
359
|
-
|
|
360
|
-
# [5.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.5.0...@bitgo/sdk-coin-sui@5.6.0) (2024-08-27)
|
|
361
|
-
|
|
362
|
-
### Bug Fixes
|
|
363
|
-
|
|
364
|
-
- **sdk-coin-sui:** remove keychain check from isWalletAddress() ([1e95878](https://github.com/BitGo/BitGoJS/commit/1e958786d63bef94bdc3f964b91b6cf76d33beda))
|
|
365
|
-
|
|
366
|
-
### Features
|
|
367
|
-
|
|
368
|
-
- **sdk-coin-sui:** support seed based MPC addresses ([9e1830a](https://github.com/BitGo/BitGoJS/commit/9e1830a6cbebf16b781b4c8e6f5f905b2b9b75fe))
|
|
369
|
-
|
|
370
|
-
# [5.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.4.0...@bitgo/sdk-coin-sui@5.5.0) (2024-08-20)
|
|
371
|
-
|
|
372
|
-
### Features
|
|
373
|
-
|
|
374
|
-
- **sdk-coin-sui:** build unsigned consolidation ([2ceadd5](https://github.com/BitGo/BitGoJS/commit/2ceadd5aef744abd11f99a0e01b9c9031ffbdd9a))
|
|
375
|
-
- **sdk-coin-sui:** create broadcastable MPC transaction ([9b69f25](https://github.com/BitGo/BitGoJS/commit/9b69f257abff7f01dae5f0feb4ec7ee89e0a91cc))
|
|
376
|
-
|
|
377
|
-
## [5.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.4.0...@bitgo/sdk-coin-sui@5.4.1) (2024-08-13)
|
|
378
|
-
|
|
379
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
380
|
-
|
|
381
|
-
# [5.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.3.1...@bitgo/sdk-coin-sui@5.4.0) (2024-08-07)
|
|
382
|
-
|
|
383
|
-
### Bug Fixes
|
|
384
|
-
|
|
385
|
-
- **sdk-coin-sui:** big-number data type of input coins balance ([6deb0c0](https://github.com/BitGo/BitGoJS/commit/6deb0c06ef0ea14311e8caea2e2e90c1ad08e750))
|
|
386
|
-
- **sdk-coin-sui:** unsigned sweep transaction output ([8cc0966](https://github.com/BitGo/BitGoJS/commit/8cc0966d13170e245c05f4f22cbcebfe81a69d77))
|
|
387
|
-
|
|
388
|
-
### Features
|
|
389
|
-
|
|
390
|
-
- **sdk-coin-sui:** broadcast transaction using serialized signed tx and signature ([3d57dd5](https://github.com/BitGo/BitGoJS/commit/3d57dd5cc6458075aeb19572386c02d6960dbd6f))
|
|
391
|
-
- **sdk-coin-sui:** non-bitgo recovery ([a60531a](https://github.com/BitGo/BitGoJS/commit/a60531aabd0708d7f67226a0c5a4a4ea84f83d66))
|
|
392
|
-
|
|
393
|
-
## [5.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.3.0...@bitgo/sdk-coin-sui@5.3.1) (2024-07-30)
|
|
394
|
-
|
|
395
|
-
### Bug Fixes
|
|
396
|
-
|
|
397
|
-
- **sdk-coin-sui:** return all input objects in `toJson` result ([10ea422](https://github.com/BitGo/BitGoJS/commit/10ea42250e3f48de8387ef2f1f5a25e0056241c6))
|
|
398
|
-
- **sdk-coin-sui:** support TokenTransfer in TransactionBuilderFactory ([5d96cb4](https://github.com/BitGo/BitGoJS/commit/5d96cb44f493f7df26ddec4db630290daf83980e))
|
|
399
|
-
|
|
400
|
-
# [5.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.2.0...@bitgo/sdk-coin-sui@5.3.0) (2024-07-24)
|
|
401
|
-
|
|
402
|
-
### Features
|
|
403
|
-
|
|
404
|
-
- **sdk-coin-sui:** add token transfer builder ([7909d47](https://github.com/BitGo/BitGoJS/commit/7909d47b2f30fa764ee19839954554eb2fbd8002))
|
|
405
|
-
|
|
406
|
-
# [5.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.1.8...@bitgo/sdk-coin-sui@5.2.0) (2024-07-16)
|
|
407
|
-
|
|
408
|
-
### Bug Fixes
|
|
409
|
-
|
|
410
|
-
- register sui tokens in coinFactory ([8780211](https://github.com/BitGo/BitGoJS/commit/8780211db29df408057a821a1116a90eedcedb71))
|
|
411
|
-
|
|
412
|
-
### Features
|
|
413
|
-
|
|
414
|
-
- **sdk-coin-sui:** add SuiToken skeleton ([5695078](https://github.com/BitGo/BitGoJS/commit/5695078081842b5bfc06f6b01c1d057042d688da))
|
|
415
|
-
|
|
416
|
-
## [5.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.1.7...@bitgo/sdk-coin-sui@5.1.8) (2024-07-04)
|
|
417
|
-
|
|
418
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
419
|
-
|
|
420
|
-
## [5.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.1.6...@bitgo/sdk-coin-sui@5.1.7) (2024-07-02)
|
|
421
|
-
|
|
422
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
423
|
-
|
|
424
|
-
## [5.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.1.5...@bitgo/sdk-coin-sui@5.1.6) (2024-06-27)
|
|
425
|
-
|
|
426
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
427
|
-
|
|
428
|
-
## [5.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.1.4...@bitgo/sdk-coin-sui@5.1.5) (2024-06-26)
|
|
429
|
-
|
|
430
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
431
|
-
|
|
432
|
-
## [5.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.1.2...@bitgo/sdk-coin-sui@5.1.4) (2024-06-21)
|
|
433
|
-
|
|
434
|
-
### Bug Fixes
|
|
435
|
-
|
|
436
|
-
- **sdk-coin-sui:** trim gas inputs in `getTxData` when input objects > 255 ([a1ae5eb](https://github.com/BitGo/BitGoJS/commit/a1ae5ebbc2a0a0b9fcf427faa66f66f44610e347))
|
|
437
|
-
|
|
438
|
-
## [5.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.1.2...@bitgo/sdk-coin-sui@5.1.3) (2024-06-20)
|
|
439
|
-
|
|
440
|
-
### Bug Fixes
|
|
441
|
-
|
|
442
|
-
- **sdk-coin-sui:** trim gas inputs in `getTxData` when input objects > 255 ([a1ae5eb](https://github.com/BitGo/BitGoJS/commit/a1ae5ebbc2a0a0b9fcf427faa66f66f44610e347))
|
|
443
|
-
|
|
444
|
-
## [5.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.1.1...@bitgo/sdk-coin-sui@5.1.2) (2024-06-14)
|
|
445
|
-
|
|
446
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
447
|
-
|
|
448
|
-
## [5.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.1.0...@bitgo/sdk-coin-sui@5.1.1) (2024-06-11)
|
|
449
|
-
|
|
450
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
451
|
-
|
|
452
|
-
# [5.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.16...@bitgo/sdk-coin-sui@5.1.0) (2024-06-05)
|
|
453
|
-
|
|
454
|
-
### Bug Fixes
|
|
455
|
-
|
|
456
|
-
- **sdk-coin-sui:** rebuild from raw transaction when input objects > 255 ([72b2d38](https://github.com/BitGo/BitGoJS/commit/72b2d389e40387de1eb61464638c39bbff26bf79))
|
|
457
|
-
|
|
458
|
-
### Features
|
|
459
|
-
|
|
460
|
-
- **sdk-coin-sui:** add support for building txns with > 255 inputs ([7be38a3](https://github.com/BitGo/BitGoJS/commit/7be38a35f2e0db50d2a0cb2bea68f1594c158587))
|
|
461
|
-
|
|
462
|
-
## [5.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.15...@bitgo/sdk-coin-sui@5.0.16) (2024-05-31)
|
|
463
|
-
|
|
464
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
465
|
-
|
|
466
|
-
## [5.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.14...@bitgo/sdk-coin-sui@5.0.15) (2024-05-28)
|
|
467
|
-
|
|
468
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
469
|
-
|
|
470
|
-
## [5.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.13...@bitgo/sdk-coin-sui@5.0.14) (2024-05-22)
|
|
471
|
-
|
|
472
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
473
|
-
|
|
474
|
-
## [5.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.12...@bitgo/sdk-coin-sui@5.0.13) (2024-05-17)
|
|
475
|
-
|
|
476
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
477
|
-
|
|
478
|
-
## [5.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.11...@bitgo/sdk-coin-sui@5.0.12) (2024-05-13)
|
|
479
|
-
|
|
480
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
481
|
-
|
|
482
|
-
## [5.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.10...@bitgo/sdk-coin-sui@5.0.11) (2024-05-08)
|
|
483
|
-
|
|
484
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
485
|
-
|
|
486
|
-
## [5.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.9...@bitgo/sdk-coin-sui@5.0.10) (2024-05-01)
|
|
487
|
-
|
|
488
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
489
|
-
|
|
490
|
-
## [5.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.8...@bitgo/sdk-coin-sui@5.0.9) (2024-04-25)
|
|
491
|
-
|
|
492
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
493
|
-
|
|
494
|
-
## [5.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.7...@bitgo/sdk-coin-sui@5.0.8) (2024-04-24)
|
|
495
|
-
|
|
496
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
497
|
-
|
|
498
|
-
## [5.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.6...@bitgo/sdk-coin-sui@5.0.7) (2024-04-22)
|
|
499
|
-
|
|
500
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
501
|
-
|
|
502
|
-
## [5.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.5...@bitgo/sdk-coin-sui@5.0.6) (2024-04-17)
|
|
503
|
-
|
|
504
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
505
|
-
|
|
506
|
-
## [5.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.4...@bitgo/sdk-coin-sui@5.0.5) (2024-04-12)
|
|
507
|
-
|
|
508
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
509
|
-
|
|
510
|
-
## [5.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.3...@bitgo/sdk-coin-sui@5.0.4) (2024-04-10)
|
|
511
|
-
|
|
512
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
513
|
-
|
|
514
|
-
## [5.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.2...@bitgo/sdk-coin-sui@5.0.3) (2024-04-09)
|
|
515
|
-
|
|
516
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
517
|
-
|
|
518
|
-
## [5.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.1...@bitgo/sdk-coin-sui@5.0.2) (2024-04-08)
|
|
519
|
-
|
|
520
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
521
|
-
|
|
522
|
-
## [5.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.0.0...@bitgo/sdk-coin-sui@5.0.1) (2024-04-05)
|
|
523
|
-
|
|
524
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
525
|
-
|
|
526
|
-
# [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.24.4...@bitgo/sdk-coin-sui@5.0.0) (2024-03-28)
|
|
527
|
-
|
|
528
|
-
### Bug Fixes
|
|
529
|
-
|
|
530
|
-
- cast as `unknown` before recasting ([abe6595](https://github.com/BitGo/BitGoJS/commit/abe6595a10962e169eeec4778b022337e30893ed))
|
|
531
|
-
|
|
532
|
-
### Features
|
|
533
|
-
|
|
534
|
-
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
535
|
-
|
|
536
|
-
### BREAKING CHANGES
|
|
537
|
-
|
|
538
|
-
- **root:** Node 16 is no longer supported in bitgojs.
|
|
539
|
-
TICKET: WP-1100
|
|
540
|
-
|
|
541
|
-
## [4.24.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.24.3...@bitgo/sdk-coin-sui@4.24.4) (2024-03-19)
|
|
542
|
-
|
|
543
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
544
|
-
|
|
545
|
-
## [4.24.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.24.2...@bitgo/sdk-coin-sui@4.24.3) (2024-03-11)
|
|
546
|
-
|
|
547
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
548
|
-
|
|
549
|
-
## [4.24.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.24.1...@bitgo/sdk-coin-sui@4.24.2) (2024-02-28)
|
|
550
|
-
|
|
551
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
552
|
-
|
|
553
|
-
## [4.24.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.24.0...@bitgo/sdk-coin-sui@4.24.1) (2024-02-22)
|
|
554
|
-
|
|
555
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
556
|
-
|
|
557
|
-
# [4.24.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.24.0) (2024-02-19)
|
|
558
|
-
|
|
559
|
-
### Bug Fixes
|
|
560
|
-
|
|
561
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
562
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
563
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
564
|
-
|
|
565
|
-
### Features
|
|
566
|
-
|
|
567
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
568
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
569
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
570
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
571
|
-
|
|
572
|
-
# [4.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.22.0) (2024-01-30)
|
|
573
|
-
|
|
574
|
-
### Bug Fixes
|
|
575
|
-
|
|
576
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
577
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
578
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
579
|
-
|
|
580
|
-
### Features
|
|
581
|
-
|
|
582
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
583
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
584
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
585
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
586
|
-
|
|
587
|
-
# [4.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.21.0) (2024-01-26)
|
|
588
|
-
|
|
589
|
-
### Bug Fixes
|
|
590
|
-
|
|
591
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
592
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
593
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
594
|
-
|
|
595
|
-
### Features
|
|
596
|
-
|
|
597
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
598
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
599
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
600
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
601
|
-
|
|
602
|
-
# [4.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.20.0) (2024-01-26)
|
|
603
|
-
|
|
604
|
-
### Bug Fixes
|
|
605
|
-
|
|
606
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
607
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
608
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
609
|
-
|
|
610
|
-
### Features
|
|
611
|
-
|
|
612
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
613
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
614
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
615
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
616
|
-
|
|
617
|
-
# [4.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.19.0) (2024-01-25)
|
|
618
|
-
|
|
619
|
-
### Bug Fixes
|
|
620
|
-
|
|
621
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
622
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
623
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
624
|
-
|
|
625
|
-
### Features
|
|
626
|
-
|
|
627
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
628
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
629
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
630
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
631
|
-
|
|
632
|
-
# [4.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.18.0) (2024-01-22)
|
|
633
|
-
|
|
634
|
-
### Bug Fixes
|
|
635
|
-
|
|
636
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
637
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
638
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
639
|
-
|
|
640
|
-
### Features
|
|
641
|
-
|
|
642
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
643
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
644
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
645
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
646
|
-
|
|
647
|
-
# [4.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.17.0) (2024-01-09)
|
|
648
|
-
|
|
649
|
-
### Bug Fixes
|
|
650
|
-
|
|
651
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
652
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
653
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
654
|
-
|
|
655
|
-
### Features
|
|
656
|
-
|
|
657
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
658
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
659
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
660
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
661
|
-
|
|
662
|
-
# [4.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.16.0) (2024-01-03)
|
|
663
|
-
|
|
664
|
-
### Bug Fixes
|
|
665
|
-
|
|
666
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
667
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
668
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
669
|
-
|
|
670
|
-
### Features
|
|
671
|
-
|
|
672
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
673
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
674
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
675
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
676
|
-
|
|
677
|
-
# [4.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.15.0) (2023-12-18)
|
|
678
|
-
|
|
679
|
-
### Bug Fixes
|
|
680
|
-
|
|
681
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
682
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
683
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
684
|
-
|
|
685
|
-
### Features
|
|
686
|
-
|
|
687
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
688
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
689
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
690
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
691
|
-
|
|
692
|
-
# [4.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.14.0) (2023-12-12)
|
|
693
|
-
|
|
694
|
-
### Bug Fixes
|
|
695
|
-
|
|
696
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
697
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
698
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
699
|
-
|
|
700
|
-
### Features
|
|
701
|
-
|
|
702
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
703
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
704
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
705
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
706
|
-
|
|
707
|
-
# [4.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.13.0) (2023-12-09)
|
|
708
|
-
|
|
709
|
-
### Bug Fixes
|
|
710
|
-
|
|
711
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
712
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
713
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
714
|
-
|
|
715
|
-
### Features
|
|
716
|
-
|
|
717
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
718
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
719
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
720
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
721
|
-
|
|
722
|
-
# [4.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.12.0) (2023-12-05)
|
|
723
|
-
|
|
724
|
-
### Bug Fixes
|
|
725
|
-
|
|
726
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
727
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
728
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
729
|
-
|
|
730
|
-
### Features
|
|
731
|
-
|
|
732
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
733
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
734
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
735
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
736
|
-
|
|
737
|
-
# [4.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.11.0) (2023-11-28)
|
|
738
|
-
|
|
739
|
-
### Bug Fixes
|
|
740
|
-
|
|
741
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
742
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
743
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
744
|
-
|
|
745
|
-
### Features
|
|
746
|
-
|
|
747
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
748
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
749
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
750
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
751
|
-
|
|
752
|
-
# [4.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.10.0) (2023-11-24)
|
|
753
|
-
|
|
754
|
-
### Bug Fixes
|
|
755
|
-
|
|
756
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
757
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
758
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
759
|
-
|
|
760
|
-
### Features
|
|
761
|
-
|
|
762
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
763
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
764
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
765
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
766
|
-
|
|
767
|
-
# [4.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.9.0) (2023-11-17)
|
|
768
|
-
|
|
769
|
-
### Bug Fixes
|
|
770
|
-
|
|
771
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
772
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
773
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
774
|
-
|
|
775
|
-
### Features
|
|
776
|
-
|
|
777
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
778
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
779
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
780
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
781
|
-
|
|
782
|
-
# [4.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.8.0) (2023-11-13)
|
|
783
|
-
|
|
784
|
-
### Bug Fixes
|
|
785
|
-
|
|
786
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
787
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
788
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
789
|
-
|
|
790
|
-
### Features
|
|
791
|
-
|
|
792
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
793
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
794
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
795
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
796
|
-
|
|
797
|
-
# [4.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.7.0) (2023-11-13)
|
|
798
|
-
|
|
799
|
-
### Bug Fixes
|
|
800
|
-
|
|
801
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
802
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
803
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
804
|
-
|
|
805
|
-
### Features
|
|
806
|
-
|
|
807
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
808
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
809
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
810
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
811
|
-
|
|
812
|
-
# [4.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.6.0) (2023-11-13)
|
|
813
|
-
|
|
814
|
-
### Bug Fixes
|
|
815
|
-
|
|
816
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
817
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
818
|
-
- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
|
|
819
|
-
|
|
820
|
-
### Features
|
|
821
|
-
|
|
822
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
823
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
824
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
825
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
826
|
-
|
|
827
|
-
# [4.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.5.0) (2023-10-20)
|
|
828
|
-
|
|
829
|
-
### Bug Fixes
|
|
830
|
-
|
|
831
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
832
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
833
|
-
|
|
834
|
-
### Features
|
|
835
|
-
|
|
836
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
837
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
838
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
839
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
840
|
-
|
|
841
|
-
# [4.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.4.0) (2023-10-18)
|
|
842
|
-
|
|
843
|
-
### Bug Fixes
|
|
844
|
-
|
|
845
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
846
|
-
- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
|
|
847
|
-
|
|
848
|
-
### Features
|
|
849
|
-
|
|
850
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
851
|
-
- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
|
|
852
|
-
- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
|
|
853
|
-
- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
|
|
854
|
-
|
|
855
|
-
# [4.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.3.0) (2023-09-25)
|
|
856
|
-
|
|
857
|
-
### Bug Fixes
|
|
858
|
-
|
|
859
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
860
|
-
|
|
861
|
-
### Features
|
|
862
|
-
|
|
863
|
-
- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
|
|
864
|
-
|
|
865
|
-
## [4.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.2.10) (2023-09-09)
|
|
866
|
-
|
|
867
|
-
### Bug Fixes
|
|
868
|
-
|
|
869
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
870
|
-
|
|
871
|
-
## [4.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.2.9) (2023-09-09)
|
|
872
|
-
|
|
873
|
-
### Bug Fixes
|
|
874
|
-
|
|
875
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
876
|
-
|
|
877
|
-
## [4.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.2.8) (2023-09-07)
|
|
878
|
-
|
|
879
|
-
### Bug Fixes
|
|
880
|
-
|
|
881
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
882
|
-
|
|
883
|
-
## [4.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.2.7) (2023-09-05)
|
|
884
|
-
|
|
885
|
-
### Bug Fixes
|
|
886
|
-
|
|
887
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
888
|
-
|
|
889
|
-
## [4.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.2.6) (2023-09-01)
|
|
890
|
-
|
|
891
|
-
### Bug Fixes
|
|
892
|
-
|
|
893
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
894
|
-
|
|
895
|
-
## [4.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.2.5) (2023-08-29)
|
|
896
|
-
|
|
897
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
898
|
-
|
|
899
|
-
## [4.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.2.4) (2023-08-25)
|
|
900
|
-
|
|
901
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
902
|
-
|
|
903
|
-
## [4.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.2.3) (2023-08-24)
|
|
904
|
-
|
|
905
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
906
|
-
|
|
907
|
-
## [4.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.2.2) (2023-08-16)
|
|
908
|
-
|
|
909
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
910
|
-
|
|
911
|
-
## [4.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.2.1) (2023-08-16)
|
|
912
|
-
|
|
913
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
914
|
-
|
|
915
|
-
# [4.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.0.0...@bitgo/sdk-coin-sui@4.2.0) (2023-08-04)
|
|
916
|
-
|
|
917
|
-
### Features
|
|
918
|
-
|
|
919
|
-
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
920
|
-
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
921
|
-
|
|
922
|
-
# [4.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.0.0...@bitgo/sdk-coin-sui@4.1.0) (2023-07-28)
|
|
923
|
-
|
|
924
|
-
### Features
|
|
925
|
-
|
|
926
|
-
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
927
|
-
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
928
|
-
|
|
929
|
-
# [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.2.0...@bitgo/sdk-coin-sui@4.0.0) (2023-07-18)
|
|
930
|
-
|
|
931
|
-
### Features
|
|
932
|
-
|
|
933
|
-
- **sdk-coin-sui:** support stakeMany ([a908565](https://github.com/BitGo/BitGoJS/commit/a908565bf1e1b6d28503836f85ba83fc7472b1cf))
|
|
934
|
-
|
|
935
|
-
### BREAKING CHANGES
|
|
936
|
-
|
|
937
|
-
- **sdk-coin-sui:** change addStake interface to support stake multiple
|
|
938
|
-
validator
|
|
939
|
-
|
|
940
|
-
# [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.1.2...@bitgo/sdk-coin-sui@3.2.0) (2023-06-21)
|
|
941
|
-
|
|
942
|
-
### Bug Fixes
|
|
943
|
-
|
|
944
|
-
- **sdk-coin-sui:** add output value for unstaking txs ([9430e60](https://github.com/BitGo/BitGoJS/commit/9430e60d8000bb8d76e3057501c04d403458c1e7))
|
|
945
|
-
- **sdk-coin-sui:** fix method name for parsing reserialized tx pair ([a0e052b](https://github.com/BitGo/BitGoJS/commit/a0e052be7153f38de0d9fce57fd0776ef2f4a7d2))
|
|
946
|
-
|
|
947
|
-
### Features
|
|
948
|
-
|
|
949
|
-
- **sdk-coin-sui:** double-check reserialized transactions ([dc2d672](https://github.com/BitGo/BitGoJS/commit/dc2d6725ee23767533a05e06990169b990104f7e))
|
|
950
|
-
|
|
951
|
-
## [3.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.1.1...@bitgo/sdk-coin-sui@3.1.2) (2023-06-14)
|
|
952
|
-
|
|
953
|
-
### Bug Fixes
|
|
954
|
-
|
|
955
|
-
- **sdk-coin-sui:** fix unstaking again ([ea0345f](https://github.com/BitGo/BitGoJS/commit/ea0345fec578dbb44c4230c9fde520dae1431151))
|
|
956
|
-
|
|
957
|
-
## [3.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.1.0...@bitgo/sdk-coin-sui@3.1.1) (2023-06-13)
|
|
958
|
-
|
|
959
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
960
|
-
|
|
961
|
-
# [3.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.7...@bitgo/sdk-coin-sui@3.1.0) (2023-06-07)
|
|
962
|
-
|
|
963
|
-
### Bug Fixes
|
|
964
|
-
|
|
965
|
-
- **sdk-coin-sui:** add method in RpcClient debug output ([e2541f2](https://github.com/BitGo/BitGoJS/commit/e2541f286ee04eeb96ddf4d9860014a26b47d592))
|
|
966
|
-
- **sdk-coin-sui:** improve unstaking test ([9e63d54](https://github.com/BitGo/BitGoJS/commit/9e63d548036516b3bd71c6527e24a290d5fd6674))
|
|
967
|
-
- **sdk-coin-sui:** remove `spec:` config in mocharc.yml ([4b53e1b](https://github.com/BitGo/BitGoJS/commit/4b53e1b3df47e6f33324a00c01e472f7215dc5ad))
|
|
968
|
-
|
|
969
|
-
### Features
|
|
970
|
-
|
|
971
|
-
- **sdk-coin-sui:** add support for partial unstaking ([20cdb77](https://github.com/BitGo/BitGoJS/commit/20cdb774159dac7335298f3d4d83f8a29018f3c3))
|
|
972
|
-
|
|
973
|
-
## [3.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.6...@bitgo/sdk-coin-sui@3.0.7) (2023-06-05)
|
|
974
|
-
|
|
975
|
-
### Bug Fixes
|
|
976
|
-
|
|
977
|
-
- **sdk-coin-sui:** add src/lib/mystenlab to .prettierignore ([a90139b](https://github.com/BitGo/BitGoJS/commit/a90139ba7fe07129a1eaa63531c9a61ac23a6759))
|
|
978
|
-
|
|
979
|
-
## [3.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.5...@bitgo/sdk-coin-sui@3.0.6) (2023-05-25)
|
|
980
|
-
|
|
981
|
-
### Bug Fixes
|
|
982
|
-
|
|
983
|
-
- **sdk-coin-sui:** fix amount parsing ([b7e2b40](https://github.com/BitGo/BitGoJS/commit/b7e2b40711161a9f9fe739bcb71f5af00da2c689))
|
|
984
|
-
- **sdk-coin-sui:** fix large transaction ([050f66d](https://github.com/BitGo/BitGoJS/commit/050f66d58e4ad15f16ba94a6d9cc07d4e0ea19c6))
|
|
985
|
-
- **sdk-coin-sui:** fix split transaction ([a46eaff](https://github.com/BitGo/BitGoJS/commit/a46eaffc48506ba568e4c36237e874c32b5a0a24))
|
|
986
|
-
|
|
987
|
-
## [3.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.4...@bitgo/sdk-coin-sui@3.0.5) (2023-05-17)
|
|
988
|
-
|
|
989
|
-
### Bug Fixes
|
|
990
|
-
|
|
991
|
-
- **sdk-coin-sui:** support split coin ([cf34f73](https://github.com/BitGo/BitGoJS/commit/cf34f7391d47080ca0427a3bc62173afc0102f12))
|
|
992
|
-
|
|
993
|
-
## [3.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.3...@bitgo/sdk-coin-sui@3.0.4) (2023-05-10)
|
|
994
|
-
|
|
995
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
996
|
-
|
|
997
|
-
## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.2...@bitgo/sdk-coin-sui@3.0.3) (2023-05-03)
|
|
998
|
-
|
|
999
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
1000
|
-
|
|
1001
|
-
## [3.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.1...@bitgo/sdk-coin-sui@3.0.2) (2023-04-25)
|
|
1002
|
-
|
|
1003
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
1004
|
-
|
|
1005
|
-
## [3.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.0...@bitgo/sdk-coin-sui@3.0.1) (2023-04-20)
|
|
1006
|
-
|
|
1007
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
1008
|
-
|
|
1009
|
-
# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@2.0.1...@bitgo/sdk-coin-sui@3.0.0) (2023-04-13)
|
|
1010
|
-
|
|
1011
|
-
### Bug Fixes
|
|
1012
|
-
|
|
1013
|
-
- **sdk-coin-sui:** adjust sui bcs models changes ([25f06e7](https://github.com/BitGo/BitGoJS/commit/25f06e7a0c922594858a8b9fc5b48c96acacc27f))
|
|
1014
|
-
- **sdk-coin-sui:** export unstaking ([d23986d](https://github.com/BitGo/BitGoJS/commit/d23986dd25fba757501696263a3118012e948922))
|
|
1015
|
-
- **sdk-coin-sui:** fix outputs address and add validation ([077640c](https://github.com/BitGo/BitGoJS/commit/077640c4b76492489a88728c272b33755ef744a9))
|
|
1016
|
-
- **sdk-coin-sui:** fix sui verifyTransaction method ([c86766a](https://github.com/BitGo/BitGoJS/commit/c86766aa3668d2f22f1f2cf438c806bb3b88289c))
|
|
1017
|
-
- **sdk-coin-sui:** fix tx type ([94e2178](https://github.com/BitGo/BitGoJS/commit/94e2178dff63faf5f41065e4781c47d0fc8cbd2a))
|
|
1018
|
-
- **sdk-coin-sui:** fix txHex to hex string ([48b462e](https://github.com/BitGo/BitGoJS/commit/48b462eb914fd8f69b801bc440eb5d236c7893c6))
|
|
1019
|
-
- **sdk-coin-sui:** fixed getAddressFromPublicKey for SUI ([0d6d72d](https://github.com/BitGo/BitGoJS/commit/0d6d72dd9529e7156b13aa204d8999806587e502))
|
|
1020
|
-
- **sdk-coin-sui:** staking explain transaction ([fbc49f8](https://github.com/BitGo/BitGoJS/commit/fbc49f8cd39d265f7a5ff65ed5896e12389b4b09))
|
|
1021
|
-
- **sdk-coin-sui:** tx signing flow ([ae681ed](https://github.com/BitGo/BitGoJS/commit/ae681ed6d9d895beff67621e46a589d0317eb403))
|
|
1022
|
-
|
|
1023
|
-
### chore
|
|
1024
|
-
|
|
1025
|
-
- **sdk-coin-sui:** update bcs and tx serialization ([8280468](https://github.com/BitGo/BitGoJS/commit/82804683d6c5149e628002f64b2b9b5c8f92665b))
|
|
1026
|
-
|
|
1027
|
-
### Features
|
|
1028
|
-
|
|
1029
|
-
- remove swtich tx builder not supported prior on 0.28 release ([2aaff40](https://github.com/BitGo/BitGoJS/commit/2aaff4018842137ea2fdef4a4ab818f28eff8232))
|
|
1030
|
-
- **sdk-coin-sui:** add mystenlab types and remove old impl of transfer ([4a8aeaa](https://github.com/BitGo/BitGoJS/commit/4a8aeaa97cb372dfaa2b364fd9c617f47f037d03))
|
|
1031
|
-
- **sdk-coin-sui:** build staking transaction ([53d3b6e](https://github.com/BitGo/BitGoJS/commit/53d3b6efcda6148bb20ebf6647deb05e7c464744))
|
|
1032
|
-
- **sdk-coin-sui:** build transfer transaction ([bc0f531](https://github.com/BitGo/BitGoJS/commit/bc0f5310650dbb5a6cc16c23047f81853aec1b1e))
|
|
1033
|
-
- **sdk-coin-sui:** build unstaking transaction ([c3ef7de](https://github.com/BitGo/BitGoJS/commit/c3ef7de26abca8d5d1161ef04891a39b5aaf6d4b))
|
|
1034
|
-
- **sdk-coin-sui:** implement generateKeyPair ([ca9f788](https://github.com/BitGo/BitGoJS/commit/ca9f788d8e08bf6c04ae49088ee7a0b405b03be5))
|
|
1035
|
-
- **sdk-coin-sui:** update sui models up to 0.30 ([b9de616](https://github.com/BitGo/BitGoJS/commit/b9de616afaebc8da546bd95cbec63d5d21079889))
|
|
1036
|
-
- update signature hashing ([fcadc86](https://github.com/BitGo/BitGoJS/commit/fcadc8688ef9d0c2f1ed86b7e50053fd62045b0a))
|
|
1037
|
-
|
|
1038
|
-
### BREAKING CHANGES
|
|
1039
|
-
|
|
1040
|
-
- **sdk-coin-sui:** gasData is added to transaction builder interface
|
|
1041
|
-
|
|
1042
|
-
## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@2.0.0...@bitgo/sdk-coin-sui@2.0.1) (2023-02-17)
|
|
1043
|
-
|
|
1044
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
1045
|
-
|
|
1046
|
-
# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.7.0...@bitgo/sdk-coin-sui@2.0.0) (2023-02-16)
|
|
1047
|
-
|
|
1048
|
-
### Bug Fixes
|
|
1049
|
-
|
|
1050
|
-
- **sdk-coin-sui:** fix sui signing ([860e078](https://github.com/BitGo/BitGoJS/commit/860e078f3b2e6cb724411d28994e67ce5d6d0340))
|
|
1051
|
-
|
|
1052
|
-
### Features
|
|
1053
|
-
|
|
1054
|
-
- **sdk-coin-sui:** add support for staking transactions ([c7dc420](https://github.com/BitGo/BitGoJS/commit/c7dc420bb1270beb66ca0c4782ea9da00928ee32))
|
|
1055
|
-
- **sdk-coin-sui:** add switch delegation tx ([08e6f94](https://github.com/BitGo/BitGoJS/commit/08e6f94d1640dd1796bafc7bd18bc7a35e76f8fd))
|
|
1056
|
-
- **sdk-coin-sui:** add withdrawDelegation staking tx ([f2161d4](https://github.com/BitGo/BitGoJS/commit/f2161d4c67751ddf3355393792a0a10fd8563c4f))
|
|
1057
|
-
|
|
1058
|
-
### BREAKING CHANGES
|
|
1059
|
-
|
|
1060
|
-
- **sdk-coin-sui:** makes SuiTransaction and transactionBuilder
|
|
1061
|
-
generic to support PayTx and MoveCallTx as tx property
|
|
1062
|
-
|
|
1063
|
-
## [1.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.7.0...@bitgo/sdk-coin-sui@1.7.2) (2023-02-08)
|
|
1064
|
-
|
|
1065
|
-
### Bug Fixes
|
|
1066
|
-
|
|
1067
|
-
- **sdk-coin-sui:** fix sui signing ([860e078](https://github.com/BitGo/BitGoJS/commit/860e078f3b2e6cb724411d28994e67ce5d6d0340))
|
|
1068
|
-
|
|
1069
|
-
## [1.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.7.0...@bitgo/sdk-coin-sui@1.7.1) (2023-01-30)
|
|
1070
|
-
|
|
1071
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
1072
|
-
|
|
1073
|
-
# [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.6.5...@bitgo/sdk-coin-sui@1.7.0) (2023-01-25)
|
|
1074
|
-
|
|
1075
|
-
### Features
|
|
1076
|
-
|
|
1077
|
-
- **sdk-coin-sui:** update sui serialize and deserialize tx to version greater than 0.19 ([e228ba2](https://github.com/BitGo/BitGoJS/commit/e228ba2670a75025b879df3e6df7fee3e460a557))
|
|
1078
|
-
|
|
1079
|
-
## [1.6.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.6.4...@bitgo/sdk-coin-sui@1.6.5) (2022-12-23)
|
|
1080
|
-
|
|
1081
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
1082
|
-
|
|
1083
|
-
## [1.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.6.3...@bitgo/sdk-coin-sui@1.6.4) (2022-12-20)
|
|
1084
|
-
|
|
1085
|
-
### Bug Fixes
|
|
1086
|
-
|
|
1087
|
-
- **sdk-coin-sui:** add allowAccountConsolidations ([0a6ca38](https://github.com/BitGo/BitGoJS/commit/0a6ca38b9403f08bd489b01b1edd3265b139aabc))
|
|
1088
|
-
- **sdk-coin-sui:** exclude signer data from tx digest ([88db48e](https://github.com/BitGo/BitGoJS/commit/88db48e0b5a4947a9d49814f34a90213b15e1af5))
|
|
1089
|
-
- **sdk-coin-sui:** fix explainTransaction when amounts is empty ([783471b](https://github.com/BitGo/BitGoJS/commit/783471bbdfb6187746e34f0430d11cdafa463eac))
|
|
1090
|
-
- **sdk-coin-sui:** remove amount from payAll serialized txn ([ddf9273](https://github.com/BitGo/BitGoJS/commit/ddf92737910e73e5c73abb0d5d775e5831903f63))
|
|
1091
|
-
|
|
1092
|
-
## [1.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.6.2...@bitgo/sdk-coin-sui@1.6.3) (2022-12-09)
|
|
1093
|
-
|
|
1094
|
-
### Bug Fixes
|
|
1095
|
-
|
|
1096
|
-
- **sdk-coin-sui:** add signed data to serialized str ([1f49745](https://github.com/BitGo/BitGoJS/commit/1f49745f2c8ba2e1f3016e21448c1c6519fd4a73))
|
|
1097
|
-
- **sdk-coin-sui:** fix serialization byte size ([750a16d](https://github.com/BitGo/BitGoJS/commit/750a16df89fa282d567aad1e362a4e772acb4832))
|
|
1098
|
-
|
|
1099
|
-
## [1.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.6.1...@bitgo/sdk-coin-sui@1.6.2) (2022-12-06)
|
|
1100
|
-
|
|
1101
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
1102
|
-
|
|
1103
|
-
## [1.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.6.0...@bitgo/sdk-coin-sui@1.6.1) (2022-12-01)
|
|
1104
|
-
|
|
1105
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-sui
|
|
1106
|
-
|
|
1107
|
-
# [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.2.0...@bitgo/sdk-coin-sui@1.6.0) (2022-11-29)
|
|
1108
|
-
|
|
1109
|
-
### Bug Fixes
|
|
1110
|
-
|
|
1111
|
-
- **sdk-coin-sui:** added signature to sui transaction ([17e06be](https://github.com/BitGo/BitGoJS/commit/17e06bec0eaffb0db2464dc456c01e5db324d94b))
|
|
1112
|
-
- **sdk-coin-sui:** fix serialized tx format type ([b1f716e](https://github.com/BitGo/BitGoJS/commit/b1f716ee1b76624487affd956e29f1ff351ba306))
|
|
1113
|
-
- **sdk-coin-sui:** fix sui gasPayment in inputCoins ([22328e2](https://github.com/BitGo/BitGoJS/commit/22328e268429c3d664cc890aedf2eb938de2fbf4))
|
|
1114
|
-
|
|
1115
|
-
### Features
|
|
1116
|
-
|
|
1117
|
-
- implement isWalletAddress for SUI ([a3696ab](https://github.com/BitGo/BitGoJS/commit/a3696ab00f693da2db4ef32034a85504dc5aa4c5))
|
|
1118
|
-
- implement sui keypair ([1ae6096](https://github.com/BitGo/BitGoJS/commit/1ae6096bbf48de1db0ccc8a3122b114f0e1489ce))
|
|
1119
|
-
- **sdk-coin-sui:** add sui parse transaction ([c1b7b4f](https://github.com/BitGo/BitGoJS/commit/c1b7b4f21bd866e22192111dff304bb87f3460e5))
|
|
1120
|
-
- **sdk-coin-sui:** added sui explain transaction ([0e681da](https://github.com/BitGo/BitGoJS/commit/0e681da2f5572e66dffe0be992c13acdcafc549d))
|
|
1121
|
-
- **sdk-coin-sui:** support paySui and payAllSui transaction types ([2df4f9f](https://github.com/BitGo/BitGoJS/commit/2df4f9fa7423d3bc0ccf7fea478291ce3217b8ed))
|
|
1122
|
-
|
|
1123
|
-
# [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.2.0...@bitgo/sdk-coin-sui@1.5.0) (2022-11-04)
|
|
1124
|
-
|
|
1125
|
-
### Bug Fixes
|
|
1126
|
-
|
|
1127
|
-
- **sdk-coin-sui:** added signature to sui transaction ([17e06be](https://github.com/BitGo/BitGoJS/commit/17e06bec0eaffb0db2464dc456c01e5db324d94b))
|
|
1128
|
-
|
|
1129
|
-
### Features
|
|
1130
|
-
|
|
1131
|
-
- implement isWalletAddress for SUI ([a3696ab](https://github.com/BitGo/BitGoJS/commit/a3696ab00f693da2db4ef32034a85504dc5aa4c5))
|
|
1132
|
-
- implement sui keypair ([1ae6096](https://github.com/BitGo/BitGoJS/commit/1ae6096bbf48de1db0ccc8a3122b114f0e1489ce))
|
|
1133
|
-
- **sdk-coin-sui:** add sui parse transaction ([c1b7b4f](https://github.com/BitGo/BitGoJS/commit/c1b7b4f21bd866e22192111dff304bb87f3460e5))
|
|
1134
|
-
- **sdk-coin-sui:** added sui explain transaction ([0e681da](https://github.com/BitGo/BitGoJS/commit/0e681da2f5572e66dffe0be992c13acdcafc549d))
|
|
1135
|
-
|
|
1136
|
-
# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.2.0...@bitgo/sdk-coin-sui@1.4.0) (2022-10-27)
|
|
1137
|
-
|
|
1138
|
-
### Features
|
|
1139
|
-
|
|
1140
|
-
- implement isWalletAddress for SUI ([a3696ab](https://github.com/BitGo/BitGoJS/commit/a3696ab00f693da2db4ef32034a85504dc5aa4c5))
|
|
1141
|
-
- implement sui keypair ([1ae6096](https://github.com/BitGo/BitGoJS/commit/1ae6096bbf48de1db0ccc8a3122b114f0e1489ce))
|
|
1142
|
-
- **sdk-coin-sui:** add sui parse transaction ([c1b7b4f](https://github.com/BitGo/BitGoJS/commit/c1b7b4f21bd866e22192111dff304bb87f3460e5))
|
|
1143
|
-
- **sdk-coin-sui:** added sui explain transaction ([0e681da](https://github.com/BitGo/BitGoJS/commit/0e681da2f5572e66dffe0be992c13acdcafc549d))
|
|
1144
|
-
|
|
1145
|
-
# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@1.2.0...@bitgo/sdk-coin-sui@1.3.0) (2022-10-25)
|
|
1146
|
-
|
|
1147
|
-
### Features
|
|
1148
|
-
|
|
1149
|
-
- implement isWalletAddress for SUI ([a3696ab](https://github.com/BitGo/BitGoJS/commit/a3696ab00f693da2db4ef32034a85504dc5aa4c5))
|
|
1150
|
-
- implement sui keypair ([1ae6096](https://github.com/BitGo/BitGoJS/commit/1ae6096bbf48de1db0ccc8a3122b114f0e1489ce))
|
|
1151
|
-
- **sdk-coin-sui:** add sui parse transaction ([c1b7b4f](https://github.com/BitGo/BitGoJS/commit/c1b7b4f21bd866e22192111dff304bb87f3460e5))
|
|
1152
|
-
- **sdk-coin-sui:** added sui explain transaction ([0e681da](https://github.com/BitGo/BitGoJS/commit/0e681da2f5572e66dffe0be992c13acdcafc549d))
|
|
1153
|
-
|
|
1154
|
-
# 1.2.0 (2022-10-18)
|
|
1155
|
-
|
|
1156
|
-
### Bug Fixes
|
|
1157
|
-
|
|
1158
|
-
- **sdk-coin-sui:** fix sui verifyTransaction ([72d94b5](https://github.com/BitGo/BitGoJS/commit/72d94b588ee30f6778be01799d91e5aa3e09863b))
|
|
1159
|
-
|
|
1160
|
-
### Features
|
|
1161
|
-
|
|
1162
|
-
- implement isValidAddress for SUI ([e47c41d](https://github.com/BitGo/BitGoJS/commit/e47c41d3f0b74b30df6851d06da32ef6bb96153d))
|
|
1163
|
-
- **sdk-coin-sui:** added SUI skeleton ([7b04dd1](https://github.com/BitGo/BitGoJS/commit/7b04dd15800b6473b3317dafac39744e70cfad3d))
|
|
1164
|
-
- **sdk-coin-sui:** added sui tx and transfer builder ([8a5b50b](https://github.com/BitGo/BitGoJS/commit/8a5b50bf06e30bb03d77eb4af584402e0d0860ab))
|
|
1165
|
-
- **sdk-coin-sui:** create sui module ([8ba86b7](https://github.com/BitGo/BitGoJS/commit/8ba86b7a10720a14ff1efa9c4616c1f26d27d8e4))
|
|
1166
|
-
- **sdk-coin-sui:** prefix sui addresses with 0x ([7e3ee9c](https://github.com/BitGo/BitGoJS/commit/7e3ee9c9ed27236e85f75b2d4b61f6714c94dfa6))
|