Détail du package

@bitgo/sdk-coin-ethw

BitGo5.2kMIT20.1.4

BitGo SDK coin library for Ethereum pow

readme

BitGo sdk-coin-ethw

SDK coins provide a modular approach to a monolithic architecture. This and all BitGoJS SDK coins allow developers to use only the coins needed for a given project.

Installation

All coins are loaded traditionally through the bitgo package. If you are using coins individually, you will be accessing the coin via the @bitgo/sdk-api package.

In your project install both @bitgo/sdk-api and @bitgo/sdk-coin-ethw.

npm i @bitgo/sdk-api @bitgo/sdk-coin-ethw

Next, you will be able to initialize an instance of "bitgo" through @bitgo/sdk-api instead of bitgo.

import { BitGoAPI } from '@bitgo/sdk-api';
import { Ethw } from '@bitgo/sdk-coin-ethw';

const sdk = new BitGoAPI();

sdk.register('ethw', Ethw.createInstance);

Development

Most of the coin implementations are derived from @bitgo/sdk-core, @bitgo/statics, and coin specific packages. These implementations are used to interact with the BitGo API and BitGo platform services.

You will notice that the basic version of common class extensions have been provided to you and must be resolved before the package build will succeed. Upon initiation of a given SDK coin, you will need to verify that your coin has been included in the root tsconfig.packages.json and that the linting, formatting, and testing succeeds when run both within the coin and from the root of BitGoJS.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

20.1.4 (2025-06-25)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.1.3 (2025-06-24)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.1.2 (2025-06-18)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.1.1 (2025-06-10)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.1.0 (2025-06-05)

Features

20.0.83 (2025-06-02)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.82 (2025-05-28)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.81 (2025-05-22)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.80 (2025-05-20)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.79 (2025-05-07)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.78 (2025-04-29)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.77 (2025-04-25)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.76 (2025-04-15)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.75 (2025-04-04)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.74 (2025-04-02)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.73 (2025-03-28)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.72 (2025-03-20)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.71 (2025-03-18)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.70 (2025-03-06)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.69 (2025-03-04)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.68 (2025-02-26)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.67 (2025-02-20)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.66 (2025-02-19)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.65 (2025-02-11)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.64 (2025-02-05)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.63 (2025-01-28)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.62 (2025-01-23)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.61 (2025-01-23)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.60 (2025-01-20)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.59 (2025-01-15)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.58 (2025-01-09)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.57 (2025-01-03)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.56 (2024-12-24)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.55 (2024-12-19)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.54 (2024-12-17)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.53 (2024-12-17)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.52 (2024-12-12)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.51 (2024-12-11)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.50 (2024-12-03)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.49 (2024-11-26)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.48 (2024-11-21)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.47 (2024-11-19)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.46 (2024-11-14)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.45 (2024-11-08)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.44 (2024-11-07)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.43 (2024-11-01)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.42 (2024-10-22)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.41 (2024-10-15)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.40 (2024-10-08)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.39 (2024-10-04)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.38 (2024-09-24)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.37 (2024-09-19)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.36 (2024-09-16)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.35 (2024-09-10)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.34 (2024-09-03)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.33 (2024-08-29)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.32 (2024-08-27)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.31 (2024-08-20)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.30 (2024-08-13)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.29 (2024-08-07)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.28 (2024-07-30)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.27 (2024-07-24)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.26 (2024-07-16)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.25 (2024-07-04)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.24 (2024-07-02)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.23 (2024-06-27)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.22 (2024-06-26)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.21 (2024-06-21)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.20 (2024-06-20)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.19 (2024-06-14)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.18 (2024-06-11)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.17 (2024-06-05)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.16 (2024-05-31)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.15 (2024-05-28)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.14 (2024-05-22)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.13 (2024-05-17)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.12 (2024-05-13)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.11 (2024-05-08)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.10 (2024-05-01)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.9 (2024-04-25)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.8 (2024-04-24)

Bug Fixes

  • superagent upgrade to 9.0 (6e9aa43)

