@bitgo/sdk-coin-eth 25.3.1 → 25.3.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 (74) hide show
  1. package/dist/test/fixtures/eth.d.ts +39 -0
  2. package/dist/test/fixtures/eth.d.ts.map +1 -0
  3. package/dist/test/fixtures/eth.js +262 -0
  4. package/dist/test/resources/erc1155Abi.d.ts +40 -0
  5. package/dist/test/resources/erc1155Abi.d.ts.map +1 -0
  6. package/dist/test/resources/erc1155Abi.js +329 -0
  7. package/dist/test/resources/erc721Abi.d.ts +12 -0
  8. package/dist/test/resources/erc721Abi.d.ts.map +1 -0
  9. package/dist/test/resources/erc721Abi.js +34 -0
  10. package/dist/test/resources/eth.d.ts +51 -0
  11. package/dist/test/resources/eth.d.ts.map +1 -0
  12. package/dist/test/resources/eth.js +72 -0
  13. package/dist/test/resources/nftEncodings.d.ts +4 -0
  14. package/dist/test/resources/nftEncodings.d.ts.map +1 -0
  15. package/dist/test/resources/nftEncodings.js +7 -0
  16. package/dist/test/resources/walletSimpleAbi.d.ts +12 -0
  17. package/dist/test/resources/walletSimpleAbi.d.ts.map +1 -0
  18. package/dist/test/resources/walletSimpleAbi.js +44 -0
  19. package/dist/test/unit/eth.d.ts +2 -0
  20. package/dist/test/unit/eth.d.ts.map +1 -0
  21. package/dist/test/unit/eth.js +1171 -0
  22. package/dist/test/unit/ethWallet.d.ts +2 -0
  23. package/dist/test/unit/ethWallet.d.ts.map +1 -0
  24. package/dist/test/unit/ethWallet.js +472 -0
  25. package/dist/test/unit/fixtures/ethMultiSigBackupKey.d.ts +4 -0
  26. package/dist/test/unit/fixtures/ethMultiSigBackupKey.d.ts.map +1 -0
  27. package/dist/test/unit/fixtures/ethMultiSigBackupKey.js +10 -0
  28. package/dist/test/unit/fixtures/ethTssBackupKey.d.ts +5 -0
  29. package/dist/test/unit/fixtures/ethTssBackupKey.d.ts.map +1 -0
  30. package/dist/test/unit/fixtures/ethTssBackupKey.js +25 -0
  31. package/dist/test/unit/getBuilder.d.ts +3 -0
  32. package/dist/test/unit/getBuilder.d.ts.map +1 -0
  33. package/dist/test/unit/getBuilder.js +10 -0
  34. package/dist/test/unit/keyPair.d.ts +2 -0
  35. package/dist/test/unit/keyPair.d.ts.map +1 -0
  36. package/dist/test/unit/keyPair.js +175 -0
  37. package/dist/test/unit/transaction.d.ts +2 -0
  38. package/dist/test/unit/transaction.d.ts.map +1 -0
  39. package/dist/test/unit/transaction.js +96 -0
  40. package/dist/test/unit/transactionBuilder/addressInitialization.d.ts +2 -0
  41. package/dist/test/unit/transactionBuilder/addressInitialization.d.ts.map +1 -0
  42. package/dist/test/unit/transactionBuilder/addressInitialization.js +101 -0
  43. package/dist/test/unit/transactionBuilder/contractCall.d.ts +2 -0
  44. package/dist/test/unit/transactionBuilder/contractCall.d.ts.map +1 -0
  45. package/dist/test/unit/transactionBuilder/contractCall.js +101 -0
  46. package/dist/test/unit/transactionBuilder/flushCoins.d.ts +2 -0
  47. package/dist/test/unit/transactionBuilder/flushCoins.d.ts.map +1 -0
  48. package/dist/test/unit/transactionBuilder/flushCoins.js +133 -0
  49. package/dist/test/unit/transactionBuilder/flushTokens.d.ts +2 -0
  50. package/dist/test/unit/transactionBuilder/flushTokens.d.ts.map +1 -0
  51. package/dist/test/unit/transactionBuilder/flushTokens.js +281 -0
  52. package/dist/test/unit/transactionBuilder/send.d.ts +2 -0
  53. package/dist/test/unit/transactionBuilder/send.d.ts.map +1 -0
  54. package/dist/test/unit/transactionBuilder/send.js +331 -0
  55. package/dist/test/unit/transactionBuilder/sendNFT.d.ts +2 -0
  56. package/dist/test/unit/transactionBuilder/sendNFT.d.ts.map +1 -0
  57. package/dist/test/unit/transactionBuilder/sendNFT.js +250 -0
  58. package/dist/test/unit/transactionBuilder/singleSigSend.d.ts +2 -0
  59. package/dist/test/unit/transactionBuilder/singleSigSend.d.ts.map +1 -0
  60. package/dist/test/unit/transactionBuilder/singleSigSend.js +196 -0
  61. package/dist/test/unit/transactionBuilder/walletInitialization.d.ts +2 -0
  62. package/dist/test/unit/transactionBuilder/walletInitialization.d.ts.map +1 -0
  63. package/dist/test/unit/transactionBuilder/walletInitialization.js +423 -0
  64. package/dist/test/unit/transferBuilder.d.ts +2 -0
  65. package/dist/test/unit/transferBuilder.d.ts.map +1 -0
  66. package/dist/test/unit/transferBuilder.js +124 -0
  67. package/dist/test/unit/utils.d.ts +2 -0
  68. package/dist/test/unit/utils.d.ts.map +1 -0
  69. package/dist/test/unit/utils.js +74 -0
  70. package/dist/tsconfig.tsbuildinfo +1 -0
  71. package/package.json +10 -7
  72. package/.eslintignore +0 -5
  73. package/.mocharc.yml +0 -8
  74. package/CHANGELOG.md +0 -1854
