@bitgo/sdk-coin-opeth 18.7.1 → 18.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/test/fixtures/opeth.d.ts +54 -0
  2. package/dist/test/fixtures/opeth.d.ts.map +1 -0
  3. package/dist/test/fixtures/opeth.js +66 -0
  4. package/dist/test/getBuilder.d.ts +3 -0
  5. package/dist/test/getBuilder.d.ts.map +1 -0
  6. package/dist/test/getBuilder.js +9 -0
  7. package/dist/test/resources.d.ts +31 -0
  8. package/dist/test/resources.d.ts.map +1 -0
  9. package/dist/test/resources.js +45 -0
  10. package/dist/test/unit/opeth.d.ts +2 -0
  11. package/dist/test/unit/opeth.d.ts.map +1 -0
  12. package/dist/test/unit/opeth.js +902 -0
  13. package/dist/test/unit/opethToken.d.ts +2 -0
  14. package/dist/test/unit/opethToken.d.ts.map +1 -0
  15. package/dist/test/unit/opethToken.js +46 -0
  16. package/dist/test/unit/transaction.d.ts +2 -0
  17. package/dist/test/unit/transaction.d.ts.map +1 -0
  18. package/dist/test/unit/transaction.js +92 -0
  19. package/dist/test/unit/transactionBuilder/addressInitialization.d.ts +2 -0
  20. package/dist/test/unit/transactionBuilder/addressInitialization.d.ts.map +1 -0
  21. package/dist/test/unit/transactionBuilder/addressInitialization.js +105 -0
  22. package/dist/test/unit/transactionBuilder/send.d.ts +2 -0
  23. package/dist/test/unit/transactionBuilder/send.d.ts.map +1 -0
  24. package/dist/test/unit/transactionBuilder/send.js +173 -0
  25. package/dist/test/unit/transactionBuilder/walletInitialization.d.ts +2 -0
  26. package/dist/test/unit/transactionBuilder/walletInitialization.d.ts.map +1 -0
  27. package/dist/test/unit/transactionBuilder/walletInitialization.js +135 -0
  28. package/dist/test/unit/transferBuilder.d.ts +2 -0
  29. package/dist/test/unit/transferBuilder.d.ts.map +1 -0
  30. package/dist/test/unit/transferBuilder.js +137 -0
  31. package/dist/tsconfig.tsbuildinfo +1 -0
  32. package/package.json +10 -7
  33. package/.eslintignore +0 -4
  34. package/.mocharc.yml +0 -8
  35. package/CHANGELOG.md +0 -1012
