@bitgo-beta/sdk-coin-tia 3.1.8-beta.51 → 3.1.8-beta.510
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 +2 -0
- package/dist/test/integration/index.d.ts.map +1 -0
- package/dist/test/integration/index.js +16 -0
- package/dist/test/resources/tia.d.ts +321 -0
- package/dist/test/resources/tia.d.ts.map +1 -0
- package/dist/test/resources/tia.js +501 -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 +92 -0
- package/dist/test/unit/tia.d.ts +2 -0
- package/dist/test/unit/tia.d.ts.map +1 -0
- package/dist/test/unit/tia.js +524 -0
- package/dist/test/unit/transaction.d.ts +2 -0
- package/dist/test/unit/transaction.d.ts.map +1 -0
- package/dist/test/unit/transaction.js +219 -0
- package/dist/test/unit/transactionBuilder/StakingActivateBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/StakingActivateBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/StakingActivateBuilder.js +190 -0
- package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.js +189 -0
- package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.js +154 -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 +112 -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 +224 -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 +76 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +13 -10
- package/.eslintignore +0 -5
- package/.mocharc.yml +0 -8
- package/CHANGELOG.md +0 -833
package/CHANGELOG.md
DELETED
|
@@ -1,833 +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
|
-
# [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.11...@bitgo/sdk-coin-tia@3.2.0) (2025-08-07)
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
- use statics to get denom of tokens ([e89d793](https://github.com/BitGo/BitGoJS/commit/e89d79365086512d845bb498deed7ee66ecd2fc0))
|
|
11
|
-
|
|
12
|
-
## [3.1.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.10...@bitgo/sdk-coin-tia@3.1.11) (2025-07-31)
|
|
13
|
-
|
|
14
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
15
|
-
|
|
16
|
-
## [3.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.9...@bitgo/sdk-coin-tia@3.1.10) (2025-07-30)
|
|
17
|
-
|
|
18
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
19
|
-
|
|
20
|
-
## [3.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.7...@bitgo/sdk-coin-tia@3.1.9) (2025-07-25)
|
|
21
|
-
|
|
22
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
23
|
-
|
|
24
|
-
## [3.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.7...@bitgo/sdk-coin-tia@3.1.8) (2025-07-23)
|
|
25
|
-
|
|
26
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
27
|
-
|
|
28
|
-
## [3.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.6...@bitgo/sdk-coin-tia@3.1.7) (2025-07-15)
|
|
29
|
-
|
|
30
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
31
|
-
|
|
32
|
-
## [3.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.5...@bitgo/sdk-coin-tia@3.1.6) (2025-07-10)
|
|
33
|
-
|
|
34
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
35
|
-
|
|
36
|
-
## [3.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.4...@bitgo/sdk-coin-tia@3.1.5) (2025-07-03)
|
|
37
|
-
|
|
38
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
39
|
-
|
|
40
|
-
## [3.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.3...@bitgo/sdk-coin-tia@3.1.4) (2025-06-25)
|
|
41
|
-
|
|
42
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
43
|
-
|
|
44
|
-
## [3.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.2...@bitgo/sdk-coin-tia@3.1.3) (2025-06-24)
|
|
45
|
-
|
|
46
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
47
|
-
|
|
48
|
-
## [3.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.1...@bitgo/sdk-coin-tia@3.1.2) (2025-06-18)
|
|
49
|
-
|
|
50
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
51
|
-
|
|
52
|
-
## [3.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.1.0...@bitgo/sdk-coin-tia@3.1.1) (2025-06-10)
|
|
53
|
-
|
|
54
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
55
|
-
|
|
56
|
-
# [3.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.52...@bitgo/sdk-coin-tia@3.1.0) (2025-06-05)
|
|
57
|
-
|
|
58
|
-
### Features
|
|
59
|
-
|
|
60
|
-
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
61
|
-
|
|
62
|
-
## [3.0.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.51...@bitgo/sdk-coin-tia@3.0.52) (2025-06-02)
|
|
63
|
-
|
|
64
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
65
|
-
|
|
66
|
-
## [3.0.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.50...@bitgo/sdk-coin-tia@3.0.51) (2025-05-28)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
69
|
-
|
|
70
|
-
## [3.0.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.49...@bitgo/sdk-coin-tia@3.0.50) (2025-05-22)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
73
|
-
|
|
74
|
-
## [3.0.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.48...@bitgo/sdk-coin-tia@3.0.49) (2025-05-20)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
77
|
-
|
|
78
|
-
## [3.0.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.47...@bitgo/sdk-coin-tia@3.0.48) (2025-05-07)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
81
|
-
|
|
82
|
-
## [3.0.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.46...@bitgo/sdk-coin-tia@3.0.47) (2025-04-29)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
85
|
-
|
|
86
|
-
## [3.0.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.45...@bitgo/sdk-coin-tia@3.0.46) (2025-04-25)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
89
|
-
|
|
90
|
-
## [3.0.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.44...@bitgo/sdk-coin-tia@3.0.45) (2025-04-15)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
93
|
-
|
|
94
|
-
## [3.0.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.43...@bitgo/sdk-coin-tia@3.0.44) (2025-04-04)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
97
|
-
|
|
98
|
-
## [3.0.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.42...@bitgo/sdk-coin-tia@3.0.43) (2025-04-02)
|
|
99
|
-
|
|
100
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
101
|
-
|
|
102
|
-
## [3.0.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.41...@bitgo/sdk-coin-tia@3.0.42) (2025-03-28)
|
|
103
|
-
|
|
104
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
105
|
-
|
|
106
|
-
## [3.0.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.40...@bitgo/sdk-coin-tia@3.0.41) (2025-03-20)
|
|
107
|
-
|
|
108
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
109
|
-
|
|
110
|
-
## [3.0.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.39...@bitgo/sdk-coin-tia@3.0.40) (2025-03-18)
|
|
111
|
-
|
|
112
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
113
|
-
|
|
114
|
-
## [3.0.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.38...@bitgo/sdk-coin-tia@3.0.39) (2025-03-06)
|
|
115
|
-
|
|
116
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
117
|
-
|
|
118
|
-
## [3.0.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.35...@bitgo/sdk-coin-tia@3.0.38) (2025-03-04)
|
|
119
|
-
|
|
120
|
-
### Bug Fixes
|
|
121
|
-
|
|
122
|
-
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
123
|
-
|
|
124
|
-
## [3.0.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.35...@bitgo/sdk-coin-tia@3.0.37) (2025-02-26)
|
|
125
|
-
|
|
126
|
-
### Bug Fixes
|
|
127
|
-
|
|
128
|
-
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
129
|
-
|
|
130
|
-
## [3.0.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.35...@bitgo/sdk-coin-tia@3.0.36) (2025-02-20)
|
|
131
|
-
|
|
132
|
-
### Bug Fixes
|
|
133
|
-
|
|
134
|
-
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
135
|
-
|
|
136
|
-
## [3.0.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.34...@bitgo/sdk-coin-tia@3.0.35) (2025-02-19)
|
|
137
|
-
|
|
138
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
139
|
-
|
|
140
|
-
## [3.0.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.33...@bitgo/sdk-coin-tia@3.0.34) (2025-02-11)
|
|
141
|
-
|
|
142
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
143
|
-
|
|
144
|
-
## [3.0.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.32...@bitgo/sdk-coin-tia@3.0.33) (2025-02-05)
|
|
145
|
-
|
|
146
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
147
|
-
|
|
148
|
-
## [3.0.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.31...@bitgo/sdk-coin-tia@3.0.32) (2025-01-28)
|
|
149
|
-
|
|
150
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
151
|
-
|
|
152
|
-
## [3.0.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.30...@bitgo/sdk-coin-tia@3.0.31) (2025-01-23)
|
|
153
|
-
|
|
154
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
155
|
-
|
|
156
|
-
## [3.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.29...@bitgo/sdk-coin-tia@3.0.30) (2025-01-23)
|
|
157
|
-
|
|
158
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
159
|
-
|
|
160
|
-
## [3.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.28...@bitgo/sdk-coin-tia@3.0.29) (2025-01-20)
|
|
161
|
-
|
|
162
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
163
|
-
|
|
164
|
-
## [3.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.27...@bitgo/sdk-coin-tia@3.0.28) (2025-01-15)
|
|
165
|
-
|
|
166
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
167
|
-
|
|
168
|
-
## [3.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.26...@bitgo/sdk-coin-tia@3.0.27) (2025-01-09)
|
|
169
|
-
|
|
170
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
171
|
-
|
|
172
|
-
## [3.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.25...@bitgo/sdk-coin-tia@3.0.26) (2025-01-03)
|
|
173
|
-
|
|
174
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
175
|
-
|
|
176
|
-
## [3.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.24...@bitgo/sdk-coin-tia@3.0.25) (2024-12-24)
|
|
177
|
-
|
|
178
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
179
|
-
|
|
180
|
-
## [3.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.23...@bitgo/sdk-coin-tia@3.0.24) (2024-12-19)
|
|
181
|
-
|
|
182
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
183
|
-
|
|
184
|
-
## [3.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.21...@bitgo/sdk-coin-tia@3.0.23) (2024-12-17)
|
|
185
|
-
|
|
186
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
187
|
-
|
|
188
|
-
## [3.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.21...@bitgo/sdk-coin-tia@3.0.22) (2024-12-17)
|
|
189
|
-
|
|
190
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
191
|
-
|
|
192
|
-
## [3.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.20...@bitgo/sdk-coin-tia@3.0.21) (2024-12-12)
|
|
193
|
-
|
|
194
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
195
|
-
|
|
196
|
-
## [3.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.19...@bitgo/sdk-coin-tia@3.0.20) (2024-12-11)
|
|
197
|
-
|
|
198
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
199
|
-
|
|
200
|
-
## [3.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.18...@bitgo/sdk-coin-tia@3.0.19) (2024-12-03)
|
|
201
|
-
|
|
202
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
203
|
-
|
|
204
|
-
## [3.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.17...@bitgo/sdk-coin-tia@3.0.18) (2024-11-26)
|
|
205
|
-
|
|
206
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
207
|
-
|
|
208
|
-
## [3.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.16...@bitgo/sdk-coin-tia@3.0.17) (2024-11-21)
|
|
209
|
-
|
|
210
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
211
|
-
|
|
212
|
-
## [3.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.14...@bitgo/sdk-coin-tia@3.0.16) (2024-11-19)
|
|
213
|
-
|
|
214
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
215
|
-
|
|
216
|
-
## [3.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.14...@bitgo/sdk-coin-tia@3.0.15) (2024-11-14)
|
|
217
|
-
|
|
218
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
219
|
-
|
|
220
|
-
## [3.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.13...@bitgo/sdk-coin-tia@3.0.14) (2024-11-08)
|
|
221
|
-
|
|
222
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
223
|
-
|
|
224
|
-
## [3.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.12...@bitgo/sdk-coin-tia@3.0.13) (2024-11-07)
|
|
225
|
-
|
|
226
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
227
|
-
|
|
228
|
-
## [3.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.11...@bitgo/sdk-coin-tia@3.0.12) (2024-11-01)
|
|
229
|
-
|
|
230
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
231
|
-
|
|
232
|
-
## [3.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.10...@bitgo/sdk-coin-tia@3.0.11) (2024-10-22)
|
|
233
|
-
|
|
234
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
235
|
-
|
|
236
|
-
## [3.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.9...@bitgo/sdk-coin-tia@3.0.10) (2024-10-15)
|
|
237
|
-
|
|
238
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
239
|
-
|
|
240
|
-
## [3.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.8...@bitgo/sdk-coin-tia@3.0.9) (2024-10-08)
|
|
241
|
-
|
|
242
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
243
|
-
|
|
244
|
-
## [3.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.7...@bitgo/sdk-coin-tia@3.0.8) (2024-10-04)
|
|
245
|
-
|
|
246
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
247
|
-
|
|
248
|
-
## [3.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.6...@bitgo/sdk-coin-tia@3.0.7) (2024-09-24)
|
|
249
|
-
|
|
250
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
251
|
-
|
|
252
|
-
## [3.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.5...@bitgo/sdk-coin-tia@3.0.6) (2024-09-19)
|
|
253
|
-
|
|
254
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
255
|
-
|
|
256
|
-
## [3.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.4...@bitgo/sdk-coin-tia@3.0.5) (2024-09-16)
|
|
257
|
-
|
|
258
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
259
|
-
|
|
260
|
-
## [3.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.3...@bitgo/sdk-coin-tia@3.0.4) (2024-09-10)
|
|
261
|
-
|
|
262
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
263
|
-
|
|
264
|
-
## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.2...@bitgo/sdk-coin-tia@3.0.3) (2024-09-03)
|
|
265
|
-
|
|
266
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
267
|
-
|
|
268
|
-
## [3.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.1...@bitgo/sdk-coin-tia@3.0.2) (2024-08-29)
|
|
269
|
-
|
|
270
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
271
|
-
|
|
272
|
-
## [3.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@3.0.0...@bitgo/sdk-coin-tia@3.0.1) (2024-08-27)
|
|
273
|
-
|
|
274
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
275
|
-
|
|
276
|
-
# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.15...@bitgo/sdk-coin-tia@3.0.0) (2024-08-20)
|
|
277
|
-
|
|
278
|
-
### Features
|
|
279
|
-
|
|
280
|
-
- move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
|
|
281
|
-
|
|
282
|
-
### BREAKING CHANGES
|
|
283
|
-
|
|
284
|
-
- clients using challenge
|
|
285
|
-
generation & TSS Recovery functions must now
|
|
286
|
-
install @bitgo/sdk-opensslbytes separately &
|
|
287
|
-
provide the openSSLBytes WASM themselves.
|
|
288
|
-
|
|
289
|
-
Ticket: CE-4329
|
|
290
|
-
|
|
291
|
-
## [2.1.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.15...@bitgo/sdk-coin-tia@2.1.16) (2024-08-13)
|
|
292
|
-
|
|
293
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
294
|
-
|
|
295
|
-
## [2.1.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.14...@bitgo/sdk-coin-tia@2.1.15) (2024-08-07)
|
|
296
|
-
|
|
297
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
298
|
-
|
|
299
|
-
## [2.1.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.13...@bitgo/sdk-coin-tia@2.1.14) (2024-07-30)
|
|
300
|
-
|
|
301
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
302
|
-
|
|
303
|
-
## [2.1.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.12...@bitgo/sdk-coin-tia@2.1.13) (2024-07-24)
|
|
304
|
-
|
|
305
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
306
|
-
|
|
307
|
-
## [2.1.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.11...@bitgo/sdk-coin-tia@2.1.12) (2024-07-16)
|
|
308
|
-
|
|
309
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
310
|
-
|
|
311
|
-
## [2.1.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.10...@bitgo/sdk-coin-tia@2.1.11) (2024-07-04)
|
|
312
|
-
|
|
313
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
314
|
-
|
|
315
|
-
## [2.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.9...@bitgo/sdk-coin-tia@2.1.10) (2024-07-02)
|
|
316
|
-
|
|
317
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
318
|
-
|
|
319
|
-
## [2.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.8...@bitgo/sdk-coin-tia@2.1.9) (2024-06-27)
|
|
320
|
-
|
|
321
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
322
|
-
|
|
323
|
-
## [2.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.7...@bitgo/sdk-coin-tia@2.1.8) (2024-06-26)
|
|
324
|
-
|
|
325
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
326
|
-
|
|
327
|
-
## [2.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.5...@bitgo/sdk-coin-tia@2.1.7) (2024-06-21)
|
|
328
|
-
|
|
329
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
330
|
-
|
|
331
|
-
## [2.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.5...@bitgo/sdk-coin-tia@2.1.6) (2024-06-20)
|
|
332
|
-
|
|
333
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
334
|
-
|
|
335
|
-
## [2.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.4...@bitgo/sdk-coin-tia@2.1.5) (2024-06-14)
|
|
336
|
-
|
|
337
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
338
|
-
|
|
339
|
-
## [2.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.3...@bitgo/sdk-coin-tia@2.1.4) (2024-06-11)
|
|
340
|
-
|
|
341
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
342
|
-
|
|
343
|
-
## [2.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.2...@bitgo/sdk-coin-tia@2.1.3) (2024-06-05)
|
|
344
|
-
|
|
345
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
346
|
-
|
|
347
|
-
## [2.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.1...@bitgo/sdk-coin-tia@2.1.2) (2024-05-31)
|
|
348
|
-
|
|
349
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
350
|
-
|
|
351
|
-
## [2.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.1.0...@bitgo/sdk-coin-tia@2.1.1) (2024-05-28)
|
|
352
|
-
|
|
353
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
354
|
-
|
|
355
|
-
# [2.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.13...@bitgo/sdk-coin-tia@2.1.0) (2024-05-22)
|
|
356
|
-
|
|
357
|
-
### Features
|
|
358
|
-
|
|
359
|
-
- **abstract-eth:** wrw recovery for dkls wallet ([bf374e8](https://github.com/BitGo/BitGoJS/commit/bf374e89522c9688619d9b20ed66d3873b55d75e))
|
|
360
|
-
|
|
361
|
-
## [2.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.12...@bitgo/sdk-coin-tia@2.0.13) (2024-05-17)
|
|
362
|
-
|
|
363
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
364
|
-
|
|
365
|
-
## [2.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.11...@bitgo/sdk-coin-tia@2.0.12) (2024-05-13)
|
|
366
|
-
|
|
367
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
368
|
-
|
|
369
|
-
## [2.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.10...@bitgo/sdk-coin-tia@2.0.11) (2024-05-08)
|
|
370
|
-
|
|
371
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
372
|
-
|
|
373
|
-
## [2.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.9...@bitgo/sdk-coin-tia@2.0.10) (2024-05-01)
|
|
374
|
-
|
|
375
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
376
|
-
|
|
377
|
-
## [2.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.8...@bitgo/sdk-coin-tia@2.0.9) (2024-04-25)
|
|
378
|
-
|
|
379
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
380
|
-
|
|
381
|
-
## [2.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.7...@bitgo/sdk-coin-tia@2.0.8) (2024-04-24)
|
|
382
|
-
|
|
383
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
384
|
-
|
|
385
|
-
## [2.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.6...@bitgo/sdk-coin-tia@2.0.7) (2024-04-22)
|
|
386
|
-
|
|
387
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
388
|
-
|
|
389
|
-
## [2.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.5...@bitgo/sdk-coin-tia@2.0.6) (2024-04-17)
|
|
390
|
-
|
|
391
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
392
|
-
|
|
393
|
-
## [2.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.4...@bitgo/sdk-coin-tia@2.0.5) (2024-04-12)
|
|
394
|
-
|
|
395
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
396
|
-
|
|
397
|
-
## [2.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.3...@bitgo/sdk-coin-tia@2.0.4) (2024-04-10)
|
|
398
|
-
|
|
399
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
400
|
-
|
|
401
|
-
## [2.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.2...@bitgo/sdk-coin-tia@2.0.3) (2024-04-09)
|
|
402
|
-
|
|
403
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
404
|
-
|
|
405
|
-
## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.1...@bitgo/sdk-coin-tia@2.0.2) (2024-04-08)
|
|
406
|
-
|
|
407
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
408
|
-
|
|
409
|
-
## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@2.0.0...@bitgo/sdk-coin-tia@2.0.1) (2024-04-05)
|
|
410
|
-
|
|
411
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
412
|
-
|
|
413
|
-
# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.25.4...@bitgo/sdk-coin-tia@2.0.0) (2024-03-28)
|
|
414
|
-
|
|
415
|
-
### Features
|
|
416
|
-
|
|
417
|
-
- **abstract-cosmos:** added redelegation for cosmos coins ([8ea18ab](https://github.com/BitGo/BitGoJS/commit/8ea18ab0ca115ba9b61335e69d34790f0c046e7b))
|
|
418
|
-
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
419
|
-
|
|
420
|
-
### BREAKING CHANGES
|
|
421
|
-
|
|
422
|
-
- **root:** Node 16 is no longer supported in bitgojs.
|
|
423
|
-
TICKET: WP-1100
|
|
424
|
-
|
|
425
|
-
## [1.25.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.25.3...@bitgo/sdk-coin-tia@1.25.4) (2024-03-19)
|
|
426
|
-
|
|
427
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
428
|
-
|
|
429
|
-
## [1.25.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.25.2...@bitgo/sdk-coin-tia@1.25.3) (2024-03-11)
|
|
430
|
-
|
|
431
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
432
|
-
|
|
433
|
-
## [1.25.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.25.1...@bitgo/sdk-coin-tia@1.25.2) (2024-02-28)
|
|
434
|
-
|
|
435
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
436
|
-
|
|
437
|
-
## [1.25.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.25.0...@bitgo/sdk-coin-tia@1.25.1) (2024-02-22)
|
|
438
|
-
|
|
439
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
440
|
-
|
|
441
|
-
# [1.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.25.0) (2024-02-19)
|
|
442
|
-
|
|
443
|
-
### Bug Fixes
|
|
444
|
-
|
|
445
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
446
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
447
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
448
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
449
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
450
|
-
|
|
451
|
-
### Features
|
|
452
|
-
|
|
453
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
454
|
-
|
|
455
|
-
# [1.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.23.0) (2024-01-30)
|
|
456
|
-
|
|
457
|
-
### Bug Fixes
|
|
458
|
-
|
|
459
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
460
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
461
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
462
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
463
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
464
|
-
|
|
465
|
-
### Features
|
|
466
|
-
|
|
467
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
468
|
-
|
|
469
|
-
# [1.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.22.0) (2024-01-26)
|
|
470
|
-
|
|
471
|
-
### Bug Fixes
|
|
472
|
-
|
|
473
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
474
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
475
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
476
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
477
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
478
|
-
|
|
479
|
-
### Features
|
|
480
|
-
|
|
481
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
482
|
-
|
|
483
|
-
# [1.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.21.0) (2024-01-26)
|
|
484
|
-
|
|
485
|
-
### Bug Fixes
|
|
486
|
-
|
|
487
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
488
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
489
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
490
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
491
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
492
|
-
|
|
493
|
-
### Features
|
|
494
|
-
|
|
495
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
496
|
-
|
|
497
|
-
# [1.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.20.0) (2024-01-25)
|
|
498
|
-
|
|
499
|
-
### Bug Fixes
|
|
500
|
-
|
|
501
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
502
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
503
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
504
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
505
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
506
|
-
|
|
507
|
-
### Features
|
|
508
|
-
|
|
509
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
510
|
-
|
|
511
|
-
# [1.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.19.0) (2024-01-22)
|
|
512
|
-
|
|
513
|
-
### Bug Fixes
|
|
514
|
-
|
|
515
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
516
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
517
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
518
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
519
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
520
|
-
|
|
521
|
-
### Features
|
|
522
|
-
|
|
523
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
524
|
-
|
|
525
|
-
# [1.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.18.0) (2024-01-09)
|
|
526
|
-
|
|
527
|
-
### Bug Fixes
|
|
528
|
-
|
|
529
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
530
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
531
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
532
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
533
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
534
|
-
|
|
535
|
-
### Features
|
|
536
|
-
|
|
537
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
538
|
-
|
|
539
|
-
# [1.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.17.0) (2024-01-03)
|
|
540
|
-
|
|
541
|
-
### Bug Fixes
|
|
542
|
-
|
|
543
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
544
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
545
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
546
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
547
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
548
|
-
|
|
549
|
-
### Features
|
|
550
|
-
|
|
551
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
552
|
-
|
|
553
|
-
# [1.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.16.0) (2023-12-18)
|
|
554
|
-
|
|
555
|
-
### Bug Fixes
|
|
556
|
-
|
|
557
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
558
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
559
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
560
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
561
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
562
|
-
|
|
563
|
-
### Features
|
|
564
|
-
|
|
565
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
566
|
-
|
|
567
|
-
# [1.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.15.0) (2023-12-12)
|
|
568
|
-
|
|
569
|
-
### Bug Fixes
|
|
570
|
-
|
|
571
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
572
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
573
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
574
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
575
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
576
|
-
|
|
577
|
-
### Features
|
|
578
|
-
|
|
579
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
580
|
-
|
|
581
|
-
# [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.14.0) (2023-12-09)
|
|
582
|
-
|
|
583
|
-
### Bug Fixes
|
|
584
|
-
|
|
585
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
586
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
587
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
588
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
589
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
590
|
-
|
|
591
|
-
### Features
|
|
592
|
-
|
|
593
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
594
|
-
|
|
595
|
-
# [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.13.0) (2023-12-05)
|
|
596
|
-
|
|
597
|
-
### Bug Fixes
|
|
598
|
-
|
|
599
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
600
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
601
|
-
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
602
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
603
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
604
|
-
|
|
605
|
-
### Features
|
|
606
|
-
|
|
607
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
608
|
-
|
|
609
|
-
# [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.12.0) (2023-11-28)
|
|
610
|
-
|
|
611
|
-
### Bug Fixes
|
|
612
|
-
|
|
613
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
614
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
615
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
616
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
617
|
-
|
|
618
|
-
### Features
|
|
619
|
-
|
|
620
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
621
|
-
|
|
622
|
-
# [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.11.0) (2023-11-24)
|
|
623
|
-
|
|
624
|
-
### Bug Fixes
|
|
625
|
-
|
|
626
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
627
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
628
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
629
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
630
|
-
|
|
631
|
-
### Features
|
|
632
|
-
|
|
633
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
634
|
-
|
|
635
|
-
# [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.10.0) (2023-11-17)
|
|
636
|
-
|
|
637
|
-
### Bug Fixes
|
|
638
|
-
|
|
639
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
640
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
641
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
642
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
643
|
-
|
|
644
|
-
### Features
|
|
645
|
-
|
|
646
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
647
|
-
|
|
648
|
-
# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.9.0) (2023-11-13)
|
|
649
|
-
|
|
650
|
-
### Bug Fixes
|
|
651
|
-
|
|
652
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
653
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
654
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
655
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
656
|
-
|
|
657
|
-
### Features
|
|
658
|
-
|
|
659
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
660
|
-
|
|
661
|
-
# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.8.0) (2023-11-13)
|
|
662
|
-
|
|
663
|
-
### Bug Fixes
|
|
664
|
-
|
|
665
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
666
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
667
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
668
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
669
|
-
|
|
670
|
-
### Features
|
|
671
|
-
|
|
672
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
673
|
-
|
|
674
|
-
# [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.7.0) (2023-11-13)
|
|
675
|
-
|
|
676
|
-
### Bug Fixes
|
|
677
|
-
|
|
678
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
679
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
680
|
-
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
681
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
682
|
-
|
|
683
|
-
### Features
|
|
684
|
-
|
|
685
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
686
|
-
|
|
687
|
-
# [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.6.0) (2023-10-20)
|
|
688
|
-
|
|
689
|
-
### Bug Fixes
|
|
690
|
-
|
|
691
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
692
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
693
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
694
|
-
|
|
695
|
-
### Features
|
|
696
|
-
|
|
697
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
698
|
-
|
|
699
|
-
# [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.5.0) (2023-10-18)
|
|
700
|
-
|
|
701
|
-
### Bug Fixes
|
|
702
|
-
|
|
703
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
704
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
705
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
706
|
-
|
|
707
|
-
### Features
|
|
708
|
-
|
|
709
|
-
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
710
|
-
|
|
711
|
-
## [1.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.11) (2023-09-25)
|
|
712
|
-
|
|
713
|
-
### Bug Fixes
|
|
714
|
-
|
|
715
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
716
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
717
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
718
|
-
|
|
719
|
-
## [1.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.10) (2023-09-09)
|
|
720
|
-
|
|
721
|
-
### Bug Fixes
|
|
722
|
-
|
|
723
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
724
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
725
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
726
|
-
|
|
727
|
-
## [1.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.9) (2023-09-09)
|
|
728
|
-
|
|
729
|
-
### Bug Fixes
|
|
730
|
-
|
|
731
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
732
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
733
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
734
|
-
|
|
735
|
-
## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.8) (2023-09-07)
|
|
736
|
-
|
|
737
|
-
### Bug Fixes
|
|
738
|
-
|
|
739
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
740
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
741
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
742
|
-
|
|
743
|
-
## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.7) (2023-09-05)
|
|
744
|
-
|
|
745
|
-
### Bug Fixes
|
|
746
|
-
|
|
747
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
748
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
749
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
750
|
-
|
|
751
|
-
## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.6) (2023-09-01)
|
|
752
|
-
|
|
753
|
-
### Bug Fixes
|
|
754
|
-
|
|
755
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
756
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
757
|
-
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
758
|
-
|
|
759
|
-
## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.5) (2023-08-29)
|
|
760
|
-
|
|
761
|
-
### Bug Fixes
|
|
762
|
-
|
|
763
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
764
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
765
|
-
|
|
766
|
-
## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.4) (2023-08-25)
|
|
767
|
-
|
|
768
|
-
### Bug Fixes
|
|
769
|
-
|
|
770
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
771
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
772
|
-
|
|
773
|
-
## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.3) (2023-08-24)
|
|
774
|
-
|
|
775
|
-
### Bug Fixes
|
|
776
|
-
|
|
777
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
778
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
779
|
-
|
|
780
|
-
## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.2) (2023-08-16)
|
|
781
|
-
|
|
782
|
-
### Bug Fixes
|
|
783
|
-
|
|
784
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
785
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
786
|
-
|
|
787
|
-
## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.4.1) (2023-08-16)
|
|
788
|
-
|
|
789
|
-
### Bug Fixes
|
|
790
|
-
|
|
791
|
-
- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936))
|
|
792
|
-
- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
|
|
793
|
-
|
|
794
|
-
# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.2.0...@bitgo/sdk-coin-tia@1.4.0) (2023-08-04)
|
|
795
|
-
|
|
796
|
-
### Features
|
|
797
|
-
|
|
798
|
-
- **abstract-cosmos:** add recover functionality for cosmos side chains ([1317831](https://github.com/BitGo/BitGoJS/commit/131783179a9fcd0288cce16326360e56c833f18c))
|
|
799
|
-
- **abstract-cosmos:** add wrw test data for cosmos side chains ([bb8c260](https://github.com/BitGo/BitGoJS/commit/bb8c260507b2eca661b40a7ffa6633f973ae30b6))
|
|
800
|
-
- **abstract-cosmos:** add wrw testcases for cosmos side chains ([db3b5f9](https://github.com/BitGo/BitGoJS/commit/db3b5f9d7ddb68a9a269cb4d1dcee8ab1b4b3702))
|
|
801
|
-
- **abstract-cosmos:** dependency fix ([222d122](https://github.com/BitGo/BitGoJS/commit/222d122f0a76ad79199d4194e25ac4b7d53bec0f))
|
|
802
|
-
- **abstract-cosmos:** unit testcase comments resolved ([9581bbe](https://github.com/BitGo/BitGoJS/commit/9581bbef00e49e518d0518792c87a10412e8e438))
|
|
803
|
-
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
804
|
-
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
805
|
-
|
|
806
|
-
# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.2.0...@bitgo/sdk-coin-tia@1.3.0) (2023-07-28)
|
|
807
|
-
|
|
808
|
-
### Features
|
|
809
|
-
|
|
810
|
-
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
811
|
-
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
812
|
-
|
|
813
|
-
# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.1.2...@bitgo/sdk-coin-tia@1.2.0) (2023-07-18)
|
|
814
|
-
|
|
815
|
-
### Features
|
|
816
|
-
|
|
817
|
-
- **abstract-cosmos:** add support for contract call transaction ([9b7dd54](https://github.com/BitGo/BitGoJS/commit/9b7dd54c6a3a9e5cf2b47b4a94ef225f111a8baf))
|
|
818
|
-
- add base factor for individual cosmos side chains ([e661b36](https://github.com/BitGo/BitGoJS/commit/e661b3631445e7ff1ddcdb51385d1f993b4f35c9))
|
|
819
|
-
|
|
820
|
-
## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.1.1...@bitgo/sdk-coin-tia@1.1.2) (2023-06-21)
|
|
821
|
-
|
|
822
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
823
|
-
|
|
824
|
-
## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.1.0...@bitgo/sdk-coin-tia@1.1.1) (2023-06-14)
|
|
825
|
-
|
|
826
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-tia
|
|
827
|
-
|
|
828
|
-
# 1.1.0 (2023-06-13)
|
|
829
|
-
|
|
830
|
-
### Features
|
|
831
|
-
|
|
832
|
-
- **sdk-coin-tia:** celestia sdk along with testcases ([ae2bf2c](https://github.com/BitGo/BitGoJS/commit/ae2bf2c7d881347b33da0a509c74b2ce45269527))
|
|
833
|
-
- **sdk-coin-tia:** celestia sdk along with testcases ([1d104e0](https://github.com/BitGo/BitGoJS/commit/1d104e0d0ac0c813d16cd6da759b1a904bab4641))
|