@bitgo-beta/sdk-coin-bera 1.0.1-beta.9 → 1.0.1-beta.900
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mocharc.yml +1 -1
- package/CHANGELOG.md +607 -0
- package/dist/src/bera.d.ts +18 -21
- package/dist/src/bera.d.ts.map +1 -1
- package/dist/src/bera.js +25 -42
- package/dist/src/beraToken.d.ts +28 -0
- package/dist/src/beraToken.d.ts.map +1 -0
- package/dist/src/beraToken.js +51 -0
- package/dist/src/index.d.ts +2 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +8 -3
- package/dist/src/lib/index.d.ts +4 -5
- package/dist/src/lib/index.d.ts.map +1 -1
- package/dist/src/lib/index.js +31 -19
- package/dist/src/lib/resources.d.ts +4 -0
- package/dist/src/lib/resources.d.ts.map +1 -0
- package/dist/src/lib/resources.js +27 -0
- package/dist/src/lib/transactionBuilder.d.ts +11 -0
- package/dist/src/lib/transactionBuilder.d.ts.map +1 -0
- package/dist/src/lib/transactionBuilder.js +29 -0
- package/dist/src/lib/transferBuilder.d.ts +2 -0
- package/dist/src/lib/transferBuilder.d.ts.map +1 -0
- package/dist/src/lib/transferBuilder.js +6 -0
- package/dist/src/lib/utils.d.ts +7 -12
- package/dist/src/lib/utils.d.ts.map +1 -1
- package/dist/src/lib/utils.js +17 -48
- package/dist/src/register.d.ts.map +1 -1
- package/dist/src/register.js +5 -1
- package/dist/src/tbera.d.ts +0 -3
- package/dist/src/tbera.d.ts.map +1 -1
- package/dist/src/tbera.js +1 -5
- package/package.json +10 -11
- package/dist/src/lib/constants.d.ts +0 -7
- package/dist/src/lib/constants.d.ts.map +0 -1
- package/dist/src/lib/constants.js +0 -10
- package/dist/src/lib/keyPair.d.ts +0 -11
- package/dist/src/lib/keyPair.d.ts.map +0 -1
- package/dist/src/lib/keyPair.js +0 -24
- package/dist/src/lib/transactionBuilderFactory.d.ts +0 -27
- package/dist/src/lib/transactionBuilderFactory.d.ts.map +0 -1
- package/dist/src/lib/transactionBuilderFactory.js +0 -71
package/.mocharc.yml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,613 @@
|
|
|
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
|
+
## [2.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.4.7...@bitgo/sdk-coin-bera@2.4.9) (2025-07-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
9
|
+
|
|
10
|
+
## [2.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.4.7...@bitgo/sdk-coin-bera@2.4.8) (2025-07-23)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
13
|
+
|
|
14
|
+
## [2.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.4.6...@bitgo/sdk-coin-bera@2.4.7) (2025-07-15)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
17
|
+
|
|
18
|
+
## [2.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.4.5...@bitgo/sdk-coin-bera@2.4.6) (2025-07-10)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
21
|
+
|
|
22
|
+
## [2.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.4.4...@bitgo/sdk-coin-bera@2.4.5) (2025-07-03)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
25
|
+
|
|
26
|
+
## [2.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.4.3...@bitgo/sdk-coin-bera@2.4.4) (2025-06-25)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
29
|
+
|
|
30
|
+
## [2.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.4.2...@bitgo/sdk-coin-bera@2.4.3) (2025-06-24)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
33
|
+
|
|
34
|
+
## [2.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.4.1...@bitgo/sdk-coin-bera@2.4.2) (2025-06-18)
|
|
35
|
+
|
|
36
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
37
|
+
|
|
38
|
+
## [2.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.4.0...@bitgo/sdk-coin-bera@2.4.1) (2025-06-10)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
41
|
+
|
|
42
|
+
# [2.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.27...@bitgo/sdk-coin-bera@2.4.0) (2025-06-05)
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
47
|
+
|
|
48
|
+
## [2.3.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.26...@bitgo/sdk-coin-bera@2.3.27) (2025-06-02)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
51
|
+
|
|
52
|
+
## [2.3.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.25...@bitgo/sdk-coin-bera@2.3.26) (2025-05-28)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
55
|
+
|
|
56
|
+
## [2.3.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.24...@bitgo/sdk-coin-bera@2.3.25) (2025-05-22)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
59
|
+
|
|
60
|
+
## [2.3.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.23...@bitgo/sdk-coin-bera@2.3.24) (2025-05-20)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
63
|
+
|
|
64
|
+
## [2.3.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.22...@bitgo/sdk-coin-bera@2.3.23) (2025-05-07)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
67
|
+
|
|
68
|
+
## [2.3.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.21...@bitgo/sdk-coin-bera@2.3.22) (2025-04-29)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
71
|
+
|
|
72
|
+
## [2.3.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.20...@bitgo/sdk-coin-bera@2.3.21) (2025-04-25)
|
|
73
|
+
|
|
74
|
+
### Bug Fixes
|
|
75
|
+
|
|
76
|
+
- **sdk-coin-bera:** mpc algo for the token ([23adf24](https://github.com/BitGo/BitGoJS/commit/23adf24a17a3ab84283eafcedd3d92075084280c))
|
|
77
|
+
|
|
78
|
+
## [2.3.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.19...@bitgo/sdk-coin-bera@2.3.20) (2025-04-15)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
81
|
+
|
|
82
|
+
## [2.3.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.18...@bitgo/sdk-coin-bera@2.3.19) (2025-04-04)
|
|
83
|
+
|
|
84
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
85
|
+
|
|
86
|
+
## [2.3.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.17...@bitgo/sdk-coin-bera@2.3.18) (2025-04-02)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
89
|
+
|
|
90
|
+
## [2.3.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.16...@bitgo/sdk-coin-bera@2.3.17) (2025-03-28)
|
|
91
|
+
|
|
92
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
93
|
+
|
|
94
|
+
## [2.3.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.15...@bitgo/sdk-coin-bera@2.3.16) (2025-03-20)
|
|
95
|
+
|
|
96
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
97
|
+
|
|
98
|
+
## [2.3.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.14...@bitgo/sdk-coin-bera@2.3.15) (2025-03-18)
|
|
99
|
+
|
|
100
|
+
### Bug Fixes
|
|
101
|
+
|
|
102
|
+
- **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
|
|
103
|
+
|
|
104
|
+
## [2.3.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.13...@bitgo/sdk-coin-bera@2.3.14) (2025-03-06)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
107
|
+
|
|
108
|
+
## [2.3.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.10...@bitgo/sdk-coin-bera@2.3.13) (2025-03-04)
|
|
109
|
+
|
|
110
|
+
### Bug Fixes
|
|
111
|
+
|
|
112
|
+
- dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
|
|
113
|
+
|
|
114
|
+
## [2.3.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.10...@bitgo/sdk-coin-bera@2.3.12) (2025-02-26)
|
|
115
|
+
|
|
116
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
117
|
+
|
|
118
|
+
## [2.3.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.10...@bitgo/sdk-coin-bera@2.3.11) (2025-02-20)
|
|
119
|
+
|
|
120
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
121
|
+
|
|
122
|
+
## [2.3.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.9...@bitgo/sdk-coin-bera@2.3.10) (2025-02-19)
|
|
123
|
+
|
|
124
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
125
|
+
|
|
126
|
+
## [2.3.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.8...@bitgo/sdk-coin-bera@2.3.9) (2025-02-11)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
129
|
+
|
|
130
|
+
## [2.3.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.7...@bitgo/sdk-coin-bera@2.3.8) (2025-02-05)
|
|
131
|
+
|
|
132
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
133
|
+
|
|
134
|
+
## [2.3.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.6...@bitgo/sdk-coin-bera@2.3.7) (2025-01-28)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
137
|
+
|
|
138
|
+
## [2.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.5...@bitgo/sdk-coin-bera@2.3.6) (2025-01-23)
|
|
139
|
+
|
|
140
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
141
|
+
|
|
142
|
+
## [2.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.4...@bitgo/sdk-coin-bera@2.3.5) (2025-01-23)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
145
|
+
|
|
146
|
+
## [2.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.3...@bitgo/sdk-coin-bera@2.3.4) (2025-01-20)
|
|
147
|
+
|
|
148
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
149
|
+
|
|
150
|
+
## [2.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.2...@bitgo/sdk-coin-bera@2.3.3) (2025-01-15)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
153
|
+
|
|
154
|
+
## [2.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.1...@bitgo/sdk-coin-bera@2.3.2) (2025-01-09)
|
|
155
|
+
|
|
156
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
157
|
+
|
|
158
|
+
## [2.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.3.0...@bitgo/sdk-coin-bera@2.3.1) (2025-01-03)
|
|
159
|
+
|
|
160
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
161
|
+
|
|
162
|
+
# [2.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.16...@bitgo/sdk-coin-bera@2.3.0) (2024-12-24)
|
|
163
|
+
|
|
164
|
+
### Features
|
|
165
|
+
|
|
166
|
+
- **sdk-coin-bera:** add TSS Suport ([2afd7f0](https://github.com/BitGo/BitGoJS/commit/2afd7f0453b7c32eb14e6a30dbb2b6341a8a6122))
|
|
167
|
+
|
|
168
|
+
## [2.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.15...@bitgo/sdk-coin-bera@2.2.16) (2024-12-19)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
171
|
+
|
|
172
|
+
## [2.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.13...@bitgo/sdk-coin-bera@2.2.15) (2024-12-17)
|
|
173
|
+
|
|
174
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
175
|
+
|
|
176
|
+
## [2.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.13...@bitgo/sdk-coin-bera@2.2.14) (2024-12-17)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
179
|
+
|
|
180
|
+
## [2.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.12...@bitgo/sdk-coin-bera@2.2.13) (2024-12-12)
|
|
181
|
+
|
|
182
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
183
|
+
|
|
184
|
+
## [2.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.11...@bitgo/sdk-coin-bera@2.2.12) (2024-12-11)
|
|
185
|
+
|
|
186
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
187
|
+
|
|
188
|
+
## [2.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.10...@bitgo/sdk-coin-bera@2.2.11) (2024-12-03)
|
|
189
|
+
|
|
190
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
191
|
+
|
|
192
|
+
## [2.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.9...@bitgo/sdk-coin-bera@2.2.10) (2024-11-26)
|
|
193
|
+
|
|
194
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
195
|
+
|
|
196
|
+
## [2.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.8...@bitgo/sdk-coin-bera@2.2.9) (2024-11-21)
|
|
197
|
+
|
|
198
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
199
|
+
|
|
200
|
+
## [2.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.6...@bitgo/sdk-coin-bera@2.2.8) (2024-11-19)
|
|
201
|
+
|
|
202
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
203
|
+
|
|
204
|
+
## [2.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.6...@bitgo/sdk-coin-bera@2.2.7) (2024-11-14)
|
|
205
|
+
|
|
206
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
207
|
+
|
|
208
|
+
## [2.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.5...@bitgo/sdk-coin-bera@2.2.6) (2024-11-08)
|
|
209
|
+
|
|
210
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
211
|
+
|
|
212
|
+
## [2.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.4...@bitgo/sdk-coin-bera@2.2.5) (2024-11-07)
|
|
213
|
+
|
|
214
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
215
|
+
|
|
216
|
+
## [2.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.3...@bitgo/sdk-coin-bera@2.2.4) (2024-11-01)
|
|
217
|
+
|
|
218
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
219
|
+
|
|
220
|
+
## [2.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.2...@bitgo/sdk-coin-bera@2.2.3) (2024-10-22)
|
|
221
|
+
|
|
222
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
223
|
+
|
|
224
|
+
## [2.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.1...@bitgo/sdk-coin-bera@2.2.2) (2024-10-15)
|
|
225
|
+
|
|
226
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
227
|
+
|
|
228
|
+
## [2.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.2.0...@bitgo/sdk-coin-bera@2.2.1) (2024-10-08)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
231
|
+
|
|
232
|
+
# [2.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.1.6...@bitgo/sdk-coin-bera@2.2.0) (2024-10-04)
|
|
233
|
+
|
|
234
|
+
### Features
|
|
235
|
+
|
|
236
|
+
- **sdk-coin-bera:** add bera token support ([6dc002d](https://github.com/BitGo/BitGoJS/commit/6dc002d1c50eebee171256c732aab05a10337350))
|
|
237
|
+
|
|
238
|
+
## [2.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.1.5...@bitgo/sdk-coin-bera@2.1.6) (2024-09-24)
|
|
239
|
+
|
|
240
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
241
|
+
|
|
242
|
+
## [2.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.1.4...@bitgo/sdk-coin-bera@2.1.5) (2024-09-19)
|
|
243
|
+
|
|
244
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
245
|
+
|
|
246
|
+
## [2.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.1.3...@bitgo/sdk-coin-bera@2.1.4) (2024-09-16)
|
|
247
|
+
|
|
248
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
249
|
+
|
|
250
|
+
## [2.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.1.2...@bitgo/sdk-coin-bera@2.1.3) (2024-09-10)
|
|
251
|
+
|
|
252
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
253
|
+
|
|
254
|
+
## [2.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.1.1...@bitgo/sdk-coin-bera@2.1.2) (2024-09-03)
|
|
255
|
+
|
|
256
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
257
|
+
|
|
258
|
+
## [2.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.1.0...@bitgo/sdk-coin-bera@2.1.1) (2024-08-29)
|
|
259
|
+
|
|
260
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
261
|
+
|
|
262
|
+
# [2.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.31...@bitgo/sdk-coin-bera@2.1.0) (2024-08-27)
|
|
263
|
+
|
|
264
|
+
### Features
|
|
265
|
+
|
|
266
|
+
- **sdk-coin-bera:** add bera sdk skeleton ([94f1338](https://github.com/BitGo/BitGoJS/commit/94f133878b49eee3a52caae07091a449b53e0950))
|
|
267
|
+
- **sdk-coin-bera:** add bera sdk skeleton ([db64fa8](https://github.com/BitGo/BitGoJS/commit/db64fa81cd46d6c5ff6505c30173223a817e2540))
|
|
268
|
+
|
|
269
|
+
## [2.0.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.29...@bitgo/sdk-coin-bera@2.0.31) (2024-08-20)
|
|
270
|
+
|
|
271
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
272
|
+
|
|
273
|
+
## [2.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.29...@bitgo/sdk-coin-bera@2.0.30) (2024-08-13)
|
|
274
|
+
|
|
275
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
276
|
+
|
|
277
|
+
## [2.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.28...@bitgo/sdk-coin-bera@2.0.29) (2024-08-07)
|
|
278
|
+
|
|
279
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
280
|
+
|
|
281
|
+
## [2.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.27...@bitgo/sdk-coin-bera@2.0.28) (2024-07-30)
|
|
282
|
+
|
|
283
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
284
|
+
|
|
285
|
+
## [2.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.26...@bitgo/sdk-coin-bera@2.0.27) (2024-07-24)
|
|
286
|
+
|
|
287
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
288
|
+
|
|
289
|
+
## [2.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.25...@bitgo/sdk-coin-bera@2.0.26) (2024-07-16)
|
|
290
|
+
|
|
291
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
292
|
+
|
|
293
|
+
## [2.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.24...@bitgo/sdk-coin-bera@2.0.25) (2024-07-04)
|
|
294
|
+
|
|
295
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
296
|
+
|
|
297
|
+
## [2.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.23...@bitgo/sdk-coin-bera@2.0.24) (2024-07-02)
|
|
298
|
+
|
|
299
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
300
|
+
|
|
301
|
+
## [2.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.22...@bitgo/sdk-coin-bera@2.0.23) (2024-06-27)
|
|
302
|
+
|
|
303
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
304
|
+
|
|
305
|
+
## [2.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.21...@bitgo/sdk-coin-bera@2.0.22) (2024-06-26)
|
|
306
|
+
|
|
307
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
308
|
+
|
|
309
|
+
## [2.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.19...@bitgo/sdk-coin-bera@2.0.21) (2024-06-21)
|
|
310
|
+
|
|
311
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
312
|
+
|
|
313
|
+
## [2.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.19...@bitgo/sdk-coin-bera@2.0.20) (2024-06-20)
|
|
314
|
+
|
|
315
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
316
|
+
|
|
317
|
+
## [2.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.18...@bitgo/sdk-coin-bera@2.0.19) (2024-06-14)
|
|
318
|
+
|
|
319
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
320
|
+
|
|
321
|
+
## [2.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.17...@bitgo/sdk-coin-bera@2.0.18) (2024-06-11)
|
|
322
|
+
|
|
323
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
324
|
+
|
|
325
|
+
## [2.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.16...@bitgo/sdk-coin-bera@2.0.17) (2024-06-05)
|
|
326
|
+
|
|
327
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
328
|
+
|
|
329
|
+
## [2.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.15...@bitgo/sdk-coin-bera@2.0.16) (2024-05-31)
|
|
330
|
+
|
|
331
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
332
|
+
|
|
333
|
+
## [2.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.14...@bitgo/sdk-coin-bera@2.0.15) (2024-05-28)
|
|
334
|
+
|
|
335
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
336
|
+
|
|
337
|
+
## [2.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.13...@bitgo/sdk-coin-bera@2.0.14) (2024-05-22)
|
|
338
|
+
|
|
339
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
340
|
+
|
|
341
|
+
## [2.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.12...@bitgo/sdk-coin-bera@2.0.13) (2024-05-17)
|
|
342
|
+
|
|
343
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
344
|
+
|
|
345
|
+
## [2.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.11...@bitgo/sdk-coin-bera@2.0.12) (2024-05-13)
|
|
346
|
+
|
|
347
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
348
|
+
|
|
349
|
+
## [2.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.10...@bitgo/sdk-coin-bera@2.0.11) (2024-05-08)
|
|
350
|
+
|
|
351
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
352
|
+
|
|
353
|
+
## [2.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.9...@bitgo/sdk-coin-bera@2.0.10) (2024-05-01)
|
|
354
|
+
|
|
355
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
356
|
+
|
|
357
|
+
## [2.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.8...@bitgo/sdk-coin-bera@2.0.9) (2024-04-25)
|
|
358
|
+
|
|
359
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
360
|
+
|
|
361
|
+
## [2.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.7...@bitgo/sdk-coin-bera@2.0.8) (2024-04-24)
|
|
362
|
+
|
|
363
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
364
|
+
|
|
365
|
+
## [2.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.6...@bitgo/sdk-coin-bera@2.0.7) (2024-04-22)
|
|
366
|
+
|
|
367
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
368
|
+
|
|
369
|
+
## [2.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.5...@bitgo/sdk-coin-bera@2.0.6) (2024-04-17)
|
|
370
|
+
|
|
371
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
372
|
+
|
|
373
|
+
## [2.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.4...@bitgo/sdk-coin-bera@2.0.5) (2024-04-12)
|
|
374
|
+
|
|
375
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
376
|
+
|
|
377
|
+
## [2.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.3...@bitgo/sdk-coin-bera@2.0.4) (2024-04-10)
|
|
378
|
+
|
|
379
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
380
|
+
|
|
381
|
+
## [2.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.2...@bitgo/sdk-coin-bera@2.0.3) (2024-04-09)
|
|
382
|
+
|
|
383
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
384
|
+
|
|
385
|
+
## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.1...@bitgo/sdk-coin-bera@2.0.2) (2024-04-08)
|
|
386
|
+
|
|
387
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
388
|
+
|
|
389
|
+
## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@2.0.0...@bitgo/sdk-coin-bera@2.0.1) (2024-04-05)
|
|
390
|
+
|
|
391
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
392
|
+
|
|
393
|
+
# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@1.21.4...@bitgo/sdk-coin-bera@2.0.0) (2024-03-28)
|
|
394
|
+
|
|
395
|
+
### Features
|
|
396
|
+
|
|
397
|
+
- **abstract-cosmos:** added redelegation for cosmos coins ([8ea18ab](https://github.com/BitGo/BitGoJS/commit/8ea18ab0ca115ba9b61335e69d34790f0c046e7b))
|
|
398
|
+
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
399
|
+
|
|
400
|
+
### BREAKING CHANGES
|
|
401
|
+
|
|
402
|
+
- **root:** Node 16 is no longer supported in bitgojs.
|
|
403
|
+
TICKET: WP-1100
|
|
404
|
+
|
|
405
|
+
## [1.21.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@1.21.3...@bitgo/sdk-coin-bera@1.21.4) (2024-03-19)
|
|
406
|
+
|
|
407
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
408
|
+
|
|
409
|
+
## [1.21.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@1.21.2...@bitgo/sdk-coin-bera@1.21.3) (2024-03-11)
|
|
410
|
+
|
|
411
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
412
|
+
|
|
413
|
+
## [1.21.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@1.21.1...@bitgo/sdk-coin-bera@1.21.2) (2024-02-28)
|
|
414
|
+
|
|
415
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
416
|
+
|
|
417
|
+
## [1.21.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bera@1.21.0...@bitgo/sdk-coin-bera@1.21.1) (2024-02-22)
|
|
418
|
+
|
|
419
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bera
|
|
420
|
+
|
|
421
|
+
# 1.21.0 (2024-02-19)
|
|
422
|
+
|
|
423
|
+
### Bug Fixes
|
|
424
|
+
|
|
425
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
426
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
427
|
+
|
|
428
|
+
### Features
|
|
429
|
+
|
|
430
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
431
|
+
|
|
432
|
+
# 1.19.0 (2024-01-30)
|
|
433
|
+
|
|
434
|
+
### Bug Fixes
|
|
435
|
+
|
|
436
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
437
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
438
|
+
|
|
439
|
+
### Features
|
|
440
|
+
|
|
441
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
442
|
+
|
|
443
|
+
# 1.18.0 (2024-01-26)
|
|
444
|
+
|
|
445
|
+
### Bug Fixes
|
|
446
|
+
|
|
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
|
+
|
|
450
|
+
### Features
|
|
451
|
+
|
|
452
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
453
|
+
|
|
454
|
+
# 1.17.0 (2024-01-26)
|
|
455
|
+
|
|
456
|
+
### Bug Fixes
|
|
457
|
+
|
|
458
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
459
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
460
|
+
|
|
461
|
+
### Features
|
|
462
|
+
|
|
463
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
464
|
+
|
|
465
|
+
# 1.16.0 (2024-01-25)
|
|
466
|
+
|
|
467
|
+
### Bug Fixes
|
|
468
|
+
|
|
469
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
470
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
471
|
+
|
|
472
|
+
### Features
|
|
473
|
+
|
|
474
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
475
|
+
|
|
476
|
+
# 1.15.0 (2024-01-22)
|
|
477
|
+
|
|
478
|
+
### Bug Fixes
|
|
479
|
+
|
|
480
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
481
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
482
|
+
|
|
483
|
+
### Features
|
|
484
|
+
|
|
485
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
486
|
+
|
|
487
|
+
# 1.14.0 (2024-01-09)
|
|
488
|
+
|
|
489
|
+
### Bug Fixes
|
|
490
|
+
|
|
491
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
492
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
493
|
+
|
|
494
|
+
### Features
|
|
495
|
+
|
|
496
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
497
|
+
|
|
498
|
+
# 1.13.0 (2024-01-03)
|
|
499
|
+
|
|
500
|
+
### Bug Fixes
|
|
501
|
+
|
|
502
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
503
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
504
|
+
|
|
505
|
+
### Features
|
|
506
|
+
|
|
507
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
508
|
+
|
|
509
|
+
# 1.12.0 (2023-12-18)
|
|
510
|
+
|
|
511
|
+
### Bug Fixes
|
|
512
|
+
|
|
513
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
514
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
515
|
+
|
|
516
|
+
### Features
|
|
517
|
+
|
|
518
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
519
|
+
|
|
520
|
+
# 1.11.0 (2023-12-12)
|
|
521
|
+
|
|
522
|
+
### Bug Fixes
|
|
523
|
+
|
|
524
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
525
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
526
|
+
|
|
527
|
+
### Features
|
|
528
|
+
|
|
529
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
530
|
+
|
|
531
|
+
# 1.10.0 (2023-12-09)
|
|
532
|
+
|
|
533
|
+
### Bug Fixes
|
|
534
|
+
|
|
535
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
536
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
537
|
+
|
|
538
|
+
### Features
|
|
539
|
+
|
|
540
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
541
|
+
|
|
542
|
+
# 1.9.0 (2023-12-05)
|
|
543
|
+
|
|
544
|
+
### Bug Fixes
|
|
545
|
+
|
|
546
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
547
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
548
|
+
|
|
549
|
+
### Features
|
|
550
|
+
|
|
551
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
552
|
+
|
|
553
|
+
# 1.8.0 (2023-11-28)
|
|
554
|
+
|
|
555
|
+
### Bug Fixes
|
|
556
|
+
|
|
557
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
558
|
+
|
|
559
|
+
### Features
|
|
560
|
+
|
|
561
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
562
|
+
|
|
563
|
+
# 1.7.0 (2023-11-24)
|
|
564
|
+
|
|
565
|
+
### Bug Fixes
|
|
566
|
+
|
|
567
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
568
|
+
|
|
569
|
+
### Features
|
|
570
|
+
|
|
571
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
572
|
+
|
|
573
|
+
# 1.6.0 (2023-11-17)
|
|
574
|
+
|
|
575
|
+
### Bug Fixes
|
|
576
|
+
|
|
577
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
578
|
+
|
|
579
|
+
### Features
|
|
580
|
+
|
|
581
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
582
|
+
|
|
583
|
+
# 1.5.0 (2023-11-13)
|
|
584
|
+
|
|
585
|
+
### Bug Fixes
|
|
586
|
+
|
|
587
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
588
|
+
|
|
589
|
+
### Features
|
|
590
|
+
|
|
591
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
592
|
+
|
|
593
|
+
# 1.4.0 (2023-11-13)
|
|
594
|
+
|
|
595
|
+
### Bug Fixes
|
|
596
|
+
|
|
597
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
598
|
+
|
|
599
|
+
### Features
|
|
600
|
+
|
|
601
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
602
|
+
|
|
603
|
+
# 1.3.0 (2023-11-13)
|
|
604
|
+
|
|
605
|
+
### Bug Fixes
|
|
606
|
+
|
|
607
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
608
|
+
|
|
609
|
+
### Features
|
|
610
|
+
|
|
611
|
+
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
|
|
612
|
+
|
|
6
613
|
# 1.2.0 (2023-10-20)
|
|
7
614
|
|
|
8
615
|
### Features
|
package/dist/src/bera.d.ts
CHANGED
|
@@ -1,26 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @prettier
|
|
3
|
+
*/
|
|
4
|
+
import { BaseCoin, BitGoBase, MPCAlgorithm, MultisigType } from '@bitgo-beta/sdk-core';
|
|
3
5
|
import { BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics';
|
|
4
|
-
import {
|
|
5
|
-
export declare class Bera extends
|
|
6
|
-
protected readonly _staticsCoin: Readonly<StaticsBaseCoin>;
|
|
6
|
+
import { AbstractEthLikeNewCoins, TransactionBuilder as EthLikeTransactionBuilder } from '@bitgo-beta/abstract-eth';
|
|
7
|
+
export declare class Bera extends AbstractEthLikeNewCoins {
|
|
7
8
|
protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>);
|
|
8
9
|
static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>): BaseCoin;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
|
|
13
|
-
/** @inheritDoc
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
/** @inheritDoc **/
|
|
22
|
-
getKeyPair(publicKey: string): CosmosKeyPair;
|
|
23
|
-
/** @inheritDoc **/
|
|
24
|
-
getAddressFromPublicKey(publicKey: string): string;
|
|
10
|
+
protected getTransactionBuilder(): EthLikeTransactionBuilder;
|
|
11
|
+
supportsTss(): boolean;
|
|
12
|
+
/** inherited doc */
|
|
13
|
+
getDefaultMultisigType(): MultisigType;
|
|
14
|
+
/** @inheritDoc */
|
|
15
|
+
getMPCAlgorithm(): MPCAlgorithm;
|
|
16
|
+
/**
|
|
17
|
+
* Make a query to Berachain explorer for information such as balance, token balance, solidity calls
|
|
18
|
+
* @param {Object} query key-value pairs of parameters to append after /api
|
|
19
|
+
* @returns {Promise<Object>} response Berachain explorer
|
|
20
|
+
*/
|
|
21
|
+
recoveryBlockchainExplorerQuery(query: Record<string, string>): Promise<Record<string, unknown>>;
|
|
25
22
|
}
|
|
26
23
|
//# sourceMappingURL=bera.d.ts.map
|