package/CHANGELOG.md DELETED
@@ -1,1854 +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
- ## [25.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.3.0...@bitgo/sdk-coin-eth@25.3.1) (2025-09-29)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
9
-
10
- # [25.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.2.4...@bitgo/sdk-coin-eth@25.3.0) (2025-09-25)
11
-
12
- ### Bug Fixes
13
-
14
- - **abstract-eth:** follow up updates from PR 6882 ([36a87de](https://github.com/BitGo/BitGoJS/commit/36a87de002c6b6ab8c72429b186c0660ccc88e92))
15
-
16
- ### Features
17
-
18
- - **abstract-eth:** add flush token support for ERC721 and ERC1155 ([5d4fa35](https://github.com/BitGo/BitGoJS/commit/5d4fa353088b2bd99ed5e6423bf17d3e1c300e35))
19
- - configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
20
-
21
- ## [25.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.2.3...@bitgo/sdk-coin-eth@25.2.4) (2025-09-03)
22
-
23
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
24
-
25
- ## [25.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.2.2...@bitgo/sdk-coin-eth@25.2.3) (2025-08-30)
26
-
27
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
28
-
29
- ## [25.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.2.1...@bitgo/sdk-coin-eth@25.2.2) (2025-08-29)
30
-
31
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
32
-
33
- ## [25.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.2.0...@bitgo/sdk-coin-eth@25.2.1) (2025-08-27)
34
-
35
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
36
-
37
- # [25.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.1.1...@bitgo/sdk-coin-eth@25.2.0) (2025-08-22)
38
-
39
- ### Features
40
-
41
- - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
42
-
43
- ## [25.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.1.0...@bitgo/sdk-coin-eth@25.1.1) (2025-08-22)
44
-
45
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
46
-
47
- # [25.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.0.2...@bitgo/sdk-coin-eth@25.1.0) (2025-08-19)
48
-
49
- ### Features
50
-
51
- - **abstract-eth:** add recover consolidation for eth ([4851e67](https://github.com/BitGo/BitGoJS/commit/4851e672cb59bfaff6d31181bceaddd26ad6e208))
52
-
53
- ## [25.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.0.1...@bitgo/sdk-coin-eth@25.0.2) (2025-08-14)
54
-
55
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
56
-
57
- ## [25.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@25.0.0...@bitgo/sdk-coin-eth@25.0.1) (2025-08-07)
58
-
59
- ### Bug Fixes
60
-
61
- - **sdk-coin-eth:** add missing logic for ERC721 token registration ([efb110f](https://github.com/BitGo/BitGoJS/commit/efb110fc6b3d61252159d53ddaee2dd5ac0a9521))
62
- - **statics:** fix unstETH support ([0e57013](https://github.com/BitGo/BitGoJS/commit/0e57013b963751c51718dec8e00925147586d2b3))
63
-
64
- # [25.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.8.0...@bitgo/sdk-coin-eth@25.0.0) (2025-07-31)
65
-
66
- ### Features
67
-
68
- - deprecate holesky and onboard hoodi testnet ([88c1f1e](https://github.com/BitGo/BitGoJS/commit/88c1f1edc98b1429d237259d95323b1b7f2939d0))
69
-
70
- ### BREAKING CHANGES
71
-
72
- - deprecate holesky and onboard hoodi for ethereum testnet
73
-
74
- Ticket: COIN-5021
75
-
76
- # [24.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.7.4...@bitgo/sdk-coin-eth@24.8.0) (2025-07-30)
77
-
78
- ### Features
79
-
80
- - **root:** enable passing apiKey for recovery on eth likes ([dc8d3c2](https://github.com/BitGo/BitGoJS/commit/dc8d3c201b5ab82b05e1db69f310a0860e21bf78))
81
-
82
- ## [24.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.7.2...@bitgo/sdk-coin-eth@24.7.4) (2025-07-25)
83
-
84
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
85
-
86
- ## [24.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.7.2...@bitgo/sdk-coin-eth@24.7.3) (2025-07-23)
87
-
88
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
89
-
90
- ## [24.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.7.1...@bitgo/sdk-coin-eth@24.7.2) (2025-07-15)
91
-
92
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
93
-
94
- ## [24.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.7.0...@bitgo/sdk-coin-eth@24.7.1) (2025-07-10)
95
-
96
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
97
-
98
- # [24.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.6.4...@bitgo/sdk-coin-eth@24.7.0) (2025-07-03)
99
-
100
- ### Features
101
-
102
- - **account-lib:** register message builder factory ([bc5c71c](https://github.com/BitGo/BitGoJS/commit/bc5c71cd92266ec1011d85f0568bf174c3743bc2))
103
-
104
- ## [24.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.6.3...@bitgo/sdk-coin-eth@24.6.4) (2025-06-25)
105
-
106
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
107
-
108
- ## [24.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.6.2...@bitgo/sdk-coin-eth@24.6.3) (2025-06-24)
109
-
110
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
111
-
112
- ## [24.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.6.1...@bitgo/sdk-coin-eth@24.6.2) (2025-06-18)
113
-
114
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
115
-
116
- ## [24.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.6.0...@bitgo/sdk-coin-eth@24.6.1) (2025-06-10)
117
-
118
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
119
-
120
- # [24.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.5.0...@bitgo/sdk-coin-eth@24.6.0) (2025-06-05)
121
-
122
- ### Features
123
-
124
- - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
125
-
126
- # [24.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.4.5...@bitgo/sdk-coin-eth@24.5.0) (2025-06-02)
127
-
128
- ### Features
129
-
130
- - rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
131
- - **root:** add new audit key baseCoin method ([57c1778](https://github.com/BitGo/BitGoJS/commit/57c17784a72ea364f18e3af9dbd83da877827e69))
132
-
133
- ## [24.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.4.4...@bitgo/sdk-coin-eth@24.4.5) (2025-05-28)
134
-
135
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
136
-
137
- ## [24.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.4.3...@bitgo/sdk-coin-eth@24.4.4) (2025-05-22)
138
-
139
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
140
-
141
- ## [24.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.4.2...@bitgo/sdk-coin-eth@24.4.3) (2025-05-20)
142
-
143
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
144
-
145
- ## [24.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.4.1...@bitgo/sdk-coin-eth@24.4.2) (2025-05-07)
146
-
147
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
148
-
149
- ## [24.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.4.0...@bitgo/sdk-coin-eth@24.4.1) (2025-04-29)
150
-
151
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
152
-
153
- # [24.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.3.1...@bitgo/sdk-coin-eth@24.4.0) (2025-04-25)
154
-
155
- ### Bug Fixes
156
-
157
- - **abstract-eth:** fix building using from for first signer ([c8ec337](https://github.com/BitGo/BitGoJS/commit/c8ec3377d5502a580801fabdcece528b4c3ac03a))
158
-
159
- ### Features
160
-
161
- - **abstract-eth:** support building eth tx for a first signer ([cbd4d4c](https://github.com/BitGo/BitGoJS/commit/cbd4d4cdee97a6ff51df2c854e945791ac0df4b4))
162
-
163
- ## [24.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.3.0...@bitgo/sdk-coin-eth@24.3.1) (2025-04-15)
164
-
165
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
166
-
167
- # [24.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.63...@bitgo/sdk-coin-eth@24.3.0) (2025-04-04)
168
-
169
- ### Features
170
-
171
- - **abstract-eth:** added support for mpcv2 in recovery ([da92bf8](https://github.com/BitGo/BitGoJS/commit/da92bf80d3f34c35ce73b0a9c2581d1ae201d1cc))
172
-
173
- ## [24.2.63](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.62...@bitgo/sdk-coin-eth@24.2.63) (2025-04-02)
174
-
175
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
176
-
177
- ## [24.2.62](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.61...@bitgo/sdk-coin-eth@24.2.62) (2025-03-28)
178
-
179
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
180
-
181
- ## [24.2.61](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.60...@bitgo/sdk-coin-eth@24.2.61) (2025-03-20)
182
-
183
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
184
-
185
- ## [24.2.60](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.59...@bitgo/sdk-coin-eth@24.2.60) (2025-03-18)
186
-
187
- ### Bug Fixes
188
-
189
- - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
190
-
191
- ## [24.2.59](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.58...@bitgo/sdk-coin-eth@24.2.59) (2025-03-06)
192
-
193
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
194
-
195
- ## [24.2.58](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.55...@bitgo/sdk-coin-eth@24.2.58) (2025-03-04)
196
-
197
- ### Bug Fixes
198
-
199
- - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
200
-
201
- ## [24.2.57](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.55...@bitgo/sdk-coin-eth@24.2.57) (2025-02-26)
202
-
203
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
204
-
205
- ## [24.2.56](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.55...@bitgo/sdk-coin-eth@24.2.56) (2025-02-20)
206
-
207
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
208
-
209
- ## [24.2.55](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.54...@bitgo/sdk-coin-eth@24.2.55) (2025-02-19)
210
-
211
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
212
-
213
- ## [24.2.54](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.53...@bitgo/sdk-coin-eth@24.2.54) (2025-02-11)
214
-
215
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
216
-
217
- ## [24.2.53](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.52...@bitgo/sdk-coin-eth@24.2.53) (2025-02-05)
218
-
219
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
220
-
221
- ## [24.2.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.51...@bitgo/sdk-coin-eth@24.2.52) (2025-01-28)
222
-
223
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
224
-
225
- ## [24.2.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.50...@bitgo/sdk-coin-eth@24.2.51) (2025-01-23)
226
-
227
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
228
-
229
- ## [24.2.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.49...@bitgo/sdk-coin-eth@24.2.50) (2025-01-23)
230
-
231
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
232
-
233
- ## [24.2.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.48...@bitgo/sdk-coin-eth@24.2.49) (2025-01-20)
234
-
235
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
236
-
237
- ## [24.2.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.47...@bitgo/sdk-coin-eth@24.2.48) (2025-01-15)
238
-
239
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
240
-
241
- ## [24.2.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.46...@bitgo/sdk-coin-eth@24.2.47) (2025-01-09)
242
-
243
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
244
-
245
- ## [24.2.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.45...@bitgo/sdk-coin-eth@24.2.46) (2025-01-03)
246
-
247
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
248
-
249
- ## [24.2.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.44...@bitgo/sdk-coin-eth@24.2.45) (2024-12-24)
250
-
251
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
252
-
253
- ## [24.2.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.43...@bitgo/sdk-coin-eth@24.2.44) (2024-12-19)
254
-
255
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
256
-
257
- ## [24.2.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.41...@bitgo/sdk-coin-eth@24.2.43) (2024-12-17)
258
-
259
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
260
-
261
- ## [24.2.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.41...@bitgo/sdk-coin-eth@24.2.42) (2024-12-17)
262
-
263
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
264
-
265
- ## [24.2.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.40...@bitgo/sdk-coin-eth@24.2.41) (2024-12-12)
266
-
267
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
268
-
269
- ## [24.2.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.39...@bitgo/sdk-coin-eth@24.2.40) (2024-12-11)
270
-
271
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
272
-
273
- ## [24.2.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.38...@bitgo/sdk-coin-eth@24.2.39) (2024-12-03)
274
-
275
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
276
-
277
- ## [24.2.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.37...@bitgo/sdk-coin-eth@24.2.38) (2024-11-26)
278
-
279
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
280
-
281
- ## [24.2.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.36...@bitgo/sdk-coin-eth@24.2.37) (2024-11-21)
282
-
283
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
284
-
285
- ## [24.2.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.34...@bitgo/sdk-coin-eth@24.2.36) (2024-11-19)
286
-
287
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
288
-
289
- ## [24.2.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.34...@bitgo/sdk-coin-eth@24.2.35) (2024-11-14)
290
-
291
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
292
-
293
- ## [24.2.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.33...@bitgo/sdk-coin-eth@24.2.34) (2024-11-08)
294
-
295
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
296
-
297
- ## [24.2.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.32...@bitgo/sdk-coin-eth@24.2.33) (2024-11-07)
298
-
299
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
300
-
301
- ## [24.2.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.31...@bitgo/sdk-coin-eth@24.2.32) (2024-11-01)
302
-
303
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
304
-
305
- ## [24.2.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.30...@bitgo/sdk-coin-eth@24.2.31) (2024-10-22)
306
-
307
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
308
-
309
- ## [24.2.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.29...@bitgo/sdk-coin-eth@24.2.30) (2024-10-15)
310
-
311
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
312
-
313
- ## [24.2.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.28...@bitgo/sdk-coin-eth@24.2.29) (2024-10-08)
314
-
315
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
316
-
317
- ## [24.2.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.27...@bitgo/sdk-coin-eth@24.2.28) (2024-10-04)
318
-
319
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
320
-
321
- ## [24.2.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.26...@bitgo/sdk-coin-eth@24.2.27) (2024-09-24)
322
-
323
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
324
-
325
- ## [24.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.25...@bitgo/sdk-coin-eth@24.2.26) (2024-09-19)
326
-
327
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
328
-
329
- ## [24.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.24...@bitgo/sdk-coin-eth@24.2.25) (2024-09-16)
330
-
331
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
332
-
333
- ## [24.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.23...@bitgo/sdk-coin-eth@24.2.24) (2024-09-10)
334
-
335
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
336
-
337
- ## [24.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.22...@bitgo/sdk-coin-eth@24.2.23) (2024-09-03)
338
-
339
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
340
-
341
- ## [24.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.21...@bitgo/sdk-coin-eth@24.2.22) (2024-08-29)
342
-
343
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
344
-
345
- ## [24.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.20...@bitgo/sdk-coin-eth@24.2.21) (2024-08-27)
346
-
347
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
348
-
349
- ## [24.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.18...@bitgo/sdk-coin-eth@24.2.20) (2024-08-20)
350
-
351
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
352
-
353
- ## [24.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.18...@bitgo/sdk-coin-eth@24.2.19) (2024-08-13)
354
-
355
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
356
-
357
- ## [24.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.17...@bitgo/sdk-coin-eth@24.2.18) (2024-08-07)
358
-
359
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
360
-
361
- ## [24.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.16...@bitgo/sdk-coin-eth@24.2.17) (2024-07-30)
362
-
363
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
364
-
365
- ## [24.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.15...@bitgo/sdk-coin-eth@24.2.16) (2024-07-24)
366
-
367
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
368
-
369
- ## [24.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.14...@bitgo/sdk-coin-eth@24.2.15) (2024-07-16)
370
-
371
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
372
-
373
- ## [24.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.13...@bitgo/sdk-coin-eth@24.2.14) (2024-07-04)
374
-
375
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
376
-
377
- ## [24.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.12...@bitgo/sdk-coin-eth@24.2.13) (2024-07-02)
378
-
379
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
380
-
381
- ## [24.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.11...@bitgo/sdk-coin-eth@24.2.12) (2024-06-27)
382
-
383
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
384
-
385
- ## [24.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.10...@bitgo/sdk-coin-eth@24.2.11) (2024-06-26)
386
-
387
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
388
-
389
- ## [24.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.8...@bitgo/sdk-coin-eth@24.2.10) (2024-06-21)
390
-
391
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
392
-
393
- ## [24.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.8...@bitgo/sdk-coin-eth@24.2.9) (2024-06-20)
394
-
395
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
396
-
397
- ## [24.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.7...@bitgo/sdk-coin-eth@24.2.8) (2024-06-14)
398
-
399
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
400
-
401
- ## [24.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.6...@bitgo/sdk-coin-eth@24.2.7) (2024-06-11)
402
-
403
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
404
-
405
- ## [24.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.5...@bitgo/sdk-coin-eth@24.2.6) (2024-06-05)
406
-
407
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
408
-
409
- ## [24.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.4...@bitgo/sdk-coin-eth@24.2.5) (2024-05-31)
410
-
411
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
412
-
413
- ## [24.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.3...@bitgo/sdk-coin-eth@24.2.4) (2024-05-28)
414
-
415
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
416
-
417
- ## [24.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.2...@bitgo/sdk-coin-eth@24.2.3) (2024-05-22)
418
-
419
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
420
-
421
- ## [24.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.1...@bitgo/sdk-coin-eth@24.2.2) (2024-05-17)
422
-
423
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
424
-
425
- ## [24.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.0...@bitgo/sdk-coin-eth@24.2.1) (2024-05-13)
426
-
427
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
428
-
429
- # [24.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.1.1...@bitgo/sdk-coin-eth@24.2.0) (2024-05-08)
430
-
431
- ### Features
432
-
433
- - **abstract-eth:** support v4 wallet for recover method ([142ec9f](https://github.com/BitGo/BitGoJS/commit/142ec9f220ec2af54545aca4b4d95b39a4179002))
434
-
435
- ## [24.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.1.0...@bitgo/sdk-coin-eth@24.1.1) (2024-05-01)
436
-
437
- ### Bug Fixes
438
-
439
- - add txHex for eth CCR tx ([780929a](https://github.com/BitGo/BitGoJS/commit/780929a1df6e0a958102fa7b93d7056e593dbc52))
440
-
441
- # [24.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.0.0...@bitgo/sdk-coin-eth@24.1.0) (2024-04-25)
442
-
443
- ### Features
444
-
445
- - **abstract-eth:** use non packed encode for V4 wallet ([54fd3a8](https://github.com/BitGo/BitGoJS/commit/54fd3a8dbafb14bdeae78204c122885d288d48b6))
446
-
447
- # [24.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.6...@bitgo/sdk-coin-eth@24.0.0) (2024-04-24)
448
-
449
- ### Bug Fixes
450
-
451
- - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
452
-
453
- ### Features
454
-
455
- - **abstract-eth:** support txn bulding for v4 wallet on eth chain ([d8aabea](https://github.com/BitGo/BitGoJS/commit/d8aabead0197072ee5b6c7fb11bd9c379606208d))
456
-
457
- ### BREAKING CHANGES
458
-
459
- - **abstract-eth:** Made ChainID mandatory for signAndBuild method
460
-
461
- ## [23.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.5...@bitgo/sdk-coin-eth@23.1.6) (2024-04-22)
462
-
463
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
464
-
465
- ## [23.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.4...@bitgo/sdk-coin-eth@23.1.5) (2024-04-17)
466
-
467
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
468
-
469
- ## [23.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.3...@bitgo/sdk-coin-eth@23.1.4) (2024-04-12)
470
-
471
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
472
-
473
- ## [23.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.2...@bitgo/sdk-coin-eth@23.1.3) (2024-04-10)
474
-
475
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
476
-
477
- ## [23.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.1...@bitgo/sdk-coin-eth@23.1.2) (2024-04-09)
478
-
479
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
480
-
481
- ## [23.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.0...@bitgo/sdk-coin-eth@23.1.1) (2024-04-08)
482
-
483
- ### Bug Fixes
484
-
485
- - **abstract-eth:** fix flush v4 tx building from hex ([f20dc10](https://github.com/BitGo/BitGoJS/commit/f20dc106e90222f27f0ee774fe9844fc0b55f77e))
486
-
487
- # [23.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.0.0...@bitgo/sdk-coin-eth@23.1.0) (2024-04-05)
488
-
489
- ### Features
490
-
491
- - **abstract-eth:** support token flush directly from forwarderV4 contract ([f41a404](https://github.com/BitGo/BitGoJS/commit/f41a404bac7ed952b41effe88e818c6d602a9c22))
492
-
493
- # [23.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.4...@bitgo/sdk-coin-eth@23.0.0) (2024-03-28)
494
-
495
- ### Features
496
-
497
- - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
498
-
499
- ### BREAKING CHANGES
500
-
501
- - **root:** Node 16 is no longer supported in bitgojs.
502
- TICKET: WP-1100
503
-
504
- ## [22.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.3...@bitgo/sdk-coin-eth@22.0.4) (2024-03-19)
505
-
506
- ### Bug Fixes
507
-
508
- - factor gas and eip1559 params on ethlike token recovery ([7744d83](https://github.com/BitGo/BitGoJS/commit/7744d831f7d974802501245312787b81f8abae47))
509
-
510
- ## [22.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.2...@bitgo/sdk-coin-eth@22.0.3) (2024-03-11)
511
-
512
- ### Bug Fixes
513
-
514
- - **sdk-coin-eth:** fix recover method in case of 0 funds ([748588f](https://github.com/BitGo/BitGoJS/commit/748588f9fdc726bf8b6c7afb42c71400045fdcb3))
515
-
516
- ## [22.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.1...@bitgo/sdk-coin-eth@22.0.2) (2024-02-28)
517
-
518
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
519
-
520
- ## [22.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.0...@bitgo/sdk-coin-eth@22.0.1) (2024-02-22)
521
-
522
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
523
-
524
- # [22.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@22.0.0) (2024-02-19)
525
-
526
- ### Bug Fixes
527
-
528
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
529
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
530
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
531
-
532
- ### Code Refactoring
533
-
534
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
535
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
536
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
537
-
538
- ### Features
539
-
540
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
541
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
542
- - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
543
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
544
-
545
- ### BREAKING CHANGES
546
-
547
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
548
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
549
- getCustomChainName method is removed from Polygon class because a common
550
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
551
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
552
- and needs to be passed to derive the Eth common object from the chainId.
553
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
554
- it can be used for other EthLike coins. getBaseFactor method in Eth
555
- and Polygon class returns number instead of string just to align with
556
- AbstractEthLikeCoin
557
- Ticket: WIN-1012
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
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
570
- class in abstract-eth module because TransactionBuilder in the
571
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
572
- be added to the class that will inherit EthLikeToken class
573
-
574
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
575
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
576
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
577
- support for hop transactions, batch transactions, etc
578
-
579
- TICKET: WIN-1021
580
-
581
- # [21.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@21.0.0) (2024-01-30)
582
-
583
- ### Bug Fixes
584
-
585
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
586
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
587
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
588
-
589
- ### Code Refactoring
590
-
591
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
592
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
593
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
594
-
595
- ### Features
596
-
597
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
598
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
599
- - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
600
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
601
-
602
- ### BREAKING CHANGES
603
-
604
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
605
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
606
- getCustomChainName method is removed from Polygon class because a common
607
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
608
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
609
- and needs to be passed to derive the Eth common object from the chainId.
610
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
611
- it can be used for other EthLike coins. getBaseFactor method in Eth
612
- and Polygon class returns number instead of string just to align with
613
- AbstractEthLikeCoin
614
- Ticket: WIN-1012
615
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
616
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
617
- getCustomChainName method is removed from Polygon class because a common
618
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
619
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
620
- and needs to be passed to derive the Eth common object from the chainId.
621
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
622
- it can be used for other EthLike coins. getBaseFactor method in Eth
623
- and Polygon class returns number instead of string just to align with
624
- AbstractEthLikeCoin
625
- Ticket: WIN-1012
626
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
627
- class in abstract-eth module because TransactionBuilder in the
628
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
629
- be added to the class that will inherit EthLikeToken class
630
-
631
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
632
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
633
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
634
- support for hop transactions, batch transactions, etc
635
-
636
- TICKET: WIN-1021
637
-
638
- # [20.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@20.0.0) (2024-01-26)
639
-
640
- ### Bug Fixes
641
-
642
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
643
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
644
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
645
-
646
- ### Code Refactoring
647
-
648
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
649
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
650
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
651
-
652
- ### Features
653
-
654
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
655
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
656
- - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
657
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
658
-
659
- ### BREAKING CHANGES
660
-
661
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
662
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
663
- getCustomChainName method is removed from Polygon class because a common
664
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
665
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
666
- and needs to be passed to derive the Eth common object from the chainId.
667
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
668
- it can be used for other EthLike coins. getBaseFactor method in Eth
669
- and Polygon class returns number instead of string just to align with
670
- AbstractEthLikeCoin
671
- Ticket: WIN-1012
672
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
673
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
674
- getCustomChainName method is removed from Polygon class because a common
675
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
676
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
677
- and needs to be passed to derive the Eth common object from the chainId.
678
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
679
- it can be used for other EthLike coins. getBaseFactor method in Eth
680
- and Polygon class returns number instead of string just to align with
681
- AbstractEthLikeCoin
682
- Ticket: WIN-1012
683
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
684
- class in abstract-eth module because TransactionBuilder in the
685
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
686
- be added to the class that will inherit EthLikeToken class
687
-
688
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
689
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
690
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
691
- support for hop transactions, batch transactions, etc
692
-
693
- TICKET: WIN-1021
694
-
695
- # [19.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@19.0.0) (2024-01-26)
696
-
697
- ### Bug Fixes
698
-
699
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
700
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
701
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
702
-
703
- ### Code Refactoring
704
-
705
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
706
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
707
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
708
-
709
- ### Features
710
-
711
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
712
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
713
- - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
714
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
715
-
716
- ### BREAKING CHANGES
717
-
718
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
719
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
720
- getCustomChainName method is removed from Polygon class because a common
721
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
722
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
723
- and needs to be passed to derive the Eth common object from the chainId.
724
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
725
- it can be used for other EthLike coins. getBaseFactor method in Eth
726
- and Polygon class returns number instead of string just to align with
727
- AbstractEthLikeCoin
728
- Ticket: WIN-1012
729
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
730
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
731
- getCustomChainName method is removed from Polygon class because a common
732
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
733
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
734
- and needs to be passed to derive the Eth common object from the chainId.
735
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
736
- it can be used for other EthLike coins. getBaseFactor method in Eth
737
- and Polygon class returns number instead of string just to align with
738
- AbstractEthLikeCoin
739
- Ticket: WIN-1012
740
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
741
- class in abstract-eth module because TransactionBuilder in the
742
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
743
- be added to the class that will inherit EthLikeToken class
744
-
745
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
746
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
747
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
748
- support for hop transactions, batch transactions, etc
749
-
750
- TICKET: WIN-1021
751
-
752
- # [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@18.0.0) (2024-01-25)
753
-
754
- ### Bug Fixes
755
-
756
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
757
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
758
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
759
-
760
- ### Code Refactoring
761
-
762
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
763
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
764
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
765
-
766
- ### Features
767
-
768
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
769
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
770
- - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
771
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
772
-
773
- ### BREAKING CHANGES
774
-
775
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
776
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
777
- getCustomChainName method is removed from Polygon class because a common
778
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
779
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
780
- and needs to be passed to derive the Eth common object from the chainId.
781
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
782
- it can be used for other EthLike coins. getBaseFactor method in Eth
783
- and Polygon class returns number instead of string just to align with
784
- AbstractEthLikeCoin
785
- Ticket: WIN-1012
786
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
787
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
788
- getCustomChainName method is removed from Polygon class because a common
789
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
790
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
791
- and needs to be passed to derive the Eth common object from the chainId.
792
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
793
- it can be used for other EthLike coins. getBaseFactor method in Eth
794
- and Polygon class returns number instead of string just to align with
795
- AbstractEthLikeCoin
796
- Ticket: WIN-1012
797
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
798
- class in abstract-eth module because TransactionBuilder in the
799
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
800
- be added to the class that will inherit EthLikeToken class
801
-
802
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
803
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
804
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
805
- support for hop transactions, batch transactions, etc
806
-
807
- TICKET: WIN-1021
808
-
809
- # [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@17.0.0) (2024-01-22)
810
-
811
- ### Bug Fixes
812
-
813
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
814
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
815
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
816
-
817
- ### Code Refactoring
818
-
819
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
820
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
821
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
822
-
823
- ### Features
824
-
825
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
826
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
827
- - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
828
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
829
-
830
- ### BREAKING CHANGES
831
-
832
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
833
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
834
- getCustomChainName method is removed from Polygon class because a common
835
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
836
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
837
- and needs to be passed to derive the Eth common object from the chainId.
838
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
839
- it can be used for other EthLike coins. getBaseFactor method in Eth
840
- and Polygon class returns number instead of string just to align with
841
- AbstractEthLikeCoin
842
- Ticket: WIN-1012
843
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
844
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
845
- getCustomChainName method is removed from Polygon class because a common
846
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
847
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
848
- and needs to be passed to derive the Eth common object from the chainId.
849
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
850
- it can be used for other EthLike coins. getBaseFactor method in Eth
851
- and Polygon class returns number instead of string just to align with
852
- AbstractEthLikeCoin
853
- Ticket: WIN-1012
854
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
855
- class in abstract-eth module because TransactionBuilder in the
856
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
857
- be added to the class that will inherit EthLikeToken class
858
-
859
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
860
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
861
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
862
- support for hop transactions, batch transactions, etc
863
-
864
- TICKET: WIN-1021
865
-
866
- # [16.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@16.0.0) (2024-01-09)
867
-
868
- ### Bug Fixes
869
-
870
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
871
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
872
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
873
-
874
- ### Code Refactoring
875
-
876
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
877
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
878
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
879
-
880
- ### Features
881
-
882
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
883
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
884
- - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
885
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
886
-
887
- ### BREAKING CHANGES
888
-
889
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
890
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
891
- getCustomChainName method is removed from Polygon class because a common
892
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
893
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
894
- and needs to be passed to derive the Eth common object from the chainId.
895
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
896
- it can be used for other EthLike coins. getBaseFactor method in Eth
897
- and Polygon class returns number instead of string just to align with
898
- AbstractEthLikeCoin
899
- Ticket: WIN-1012
900
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
901
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
902
- getCustomChainName method is removed from Polygon class because a common
903
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
904
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
905
- and needs to be passed to derive the Eth common object from the chainId.
906
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
907
- it can be used for other EthLike coins. getBaseFactor method in Eth
908
- and Polygon class returns number instead of string just to align with
909
- AbstractEthLikeCoin
910
- Ticket: WIN-1012
911
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
912
- class in abstract-eth module because TransactionBuilder in the
913
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
914
- be added to the class that will inherit EthLikeToken class
915
-
916
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
917
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
918
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
919
- support for hop transactions, batch transactions, etc
920
-
921
- TICKET: WIN-1021
922
-
923
- # [15.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@15.0.0) (2024-01-03)
924
-
925
- ### Bug Fixes
926
-
927
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
928
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
929
-
930
- ### Code Refactoring
931
-
932
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
933
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
934
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
935
-
936
- ### Features
937
-
938
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
939
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
940
- - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
941
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
942
-
943
- ### BREAKING CHANGES
944
-
945
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
946
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
947
- getCustomChainName method is removed from Polygon class because a common
948
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
949
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
950
- and needs to be passed to derive the Eth common object from the chainId.
951
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
952
- it can be used for other EthLike coins. getBaseFactor method in Eth
953
- and Polygon class returns number instead of string just to align with
954
- AbstractEthLikeCoin
955
- Ticket: WIN-1012
956
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
957
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
958
- getCustomChainName method is removed from Polygon class because a common
959
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
960
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
961
- and needs to be passed to derive the Eth common object from the chainId.
962
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
963
- it can be used for other EthLike coins. getBaseFactor method in Eth
964
- and Polygon class returns number instead of string just to align with
965
- AbstractEthLikeCoin
966
- Ticket: WIN-1012
967
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
968
- class in abstract-eth module because TransactionBuilder in the
969
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
970
- be added to the class that will inherit EthLikeToken class
971
-
972
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
973
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
974
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
975
- support for hop transactions, batch transactions, etc
976
-
977
- TICKET: WIN-1021
978
-
979
- # [14.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@14.0.0) (2023-12-18)
980
-
981
- ### Bug Fixes
982
-
983
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
984
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
985
-
986
- ### Code Refactoring
987
-
988
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
989
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
990
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
991
-
992
- ### Features
993
-
994
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
995
- - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
996
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
997
-
998
- ### BREAKING CHANGES
999
-
1000
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1001
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1002
- getCustomChainName method is removed from Polygon class because a common
1003
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1004
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1005
- and needs to be passed to derive the Eth common object from the chainId.
1006
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1007
- it can be used for other EthLike coins. getBaseFactor method in Eth
1008
- and Polygon class returns number instead of string just to align with
1009
- AbstractEthLikeCoin
1010
- Ticket: WIN-1012
1011
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1012
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1013
- getCustomChainName method is removed from Polygon class because a common
1014
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1015
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1016
- and needs to be passed to derive the Eth common object from the chainId.
1017
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1018
- it can be used for other EthLike coins. getBaseFactor method in Eth
1019
- and Polygon class returns number instead of string just to align with
1020
- AbstractEthLikeCoin
1021
- Ticket: WIN-1012
1022
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1023
- class in abstract-eth module because TransactionBuilder in the
1024
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1025
- be added to the class that will inherit EthLikeToken class
1026
-
1027
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1028
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1029
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1030
- support for hop transactions, batch transactions, etc
1031
-
1032
- TICKET: WIN-1021
1033
-
1034
- # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@13.0.0) (2023-12-12)
1035
-
1036
- ### Bug Fixes
1037
-
1038
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1039
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1040
-
1041
- ### Code Refactoring
1042
-
1043
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1044
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1045
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1046
-
1047
- ### Features
1048
-
1049
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1050
- - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
1051
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1052
-
1053
- ### BREAKING CHANGES
1054
-
1055
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1056
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1057
- getCustomChainName method is removed from Polygon class because a common
1058
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1059
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1060
- and needs to be passed to derive the Eth common object from the chainId.
1061
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1062
- it can be used for other EthLike coins. getBaseFactor method in Eth
1063
- and Polygon class returns number instead of string just to align with
1064
- AbstractEthLikeCoin
1065
- Ticket: WIN-1012
1066
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1067
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1068
- getCustomChainName method is removed from Polygon class because a common
1069
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1070
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1071
- and needs to be passed to derive the Eth common object from the chainId.
1072
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1073
- it can be used for other EthLike coins. getBaseFactor method in Eth
1074
- and Polygon class returns number instead of string just to align with
1075
- AbstractEthLikeCoin
1076
- Ticket: WIN-1012
1077
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1078
- class in abstract-eth module because TransactionBuilder in the
1079
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1080
- be added to the class that will inherit EthLikeToken class
1081
-
1082
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1083
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1084
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1085
- support for hop transactions, batch transactions, etc
1086
-
1087
- TICKET: WIN-1021
1088
-
1089
- # [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@12.0.0) (2023-12-09)
1090
-
1091
- ### Bug Fixes
1092
-
1093
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1094
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1095
-
1096
- ### Code Refactoring
1097
-
1098
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1099
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1100
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1101
-
1102
- ### Features
1103
-
1104
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1105
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1106
-
1107
- ### BREAKING CHANGES
1108
-
1109
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1110
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1111
- getCustomChainName method is removed from Polygon class because a common
1112
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1113
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1114
- and needs to be passed to derive the Eth common object from the chainId.
1115
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1116
- it can be used for other EthLike coins. getBaseFactor method in Eth
1117
- and Polygon class returns number instead of string just to align with
1118
- AbstractEthLikeCoin
1119
- Ticket: WIN-1012
1120
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1121
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1122
- getCustomChainName method is removed from Polygon class because a common
1123
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1124
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1125
- and needs to be passed to derive the Eth common object from the chainId.
1126
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1127
- it can be used for other EthLike coins. getBaseFactor method in Eth
1128
- and Polygon class returns number instead of string just to align with
1129
- AbstractEthLikeCoin
1130
- Ticket: WIN-1012
1131
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1132
- class in abstract-eth module because TransactionBuilder in the
1133
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1134
- be added to the class that will inherit EthLikeToken class
1135
-
1136
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1137
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1138
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1139
- support for hop transactions, batch transactions, etc
1140
-
1141
- TICKET: WIN-1021
1142
-
1143
- # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@11.0.0) (2023-12-05)
1144
-
1145
- ### Bug Fixes
1146
-
1147
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1148
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1149
-
1150
- ### Code Refactoring
1151
-
1152
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1153
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1154
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1155
-
1156
- ### Features
1157
-
1158
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1159
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1160
-
1161
- ### BREAKING CHANGES
1162
-
1163
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1164
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1165
- getCustomChainName method is removed from Polygon class because a common
1166
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1167
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1168
- and needs to be passed to derive the Eth common object from the chainId.
1169
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1170
- it can be used for other EthLike coins. getBaseFactor method in Eth
1171
- and Polygon class returns number instead of string just to align with
1172
- AbstractEthLikeCoin
1173
- Ticket: WIN-1012
1174
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1175
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1176
- getCustomChainName method is removed from Polygon class because a common
1177
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1178
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1179
- and needs to be passed to derive the Eth common object from the chainId.
1180
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1181
- it can be used for other EthLike coins. getBaseFactor method in Eth
1182
- and Polygon class returns number instead of string just to align with
1183
- AbstractEthLikeCoin
1184
- Ticket: WIN-1012
1185
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1186
- class in abstract-eth module because TransactionBuilder in the
1187
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1188
- be added to the class that will inherit EthLikeToken class
1189
-
1190
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1191
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1192
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1193
- support for hop transactions, batch transactions, etc
1194
-
1195
- TICKET: WIN-1021
1196
-
1197
- # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@10.0.0) (2023-11-28)
1198
-
1199
- ### Bug Fixes
1200
-
1201
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1202
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1203
-
1204
- ### Code Refactoring
1205
-
1206
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1207
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1208
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1209
-
1210
- ### Features
1211
-
1212
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1213
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1214
-
1215
- ### BREAKING CHANGES
1216
-
1217
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1218
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1219
- getCustomChainName method is removed from Polygon class because a common
1220
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1221
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1222
- and needs to be passed to derive the Eth common object from the chainId.
1223
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1224
- it can be used for other EthLike coins. getBaseFactor method in Eth
1225
- and Polygon class returns number instead of string just to align with
1226
- AbstractEthLikeCoin
1227
- Ticket: WIN-1012
1228
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1229
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1230
- getCustomChainName method is removed from Polygon class because a common
1231
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1232
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1233
- and needs to be passed to derive the Eth common object from the chainId.
1234
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1235
- it can be used for other EthLike coins. getBaseFactor method in Eth
1236
- and Polygon class returns number instead of string just to align with
1237
- AbstractEthLikeCoin
1238
- Ticket: WIN-1012
1239
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1240
- class in abstract-eth module because TransactionBuilder in the
1241
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1242
- be added to the class that will inherit EthLikeToken class
1243
-
1244
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1245
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1246
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1247
- support for hop transactions, batch transactions, etc
1248
-
1249
- TICKET: WIN-1021
1250
-
1251
- # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@9.0.0) (2023-11-24)
1252
-
1253
- ### Bug Fixes
1254
-
1255
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1256
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1257
-
1258
- ### Code Refactoring
1259
-
1260
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1261
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1262
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1263
-
1264
- ### Features
1265
-
1266
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1267
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1268
-
1269
- ### BREAKING CHANGES
1270
-
1271
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1272
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1273
- getCustomChainName method is removed from Polygon class because a common
1274
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1275
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1276
- and needs to be passed to derive the Eth common object from the chainId.
1277
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1278
- it can be used for other EthLike coins. getBaseFactor method in Eth
1279
- and Polygon class returns number instead of string just to align with
1280
- AbstractEthLikeCoin
1281
- Ticket: WIN-1012
1282
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1283
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1284
- getCustomChainName method is removed from Polygon class because a common
1285
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1286
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1287
- and needs to be passed to derive the Eth common object from the chainId.
1288
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1289
- it can be used for other EthLike coins. getBaseFactor method in Eth
1290
- and Polygon class returns number instead of string just to align with
1291
- AbstractEthLikeCoin
1292
- Ticket: WIN-1012
1293
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1294
- class in abstract-eth module because TransactionBuilder in the
1295
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1296
- be added to the class that will inherit EthLikeToken class
1297
-
1298
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1299
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1300
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1301
- support for hop transactions, batch transactions, etc
1302
-
1303
- TICKET: WIN-1021
1304
-
1305
- # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@8.0.0) (2023-11-17)
1306
-
1307
- ### Bug Fixes
1308
-
1309
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1310
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1311
-
1312
- ### Code Refactoring
1313
-
1314
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1315
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1316
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1317
-
1318
- ### Features
1319
-
1320
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1321
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1322
-
1323
- ### BREAKING CHANGES
1324
-
1325
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1326
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1327
- getCustomChainName method is removed from Polygon class because a common
1328
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1329
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1330
- and needs to be passed to derive the Eth common object from the chainId.
1331
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1332
- it can be used for other EthLike coins. getBaseFactor method in Eth
1333
- and Polygon class returns number instead of string just to align with
1334
- AbstractEthLikeCoin
1335
- Ticket: WIN-1012
1336
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1337
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1338
- getCustomChainName method is removed from Polygon class because a common
1339
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1340
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1341
- and needs to be passed to derive the Eth common object from the chainId.
1342
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1343
- it can be used for other EthLike coins. getBaseFactor method in Eth
1344
- and Polygon class returns number instead of string just to align with
1345
- AbstractEthLikeCoin
1346
- Ticket: WIN-1012
1347
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1348
- class in abstract-eth module because TransactionBuilder in the
1349
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1350
- be added to the class that will inherit EthLikeToken class
1351
-
1352
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1353
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1354
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1355
- support for hop transactions, batch transactions, etc
1356
-
1357
- TICKET: WIN-1021
1358
-
1359
- # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@7.0.0) (2023-11-13)
1360
-
1361
- ### Bug Fixes
1362
-
1363
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1364
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1365
-
1366
- ### Code Refactoring
1367
-
1368
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1369
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1370
-
1371
- ### Features
1372
-
1373
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1374
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1375
-
1376
- ### BREAKING CHANGES
1377
-
1378
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1379
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1380
- getCustomChainName method is removed from Polygon class because a common
1381
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1382
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1383
- and needs to be passed to derive the Eth common object from the chainId.
1384
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1385
- it can be used for other EthLike coins. getBaseFactor method in Eth
1386
- and Polygon class returns number instead of string just to align with
1387
- AbstractEthLikeCoin
1388
- Ticket: WIN-1012
1389
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1390
- class in abstract-eth module because TransactionBuilder in the
1391
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1392
- be added to the class that will inherit EthLikeToken class
1393
-
1394
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1395
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1396
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1397
- support for hop transactions, batch transactions, etc
1398
-
1399
- TICKET: WIN-1021
1400
-
1401
- # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@6.0.0) (2023-11-13)
1402
-
1403
- ### Bug Fixes
1404
-
1405
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1406
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1407
-
1408
- ### Code Refactoring
1409
-
1410
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1411
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1412
-
1413
- ### Features
1414
-
1415
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1416
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1417
-
1418
- ### BREAKING CHANGES
1419
-
1420
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1421
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1422
- getCustomChainName method is removed from Polygon class because a common
1423
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1424
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1425
- and needs to be passed to derive the Eth common object from the chainId.
1426
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1427
- it can be used for other EthLike coins. getBaseFactor method in Eth
1428
- and Polygon class returns number instead of string just to align with
1429
- AbstractEthLikeCoin
1430
- Ticket: WIN-1012
1431
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1432
- class in abstract-eth module because TransactionBuilder in the
1433
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1434
- be added to the class that will inherit EthLikeToken class
1435
-
1436
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1437
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1438
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1439
- support for hop transactions, batch transactions, etc
1440
-
1441
- TICKET: WIN-1021
1442
-
1443
- # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@5.0.0) (2023-11-13)
1444
-
1445
- ### Bug Fixes
1446
-
1447
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1448
- - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1449
-
1450
- ### Code Refactoring
1451
-
1452
- - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1453
- - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1454
-
1455
- ### Features
1456
-
1457
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1458
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1459
-
1460
- ### BREAKING CHANGES
1461
-
1462
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1463
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1464
- getCustomChainName method is removed from Polygon class because a common
1465
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1466
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1467
- and needs to be passed to derive the Eth common object from the chainId.
1468
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1469
- it can be used for other EthLike coins. getBaseFactor method in Eth
1470
- and Polygon class returns number instead of string just to align with
1471
- AbstractEthLikeCoin
1472
- Ticket: WIN-1012
1473
- - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1474
- class in abstract-eth module because TransactionBuilder in the
1475
- abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1476
- be added to the class that will inherit EthLikeToken class
1477
-
1478
- TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1479
- exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1480
- class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1481
- support for hop transactions, batch transactions, etc
1482
-
1483
- TICKET: WIN-1021
1484
-
1485
- # [4.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.10.0) (2023-10-20)
1486
-
1487
- ### Bug Fixes
1488
-
1489
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1490
-
1491
- ### Features
1492
-
1493
- - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1494
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1495
-
1496
- # [4.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.9.0) (2023-10-18)
1497
-
1498
- ### Bug Fixes
1499
-
1500
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1501
-
1502
- ### Features
1503
-
1504
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1505
-
1506
- # [4.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.8.0) (2023-09-25)
1507
-
1508
- ### Bug Fixes
1509
-
1510
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1511
-
1512
- ### Features
1513
-
1514
- - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1515
-
1516
- ## [4.7.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.10) (2023-09-09)
1517
-
1518
- ### Bug Fixes
1519
-
1520
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1521
-
1522
- ## [4.7.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.9) (2023-09-09)
1523
-
1524
- ### Bug Fixes
1525
-
1526
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1527
-
1528
- ## [4.7.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.8) (2023-09-07)
1529
-
1530
- ### Bug Fixes
1531
-
1532
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1533
-
1534
- ## [4.7.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.7) (2023-09-05)
1535
-
1536
- ### Bug Fixes
1537
-
1538
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1539
-
1540
- ## [4.7.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.6) (2023-09-01)
1541
-
1542
- ### Bug Fixes
1543
-
1544
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1545
-
1546
- ## [4.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.5) (2023-08-29)
1547
-
1548
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1549
-
1550
- ## [4.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.4) (2023-08-25)
1551
-
1552
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1553
-
1554
- ## [4.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.3) (2023-08-24)
1555
-
1556
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1557
-
1558
- ## [4.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.2) (2023-08-16)
1559
-
1560
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1561
-
1562
- ## [4.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.1) (2023-08-16)
1563
-
1564
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1565
-
1566
- # [4.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.5...@bitgo/sdk-coin-eth@4.7.0) (2023-08-04)
1567
-
1568
- ### Features
1569
-
1570
- - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1571
- - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1572
-
1573
- # [4.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.5...@bitgo/sdk-coin-eth@4.6.0) (2023-07-28)
1574
-
1575
- ### Features
1576
-
1577
- - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1578
- - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1579
-
1580
- ## [4.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.4...@bitgo/sdk-coin-eth@4.5.5) (2023-07-18)
1581
-
1582
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1583
-
1584
- ## [4.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.3...@bitgo/sdk-coin-eth@4.5.4) (2023-06-21)
1585
-
1586
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1587
-
1588
- ## [4.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.2...@bitgo/sdk-coin-eth@4.5.3) (2023-06-14)
1589
-
1590
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1591
-
1592
- ## [4.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.1...@bitgo/sdk-coin-eth@4.5.2) (2023-06-13)
1593
-
1594
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1595
-
1596
- ## [4.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.0...@bitgo/sdk-coin-eth@4.5.1) (2023-06-07)
1597
-
1598
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1599
-
1600
- # [4.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.4...@bitgo/sdk-coin-eth@4.5.0) (2023-06-05)
1601
-
1602
- ### Bug Fixes
1603
-
1604
- - **root:** update module deps ([98e0945](https://github.com/BitGo/BitGoJS/commit/98e09451f3ead6a0dd7c3aa3df62f8d000ba2f0e))
1605
-
1606
- ### Features
1607
-
1608
- - **sdk-core:** paillier proof user<>backup ([8c0a381](https://github.com/BitGo/BitGoJS/commit/8c0a381318be2088572e06e34c3627323d7bfe38))
1609
- - **sdk-core:** refactor signConvert to steps ([94e2cae](https://github.com/BitGo/BitGoJS/commit/94e2cae6e1292a4e9684c3c2ab7141221137d52e))
1610
- - **sdk-core:** simplify mpc.appendChallenge ([67bee8f](https://github.com/BitGo/BitGoJS/commit/67bee8f1b4f37cd12d6d14ea4d51ddcfde679563))
1611
- - **sdk-lib-mpc:** make rangeProof challenges mandatory for appendChallenge ([1f68b30](https://github.com/BitGo/BitGoJS/commit/1f68b30676966720cb1a42c039e35d3ddeea4974))
1612
-
1613
- ## [4.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.3...@bitgo/sdk-coin-eth@4.4.4) (2023-05-25)
1614
-
1615
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1616
-
1617
- ## [4.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.2...@bitgo/sdk-coin-eth@4.4.3) (2023-05-17)
1618
-
1619
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1620
-
1621
- ## [4.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.1...@bitgo/sdk-coin-eth@4.4.2) (2023-05-10)
1622
-
1623
- ### Bug Fixes
1624
-
1625
- - **sdk-coin-eth:** fix eth multisig recoveries ([6e49792](https://github.com/BitGo/BitGoJS/commit/6e49792bfdb670a9e10dad10df932767b8ac6cdd))
1626
-
1627
- ## [4.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.0...@bitgo/sdk-coin-eth@4.4.1) (2023-05-03)
1628
-
1629
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1630
-
1631
- # [4.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.3.1...@bitgo/sdk-coin-eth@4.4.0) (2023-04-25)
1632
-
1633
- ### Features
1634
-
1635
- - **sdk-core:** update ecdsa signing to use enterprise challenge ([c626f00](https://github.com/BitGo/BitGoJS/commit/c626f00e141db2ef4147b3e0c4badf1776729465))
1636
-
1637
- ## [4.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.3.0...@bitgo/sdk-coin-eth@4.3.1) (2023-04-20)
1638
-
1639
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1640
-
1641
- # [4.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.2.1...@bitgo/sdk-coin-eth@4.3.0) (2023-04-13)
1642
-
1643
- ### Bug Fixes
1644
-
1645
- - **sdk-coin-eth:** consolidation verification tss ([a45bfc0](https://github.com/BitGo/BitGoJS/commit/a45bfc08d3e6b689743995945f448fb1b411a53c))
1646
- - **sdk-coin-eth:** fix @ethereumjs/util version to support node 14 ([3581c03](https://github.com/BitGo/BitGoJS/commit/3581c037717736058607001c80fbd713163ed319))
1647
-
1648
- ### Features
1649
-
1650
- - **sdk-coin-polygon:** support evm based cross chain recovery ([a88681f](https://github.com/BitGo/BitGoJS/commit/a88681f8428bcb6617ee2c7cfe5e8294b603af9f))
1651
-
1652
- ## [4.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.2.0...@bitgo/sdk-coin-eth@4.2.1) (2023-02-17)
1653
-
1654
- ### Bug Fixes
1655
-
1656
- - polygon recovery with range proof ([19317f7](https://github.com/BitGo/BitGoJS/commit/19317f709354e61b3e4947870049e99f85556029))
1657
-
1658
- # [4.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.0.0...@bitgo/sdk-coin-eth@4.2.0) (2023-02-16)
1659
-
1660
- ### Bug Fixes
1661
-
1662
- - **sdk-coin-bsc:** build from txHex ([15173e9](https://github.com/BitGo/BitGoJS/commit/15173e967741964f19b042a9523e280ec758e440))
1663
-
1664
- ### Features
1665
-
1666
- - **account-lib:** make rangeproof stuff async ([380f288](https://github.com/BitGo/BitGoJS/commit/380f288e9cc5f6e98834e118bad65787e836c5a2))
1667
- - **sdk-coin-eth:** enable consolidation support gteth ([fd3532e](https://github.com/BitGo/BitGoJS/commit/fd3532e7428758562e60d19e32839d00c4a56ec4))
1668
-
1669
- # [4.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.0.0...@bitgo/sdk-coin-eth@4.1.0) (2023-02-08)
1670
-
1671
- ### Bug Fixes
1672
-
1673
- - **sdk-coin-bsc:** build from txHex ([15173e9](https://github.com/BitGo/BitGoJS/commit/15173e967741964f19b042a9523e280ec758e440))
1674
-
1675
- ### Features
1676
-
1677
- - **account-lib:** make rangeproof stuff async ([380f288](https://github.com/BitGo/BitGoJS/commit/380f288e9cc5f6e98834e118bad65787e836c5a2))
1678
- - **sdk-coin-eth:** enable consolidation support gteth ([fd3532e](https://github.com/BitGo/BitGoJS/commit/fd3532e7428758562e60d19e32839d00c4a56ec4))
1679
-
1680
- ## [4.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.0.0...@bitgo/sdk-coin-eth@4.0.1) (2023-01-30)
1681
-
1682
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1683
-
1684
- # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@3.0.0...@bitgo/sdk-coin-eth@4.0.0) (2023-01-25)
1685
-
1686
- ### Bug Fixes
1687
-
1688
- - **sdk-coin-eth:** fix recovery flow, add unit test ([49fc287](https://github.com/BitGo/BitGoJS/commit/49fc287403345a710244a5efa53ade30a829a13b))
1689
- - **sdk-coin-eth:** remove generic typing from encodedtypeddata input ([f95fb60](https://github.com/BitGo/BitGoJS/commit/f95fb609806f814f60fc9a1ed5ff932943d45274))
1690
-
1691
- ### Features
1692
-
1693
- - **sdk-core:** forwarder version 3 ([82e6deb](https://github.com/BitGo/BitGoJS/commit/82e6debac071486435c51ce3f52f8352bdb8a8fb))
1694
-
1695
- ### BREAKING CHANGES
1696
-
1697
- - **sdk-coin-eth:** remove generic typing from encodedtypeddata input
1698
-
1699
- Ticket: BG-63009
1700
-
1701
- # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@2.10.0...@bitgo/sdk-coin-eth@3.0.0) (2022-12-23)
1702
-
1703
- ### Bug Fixes
1704
-
1705
- - remove final sig construction for message signing ([c7c8a98](https://github.com/BitGo/BitGoJS/commit/c7c8a988449264c0be0d422b89f4390d713e9064))
1706
-
1707
- ### BREAKING CHANGES
1708
-
1709
- - remove final sig construction
1710
-
1711
- # [2.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@2.9.0...@bitgo/sdk-coin-eth@2.10.0) (2022-12-20)
1712
-
1713
- ### Features
1714
-
1715
- - added eip712 sign typed data ([6d2cbea](https://github.com/BitGo/BitGoJS/commit/6d2cbeaa04de80c12b41dcd1e88f886011f46b30))
1716
- - **sdk-coin-eth:** add support for tss recoveries ([5954c7d](https://github.com/BitGo/BitGoJS/commit/5954c7dd1d32b2f60e8c41d31d7b205ccc51ecc4))
1717
-
1718
- # [2.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@2.8.0...@bitgo/sdk-coin-eth@2.9.0) (2022-12-09)
1719
-
1720
- ### Features
1721
-
1722
- - **sdk-coin-eth:** build from rawTx ([152bced](https://github.com/BitGo/BitGoJS/commit/152bced4d9b2cade28c638b691030286bab61ff4))
1723
-
1724
- # [2.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@2.7.1...@bitgo/sdk-coin-eth@2.8.0) (2022-12-06)
1725
-
1726
- ### Features
1727
-
1728
- - **sdk-coin-polygon:** crossChainRecovery support ([9b42813](https://github.com/BitGo/BitGoJS/commit/9b4281333a8d3835219e566e31cba28ab448c85f))
1729
-
1730
- ## [2.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@2.7.0...@bitgo/sdk-coin-eth@2.7.1) (2022-12-01)
1731
-
1732
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1733
-
1734
- # [2.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@2.2.0...@bitgo/sdk-coin-eth@2.7.0) (2022-11-29)
1735
-
1736
- ### Bug Fixes
1737
-
1738
- - multiple issues with message signing ([d703b9a](https://github.com/BitGo/BitGoJS/commit/d703b9a6149c4fe26ad16001f5f681389c8f8aba))
1739
- - remove encoding from message sent to bitgo ([d300963](https://github.com/BitGo/BitGoJS/commit/d300963da1333dc5b970fd3afe9f3dedb3fe9896))
1740
- - **sdk-coin-celo:** fix precision bug in celo build/sign ([15b47c7](https://github.com/BitGo/BitGoJS/commit/15b47c73c9550ab8060b59cc1d1f8c2ce5cb0361))
1741
- - **sdk-core:** properly translate tx type to transferToken intent BG-60250 ([eb518f9](https://github.com/BitGo/BitGoJS/commit/eb518f97ab973661493170421ad91b18cd370d89))
1742
-
1743
- ### Features
1744
-
1745
- - create txrequest for message signing ([4ee1a9c](https://github.com/BitGo/BitGoJS/commit/4ee1a9ceb748984cbd3b243fbba3ac0b54564e34))
1746
- - implement isWalletAddress for SUI ([a3696ab](https://github.com/BitGo/BitGoJS/commit/a3696ab00f693da2db4ef32034a85504dc5aa4c5))
1747
- - **sdk-coin-eth:** add fillnonce capability to sdk ([6d9a965](https://github.com/BitGo/BitGoJS/commit/6d9a9657cbd1ee273294e1ed4e44ed192915648b))
1748
-
1749
- # [2.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@2.2.0...@bitgo/sdk-coin-eth@2.6.0) (2022-11-04)
1750
-
1751
- ### Bug Fixes
1752
-
1753
- - remove encoding from message sent to bitgo ([d300963](https://github.com/BitGo/BitGoJS/commit/d300963da1333dc5b970fd3afe9f3dedb3fe9896))
1754
- - **sdk-core:** properly translate tx type to transferToken intent BG-60250 ([eb518f9](https://github.com/BitGo/BitGoJS/commit/eb518f97ab973661493170421ad91b18cd370d89))
1755
-
1756
- ### Features
1757
-
1758
- - create txrequest for message signing ([4ee1a9c](https://github.com/BitGo/BitGoJS/commit/4ee1a9ceb748984cbd3b243fbba3ac0b54564e34))
1759
- - implement isWalletAddress for SUI ([a3696ab](https://github.com/BitGo/BitGoJS/commit/a3696ab00f693da2db4ef32034a85504dc5aa4c5))
1760
- - **sdk-coin-eth:** add fillnonce capability to sdk ([6d9a965](https://github.com/BitGo/BitGoJS/commit/6d9a9657cbd1ee273294e1ed4e44ed192915648b))
1761
-
1762
- # [2.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@2.2.0...@bitgo/sdk-coin-eth@2.4.0) (2022-10-27)
1763
-
1764
- ### Bug Fixes
1765
-
1766
- - **sdk-core:** properly translate tx type to transferToken intent BG-60250 ([eb518f9](https://github.com/BitGo/BitGoJS/commit/eb518f97ab973661493170421ad91b18cd370d89))
1767
-
1768
- ### Features
1769
-
1770
- - create txrequest for message signing ([4ee1a9c](https://github.com/BitGo/BitGoJS/commit/4ee1a9ceb748984cbd3b243fbba3ac0b54564e34))
1771
- - implement isWalletAddress for SUI ([a3696ab](https://github.com/BitGo/BitGoJS/commit/a3696ab00f693da2db4ef32034a85504dc5aa4c5))
1772
- - **sdk-coin-eth:** add fillnonce capability to sdk ([6d9a965](https://github.com/BitGo/BitGoJS/commit/6d9a9657cbd1ee273294e1ed4e44ed192915648b))
1773
-
1774
- # [2.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@2.2.0...@bitgo/sdk-coin-eth@2.3.0) (2022-10-25)
1775
-
1776
- ### Bug Fixes
1777
-
1778
- - **sdk-core:** properly translate tx type to transferToken intent BG-60250 ([eb518f9](https://github.com/BitGo/BitGoJS/commit/eb518f97ab973661493170421ad91b18cd370d89))
1779
-
1780
- ### Features
1781
-
1782
- - create txrequest for message signing ([4ee1a9c](https://github.com/BitGo/BitGoJS/commit/4ee1a9ceb748984cbd3b243fbba3ac0b54564e34))
1783
- - implement isWalletAddress for SUI ([a3696ab](https://github.com/BitGo/BitGoJS/commit/a3696ab00f693da2db4ef32034a85504dc5aa4c5))
1784
- - **sdk-coin-eth:** add fillnonce capability to sdk ([6d9a965](https://github.com/BitGo/BitGoJS/commit/6d9a9657cbd1ee273294e1ed4e44ed192915648b))
1785
-
1786
- # [2.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.3...@bitgo/sdk-coin-eth@2.2.0) (2022-10-18)
1787
-
1788
- ### Bug Fixes
1789
-
1790
- - **bitgo:** no `Buffer` support in browsers ([5210662](https://github.com/BitGo/BitGoJS/commit/521066269397dc21040c835b669ad5f3e8fd329d))
1791
- - **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1))
1792
- - **sdk-coin-eth:** create custom ETH common for unsupported chain ids ([9329162](https://github.com/BitGo/BitGoJS/commit/93291625150a0ae1f2f69432a3910845ee933e9d))
1793
- - **sdk-coin-eth:** fix v1 address init code ([9a3bb82](https://github.com/BitGo/BitGoJS/commit/9a3bb8216da92cf3cf3ce009d6595bf2a1a66885))
1794
- - **sdk-core:** eth supports tss ([c0ec96f](https://github.com/BitGo/BitGoJS/commit/c0ec96fac7c5b4131d4f32d09463a78c0e1f8900))
1795
- - **sdk-core:** tss tx signing ([ab7eb80](https://github.com/BitGo/BitGoJS/commit/ab7eb8079ea37e347727db106d01fe9362f36374))
1796
-
1797
- ### Features
1798
-
1799
- - **abstract-eth:** validate istss for evms ([29f0b5a](https://github.com/BitGo/BitGoJS/commit/29f0b5aa875c4a6a727f9b3e9a073740230c4fb8))
1800
- - **account-lib:** add support for additional hash algorithms ([4e2aefe](https://github.com/BitGo/BitGoJS/commit/4e2aefe8bb7754f891e5f9919f591ad1cc04b34d))
1801
- - adding support for message signing ([01c6303](https://github.com/BitGo/BitGoJS/commit/01c63032d067e6ba5aef78804ea747b5e62709fe))
1802
- - **sdk-coin-eth:** add acceleration capability for eth ([436ba8c](https://github.com/BitGo/BitGoJS/commit/436ba8ceb478c4028d5b05dc34bb623be6fc581f))
1803
- - **sdk-coin-eth:** add v1 wallet init code ([b1c983d](https://github.com/BitGo/BitGoJS/commit/b1c983d2f0723aa6647fca3d01a4c814639624b4))
1804
- - **sdk-coin-polygon:** add second signing ([c053924](https://github.com/BitGo/BitGoJS/commit/c05392483224194fc9aa97f02592534d25ef9ade))
1805
- - **sdk-coin-polygon:** add signTx method ([3458ed0](https://github.com/BitGo/BitGoJS/commit/3458ed0f10d46489be5f1765679a8de3e786b020))
1806
- - **sdk-coin-polygon:** support recovery ([15d6021](https://github.com/BitGo/BitGoJS/commit/15d602164d3a2b504d7995e65aa0fbcb38f98e89))
1807
- - **sdk-core:** allow getting a staking wallet for any coin ([cfae0fe](https://github.com/BitGo/BitGoJS/commit/cfae0feeb14c1bcb30dad2840abd8489372bfbc8))
1808
-
1809
- ### BREAKING CHANGES
1810
-
1811
- - **sdk-coin-eth:** Changes the return for exported method
1812
- decodeWalletCreationData() in sdk-coin-eth
1813
- BG-53733
1814
-
1815
- # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.3...@bitgo/sdk-coin-eth@1.1.0) (2022-07-19)
1816
-
1817
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1818
-
1819
- # [1.1.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.1...@bitgo/sdk-coin-eth@1.1.0-rc.3) (2022-07-19)
1820
-
1821
- ### Bug Fixes
1822
-
1823
- - **sdk-coin-eth:** modify buildAddressInitializationTransaction method ([3cc205f](https://github.com/BitGo/BitGoJS/commit/3cc205f6e216fa4245dcebefe584de708f4037b0))
1824
-
1825
- # [1.1.0-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.1...@bitgo/sdk-coin-eth@1.1.0-rc.2) (2022-07-18)
1826
-
1827
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1828
-
1829
- # [1.1.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.0...@bitgo/sdk-coin-eth@1.1.0-rc.1) (2022-07-15)
1830
-
1831
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1832
-
1833
- # [1.1.0-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.0.1-rc.2...@bitgo/sdk-coin-eth@1.1.0-rc.0) (2022-07-15)
1834
-
1835
- ### Features
1836
-
1837
- - **account-lib:** get rid of old ethereum lib ([abd2247](https://github.com/BitGo/BitGoJS/commit/abd2247047218d8cbd8ec7067d227721357f5fcc))
1838
- - **sdk-coin-eth:** modify address init code ([16c8985](https://github.com/BitGo/BitGoJS/commit/16c8985c7ff1498a413835d473fe7e9472685f13))
1839
-
1840
- ## [1.0.1-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.0.1-rc.2...@bitgo/sdk-coin-eth@1.0.1-rc.3) (2022-07-14)
1841
-
1842
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1843
-
1844
- ## [1.0.1-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.0.1-rc.1...@bitgo/sdk-coin-eth@1.0.1-rc.2) (2022-07-12)
1845
-
1846
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1847
-
1848
- ## [1.0.1-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.0.1-rc.0...@bitgo/sdk-coin-eth@1.0.1-rc.1) (2022-07-11)
1849
-
1850
- **Note:** Version bump only for package @bitgo/sdk-coin-eth
1851
-
1852
- ## 1.0.1-rc.0 (2022-07-07)
1853
-
1854
- **Note:** Version bump only for package @bitgo/sdk-coin-eth