20.0.7 (2024-04-22)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.6 (2024-04-17)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.5 (2024-04-12)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.4 (2024-04-10)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.3 (2024-04-09)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.2 (2024-04-08)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.1 (2024-04-05)

Note: Version bump only for package @bitgo/sdk-coin-ethw

20.0.0 (2024-03-28)

Features

  • root: deprecate node 16 (d3ec624)

BREAKING CHANGES

  • root: Node 16 is no longer supported in bitgojs. TICKET: WP-1100

19.0.4 (2024-03-19)

Note: Version bump only for package @bitgo/sdk-coin-ethw

19.0.3 (2024-03-11)

Note: Version bump only for package @bitgo/sdk-coin-ethw

19.0.2 (2024-02-28)

Note: Version bump only for package @bitgo/sdk-coin-ethw

19.0.1 (2024-02-22)

Note: Version bump only for package @bitgo/sdk-coin-ethw

19.0.0 (2024-02-19)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

18.0.0 (2024-01-30)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

17.0.0 (2024-01-26)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

16.0.0 (2024-01-26)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

15.0.0 (2024-01-25)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

14.0.0 (2024-01-22)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

13.0.0 (2024-01-09)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

12.0.0 (2024-01-03)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

11.0.0 (2023-12-18)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

10.0.0 (2023-12-12)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

9.0.0 (2023-12-09)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

8.0.0 (2023-12-05)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

7.0.0 (2023-11-28)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

6.0.0 (2023-11-24)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

5.0.0 (2023-11-17)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

4.0.0 (2023-11-13)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

3.0.0 (2023-11-13)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

2.0.0 (2023-11-13)

Bug Fixes

  • sdk-coin-eth: fix issue related to ethtxbuilder (286ccfd)

Code Refactoring

  • abstract-eth: move methods to abstract-eth (af8bd10)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012

1.5.13 (2023-10-20)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.12 (2023-10-18)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.11 (2023-09-25)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.10 (2023-09-09)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.9 (2023-09-09)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.8 (2023-09-07)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.7 (2023-09-05)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.6 (2023-09-01)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.5 (2023-08-29)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.4 (2023-08-25)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.3 (2023-08-24)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.2 (2023-08-16)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.1 (2023-08-16)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.5.0 (2023-08-04)

Features

  • root: add node 18 to engines and CI (9cc6a70)
  • root: remove node 14 from engines (6ec47cb)

1.4.0 (2023-07-28)

Features

  • root: add node 18 to engines and CI (9cc6a70)
  • root: remove node 14 from engines (6ec47cb)

1.3.28 (2023-07-18)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.27 (2023-06-21)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.26 (2023-06-14)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.25 (2023-06-13)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.24 (2023-06-07)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.23 (2023-06-05)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.22 (2023-05-25)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.21 (2023-05-17)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.20 (2023-05-10)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.19 (2023-05-03)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.18 (2023-04-25)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.17 (2023-04-20)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.16 (2023-04-13)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.15 (2023-02-17)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.14 (2023-02-16)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.13 (2023-02-08)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.12 (2023-01-30)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.11 (2023-01-25)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.10 (2022-12-23)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.9 (2022-12-20)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.8 (2022-12-09)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.7 (2022-12-06)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.6 (2022-12-01)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.5 (2022-11-29)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.4 (2022-11-04)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.2 (2022-10-27)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.1 (2022-10-25)

Note: Version bump only for package @bitgo/sdk-coin-ethw

1.3.0 (2022-10-18)

Bug Fixes

  • sdk-coin-eth: create custom ETH common for unsupported chain ids (9329162)
  • signTransaction for ethw and change ethw family to eth (8f3a127)

Features

  • bitgo: expose Ethw in core bitgo module (183cda4)
  • sdk-coin-ethw: add ethw sdk module (8121921)
  • sdk-coin-ethw: add ethw sdk module (63e9850)
  • sdk-coin-ethw: use ETHw full node RPC queries to recover funds (7db9bcd)