@bitgo-beta/sdk-coin-polygon 1.3.3-alpha.12 → 1.3.3-alpha.120

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/CHANGELOG.md CHANGED
@@ -3,6 +3,930 @@
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
+ ## [20.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.3...@bitgo/sdk-coin-polygon@20.0.4) (2024-04-10)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
9
+
10
+ ## [20.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.2...@bitgo/sdk-coin-polygon@20.0.3) (2024-04-09)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
13
+
14
+ ## [20.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.1...@bitgo/sdk-coin-polygon@20.0.2) (2024-04-08)
15
+
16
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
17
+
18
+ ## [20.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.0...@bitgo/sdk-coin-polygon@20.0.1) (2024-04-05)
19
+
20
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
21
+
22
+ # [20.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@19.0.4...@bitgo/sdk-coin-polygon@20.0.0) (2024-03-28)
23
+
24
+ ### Features
25
+
26
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
27
+
28
+ ### BREAKING CHANGES
29
+
30
+ - **root:** Node 16 is no longer supported in bitgojs.
31
+ TICKET: WP-1100
32
+
33
+ ## [19.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@19.0.3...@bitgo/sdk-coin-polygon@19.0.4) (2024-03-19)
34
+
35
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
36
+
37
+ ## [19.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@19.0.2...@bitgo/sdk-coin-polygon@19.0.3) (2024-03-11)
38
+
39
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
40
+
41
+ ## [19.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@19.0.1...@bitgo/sdk-coin-polygon@19.0.2) (2024-02-28)
42
+
43
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
44
+
45
+ ## [19.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@19.0.0...@bitgo/sdk-coin-polygon@19.0.1) (2024-02-22)
46
+
47
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
48
+
49
+ # [19.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@19.0.0) (2024-02-19)
50
+
51
+ ### Bug Fixes
52
+
53
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
54
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
55
+
56
+ ### Code Refactoring
57
+
58
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
59
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
60
+
61
+ ### Features
62
+
63
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
64
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
65
+
66
+ ### BREAKING CHANGES
67
+
68
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
69
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
70
+ getCustomChainName method is removed from Polygon class because a common
71
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
72
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
73
+ and needs to be passed to derive the Eth common object from the chainId.
74
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
75
+ it can be used for other EthLike coins. getBaseFactor method in Eth
76
+ and Polygon class returns number instead of string just to align with
77
+ AbstractEthLikeCoin
78
+ Ticket: WIN-1012
79
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
80
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
81
+ getCustomChainName method is removed from Polygon class because a common
82
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
83
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
84
+ and needs to be passed to derive the Eth common object from the chainId.
85
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
86
+ it can be used for other EthLike coins. getBaseFactor method in Eth
87
+ and Polygon class returns number instead of string just to align with
88
+ AbstractEthLikeCoin
89
+ Ticket: WIN-1012
90
+
91
+ # [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@18.0.0) (2024-01-30)
92
+
93
+ ### Bug Fixes
94
+
95
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
96
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
97
+
98
+ ### Code Refactoring
99
+
100
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
101
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
102
+
103
+ ### Features
104
+
105
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
106
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
107
+
108
+ ### BREAKING CHANGES
109
+
110
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
111
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
112
+ getCustomChainName method is removed from Polygon class because a common
113
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
114
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
115
+ and needs to be passed to derive the Eth common object from the chainId.
116
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
117
+ it can be used for other EthLike coins. getBaseFactor method in Eth
118
+ and Polygon class returns number instead of string just to align with
119
+ AbstractEthLikeCoin
120
+ Ticket: WIN-1012
121
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
122
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
123
+ getCustomChainName method is removed from Polygon class because a common
124
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
125
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
126
+ and needs to be passed to derive the Eth common object from the chainId.
127
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
128
+ it can be used for other EthLike coins. getBaseFactor method in Eth
129
+ and Polygon class returns number instead of string just to align with
130
+ AbstractEthLikeCoin
131
+ Ticket: WIN-1012
132
+
133
+ # [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@17.0.0) (2024-01-26)
134
+
135
+ ### Bug Fixes
136
+
137
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
138
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
139
+
140
+ ### Code Refactoring
141
+
142
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
143
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
144
+
145
+ ### Features
146
+
147
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
148
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
149
+
150
+ ### BREAKING CHANGES
151
+
152
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
153
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
154
+ getCustomChainName method is removed from Polygon class because a common
155
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
156
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
157
+ and needs to be passed to derive the Eth common object from the chainId.
158
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
159
+ it can be used for other EthLike coins. getBaseFactor method in Eth
160
+ and Polygon class returns number instead of string just to align with
161
+ AbstractEthLikeCoin
162
+ Ticket: WIN-1012
163
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
164
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
165
+ getCustomChainName method is removed from Polygon class because a common
166
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
167
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
168
+ and needs to be passed to derive the Eth common object from the chainId.
169
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
170
+ it can be used for other EthLike coins. getBaseFactor method in Eth
171
+ and Polygon class returns number instead of string just to align with
172
+ AbstractEthLikeCoin
173
+ Ticket: WIN-1012
174
+
175
+ # [16.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@16.0.0) (2024-01-26)
176
+
177
+ ### Bug Fixes
178
+
179
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
180
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
181
+
182
+ ### Code Refactoring
183
+
184
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
185
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
186
+
187
+ ### Features
188
+
189
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
190
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
191
+
192
+ ### BREAKING CHANGES
193
+
194
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
195
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
196
+ getCustomChainName method is removed from Polygon class because a common
197
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
198
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
199
+ and needs to be passed to derive the Eth common object from the chainId.
200
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
201
+ it can be used for other EthLike coins. getBaseFactor method in Eth
202
+ and Polygon class returns number instead of string just to align with
203
+ AbstractEthLikeCoin
204
+ Ticket: WIN-1012
205
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
206
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
207
+ getCustomChainName method is removed from Polygon class because a common
208
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
209
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
210
+ and needs to be passed to derive the Eth common object from the chainId.
211
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
212
+ it can be used for other EthLike coins. getBaseFactor method in Eth
213
+ and Polygon class returns number instead of string just to align with
214
+ AbstractEthLikeCoin
215
+ Ticket: WIN-1012
216
+
217
+ # [15.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@15.0.0) (2024-01-25)
218
+
219
+ ### Bug Fixes
220
+
221
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
222
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
223
+
224
+ ### Code Refactoring
225
+
226
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
227
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
228
+
229
+ ### Features
230
+
231
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
232
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
233
+
234
+ ### BREAKING CHANGES
235
+
236
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
237
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
238
+ getCustomChainName method is removed from Polygon class because a common
239
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
240
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
241
+ and needs to be passed to derive the Eth common object from the chainId.
242
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
243
+ it can be used for other EthLike coins. getBaseFactor method in Eth
244
+ and Polygon class returns number instead of string just to align with
245
+ AbstractEthLikeCoin
246
+ Ticket: WIN-1012
247
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
248
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
249
+ getCustomChainName method is removed from Polygon class because a common
250
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
251
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
252
+ and needs to be passed to derive the Eth common object from the chainId.
253
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
254
+ it can be used for other EthLike coins. getBaseFactor method in Eth
255
+ and Polygon class returns number instead of string just to align with
256
+ AbstractEthLikeCoin
257
+ Ticket: WIN-1012
258
+
259
+ # [14.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@14.0.0) (2024-01-22)
260
+
261
+ ### Bug Fixes
262
+
263
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
264
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
265
+
266
+ ### Code Refactoring
267
+
268
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
269
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
270
+
271
+ ### Features
272
+
273
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
274
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
275
+
276
+ ### BREAKING CHANGES
277
+
278
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
279
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
280
+ getCustomChainName method is removed from Polygon class because a common
281
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
282
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
283
+ and needs to be passed to derive the Eth common object from the chainId.
284
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
285
+ it can be used for other EthLike coins. getBaseFactor method in Eth
286
+ and Polygon class returns number instead of string just to align with
287
+ AbstractEthLikeCoin
288
+ Ticket: WIN-1012
289
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
290
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
291
+ getCustomChainName method is removed from Polygon class because a common
292
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
293
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
294
+ and needs to be passed to derive the Eth common object from the chainId.
295
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
296
+ it can be used for other EthLike coins. getBaseFactor method in Eth
297
+ and Polygon class returns number instead of string just to align with
298
+ AbstractEthLikeCoin
299
+ Ticket: WIN-1012
300
+
301
+ # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@13.0.0) (2024-01-09)
302
+
303
+ ### Bug Fixes
304
+
305
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
306
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
307
+
308
+ ### Code Refactoring
309
+
310
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
311
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
312
+
313
+ ### Features
314
+
315
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
316
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
317
+
318
+ ### BREAKING CHANGES
319
+
320
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
321
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
322
+ getCustomChainName method is removed from Polygon class because a common
323
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
324
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
325
+ and needs to be passed to derive the Eth common object from the chainId.
326
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
327
+ it can be used for other EthLike coins. getBaseFactor method in Eth
328
+ and Polygon class returns number instead of string just to align with
329
+ AbstractEthLikeCoin
330
+ Ticket: WIN-1012
331
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
332
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
333
+ getCustomChainName method is removed from Polygon class because a common
334
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
335
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
336
+ and needs to be passed to derive the Eth common object from the chainId.
337
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
338
+ it can be used for other EthLike coins. getBaseFactor method in Eth
339
+ and Polygon class returns number instead of string just to align with
340
+ AbstractEthLikeCoin
341
+ Ticket: WIN-1012
342
+
343
+ # [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@12.0.0) (2024-01-03)
344
+
345
+ ### Bug Fixes
346
+
347
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
348
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
349
+
350
+ ### Code Refactoring
351
+
352
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
353
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
354
+
355
+ ### Features
356
+
357
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
358
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
359
+
360
+ ### BREAKING CHANGES
361
+
362
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
363
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
364
+ getCustomChainName method is removed from Polygon class because a common
365
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
366
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
367
+ and needs to be passed to derive the Eth common object from the chainId.
368
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
369
+ it can be used for other EthLike coins. getBaseFactor method in Eth
370
+ and Polygon class returns number instead of string just to align with
371
+ AbstractEthLikeCoin
372
+ Ticket: WIN-1012
373
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
374
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
375
+ getCustomChainName method is removed from Polygon class because a common
376
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
377
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
378
+ and needs to be passed to derive the Eth common object from the chainId.
379
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
380
+ it can be used for other EthLike coins. getBaseFactor method in Eth
381
+ and Polygon class returns number instead of string just to align with
382
+ AbstractEthLikeCoin
383
+ Ticket: WIN-1012
384
+
385
+ # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@11.0.0) (2023-12-18)
386
+
387
+ ### Bug Fixes
388
+
389
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
390
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
391
+
392
+ ### Code Refactoring
393
+
394
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
395
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
396
+
397
+ ### Features
398
+
399
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
400
+
401
+ ### BREAKING CHANGES
402
+
403
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
404
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
405
+ getCustomChainName method is removed from Polygon class because a common
406
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
407
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
408
+ and needs to be passed to derive the Eth common object from the chainId.
409
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
410
+ it can be used for other EthLike coins. getBaseFactor method in Eth
411
+ and Polygon class returns number instead of string just to align with
412
+ AbstractEthLikeCoin
413
+ Ticket: WIN-1012
414
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
415
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
416
+ getCustomChainName method is removed from Polygon class because a common
417
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
418
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
419
+ and needs to be passed to derive the Eth common object from the chainId.
420
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
421
+ it can be used for other EthLike coins. getBaseFactor method in Eth
422
+ and Polygon class returns number instead of string just to align with
423
+ AbstractEthLikeCoin
424
+ Ticket: WIN-1012
425
+
426
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@10.0.0) (2023-12-12)
427
+
428
+ ### Bug Fixes
429
+
430
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
431
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
432
+
433
+ ### Code Refactoring
434
+
435
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
436
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
437
+
438
+ ### Features
439
+
440
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
441
+
442
+ ### BREAKING CHANGES
443
+
444
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
445
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
446
+ getCustomChainName method is removed from Polygon class because a common
447
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
448
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
449
+ and needs to be passed to derive the Eth common object from the chainId.
450
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
451
+ it can be used for other EthLike coins. getBaseFactor method in Eth
452
+ and Polygon class returns number instead of string just to align with
453
+ AbstractEthLikeCoin
454
+ Ticket: WIN-1012
455
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
456
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
457
+ getCustomChainName method is removed from Polygon class because a common
458
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
459
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
460
+ and needs to be passed to derive the Eth common object from the chainId.
461
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
462
+ it can be used for other EthLike coins. getBaseFactor method in Eth
463
+ and Polygon class returns number instead of string just to align with
464
+ AbstractEthLikeCoin
465
+ Ticket: WIN-1012
466
+
467
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@9.0.0) (2023-12-09)
468
+
469
+ ### Bug Fixes
470
+
471
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
472
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
473
+
474
+ ### Code Refactoring
475
+
476
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
477
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
478
+
479
+ ### Features
480
+
481
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
482
+
483
+ ### BREAKING CHANGES
484
+
485
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
486
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
487
+ getCustomChainName method is removed from Polygon class because a common
488
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
489
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
490
+ and needs to be passed to derive the Eth common object from the chainId.
491
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
492
+ it can be used for other EthLike coins. getBaseFactor method in Eth
493
+ and Polygon class returns number instead of string just to align with
494
+ AbstractEthLikeCoin
495
+ Ticket: WIN-1012
496
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
497
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
498
+ getCustomChainName method is removed from Polygon class because a common
499
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
500
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
501
+ and needs to be passed to derive the Eth common object from the chainId.
502
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
503
+ it can be used for other EthLike coins. getBaseFactor method in Eth
504
+ and Polygon class returns number instead of string just to align with
505
+ AbstractEthLikeCoin
506
+ Ticket: WIN-1012
507
+
508
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@8.0.0) (2023-12-05)
509
+
510
+ ### Bug Fixes
511
+
512
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
513
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
514
+
515
+ ### Code Refactoring
516
+
517
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
518
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
519
+
520
+ ### Features
521
+
522
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
523
+
524
+ ### BREAKING CHANGES
525
+
526
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
527
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
528
+ getCustomChainName method is removed from Polygon class because a common
529
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
530
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
531
+ and needs to be passed to derive the Eth common object from the chainId.
532
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
533
+ it can be used for other EthLike coins. getBaseFactor method in Eth
534
+ and Polygon class returns number instead of string just to align with
535
+ AbstractEthLikeCoin
536
+ Ticket: WIN-1012
537
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
538
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
539
+ getCustomChainName method is removed from Polygon class because a common
540
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
541
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
542
+ and needs to be passed to derive the Eth common object from the chainId.
543
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
544
+ it can be used for other EthLike coins. getBaseFactor method in Eth
545
+ and Polygon class returns number instead of string just to align with
546
+ AbstractEthLikeCoin
547
+ Ticket: WIN-1012
548
+
549
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@7.0.0) (2023-11-28)
550
+
551
+ ### Bug Fixes
552
+
553
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
554
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
555
+
556
+ ### Code Refactoring
557
+
558
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
559
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
560
+
561
+ ### Features
562
+
563
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
564
+
565
+ ### BREAKING CHANGES
566
+
567
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
568
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
569
+ getCustomChainName method is removed from Polygon class because a common
570
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
571
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
572
+ and needs to be passed to derive the Eth common object from the chainId.
573
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
574
+ it can be used for other EthLike coins. getBaseFactor method in Eth
575
+ and Polygon class returns number instead of string just to align with
576
+ AbstractEthLikeCoin
577
+ Ticket: WIN-1012
578
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
579
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
580
+ getCustomChainName method is removed from Polygon class because a common
581
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
582
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
583
+ and needs to be passed to derive the Eth common object from the chainId.
584
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
585
+ it can be used for other EthLike coins. getBaseFactor method in Eth
586
+ and Polygon class returns number instead of string just to align with
587
+ AbstractEthLikeCoin
588
+ Ticket: WIN-1012
589
+
590
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@6.0.0) (2023-11-24)
591
+
592
+ ### Bug Fixes
593
+
594
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
595
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
596
+
597
+ ### Code Refactoring
598
+
599
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
600
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
601
+
602
+ ### Features
603
+
604
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
605
+
606
+ ### BREAKING CHANGES
607
+
608
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
609
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
610
+ getCustomChainName method is removed from Polygon class because a common
611
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
612
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
613
+ and needs to be passed to derive the Eth common object from the chainId.
614
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
615
+ it can be used for other EthLike coins. getBaseFactor method in Eth
616
+ and Polygon class returns number instead of string just to align with
617
+ AbstractEthLikeCoin
618
+ Ticket: WIN-1012
619
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
620
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
621
+ getCustomChainName method is removed from Polygon class because a common
622
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
623
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
624
+ and needs to be passed to derive the Eth common object from the chainId.
625
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
626
+ it can be used for other EthLike coins. getBaseFactor method in Eth
627
+ and Polygon class returns number instead of string just to align with
628
+ AbstractEthLikeCoin
629
+ Ticket: WIN-1012
630
+
631
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@5.0.0) (2023-11-17)
632
+
633
+ ### Bug Fixes
634
+
635
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
636
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
637
+
638
+ ### Code Refactoring
639
+
640
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
641
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
642
+
643
+ ### Features
644
+
645
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
646
+
647
+ ### BREAKING CHANGES
648
+
649
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
650
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
651
+ getCustomChainName method is removed from Polygon class because a common
652
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
653
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
654
+ and needs to be passed to derive the Eth common object from the chainId.
655
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
656
+ it can be used for other EthLike coins. getBaseFactor method in Eth
657
+ and Polygon class returns number instead of string just to align with
658
+ AbstractEthLikeCoin
659
+ Ticket: WIN-1012
660
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
661
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
662
+ getCustomChainName method is removed from Polygon class because a common
663
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
664
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
665
+ and needs to be passed to derive the Eth common object from the chainId.
666
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
667
+ it can be used for other EthLike coins. getBaseFactor method in Eth
668
+ and Polygon class returns number instead of string just to align with
669
+ AbstractEthLikeCoin
670
+ Ticket: WIN-1012
671
+
672
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@4.0.0) (2023-11-13)
673
+
674
+ ### Bug Fixes
675
+
676
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
677
+
678
+ ### Code Refactoring
679
+
680
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
681
+
682
+ ### Features
683
+
684
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
685
+
686
+ ### BREAKING CHANGES
687
+
688
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
689
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
690
+ getCustomChainName method is removed from Polygon class because a common
691
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
692
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
693
+ and needs to be passed to derive the Eth common object from the chainId.
694
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
695
+ it can be used for other EthLike coins. getBaseFactor method in Eth
696
+ and Polygon class returns number instead of string just to align with
697
+ AbstractEthLikeCoin
698
+ Ticket: WIN-1012
699
+
700
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@3.0.0) (2023-11-13)
701
+
702
+ ### Bug Fixes
703
+
704
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
705
+
706
+ ### Code Refactoring
707
+
708
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
709
+
710
+ ### Features
711
+
712
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
713
+
714
+ ### BREAKING CHANGES
715
+
716
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
717
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
718
+ getCustomChainName method is removed from Polygon class because a common
719
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
720
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
721
+ and needs to be passed to derive the Eth common object from the chainId.
722
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
723
+ it can be used for other EthLike coins. getBaseFactor method in Eth
724
+ and Polygon class returns number instead of string just to align with
725
+ AbstractEthLikeCoin
726
+ Ticket: WIN-1012
727
+
728
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@2.0.0) (2023-11-13)
729
+
730
+ ### Bug Fixes
731
+
732
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
733
+
734
+ ### Code Refactoring
735
+
736
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
737
+
738
+ ### Features
739
+
740
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
741
+
742
+ ### BREAKING CHANGES
743
+
744
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
745
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
746
+ getCustomChainName method is removed from Polygon class because a common
747
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
748
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
749
+ and needs to be passed to derive the Eth common object from the chainId.
750
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
751
+ it can be used for other EthLike coins. getBaseFactor method in Eth
752
+ and Polygon class returns number instead of string just to align with
753
+ AbstractEthLikeCoin
754
+ Ticket: WIN-1012
755
+
756
+ # [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.10.0) (2023-10-20)
757
+
758
+ ### Features
759
+
760
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
761
+
762
+ # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.9.0) (2023-10-18)
763
+
764
+ ### Features
765
+
766
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
767
+
768
+ # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.8.0) (2023-09-25)
769
+
770
+ ### Features
771
+
772
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
773
+
774
+ ## [1.7.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.10) (2023-09-09)
775
+
776
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
777
+
778
+ ## [1.7.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.9) (2023-09-09)
779
+
780
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
781
+
782
+ ## [1.7.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.8) (2023-09-07)
783
+
784
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
785
+
786
+ ## [1.7.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.7) (2023-09-05)
787
+
788
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
789
+
790
+ ## [1.7.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.6) (2023-09-01)
791
+
792
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
793
+
794
+ ## [1.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.5) (2023-08-29)
795
+
796
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
797
+
798
+ ## [1.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.4) (2023-08-25)
799
+
800
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
801
+
802
+ ## [1.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.3) (2023-08-24)
803
+
804
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
805
+
806
+ ## [1.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.2) (2023-08-16)
807
+
808
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
809
+
810
+ ## [1.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.1) (2023-08-16)
811
+
812
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
813
+
814
+ # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.12...@bitgo/sdk-coin-polygon@1.7.0) (2023-08-04)
815
+
816
+ ### Features
817
+
818
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
819
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
820
+
821
+ # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.12...@bitgo/sdk-coin-polygon@1.6.0) (2023-07-28)
822
+
823
+ ### Features
824
+
825
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
826
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
827
+
828
+ ## [1.5.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.11...@bitgo/sdk-coin-polygon@1.5.12) (2023-07-18)
829
+
830
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
831
+
832
+ ## [1.5.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.10...@bitgo/sdk-coin-polygon@1.5.11) (2023-06-21)
833
+
834
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
835
+
836
+ ## [1.5.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.9...@bitgo/sdk-coin-polygon@1.5.10) (2023-06-14)
837
+
838
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
839
+
840
+ ## [1.5.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.8...@bitgo/sdk-coin-polygon@1.5.9) (2023-06-13)
841
+
842
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
843
+
844
+ ## [1.5.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.7...@bitgo/sdk-coin-polygon@1.5.8) (2023-06-07)
845
+
846
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
847
+
848
+ ## [1.5.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.6...@bitgo/sdk-coin-polygon@1.5.7) (2023-06-05)
849
+
850
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
851
+
852
+ ## [1.5.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.5...@bitgo/sdk-coin-polygon@1.5.6) (2023-05-25)
853
+
854
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
855
+
856
+ ## [1.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.4...@bitgo/sdk-coin-polygon@1.5.5) (2023-05-17)
857
+
858
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
859
+
860
+ ## [1.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.3...@bitgo/sdk-coin-polygon@1.5.4) (2023-05-10)
861
+
862
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
863
+
864
+ ## [1.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.2...@bitgo/sdk-coin-polygon@1.5.3) (2023-05-03)
865
+
866
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
867
+
868
+ ## [1.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.1...@bitgo/sdk-coin-polygon@1.5.2) (2023-04-25)
869
+
870
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
871
+
872
+ ## [1.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.0...@bitgo/sdk-coin-polygon@1.5.1) (2023-04-20)
873
+
874
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
875
+
876
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.8...@bitgo/sdk-coin-polygon@1.5.0) (2023-04-13)
877
+
878
+ ### Features
879
+
880
+ - **sdk-coin-polygon:** support evm based cross chain recovery ([a88681f](https://github.com/BitGo/BitGoJS/commit/a88681f8428bcb6617ee2c7cfe5e8294b603af9f))
881
+
882
+ ## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.7...@bitgo/sdk-coin-polygon@1.4.8) (2023-02-17)
883
+
884
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
885
+
886
+ ## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.4...@bitgo/sdk-coin-polygon@1.4.7) (2023-02-16)
887
+
888
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
889
+
890
+ ## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.4...@bitgo/sdk-coin-polygon@1.4.6) (2023-02-08)
891
+
892
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
893
+
894
+ ## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.4...@bitgo/sdk-coin-polygon@1.4.5) (2023-01-30)
895
+
896
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
897
+
898
+ ## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.3...@bitgo/sdk-coin-polygon@1.4.4) (2023-01-25)
899
+
900
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
901
+
902
+ ## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.2...@bitgo/sdk-coin-polygon@1.4.3) (2022-12-23)
903
+
904
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
905
+
906
+ ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.1...@bitgo/sdk-coin-polygon@1.4.2) (2022-12-20)
907
+
908
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
909
+
910
+ ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.0...@bitgo/sdk-coin-polygon@1.4.1) (2022-12-09)
911
+
912
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
913
+
914
+ # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.3.6...@bitgo/sdk-coin-polygon@1.4.0) (2022-12-06)
915
+
916
+ ### Features
917
+
918
+ - **sdk-coin-polygon:** crossChainRecovery support ([9b42813](https://github.com/BitGo/BitGoJS/commit/9b4281333a8d3835219e566e31cba28ab448c85f))
919
+
920
+ ## [1.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.3.5...@bitgo/sdk-coin-polygon@1.3.6) (2022-12-01)
921
+
922
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
923
+
924
+ ## [1.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.3.0...@bitgo/sdk-coin-polygon@1.3.5) (2022-11-29)
925
+
926
+ ### Bug Fixes
927
+
928
+ - **sdk-coin-polygon:** remove unused data in recovery ([6ee161c](https://github.com/BitGo/BitGoJS/commit/6ee161c28e2e627456541b479d8f362fbf96979d))
929
+
6
930
  ## [1.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.3.0...@bitgo/sdk-coin-polygon@1.3.4) (2022-11-04)
7
931
 
8
932
  ### Bug Fixes