@bitgo-beta/abstract-cosmos 1.0.1-beta.98 → 1.0.1-beta.980
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/.eslintignore +1 -1
- package/CHANGELOG.md +830 -0
- package/dist/resources/MsgCompiled.d.ts +1212 -0
- package/dist/resources/MsgCompiled.js +2761 -0
- package/dist/src/cosmosCoin.d.ts +20 -10
- package/dist/src/cosmosCoin.d.ts.map +1 -1
- package/dist/src/cosmosCoin.js +170 -143
- package/dist/src/index.js +6 -2
- package/dist/src/lib/ContractCallBuilder.d.ts +3 -3
- package/dist/src/lib/ContractCallBuilder.d.ts.map +1 -1
- package/dist/src/lib/ContractCallBuilder.js +35 -2
- package/dist/src/lib/StakingActivateBuilder.d.ts +3 -3
- package/dist/src/lib/StakingActivateBuilder.d.ts.map +1 -1
- package/dist/src/lib/StakingActivateBuilder.js +35 -2
- package/dist/src/lib/StakingDeactivateBuilder.d.ts +3 -3
- package/dist/src/lib/StakingDeactivateBuilder.d.ts.map +1 -1
- package/dist/src/lib/StakingDeactivateBuilder.js +35 -2
- package/dist/src/lib/StakingRedelegateBuilder.d.ts +13 -0
- package/dist/src/lib/StakingRedelegateBuilder.d.ts.map +1 -0
- package/dist/src/lib/StakingRedelegateBuilder.js +61 -0
- package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts +3 -3
- package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts.map +1 -1
- package/dist/src/lib/StakingWithdrawRewardsBuilder.js +35 -2
- package/dist/src/lib/constants.d.ts +2 -0
- package/dist/src/lib/constants.d.ts.map +1 -1
- package/dist/src/lib/constants.js +4 -2
- package/dist/src/lib/iface.d.ts +30 -8
- package/dist/src/lib/iface.d.ts.map +1 -1
- package/dist/src/lib/iface.js +18 -1
- package/dist/src/lib/index.d.ts +1 -0
- package/dist/src/lib/index.d.ts.map +1 -1
- package/dist/src/lib/index.js +32 -4
- package/dist/src/lib/keyPair.js +9 -10
- package/dist/src/lib/transaction.d.ts +8 -9
- package/dist/src/lib/transaction.d.ts.map +1 -1
- package/dist/src/lib/transaction.js +124 -92
- package/dist/src/lib/transactionBuilder.d.ts +17 -14
- package/dist/src/lib/transactionBuilder.d.ts.map +1 -1
- package/dist/src/lib/transactionBuilder.js +10 -5
- package/dist/src/lib/transferBuilder.d.ts +3 -3
- package/dist/src/lib/transferBuilder.d.ts.map +1 -1
- package/dist/src/lib/transferBuilder.js +35 -2
- package/dist/src/lib/utils.d.ts +97 -17
- package/dist/src/lib/utils.d.ts.map +1 -1
- package/dist/src/lib/utils.js +229 -23
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +12 -10
- package/resources/MsgCompiled.d.ts +1212 -0
- package/resources/MsgCompiled.js +2761 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,836 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [11.9.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.4...@bitgo/abstract-cosmos@11.9.5) (2025-07-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
9
|
+
|
|
10
|
+
## [11.9.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.3...@bitgo/abstract-cosmos@11.9.4) (2025-06-25)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
13
|
+
|
|
14
|
+
## [11.9.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.2...@bitgo/abstract-cosmos@11.9.3) (2025-06-24)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
17
|
+
|
|
18
|
+
## [11.9.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.1...@bitgo/abstract-cosmos@11.9.2) (2025-06-18)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
21
|
+
|
|
22
|
+
## [11.9.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.0...@bitgo/abstract-cosmos@11.9.1) (2025-06-10)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
25
|
+
|
|
26
|
+
# [11.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.8.0...@bitgo/abstract-cosmos@11.9.0) (2025-06-05)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
31
|
+
|
|
32
|
+
# [11.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.6...@bitgo/abstract-cosmos@11.8.0) (2025-06-02)
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
- rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
|
|
37
|
+
- **root:** add new audit key baseCoin method ([57c1778](https://github.com/BitGo/BitGoJS/commit/57c17784a72ea364f18e3af9dbd83da877827e69))
|
|
38
|
+
|
|
39
|
+
## [11.7.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.5...@bitgo/abstract-cosmos@11.7.6) (2025-05-28)
|
|
40
|
+
|
|
41
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
42
|
+
|
|
43
|
+
## [11.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.4...@bitgo/abstract-cosmos@11.7.5) (2025-05-22)
|
|
44
|
+
|
|
45
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
46
|
+
|
|
47
|
+
## [11.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.3...@bitgo/abstract-cosmos@11.7.4) (2025-05-20)
|
|
48
|
+
|
|
49
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
50
|
+
|
|
51
|
+
## [11.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.2...@bitgo/abstract-cosmos@11.7.3) (2025-05-07)
|
|
52
|
+
|
|
53
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
54
|
+
|
|
55
|
+
## [11.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.1...@bitgo/abstract-cosmos@11.7.2) (2025-04-29)
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
- **sdk-core:** add validation for unsigned txHex ([eff30e3](https://github.com/BitGo/BitGoJS/commit/eff30e3febbfc3c5f987ba5a0e54d4716983c4b5))
|
|
60
|
+
|
|
61
|
+
## [11.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.0...@bitgo/abstract-cosmos@11.7.1) (2025-04-25)
|
|
62
|
+
|
|
63
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
64
|
+
|
|
65
|
+
# [11.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.4...@bitgo/abstract-cosmos@11.7.0) (2025-04-15)
|
|
66
|
+
|
|
67
|
+
### Features
|
|
68
|
+
|
|
69
|
+
- **sdk-coin-baby:** add CreateBtcDelegation transaction ([67c089a](https://github.com/BitGo/BitGoJS/commit/67c089af49616b2f70198f49e9401c7447f9931a))
|
|
70
|
+
|
|
71
|
+
## [11.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.3...@bitgo/abstract-cosmos@11.6.4) (2025-04-04)
|
|
72
|
+
|
|
73
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
74
|
+
|
|
75
|
+
## [11.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.2...@bitgo/abstract-cosmos@11.6.3) (2025-04-02)
|
|
76
|
+
|
|
77
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
78
|
+
|
|
79
|
+
## [11.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.1...@bitgo/abstract-cosmos@11.6.2) (2025-03-28)
|
|
80
|
+
|
|
81
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
82
|
+
|
|
83
|
+
## [11.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.0...@bitgo/abstract-cosmos@11.6.1) (2025-03-20)
|
|
84
|
+
|
|
85
|
+
### Reverts
|
|
86
|
+
|
|
87
|
+
- Revert "fix(sdk-core): add validation for unsigned txHex" ([4333b10](https://github.com/BitGo/BitGoJS/commit/4333b1014040edbb0f5b347a9f5e343b20e1704f))
|
|
88
|
+
|
|
89
|
+
# [11.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.5.1...@bitgo/abstract-cosmos@11.6.0) (2025-03-18)
|
|
90
|
+
|
|
91
|
+
### Bug Fixes
|
|
92
|
+
|
|
93
|
+
- **sdk-core:** add validation for unsigned txHex ([4a5ba60](https://github.com/BitGo/BitGoJS/commit/4a5ba60cc98a3aededc7c3385cb8dd47f8c21353))
|
|
94
|
+
- **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
- **sdk-coin-baby:** add sdk support for babylon native staking ([4e59dc6](https://github.com/BitGo/BitGoJS/commit/4e59dc67e80e0f5c608f85e67b389fc2885f349c))
|
|
99
|
+
|
|
100
|
+
## [11.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.5.0...@bitgo/abstract-cosmos@11.5.1) (2025-03-06)
|
|
101
|
+
|
|
102
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
103
|
+
|
|
104
|
+
# [11.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.22...@bitgo/abstract-cosmos@11.5.0) (2025-03-04)
|
|
105
|
+
|
|
106
|
+
### Bug Fixes
|
|
107
|
+
|
|
108
|
+
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
109
|
+
- dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
|
|
110
|
+
|
|
111
|
+
### Features
|
|
112
|
+
|
|
113
|
+
- **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
|
|
114
|
+
|
|
115
|
+
# [11.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.22...@bitgo/abstract-cosmos@11.4.0) (2025-02-26)
|
|
116
|
+
|
|
117
|
+
### Bug Fixes
|
|
118
|
+
|
|
119
|
+
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
120
|
+
|
|
121
|
+
### Features
|
|
122
|
+
|
|
123
|
+
- **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
|
|
124
|
+
|
|
125
|
+
# [11.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.22...@bitgo/abstract-cosmos@11.3.0) (2025-02-20)
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
130
|
+
|
|
131
|
+
### Features
|
|
132
|
+
|
|
133
|
+
- **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
|
|
134
|
+
|
|
135
|
+
## [11.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.20...@bitgo/abstract-cosmos@11.2.22) (2025-02-19)
|
|
136
|
+
|
|
137
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
138
|
+
|
|
139
|
+
## [11.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.20...@bitgo/abstract-cosmos@11.2.21) (2025-02-11)
|
|
140
|
+
|
|
141
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
142
|
+
|
|
143
|
+
## [11.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.19...@bitgo/abstract-cosmos@11.2.20) (2025-02-05)
|
|
144
|
+
|
|
145
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
146
|
+
|
|
147
|
+
## [11.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.18...@bitgo/abstract-cosmos@11.2.19) (2025-01-28)
|
|
148
|
+
|
|
149
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
150
|
+
|
|
151
|
+
## [11.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.17...@bitgo/abstract-cosmos@11.2.18) (2025-01-23)
|
|
152
|
+
|
|
153
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
154
|
+
|
|
155
|
+
## [11.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.16...@bitgo/abstract-cosmos@11.2.17) (2025-01-23)
|
|
156
|
+
|
|
157
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
158
|
+
|
|
159
|
+
## [11.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.15...@bitgo/abstract-cosmos@11.2.16) (2025-01-20)
|
|
160
|
+
|
|
161
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
162
|
+
|
|
163
|
+
## [11.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.14...@bitgo/abstract-cosmos@11.2.15) (2025-01-15)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
166
|
+
|
|
167
|
+
## [11.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.13...@bitgo/abstract-cosmos@11.2.14) (2025-01-09)
|
|
168
|
+
|
|
169
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
170
|
+
|
|
171
|
+
## [11.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.12...@bitgo/abstract-cosmos@11.2.13) (2025-01-03)
|
|
172
|
+
|
|
173
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
174
|
+
|
|
175
|
+
## [11.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.11...@bitgo/abstract-cosmos@11.2.12) (2024-12-24)
|
|
176
|
+
|
|
177
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
178
|
+
|
|
179
|
+
## [11.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.10...@bitgo/abstract-cosmos@11.2.11) (2024-12-19)
|
|
180
|
+
|
|
181
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
182
|
+
|
|
183
|
+
## [11.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.8...@bitgo/abstract-cosmos@11.2.10) (2024-12-17)
|
|
184
|
+
|
|
185
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
186
|
+
|
|
187
|
+
## [11.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.8...@bitgo/abstract-cosmos@11.2.9) (2024-12-17)
|
|
188
|
+
|
|
189
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
190
|
+
|
|
191
|
+
## [11.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.7...@bitgo/abstract-cosmos@11.2.8) (2024-12-12)
|
|
192
|
+
|
|
193
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
194
|
+
|
|
195
|
+
## [11.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.6...@bitgo/abstract-cosmos@11.2.7) (2024-12-11)
|
|
196
|
+
|
|
197
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
198
|
+
|
|
199
|
+
## [11.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.5...@bitgo/abstract-cosmos@11.2.6) (2024-12-03)
|
|
200
|
+
|
|
201
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
202
|
+
|
|
203
|
+
## [11.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.4...@bitgo/abstract-cosmos@11.2.5) (2024-11-26)
|
|
204
|
+
|
|
205
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
206
|
+
|
|
207
|
+
## [11.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.3...@bitgo/abstract-cosmos@11.2.4) (2024-11-21)
|
|
208
|
+
|
|
209
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
210
|
+
|
|
211
|
+
## [11.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.1...@bitgo/abstract-cosmos@11.2.3) (2024-11-19)
|
|
212
|
+
|
|
213
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
214
|
+
|
|
215
|
+
## [11.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.1...@bitgo/abstract-cosmos@11.2.2) (2024-11-14)
|
|
216
|
+
|
|
217
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
218
|
+
|
|
219
|
+
## [11.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.0...@bitgo/abstract-cosmos@11.2.1) (2024-11-08)
|
|
220
|
+
|
|
221
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
222
|
+
|
|
223
|
+
# [11.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.1.0...@bitgo/abstract-cosmos@11.2.0) (2024-11-07)
|
|
224
|
+
|
|
225
|
+
### Features
|
|
226
|
+
|
|
227
|
+
- retrofit during cosmos tss recovery ([ceaae14](https://github.com/BitGo/BitGoJS/commit/ceaae147598120576eaa67a50df7977624558b82))
|
|
228
|
+
|
|
229
|
+
# [11.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.11...@bitgo/abstract-cosmos@11.1.0) (2024-11-01)
|
|
230
|
+
|
|
231
|
+
### Features
|
|
232
|
+
|
|
233
|
+
- **sdk-coin-rune:** new coin generation ([64775ca](https://github.com/BitGo/BitGoJS/commit/64775caefc425df17f893fe1a5ae26d21adc7b6b))
|
|
234
|
+
|
|
235
|
+
## [11.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.10...@bitgo/abstract-cosmos@11.0.11) (2024-10-22)
|
|
236
|
+
|
|
237
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
238
|
+
|
|
239
|
+
## [11.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.9...@bitgo/abstract-cosmos@11.0.10) (2024-10-15)
|
|
240
|
+
|
|
241
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
242
|
+
|
|
243
|
+
## [11.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.8...@bitgo/abstract-cosmos@11.0.9) (2024-10-08)
|
|
244
|
+
|
|
245
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
246
|
+
|
|
247
|
+
## [11.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.7...@bitgo/abstract-cosmos@11.0.8) (2024-10-04)
|
|
248
|
+
|
|
249
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
250
|
+
|
|
251
|
+
## [11.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.6...@bitgo/abstract-cosmos@11.0.7) (2024-09-24)
|
|
252
|
+
|
|
253
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
254
|
+
|
|
255
|
+
## [11.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.5...@bitgo/abstract-cosmos@11.0.6) (2024-09-19)
|
|
256
|
+
|
|
257
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
258
|
+
|
|
259
|
+
## [11.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.4...@bitgo/abstract-cosmos@11.0.5) (2024-09-16)
|
|
260
|
+
|
|
261
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
262
|
+
|
|
263
|
+
## [11.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.3...@bitgo/abstract-cosmos@11.0.4) (2024-09-10)
|
|
264
|
+
|
|
265
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
266
|
+
|
|
267
|
+
## [11.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.2...@bitgo/abstract-cosmos@11.0.3) (2024-09-03)
|
|
268
|
+
|
|
269
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
270
|
+
|
|
271
|
+
## [11.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.1...@bitgo/abstract-cosmos@11.0.2) (2024-08-29)
|
|
272
|
+
|
|
273
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
274
|
+
|
|
275
|
+
## [11.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.0...@bitgo/abstract-cosmos@11.0.1) (2024-08-27)
|
|
276
|
+
|
|
277
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
278
|
+
|
|
279
|
+
# [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.1.0...@bitgo/abstract-cosmos@11.0.0) (2024-08-20)
|
|
280
|
+
|
|
281
|
+
### Features
|
|
282
|
+
|
|
283
|
+
- move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
|
|
284
|
+
|
|
285
|
+
### BREAKING CHANGES
|
|
286
|
+
|
|
287
|
+
- clients using challenge
|
|
288
|
+
generation & TSS Recovery functions must now
|
|
289
|
+
install @bitgo/sdk-opensslbytes separately &
|
|
290
|
+
provide the openSSLBytes WASM themselves.
|
|
291
|
+
|
|
292
|
+
Ticket: CE-4329
|
|
293
|
+
|
|
294
|
+
## [10.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.1.0...@bitgo/abstract-cosmos@10.1.1) (2024-08-13)
|
|
295
|
+
|
|
296
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
297
|
+
|
|
298
|
+
# [10.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.28...@bitgo/abstract-cosmos@10.1.0) (2024-08-07)
|
|
299
|
+
|
|
300
|
+
### Features
|
|
301
|
+
|
|
302
|
+
- **abstract-cosmos:** add dkls support for cosmos hot wallet recovery ([da24a55](https://github.com/BitGo/BitGoJS/commit/da24a559d42ac0f2975fd03ec335f5e72bcd8f49))
|
|
303
|
+
|
|
304
|
+
## [10.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.27...@bitgo/abstract-cosmos@10.0.28) (2024-07-30)
|
|
305
|
+
|
|
306
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
307
|
+
|
|
308
|
+
## [10.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.26...@bitgo/abstract-cosmos@10.0.27) (2024-07-24)
|
|
309
|
+
|
|
310
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
311
|
+
|
|
312
|
+
## [10.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.25...@bitgo/abstract-cosmos@10.0.26) (2024-07-16)
|
|
313
|
+
|
|
314
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
315
|
+
|
|
316
|
+
## [10.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.24...@bitgo/abstract-cosmos@10.0.25) (2024-07-04)
|
|
317
|
+
|
|
318
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
319
|
+
|
|
320
|
+
## [10.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.23...@bitgo/abstract-cosmos@10.0.24) (2024-07-02)
|
|
321
|
+
|
|
322
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
323
|
+
|
|
324
|
+
## [10.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.22...@bitgo/abstract-cosmos@10.0.23) (2024-06-27)
|
|
325
|
+
|
|
326
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
327
|
+
|
|
328
|
+
## [10.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.21...@bitgo/abstract-cosmos@10.0.22) (2024-06-26)
|
|
329
|
+
|
|
330
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
331
|
+
|
|
332
|
+
## [10.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.19...@bitgo/abstract-cosmos@10.0.21) (2024-06-21)
|
|
333
|
+
|
|
334
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
335
|
+
|
|
336
|
+
## [10.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.19...@bitgo/abstract-cosmos@10.0.20) (2024-06-20)
|
|
337
|
+
|
|
338
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
339
|
+
|
|
340
|
+
## [10.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.18...@bitgo/abstract-cosmos@10.0.19) (2024-06-14)
|
|
341
|
+
|
|
342
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
343
|
+
|
|
344
|
+
## [10.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.17...@bitgo/abstract-cosmos@10.0.18) (2024-06-11)
|
|
345
|
+
|
|
346
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
347
|
+
|
|
348
|
+
## [10.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.16...@bitgo/abstract-cosmos@10.0.17) (2024-06-05)
|
|
349
|
+
|
|
350
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
351
|
+
|
|
352
|
+
## [10.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.15...@bitgo/abstract-cosmos@10.0.16) (2024-05-31)
|
|
353
|
+
|
|
354
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
355
|
+
|
|
356
|
+
## [10.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.14...@bitgo/abstract-cosmos@10.0.15) (2024-05-28)
|
|
357
|
+
|
|
358
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
359
|
+
|
|
360
|
+
## [10.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.13...@bitgo/abstract-cosmos@10.0.14) (2024-05-22)
|
|
361
|
+
|
|
362
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
363
|
+
|
|
364
|
+
## [10.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.12...@bitgo/abstract-cosmos@10.0.13) (2024-05-17)
|
|
365
|
+
|
|
366
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
367
|
+
|
|
368
|
+
## [10.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.11...@bitgo/abstract-cosmos@10.0.12) (2024-05-13)
|
|
369
|
+
|
|
370
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
371
|
+
|
|
372
|
+
## [10.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.10...@bitgo/abstract-cosmos@10.0.11) (2024-05-08)
|
|
373
|
+
|
|
374
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
375
|
+
|
|
376
|
+
## [10.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.9...@bitgo/abstract-cosmos@10.0.10) (2024-05-01)
|
|
377
|
+
|
|
378
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
379
|
+
|
|
380
|
+
## [10.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.8...@bitgo/abstract-cosmos@10.0.9) (2024-04-25)
|
|
381
|
+
|
|
382
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
383
|
+
|
|
384
|
+
## [10.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.7...@bitgo/abstract-cosmos@10.0.8) (2024-04-24)
|
|
385
|
+
|
|
386
|
+
### Bug Fixes
|
|
387
|
+
|
|
388
|
+
- superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
|
|
389
|
+
|
|
390
|
+
## [10.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.6...@bitgo/abstract-cosmos@10.0.7) (2024-04-22)
|
|
391
|
+
|
|
392
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
393
|
+
|
|
394
|
+
## [10.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.5...@bitgo/abstract-cosmos@10.0.6) (2024-04-17)
|
|
395
|
+
|
|
396
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
397
|
+
|
|
398
|
+
## [10.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.4...@bitgo/abstract-cosmos@10.0.5) (2024-04-12)
|
|
399
|
+
|
|
400
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
401
|
+
|
|
402
|
+
## [10.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.3...@bitgo/abstract-cosmos@10.0.4) (2024-04-10)
|
|
403
|
+
|
|
404
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
405
|
+
|
|
406
|
+
## [10.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.2...@bitgo/abstract-cosmos@10.0.3) (2024-04-09)
|
|
407
|
+
|
|
408
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
409
|
+
|
|
410
|
+
## [10.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.1...@bitgo/abstract-cosmos@10.0.2) (2024-04-08)
|
|
411
|
+
|
|
412
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
413
|
+
|
|
414
|
+
## [10.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.0...@bitgo/abstract-cosmos@10.0.1) (2024-04-05)
|
|
415
|
+
|
|
416
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
417
|
+
|
|
418
|
+
# [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.4...@bitgo/abstract-cosmos@10.0.0) (2024-03-28)
|
|
419
|
+
|
|
420
|
+
### Features
|
|
421
|
+
|
|
422
|
+
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
423
|
+
|
|
424
|
+
### BREAKING CHANGES
|
|
425
|
+
|
|
426
|
+
- **root:** Node 16 is no longer supported in bitgojs.
|
|
427
|
+
TICKET: WP-1100
|
|
428
|
+
|
|
429
|
+
## [9.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.3...@bitgo/abstract-cosmos@9.0.4) (2024-03-19)
|
|
430
|
+
|
|
431
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
432
|
+
|
|
433
|
+
## [9.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.2...@bitgo/abstract-cosmos@9.0.3) (2024-03-11)
|
|
434
|
+
|
|
435
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
436
|
+
|
|
437
|
+
## [9.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.1...@bitgo/abstract-cosmos@9.0.2) (2024-02-28)
|
|
438
|
+
|
|
439
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
440
|
+
|
|
441
|
+
## [9.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.0...@bitgo/abstract-cosmos@9.0.1) (2024-02-22)
|
|
442
|
+
|
|
443
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
444
|
+
|
|
445
|
+
# [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@9.0.0) (2024-02-19)
|
|
446
|
+
|
|
447
|
+
### Bug Fixes
|
|
448
|
+
|
|
449
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
450
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
451
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
452
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
453
|
+
|
|
454
|
+
### Code Refactoring
|
|
455
|
+
|
|
456
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
457
|
+
|
|
458
|
+
### Features
|
|
459
|
+
|
|
460
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
461
|
+
- add utils to convert to and from cosmos evm address ([fda942c](https://github.com/BitGo/BitGoJS/commit/fda942c6745f6a7b887be958f157cdc0f1372c09))
|
|
462
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
463
|
+
- **sdk-coin-zeta:** zeta redelegate txn support with tests ([b9bf137](https://github.com/BitGo/BitGoJS/commit/b9bf137d59f370c7d5be820131442bc48fb92825))
|
|
464
|
+
|
|
465
|
+
### BREAKING CHANGES
|
|
466
|
+
|
|
467
|
+
- **sdk-coin-atom:** restructured exports
|
|
468
|
+
|
|
469
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
470
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
471
|
+
|
|
472
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
473
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
474
|
+
|
|
475
|
+
# [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@8.0.0) (2024-01-30)
|
|
476
|
+
|
|
477
|
+
### Bug Fixes
|
|
478
|
+
|
|
479
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
480
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
481
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
482
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
483
|
+
|
|
484
|
+
### Code Refactoring
|
|
485
|
+
|
|
486
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
487
|
+
|
|
488
|
+
### Features
|
|
489
|
+
|
|
490
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
491
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
492
|
+
|
|
493
|
+
### BREAKING CHANGES
|
|
494
|
+
|
|
495
|
+
- **sdk-coin-atom:** restructured exports
|
|
496
|
+
|
|
497
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
498
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
499
|
+
|
|
500
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
501
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
502
|
+
|
|
503
|
+
# [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@7.0.0) (2024-01-26)
|
|
504
|
+
|
|
505
|
+
### Bug Fixes
|
|
506
|
+
|
|
507
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
508
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
509
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
510
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
511
|
+
|
|
512
|
+
### Code Refactoring
|
|
513
|
+
|
|
514
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
515
|
+
|
|
516
|
+
### Features
|
|
517
|
+
|
|
518
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
519
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
520
|
+
|
|
521
|
+
### BREAKING CHANGES
|
|
522
|
+
|
|
523
|
+
- **sdk-coin-atom:** restructured exports
|
|
524
|
+
|
|
525
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
526
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
527
|
+
|
|
528
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
529
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
530
|
+
|
|
531
|
+
# [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@6.0.0) (2024-01-26)
|
|
532
|
+
|
|
533
|
+
### Bug Fixes
|
|
534
|
+
|
|
535
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
536
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
537
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
538
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
539
|
+
|
|
540
|
+
### Code Refactoring
|
|
541
|
+
|
|
542
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
543
|
+
|
|
544
|
+
### Features
|
|
545
|
+
|
|
546
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
547
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
548
|
+
|
|
549
|
+
### BREAKING CHANGES
|
|
550
|
+
|
|
551
|
+
- **sdk-coin-atom:** restructured exports
|
|
552
|
+
|
|
553
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
554
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
555
|
+
|
|
556
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
557
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
558
|
+
|
|
559
|
+
# [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@5.0.0) (2024-01-25)
|
|
560
|
+
|
|
561
|
+
### Bug Fixes
|
|
562
|
+
|
|
563
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
564
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
565
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
566
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
567
|
+
|
|
568
|
+
### Code Refactoring
|
|
569
|
+
|
|
570
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
571
|
+
|
|
572
|
+
### Features
|
|
573
|
+
|
|
574
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
575
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
576
|
+
|
|
577
|
+
### BREAKING CHANGES
|
|
578
|
+
|
|
579
|
+
- **sdk-coin-atom:** restructured exports
|
|
580
|
+
|
|
581
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
582
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
583
|
+
|
|
584
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
585
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
586
|
+
|
|
587
|
+
# [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@4.0.0) (2024-01-22)
|
|
588
|
+
|
|
589
|
+
### Bug Fixes
|
|
590
|
+
|
|
591
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
592
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
593
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
594
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
595
|
+
|
|
596
|
+
### Code Refactoring
|
|
597
|
+
|
|
598
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
599
|
+
|
|
600
|
+
### Features
|
|
601
|
+
|
|
602
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
603
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
604
|
+
|
|
605
|
+
### BREAKING CHANGES
|
|
606
|
+
|
|
607
|
+
- **sdk-coin-atom:** restructured exports
|
|
608
|
+
|
|
609
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
610
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
611
|
+
|
|
612
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
613
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
614
|
+
|
|
615
|
+
# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@3.0.0) (2024-01-09)
|
|
616
|
+
|
|
617
|
+
### Bug Fixes
|
|
618
|
+
|
|
619
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
620
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
621
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
622
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
623
|
+
|
|
624
|
+
### Code Refactoring
|
|
625
|
+
|
|
626
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
627
|
+
|
|
628
|
+
### Features
|
|
629
|
+
|
|
630
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
631
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
632
|
+
|
|
633
|
+
### BREAKING CHANGES
|
|
634
|
+
|
|
635
|
+
- **sdk-coin-atom:** restructured exports
|
|
636
|
+
|
|
637
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
638
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
639
|
+
|
|
640
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
641
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
642
|
+
|
|
643
|
+
# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@2.0.0) (2024-01-03)
|
|
644
|
+
|
|
645
|
+
### Bug Fixes
|
|
646
|
+
|
|
647
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
648
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
649
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
650
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
651
|
+
|
|
652
|
+
### Code Refactoring
|
|
653
|
+
|
|
654
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
655
|
+
|
|
656
|
+
### Features
|
|
657
|
+
|
|
658
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
659
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
660
|
+
|
|
661
|
+
### BREAKING CHANGES
|
|
662
|
+
|
|
663
|
+
- **sdk-coin-atom:** restructured exports
|
|
664
|
+
|
|
665
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
666
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
667
|
+
|
|
668
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
669
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
670
|
+
|
|
671
|
+
# [1.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.18.0) (2023-12-18)
|
|
672
|
+
|
|
673
|
+
### Bug Fixes
|
|
674
|
+
|
|
675
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
676
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
677
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
678
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
679
|
+
|
|
680
|
+
### Features
|
|
681
|
+
|
|
682
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
683
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
684
|
+
|
|
685
|
+
# [1.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.17.0) (2023-12-12)
|
|
686
|
+
|
|
687
|
+
### Bug Fixes
|
|
688
|
+
|
|
689
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
690
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
691
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
692
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
693
|
+
|
|
694
|
+
### Features
|
|
695
|
+
|
|
696
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
697
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
698
|
+
|
|
699
|
+
# [1.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.16.0) (2023-12-09)
|
|
700
|
+
|
|
701
|
+
### Bug Fixes
|
|
702
|
+
|
|
703
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
704
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
705
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
706
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
707
|
+
|
|
708
|
+
### Features
|
|
709
|
+
|
|
710
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
711
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
712
|
+
|
|
713
|
+
# [1.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.15.0) (2023-12-05)
|
|
714
|
+
|
|
715
|
+
### Bug Fixes
|
|
716
|
+
|
|
717
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
718
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
719
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
720
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
721
|
+
|
|
722
|
+
### Features
|
|
723
|
+
|
|
724
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
725
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
726
|
+
|
|
727
|
+
# [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.14.0) (2023-11-28)
|
|
728
|
+
|
|
729
|
+
### Bug Fixes
|
|
730
|
+
|
|
731
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
732
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
733
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
734
|
+
|
|
735
|
+
### Features
|
|
736
|
+
|
|
737
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
738
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
739
|
+
|
|
740
|
+
# [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.13.0) (2023-11-24)
|
|
741
|
+
|
|
742
|
+
### Bug Fixes
|
|
743
|
+
|
|
744
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
745
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
746
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
747
|
+
|
|
748
|
+
### Features
|
|
749
|
+
|
|
750
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
751
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
752
|
+
|
|
753
|
+
# [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.12.0) (2023-11-17)
|
|
754
|
+
|
|
755
|
+
### Bug Fixes
|
|
756
|
+
|
|
757
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
758
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
759
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
760
|
+
|
|
761
|
+
### Features
|
|
762
|
+
|
|
763
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
764
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
765
|
+
|
|
766
|
+
# [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.11.0) (2023-11-13)
|
|
767
|
+
|
|
768
|
+
### Bug Fixes
|
|
769
|
+
|
|
770
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
771
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
772
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
773
|
+
|
|
774
|
+
### Features
|
|
775
|
+
|
|
776
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
777
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
778
|
+
|
|
779
|
+
# [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.10.0) (2023-11-13)
|
|
780
|
+
|
|
781
|
+
### Bug Fixes
|
|
782
|
+
|
|
783
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
784
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
785
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
786
|
+
|
|
787
|
+
### Features
|
|
788
|
+
|
|
789
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
790
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
791
|
+
|
|
792
|
+
# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.9.0) (2023-11-13)
|
|
793
|
+
|
|
794
|
+
### Bug Fixes
|
|
795
|
+
|
|
796
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
797
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
798
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
799
|
+
|
|
800
|
+
### Features
|
|
801
|
+
|
|
802
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
803
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
804
|
+
|
|
805
|
+
# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.8.0) (2023-10-20)
|
|
806
|
+
|
|
807
|
+
### Bug Fixes
|
|
808
|
+
|
|
809
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
810
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
811
|
+
|
|
812
|
+
### Features
|
|
813
|
+
|
|
814
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
815
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
816
|
+
|
|
817
|
+
# [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.7.0) (2023-10-18)
|
|
818
|
+
|
|
819
|
+
### Bug Fixes
|
|
820
|
+
|
|
821
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
822
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
823
|
+
|
|
824
|
+
### Features
|
|
825
|
+
|
|
826
|
+
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
|
|
827
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
828
|
+
|
|
829
|
+
## [1.6.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.11) (2023-09-25)
|
|
830
|
+
|
|
831
|
+
### Bug Fixes
|
|
832
|
+
|
|
833
|
+
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
|
|
834
|
+
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
|
|
835
|
+
|
|
6
836
|
## [1.6.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.10) (2023-09-09)
|
|
7
837
|
|
|
8
838
|
### Bug Fixes
|