package/CHANGELOG.md DELETED
@@ -1,1012 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [18.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.7.0...@bitgo/sdk-coin-opeth@18.7.1) (2025-09-29)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
9
-
10
- # [18.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.6.4...@bitgo/sdk-coin-opeth@18.7.0) (2025-09-25)
11
-
12
- ### Features
13
-
14
- - configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
15
-
16
- ## [18.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.6.3...@bitgo/sdk-coin-opeth@18.6.4) (2025-09-03)
17
-
18
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
19
-
20
- ## [18.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.6.2...@bitgo/sdk-coin-opeth@18.6.3) (2025-08-30)
21
-
22
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
23
-
24
- ## [18.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.6.1...@bitgo/sdk-coin-opeth@18.6.2) (2025-08-29)
25
-
26
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
27
-
28
- ## [18.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.6.0...@bitgo/sdk-coin-opeth@18.6.1) (2025-08-27)
29
-
30
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
31
-
32
- # [18.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.5...@bitgo/sdk-coin-opeth@18.6.0) (2025-08-22)
33
-
34
- ### Features
35
-
36
- - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
37
-
38
- ## [18.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.4...@bitgo/sdk-coin-opeth@18.5.5) (2025-08-22)
39
-
40
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
41
-
42
- ## [18.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.3...@bitgo/sdk-coin-opeth@18.5.4) (2025-08-19)
43
-
44
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
45
-
46
- ## [18.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.2...@bitgo/sdk-coin-opeth@18.5.3) (2025-08-14)
47
-
48
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
49
-
50
- ## [18.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.1...@bitgo/sdk-coin-opeth@18.5.2) (2025-08-07)
51
-
52
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
53
-
54
- ## [18.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.0...@bitgo/sdk-coin-opeth@18.5.1) (2025-07-31)
55
-
56
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
57
-
58
- # [18.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.9...@bitgo/sdk-coin-opeth@18.5.0) (2025-07-30)
59
-
60
- ### Features
61
-
62
- - **root:** enable passing apiKey for recovery on eth likes ([dc8d3c2](https://github.com/BitGo/BitGoJS/commit/dc8d3c201b5ab82b05e1db69f310a0860e21bf78))
63
-
64
- ## [18.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.7...@bitgo/sdk-coin-opeth@18.4.9) (2025-07-25)
65
-
66
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
67
-
68
- ## [18.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.7...@bitgo/sdk-coin-opeth@18.4.8) (2025-07-23)
69
-
70
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
71
-
72
- ## [18.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.6...@bitgo/sdk-coin-opeth@18.4.7) (2025-07-15)
73
-
74
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
75
-
76
- ## [18.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.5...@bitgo/sdk-coin-opeth@18.4.6) (2025-07-10)
77
-
78
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
79
-
80
- ## [18.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.4...@bitgo/sdk-coin-opeth@18.4.5) (2025-07-03)
81
-
82
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
83
-
84
- ## [18.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.3...@bitgo/sdk-coin-opeth@18.4.4) (2025-06-25)
85
-
86
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
87
-
88
- ## [18.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.2...@bitgo/sdk-coin-opeth@18.4.3) (2025-06-24)
89
-
90
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
91
-
92
- ## [18.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.1...@bitgo/sdk-coin-opeth@18.4.2) (2025-06-18)
93
-
94
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
95
-
96
- ## [18.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.0...@bitgo/sdk-coin-opeth@18.4.1) (2025-06-10)
97
-
98
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
99
-
100
- # [18.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.6...@bitgo/sdk-coin-opeth@18.4.0) (2025-06-05)
101
-
102
- ### Features
103
-
104
- - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
105
-
106
- ## [18.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.5...@bitgo/sdk-coin-opeth@18.3.6) (2025-06-02)
107
-
108
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
109
-
110
- ## [18.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.4...@bitgo/sdk-coin-opeth@18.3.5) (2025-05-28)
111
-
112
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
113
-
114
- ## [18.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.3...@bitgo/sdk-coin-opeth@18.3.4) (2025-05-22)
115
-
116
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
117
-
118
- ## [18.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.2...@bitgo/sdk-coin-opeth@18.3.3) (2025-05-20)
119
-
120
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
121
-
122
- ## [18.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.1...@bitgo/sdk-coin-opeth@18.3.2) (2025-05-07)
123
-
124
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
125
-
126
- ## [18.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.0...@bitgo/sdk-coin-opeth@18.3.1) (2025-04-29)
127
-
128
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
129
-
130
- # [18.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.2.0...@bitgo/sdk-coin-opeth@18.3.0) (2025-04-25)
131
-
132
- ### Features
133
-
134
- - add isTssSupportGated method and gate arb and op ([c2a38cd](https://github.com/BitGo/BitGoJS/commit/c2a38cd1e23bcb5f3919c3de6235aae55c27b8be))
135
- - add tss support for arb and op tokens ([3450a59](https://github.com/BitGo/BitGoJS/commit/3450a59818741222f0bb143c478a8cdb1bf89429))
136
- - **statics:** add coin feature TSS_SUPPORT_GATED and gate arb and op ([bb217aa](https://github.com/BitGo/BitGoJS/commit/bb217aa49b169187189f5cb8119feab204fcd931))
137
-
138
- # [18.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.60...@bitgo/sdk-coin-opeth@18.2.0) (2025-04-15)
139
-
140
- ### Features
141
-
142
- - add tss support for arbeth and opeth ([d9c9ec4](https://github.com/BitGo/BitGoJS/commit/d9c9ec4534ceac6eb85a5167e0985bc922262dee))
143
- - enable erc20 sendmany ([a412a7c](https://github.com/BitGo/BitGoJS/commit/a412a7c6454cedf1cd235f4636e29e7e7a8d3232))
144
-
145
- ## [18.1.60](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.59...@bitgo/sdk-coin-opeth@18.1.60) (2025-04-04)
146
-
147
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
148
-
149
- ## [18.1.59](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.58...@bitgo/sdk-coin-opeth@18.1.59) (2025-04-02)
150
-
151
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
152
-
153
- ## [18.1.58](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.57...@bitgo/sdk-coin-opeth@18.1.58) (2025-03-28)
154
-
155
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
156
-
157
- ## [18.1.57](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.56...@bitgo/sdk-coin-opeth@18.1.57) (2025-03-20)
158
-
159
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
160
-
161
- ## [18.1.56](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.55...@bitgo/sdk-coin-opeth@18.1.56) (2025-03-18)
162
-
163
- ### Bug Fixes
164
-
165
- - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
166
-
167
- ## [18.1.55](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.54...@bitgo/sdk-coin-opeth@18.1.55) (2025-03-06)
168
-
169
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
170
-
171
- ## [18.1.54](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.51...@bitgo/sdk-coin-opeth@18.1.54) (2025-03-04)
172
-
173
- ### Bug Fixes
174
-
175
- - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
176
-
177
- ## [18.1.53](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.51...@bitgo/sdk-coin-opeth@18.1.53) (2025-02-26)
178
-
179
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
180
-
181
- ## [18.1.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.51...@bitgo/sdk-coin-opeth@18.1.52) (2025-02-20)
182
-
183
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
184
-
185
- ## [18.1.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.50...@bitgo/sdk-coin-opeth@18.1.51) (2025-02-19)
186
-
187
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
188
-
189
- ## [18.1.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.49...@bitgo/sdk-coin-opeth@18.1.50) (2025-02-11)
190
-
191
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
192
-
193
- ## [18.1.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.48...@bitgo/sdk-coin-opeth@18.1.49) (2025-02-05)
194
-
195
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
196
-
197
- ## [18.1.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.47...@bitgo/sdk-coin-opeth@18.1.48) (2025-01-28)
198
-
199
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
200
-
201
- ## [18.1.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.46...@bitgo/sdk-coin-opeth@18.1.47) (2025-01-23)
202
-
203
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
204
-
205
- ## [18.1.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.45...@bitgo/sdk-coin-opeth@18.1.46) (2025-01-23)
206
-
207
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
208
-
209
- ## [18.1.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.44...@bitgo/sdk-coin-opeth@18.1.45) (2025-01-20)
210
-
211
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
212
-
213
- ## [18.1.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.43...@bitgo/sdk-coin-opeth@18.1.44) (2025-01-15)
214
-
215
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
216
-
217
- ## [18.1.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.42...@bitgo/sdk-coin-opeth@18.1.43) (2025-01-09)
218
-
219
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
220
-
221
- ## [18.1.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.41...@bitgo/sdk-coin-opeth@18.1.42) (2025-01-03)
222
-
223
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
224
-
225
- ## [18.1.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.40...@bitgo/sdk-coin-opeth@18.1.41) (2024-12-24)
226
-
227
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
228
-
229
- ## [18.1.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.39...@bitgo/sdk-coin-opeth@18.1.40) (2024-12-19)
230
-
231
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
232
-
233
- ## [18.1.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.37...@bitgo/sdk-coin-opeth@18.1.39) (2024-12-17)
234
-
235
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
236
-
237
- ## [18.1.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.37...@bitgo/sdk-coin-opeth@18.1.38) (2024-12-17)
238
-
239
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
240
-
241
- ## [18.1.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.36...@bitgo/sdk-coin-opeth@18.1.37) (2024-12-12)
242
-
243
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
244
-
245
- ## [18.1.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.35...@bitgo/sdk-coin-opeth@18.1.36) (2024-12-11)
246
-
247
- ### Bug Fixes
248
-
249
- - **abstract-eth:** fix issue with ethlike signTx ([7584c8b](https://github.com/BitGo/BitGoJS/commit/7584c8bf2e3ddea21582cac36abdebe0a0a78646))
250
-
251
- ## [18.1.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.34...@bitgo/sdk-coin-opeth@18.1.35) (2024-12-03)
252
-
253
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
254
-
255
- ## [18.1.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.33...@bitgo/sdk-coin-opeth@18.1.34) (2024-11-26)
256
-
257
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
258
-
259
- ## [18.1.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.32...@bitgo/sdk-coin-opeth@18.1.33) (2024-11-21)
260
-
261
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
262
-
263
- ## [18.1.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.30...@bitgo/sdk-coin-opeth@18.1.32) (2024-11-19)
264
-
265
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
266
-
267
- ## [18.1.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.30...@bitgo/sdk-coin-opeth@18.1.31) (2024-11-14)
268
-
269
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
270
-
271
- ## [18.1.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.29...@bitgo/sdk-coin-opeth@18.1.30) (2024-11-08)
272
-
273
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
274
-
275
- ## [18.1.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.28...@bitgo/sdk-coin-opeth@18.1.29) (2024-11-07)
276
-
277
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
278
-
279
- ## [18.1.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.27...@bitgo/sdk-coin-opeth@18.1.28) (2024-11-01)
280
-
281
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
282
-
283
- ## [18.1.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.26...@bitgo/sdk-coin-opeth@18.1.27) (2024-10-22)
284
-
285
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
286
-
287
- ## [18.1.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.25...@bitgo/sdk-coin-opeth@18.1.26) (2024-10-15)
288
-
289
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
290
-
291
- ## [18.1.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.24...@bitgo/sdk-coin-opeth@18.1.25) (2024-10-08)
292
-
293
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
294
-
295
- ## [18.1.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.23...@bitgo/sdk-coin-opeth@18.1.24) (2024-10-04)
296
-
297
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
298
-
299
- ## [18.1.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.22...@bitgo/sdk-coin-opeth@18.1.23) (2024-09-24)
300
-
301
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
302
-
303
- ## [18.1.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.21...@bitgo/sdk-coin-opeth@18.1.22) (2024-09-19)
304
-
305
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
306
-
307
- ## [18.1.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.20...@bitgo/sdk-coin-opeth@18.1.21) (2024-09-16)
308
-
309
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
310
-
311
- ## [18.1.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.19...@bitgo/sdk-coin-opeth@18.1.20) (2024-09-10)
312
-
313
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
314
-
315
- ## [18.1.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.18...@bitgo/sdk-coin-opeth@18.1.19) (2024-09-03)
316
-
317
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
318
-
319
- ## [18.1.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.17...@bitgo/sdk-coin-opeth@18.1.18) (2024-08-29)
320
-
321
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
322
-
323
- ## [18.1.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.16...@bitgo/sdk-coin-opeth@18.1.17) (2024-08-27)
324
-
325
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
326
-
327
- ## [18.1.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.14...@bitgo/sdk-coin-opeth@18.1.16) (2024-08-20)
328
-
329
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
330
-
331
- ## [18.1.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.14...@bitgo/sdk-coin-opeth@18.1.15) (2024-08-13)
332
-
333
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
334
-
335
- ## [18.1.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.13...@bitgo/sdk-coin-opeth@18.1.14) (2024-08-07)
336
-
337
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
338
-
339
- ## [18.1.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.12...@bitgo/sdk-coin-opeth@18.1.13) (2024-07-30)
340
-
341
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
342
-
343
- ## [18.1.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.11...@bitgo/sdk-coin-opeth@18.1.12) (2024-07-24)
344
-
345
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
346
-
347
- ## [18.1.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.10...@bitgo/sdk-coin-opeth@18.1.11) (2024-07-16)
348
-
349
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
350
-
351
- ## [18.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.9...@bitgo/sdk-coin-opeth@18.1.10) (2024-07-04)
352
-
353
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
354
-
355
- ## [18.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.8...@bitgo/sdk-coin-opeth@18.1.9) (2024-07-02)
356
-
357
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
358
-
359
- ## [18.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.7...@bitgo/sdk-coin-opeth@18.1.8) (2024-06-27)
360
-
361
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
362
-
363
- ## [18.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.6...@bitgo/sdk-coin-opeth@18.1.7) (2024-06-26)
364
-
365
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
366
-
367
- ## [18.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.4...@bitgo/sdk-coin-opeth@18.1.6) (2024-06-21)
368
-
369
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
370
-
371
- ## [18.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.4...@bitgo/sdk-coin-opeth@18.1.5) (2024-06-20)
372
-
373
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
374
-
375
- ## [18.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.3...@bitgo/sdk-coin-opeth@18.1.4) (2024-06-14)
376
-
377
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
378
-
379
- ## [18.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.2...@bitgo/sdk-coin-opeth@18.1.3) (2024-06-11)
380
-
381
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
382
-
383
- ## [18.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.1...@bitgo/sdk-coin-opeth@18.1.2) (2024-06-05)
384
-
385
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
386
-
387
- ## [18.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.0...@bitgo/sdk-coin-opeth@18.1.1) (2024-05-31)
388
-
389
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
390
-
391
- # [18.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.6...@bitgo/sdk-coin-opeth@18.1.0) (2024-05-28)
392
-
393
- ### Bug Fixes
394
-
395
- - **abstract-eth:** handle absence of batcher contract for native coin ([37ede15](https://github.com/BitGo/BitGoJS/commit/37ede15f2fc8e24f732a6d8f513327650d58590c))
396
-
397
- ### Features
398
-
399
- - **abstract-eth:** add support to build tx for CCR of unsupported token ([a6dac7c](https://github.com/BitGo/BitGoJS/commit/a6dac7c00d47acfa3d4dd072b9cfcdf99215a743))
400
-
401
- ## [18.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.5...@bitgo/sdk-coin-opeth@18.0.6) (2024-05-22)
402
-
403
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
404
-
405
- ## [18.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.4...@bitgo/sdk-coin-opeth@18.0.5) (2024-05-17)
406
-
407
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
408
-
409
- ## [18.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.3...@bitgo/sdk-coin-opeth@18.0.4) (2024-05-13)
410
-
411
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
412
-
413
- ## [18.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.2...@bitgo/sdk-coin-opeth@18.0.3) (2024-05-08)
414
-
415
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
416
-
417
- ## [18.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.1...@bitgo/sdk-coin-opeth@18.0.2) (2024-05-01)
418
-
419
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
420
-
421
- ## [18.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.0...@bitgo/sdk-coin-opeth@18.0.1) (2024-04-25)
422
-
423
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
424
-
425
- # [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.7...@bitgo/sdk-coin-opeth@18.0.0) (2024-04-24)
426
-
427
- ### Features
428
-
429
- - **abstract-eth:** support txn bulding for v4 wallet on eth chain ([d8aabea](https://github.com/BitGo/BitGoJS/commit/d8aabead0197072ee5b6c7fb11bd9c379606208d))
430
-
431
- ### BREAKING CHANGES
432
-
433
- - **abstract-eth:** Made ChainID mandatory for signAndBuild method
434
-
435
- ## [17.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.6...@bitgo/sdk-coin-opeth@17.0.7) (2024-04-22)
436
-
437
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
438
-
439
- ## [17.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.5...@bitgo/sdk-coin-opeth@17.0.6) (2024-04-17)
440
-
441
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
442
-
443
- ## [17.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.4...@bitgo/sdk-coin-opeth@17.0.5) (2024-04-12)
444
-
445
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
446
-
447
- ## [17.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.3...@bitgo/sdk-coin-opeth@17.0.4) (2024-04-10)
448
-
449
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
450
-
451
- ## [17.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.2...@bitgo/sdk-coin-opeth@17.0.3) (2024-04-09)
452
-
453
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
454
-
455
- ## [17.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.1...@bitgo/sdk-coin-opeth@17.0.2) (2024-04-08)
456
-
457
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
458
-
459
- ## [17.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.0...@bitgo/sdk-coin-opeth@17.0.1) (2024-04-05)
460
-
461
- ### Bug Fixes
462
-
463
- - **abstract-eth:** fix opeth:op transfers ([37a8f4f](https://github.com/BitGo/BitGoJS/commit/37a8f4f03325d76c32b4764381e3d2d7976dd414))
464
-
465
- # [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@16.0.4...@bitgo/sdk-coin-opeth@17.0.0) (2024-03-28)
466
-
467
- ### Features
468
-
469
- - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
470
-
471
- ### BREAKING CHANGES
472
-
473
- - **root:** Node 16 is no longer supported in bitgojs.
474
- TICKET: WP-1100
475
-
476
- ## [16.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@16.0.3...@bitgo/sdk-coin-opeth@16.0.4) (2024-03-19)
477
-
478
- ### Bug Fixes
479
-
480
- - **statics:** updates decimal for opeth:usdt ([0e98be4](https://github.com/BitGo/BitGoJS/commit/0e98be4e4151b8d64050f475e4fb3302e3b31b75))
481
-
482
- ## [16.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@16.0.2...@bitgo/sdk-coin-opeth@16.0.3) (2024-03-11)
483
-
484
- ### Bug Fixes
485
-
486
- - **abstract-eth:** fixes issue related to gasestimate for ethlike ([190bdb2](https://github.com/BitGo/BitGoJS/commit/190bdb2b225fc2fd87fe536aeb77734f102b9984))
487
-
488
- ## [16.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@16.0.1...@bitgo/sdk-coin-opeth@16.0.2) (2024-02-28)
489
-
490
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
491
-
492
- ## [16.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@16.0.0...@bitgo/sdk-coin-opeth@16.0.1) (2024-02-22)
493
-
494
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
495
-
496
- # 16.0.0 (2024-02-19)
497
-
498
- ### Bug Fixes
499
-
500
- - **abstract-eth:** change tx encoding method for arb and op ([c11b0dd](https://github.com/BitGo/BitGoJS/commit/c11b0dd4705b0de4aaf9fff26eecf361d78b9f10))
501
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
502
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
503
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
504
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
505
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
506
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
507
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
508
-
509
- ### Code Refactoring
510
-
511
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
512
-
513
- ### Features
514
-
515
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
516
- - **abstract-eth:** add v4 forwarder creation logic ([25faaa3](https://github.com/BitGo/BitGoJS/commit/25faaa33723feb2a4f7ce7209a64841b438a4367))
517
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
518
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
519
-
520
- ### BREAKING CHANGES
521
-
522
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
523
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
524
- getCustomChainName method is removed from Polygon class because a common
525
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
526
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
527
- and needs to be passed to derive the Eth common object from the chainId.
528
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
529
- it can be used for other EthLike coins. getBaseFactor method in Eth
530
- and Polygon class returns number instead of string just to align with
531
- AbstractEthLikeCoin
532
- Ticket: WIN-1012
533
-
534
- # 15.0.0 (2024-01-30)
535
-
536
- ### Bug Fixes
537
-
538
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
539
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
540
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
541
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
542
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
543
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
544
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
545
-
546
- ### Code Refactoring
547
-
548
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
549
-
550
- ### Features
551
-
552
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
553
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
554
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
555
-
556
- ### BREAKING CHANGES
557
-
558
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
559
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
560
- getCustomChainName method is removed from Polygon class because a common
561
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
562
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
563
- and needs to be passed to derive the Eth common object from the chainId.
564
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
565
- it can be used for other EthLike coins. getBaseFactor method in Eth
566
- and Polygon class returns number instead of string just to align with
567
- AbstractEthLikeCoin
568
- Ticket: WIN-1012
569
-
570
- # 14.0.0 (2024-01-26)
571
-
572
- ### Bug Fixes
573
-
574
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
575
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
576
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
577
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
578
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
579
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
580
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
581
-
582
- ### Code Refactoring
583
-
584
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
585
-
586
- ### Features
587
-
588
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
589
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
590
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
591
-
592
- ### BREAKING CHANGES
593
-
594
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
595
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
596
- getCustomChainName method is removed from Polygon class because a common
597
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
598
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
599
- and needs to be passed to derive the Eth common object from the chainId.
600
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
601
- it can be used for other EthLike coins. getBaseFactor method in Eth
602
- and Polygon class returns number instead of string just to align with
603
- AbstractEthLikeCoin
604
- Ticket: WIN-1012
605
-
606
- # 13.0.0 (2024-01-26)
607
-
608
- ### Bug Fixes
609
-
610
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
611
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
612
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
613
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
614
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
615
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
616
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
617
-
618
- ### Code Refactoring
619
-
620
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
621
-
622
- ### Features
623
-
624
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
625
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
626
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
627
-
628
- ### BREAKING CHANGES
629
-
630
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
631
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
632
- getCustomChainName method is removed from Polygon class because a common
633
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
634
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
635
- and needs to be passed to derive the Eth common object from the chainId.
636
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
637
- it can be used for other EthLike coins. getBaseFactor method in Eth
638
- and Polygon class returns number instead of string just to align with
639
- AbstractEthLikeCoin
640
- Ticket: WIN-1012
641
-
642
- # 12.0.0 (2024-01-25)
643
-
644
- ### Bug Fixes
645
-
646
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
647
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
648
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
649
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
650
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
651
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
652
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
653
-
654
- ### Code Refactoring
655
-
656
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
657
-
658
- ### Features
659
-
660
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
661
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
662
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
663
-
664
- ### BREAKING CHANGES
665
-
666
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
667
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
668
- getCustomChainName method is removed from Polygon class because a common
669
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
670
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
671
- and needs to be passed to derive the Eth common object from the chainId.
672
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
673
- it can be used for other EthLike coins. getBaseFactor method in Eth
674
- and Polygon class returns number instead of string just to align with
675
- AbstractEthLikeCoin
676
- Ticket: WIN-1012
677
-
678
- # 11.0.0 (2024-01-22)
679
-
680
- ### Bug Fixes
681
-
682
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
683
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
684
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
685
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
686
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
687
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
688
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
689
-
690
- ### Code Refactoring
691
-
692
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
693
-
694
- ### Features
695
-
696
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
697
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
698
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
699
-
700
- ### BREAKING CHANGES
701
-
702
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
703
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
704
- getCustomChainName method is removed from Polygon class because a common
705
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
706
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
707
- and needs to be passed to derive the Eth common object from the chainId.
708
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
709
- it can be used for other EthLike coins. getBaseFactor method in Eth
710
- and Polygon class returns number instead of string just to align with
711
- AbstractEthLikeCoin
712
- Ticket: WIN-1012
713
-
714
- # 10.0.0 (2024-01-09)
715
-
716
- ### Bug Fixes
717
-
718
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
719
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
720
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
721
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
722
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
723
-
724
- ### Code Refactoring
725
-
726
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
727
-
728
- ### Features
729
-
730
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
731
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
732
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
733
-
734
- ### BREAKING CHANGES
735
-
736
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
737
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
738
- getCustomChainName method is removed from Polygon class because a common
739
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
740
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
741
- and needs to be passed to derive the Eth common object from the chainId.
742
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
743
- it can be used for other EthLike coins. getBaseFactor method in Eth
744
- and Polygon class returns number instead of string just to align with
745
- AbstractEthLikeCoin
746
- Ticket: WIN-1012
747
-
748
- # 9.0.0 (2024-01-03)
749
-
750
- ### Bug Fixes
751
-
752
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
753
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
754
-
755
- ### Code Refactoring
756
-
757
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
758
-
759
- ### Features
760
-
761
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
762
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
763
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
764
-
765
- ### BREAKING CHANGES
766
-
767
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
768
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
769
- getCustomChainName method is removed from Polygon class because a common
770
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
771
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
772
- and needs to be passed to derive the Eth common object from the chainId.
773
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
774
- it can be used for other EthLike coins. getBaseFactor method in Eth
775
- and Polygon class returns number instead of string just to align with
776
- AbstractEthLikeCoin
777
- Ticket: WIN-1012
778
-
779
- # 8.0.0 (2023-12-18)
780
-
781
- ### Bug Fixes
782
-
783
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
784
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
785
-
786
- ### Code Refactoring
787
-
788
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
789
-
790
- ### Features
791
-
792
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
793
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
794
-
795
- ### BREAKING CHANGES
796
-
797
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
798
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
799
- getCustomChainName method is removed from Polygon class because a common
800
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
801
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
802
- and needs to be passed to derive the Eth common object from the chainId.
803
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
804
- it can be used for other EthLike coins. getBaseFactor method in Eth
805
- and Polygon class returns number instead of string just to align with
806
- AbstractEthLikeCoin
807
- Ticket: WIN-1012
808
-
809
- # 7.0.0 (2023-12-12)
810
-
811
- ### Bug Fixes
812
-
813
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
814
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
815
-
816
- ### Code Refactoring
817
-
818
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
819
-
820
- ### Features
821
-
822
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
823
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
824
-
825
- ### BREAKING CHANGES
826
-
827
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
828
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
829
- getCustomChainName method is removed from Polygon class because a common
830
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
831
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
832
- and needs to be passed to derive the Eth common object from the chainId.
833
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
834
- it can be used for other EthLike coins. getBaseFactor method in Eth
835
- and Polygon class returns number instead of string just to align with
836
- AbstractEthLikeCoin
837
- Ticket: WIN-1012
838
-
839
- # 6.0.0 (2023-12-09)
840
-
841
- ### Bug Fixes
842
-
843
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
844
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
845
-
846
- ### Code Refactoring
847
-
848
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
849
-
850
- ### Features
851
-
852
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
853
-
854
- ### BREAKING CHANGES
855
-
856
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
857
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
858
- getCustomChainName method is removed from Polygon class because a common
859
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
860
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
861
- and needs to be passed to derive the Eth common object from the chainId.
862
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
863
- it can be used for other EthLike coins. getBaseFactor method in Eth
864
- and Polygon class returns number instead of string just to align with
865
- AbstractEthLikeCoin
866
- Ticket: WIN-1012
867
-
868
- # 5.0.0 (2023-12-05)
869
-
870
- ### Bug Fixes
871
-
872
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
873
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
874
-
875
- ### Code Refactoring
876
-
877
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
878
-
879
- ### Features
880
-
881
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
882
-
883
- ### BREAKING CHANGES
884
-
885
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
886
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
887
- getCustomChainName method is removed from Polygon class because a common
888
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
889
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
890
- and needs to be passed to derive the Eth common object from the chainId.
891
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
892
- it can be used for other EthLike coins. getBaseFactor method in Eth
893
- and Polygon class returns number instead of string just to align with
894
- AbstractEthLikeCoin
895
- Ticket: WIN-1012
896
-
897
- # 4.0.0 (2023-11-28)
898
-
899
- ### Bug Fixes
900
-
901
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
902
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
903
-
904
- ### Code Refactoring
905
-
906
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
907
-
908
- ### Features
909
-
910
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
911
-
912
- ### BREAKING CHANGES
913
-
914
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
915
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
916
- getCustomChainName method is removed from Polygon class because a common
917
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
918
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
919
- and needs to be passed to derive the Eth common object from the chainId.
920
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
921
- it can be used for other EthLike coins. getBaseFactor method in Eth
922
- and Polygon class returns number instead of string just to align with
923
- AbstractEthLikeCoin
924
- Ticket: WIN-1012
925
-
926
- # 3.0.0 (2023-11-24)
927
-
928
- ### Bug Fixes
929
-
930
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
931
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
932
-
933
- ### Code Refactoring
934
-
935
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
936
-
937
- ### Features
938
-
939
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
940
-
941
- ### BREAKING CHANGES
942
-
943
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
944
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
945
- getCustomChainName method is removed from Polygon class because a common
946
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
947
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
948
- and needs to be passed to derive the Eth common object from the chainId.
949
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
950
- it can be used for other EthLike coins. getBaseFactor method in Eth
951
- and Polygon class returns number instead of string just to align with
952
- AbstractEthLikeCoin
953
- Ticket: WIN-1012
954
-
955
- # 2.0.0 (2023-11-17)
956
-
957
- ### Bug Fixes
958
-
959
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
960
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
961
-
962
- ### Code Refactoring
963
-
964
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
965
-
966
- ### Features
967
-
968
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
969
-
970
- ### BREAKING CHANGES
971
-
972
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
973
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
974
- getCustomChainName method is removed from Polygon class because a common
975
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
976
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
977
- and needs to be passed to derive the Eth common object from the chainId.
978
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
979
- it can be used for other EthLike coins. getBaseFactor method in Eth
980
- and Polygon class returns number instead of string just to align with
981
- AbstractEthLikeCoin
982
- Ticket: WIN-1012
983
-
984
- # 1.5.0 (2023-11-13)
985
-
986
- ### Features
987
-
988
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
989
-
990
- # 1.4.0 (2023-11-13)
991
-
992
- ### Features
993
-
994
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
995
-
996
- # 1.3.0 (2023-11-13)
997
-
998
- ### Features
999
-
1000
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
1001
-
1002
- # 1.2.0 (2023-10-20)
1003
-
1004
- ### Features
1005
-
1006
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
1007
-
1008
- # 1.1.0 (2023-10-18)
1009
-
1010
- ### Features
1011
-
1012
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))