@bitgo-beta/sdk-coin-ethw 1.3.3-alpha.98 → 1.3.3-alpha.99

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 (2) hide show
  1. package/CHANGELOG.md +96 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,102 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@17.0.0) (2024-01-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
11
+
12
+ ### Code Refactoring
13
+
14
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
19
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
20
+ getCustomChainName method is removed from Polygon class because a common
21
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
22
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
23
+ and needs to be passed to derive the Eth common object from the chainId.
24
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
25
+ it can be used for other EthLike coins. getBaseFactor method in Eth
26
+ and Polygon class returns number instead of string just to align with
27
+ AbstractEthLikeCoin
28
+ Ticket: WIN-1012
29
+
30
+ # [16.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@16.0.0) (2024-01-26)
31
+
32
+ ### Bug Fixes
33
+
34
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
35
+
36
+ ### Code Refactoring
37
+
38
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
39
+
40
+ ### BREAKING CHANGES
41
+
42
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
43
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
44
+ getCustomChainName method is removed from Polygon class because a common
45
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
46
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
47
+ and needs to be passed to derive the Eth common object from the chainId.
48
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
49
+ it can be used for other EthLike coins. getBaseFactor method in Eth
50
+ and Polygon class returns number instead of string just to align with
51
+ AbstractEthLikeCoin
52
+ Ticket: WIN-1012
53
+
54
+ # [15.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@15.0.0) (2024-01-25)
55
+
56
+ ### Bug Fixes
57
+
58
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
59
+
60
+ ### Code Refactoring
61
+
62
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
63
+
64
+ ### BREAKING CHANGES
65
+
66
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
67
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
68
+ getCustomChainName method is removed from Polygon class because a common
69
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
70
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
71
+ and needs to be passed to derive the Eth common object from the chainId.
72
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
73
+ it can be used for other EthLike coins. getBaseFactor method in Eth
74
+ and Polygon class returns number instead of string just to align with
75
+ AbstractEthLikeCoin
76
+ Ticket: WIN-1012
77
+
78
+ # [14.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@14.0.0) (2024-01-22)
79
+
80
+ ### Bug Fixes
81
+
82
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
83
+
84
+ ### Code Refactoring
85
+
86
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
87
+
88
+ ### BREAKING CHANGES
89
+
90
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
91
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
92
+ getCustomChainName method is removed from Polygon class because a common
93
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
94
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
95
+ and needs to be passed to derive the Eth common object from the chainId.
96
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
97
+ it can be used for other EthLike coins. getBaseFactor method in Eth
98
+ and Polygon class returns number instead of string just to align with
99
+ AbstractEthLikeCoin
100
+ Ticket: WIN-1012
101
+
6
102
  # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@13.0.0) (2024-01-09)
7
103
 
8
104
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-ethw",
3
- "version": "1.3.3-alpha.98",
3
+ "version": "1.3.3-alpha.99",
4
4
  "description": "BitGo SDK coin library for Ethereum pow",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,15 +40,15 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.99",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.99",
45
- "@bitgo-beta/statics": "10.0.1-alpha.99",
43
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.100",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.100",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.100",
46
46
  "ethereumjs-util": "7.1.5",
47
47
  "superagent": "^3.8.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo-beta/sdk-api": "1.6.1-alpha.99",
51
- "@bitgo-beta/sdk-test": "^2.0.0"
50
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.100",
51
+ "@bitgo-beta/sdk-test": "^6.0.0"
52
52
  },
53
- "gitHead": "64b2acb4f6c3a8172fb3cc564e76f30228fde14b"
53
+ "gitHead": "9d875e8a0ac042363b1bd44de02809f543eefdd6"
54
54
  }