包详细信息

@bitgo/sdk-coin-opeth

BitGo6.7kMIT18.4.4

BitGo SDK coin library for Optimism

自述文件

BitGo sdk-coin-opeth

Integration of this coin is still a Work In Progress.

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-opeth.

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

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 { Opeth } from '@bitgo/sdk-coin-opeth';

const sdk = new BitGoAPI();

sdk.register('opeth', Opeth.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.

更新日志

Change Log

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

18.4.4 (2025-06-25)

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

18.4.3 (2025-06-24)

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

18.4.2 (2025-06-18)

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

18.4.1 (2025-06-10)

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

18.4.0 (2025-06-05)

Features

18.3.6 (2025-06-02)

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

18.3.5 (2025-05-28)

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

18.3.4 (2025-05-22)

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

18.3.3 (2025-05-20)

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

18.3.2 (2025-05-07)

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

18.3.1 (2025-04-29)

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

18.3.0 (2025-04-25)

Features

  • add isTssSupportGated method and gate arb and op (c2a38cd)
  • add tss support for arb and op tokens (3450a59)
  • statics: add coin feature TSS_SUPPORT_GATED and gate arb and op (bb217aa)

18.2.0 (2025-04-15)

Features

  • add tss support for arbeth and opeth (d9c9ec4)
  • enable erc20 sendmany (a412a7c)

18.1.60 (2025-04-04)

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

18.1.59 (2025-04-02)

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

18.1.58 (2025-03-28)

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

18.1.57 (2025-03-20)

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

18.1.56 (2025-03-18)

Bug Fixes

  • sdk-core: set default multisig if empty (e2727df)

18.1.55 (2025-03-06)

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

18.1.54 (2025-03-04)

Bug Fixes

  • dependency fixes for secp256 lib (826db0b)

18.1.53 (2025-02-26)

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

18.1.52 (2025-02-20)

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

18.1.51 (2025-02-19)

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

18.1.50 (2025-02-11)

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

18.1.49 (2025-02-05)

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

18.1.48 (2025-01-28)

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

18.1.47 (2025-01-23)

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

18.1.46 (2025-01-23)

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

18.1.45 (2025-01-20)

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

18.1.44 (2025-01-15)

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

18.1.43 (2025-01-09)

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

18.1.42 (2025-01-03)

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

18.1.41 (2024-12-24)

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

18.1.40 (2024-12-19)

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

18.1.39 (2024-12-17)

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

18.1.38 (2024-12-17)

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

18.1.37 (2024-12-12)

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

18.1.36 (2024-12-11)

Bug Fixes

  • abstract-eth: fix issue with ethlike signTx (7584c8b)

18.1.35 (2024-12-03)

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

18.1.34 (2024-11-26)

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

18.1.33 (2024-11-21)

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

18.1.32 (2024-11-19)

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

18.1.31 (2024-11-14)

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

18.1.30 (2024-11-08)

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

18.1.29 (2024-11-07)

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

18.1.28 (2024-11-01)

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

18.1.27 (2024-10-22)

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

18.1.26 (2024-10-15)

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

18.1.25 (2024-10-08)

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

18.1.24 (2024-10-04)

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

18.1.23 (2024-09-24)

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

18.1.22 (2024-09-19)

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

18.1.21 (2024-09-16)

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

18.1.20 (2024-09-10)

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

18.1.19 (2024-09-03)

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

18.1.18 (2024-08-29)

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

18.1.17 (2024-08-27)

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

18.1.16 (2024-08-20)

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

18.1.15 (2024-08-13)

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

18.1.14 (2024-08-07)

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

18.1.13 (2024-07-30)

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

18.1.12 (2024-07-24)

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

18.1.11 (2024-07-16)

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

18.1.10 (2024-07-04)

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

18.1.9 (2024-07-02)

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

18.1.8 (2024-06-27)

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

18.1.7 (2024-06-26)

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

18.1.6 (2024-06-21)

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

18.1.5 (2024-06-20)

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

18.1.4 (2024-06-14)

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

18.1.3 (2024-06-11)

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

18.1.2 (2024-06-05)

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

18.1.1 (2024-05-31)

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

18.1.0 (2024-05-28)

Bug Fixes

  • abstract-eth: handle absence of batcher contract for native coin (37ede15)

Features

  • abstract-eth: add support to build tx for CCR of unsupported token (a6dac7c)

18.0.6 (2024-05-22)

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

18.0.5 (2024-05-17)

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

18.0.4 (2024-05-13)

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

18.0.3 (2024-05-08)

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

18.0.2 (2024-05-01)

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

18.0.1 (2024-04-25)

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

18.0.0 (2024-04-24)

Features

  • abstract-eth: support txn bulding for v4 wallet on eth chain (d8aabea)

BREAKING CHANGES

  • abstract-eth: Made ChainID mandatory for signAndBuild method

17.0.7 (2024-04-22)

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

17.0.6 (2024-04-17)

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

17.0.5 (2024-04-12)

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

17.0.4 (2024-04-10)

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

17.0.3 (2024-04-09)

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

17.0.2 (2024-04-08)

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

17.0.1 (2024-04-05)

Bug Fixes

  • abstract-eth: fix opeth:op transfers (37a8f4f)

17.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

16.0.4 (2024-03-19)

Bug Fixes

  • statics: updates decimal for opeth:usdt (0e98be4)

16.0.3 (2024-03-11)

Bug Fixes

  • abstract-eth: fixes issue related to gasestimate for ethlike (190bdb2)

16.0.2 (2024-02-28)

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

16.0.1 (2024-02-22)

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

16.0.0 (2024-02-19)

Bug Fixes

  • abstract-eth: change tx encoding method for arb and op (c11b0dd)
  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • add opeth token support to register (577ba12)
  • sdk-coin-opeth: enable chainid change for opeth (d1e0eea)
  • sdk-coin-opeth: fix recover methods (13264d8)
  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • abstract-eth: add chain id as network identifier (3ddec05)
  • abstract-eth: add v4 forwarder creation logic (25faaa3)
  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)
  • sdk-coin-opeth: add opeth tokens (1e50329)

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-30)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • add opeth token support to register (577ba12)
  • sdk-coin-opeth: enable chainid change for opeth (d1e0eea)
  • sdk-coin-opeth: fix recover methods (13264d8)
  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)
  • sdk-coin-opeth: add opeth tokens (1e50329)

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-26)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • add opeth token support to register (577ba12)
  • sdk-coin-opeth: enable chainid change for opeth (d1e0eea)
  • sdk-coin-opeth: fix recover methods (13264d8)
  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)
  • sdk-coin-opeth: add opeth tokens (1e50329)

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-26)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • add opeth token support to register (577ba12)
  • sdk-coin-opeth: enable chainid change for opeth (d1e0eea)
  • sdk-coin-opeth: fix recover methods (13264d8)
  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)
  • sdk-coin-opeth: add opeth tokens (1e50329)

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-25)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • add opeth token support to register (577ba12)
  • sdk-coin-opeth: enable chainid change for opeth (d1e0eea)
  • sdk-coin-opeth: fix recover methods (13264d8)
  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)
  • sdk-coin-opeth: add opeth tokens (1e50329)

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 (2024-01-22)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • add opeth token support to register (577ba12)
  • sdk-coin-opeth: enable chainid change for opeth (d1e0eea)
  • sdk-coin-opeth: fix recover methods (13264d8)
  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)
  • sdk-coin-opeth: add opeth tokens (1e50329)

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 (2024-01-09)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • sdk-coin-opeth: enable chainid change for opeth (d1e0eea)
  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)
  • sdk-coin-opeth: add opeth tokens (1e50329)

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 (2024-01-03)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)
  • sdk-coin-opeth: add opeth tokens (1e50329)

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-18)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)
  • sdk-coin-opeth: add opeth tokens (1e50329)

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-12-12)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)
  • sdk-coin-opeth: add opeth tokens (1e50329)

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-12-09)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)

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-12-05)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)

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-28)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)

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-24)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)

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-17)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)
  • statics: make corrections for arbeth and opeth (5dfc405)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)

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.0 (2023-11-13)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)

1.4.0 (2023-11-13)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)

1.3.0 (2023-11-13)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)

1.2.0 (2023-10-20)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)

1.1.0 (2023-10-18)

Features

  • sdk-coin-opeth: add opeth sdk skeleton (42fbefa)