Détail du package

@bitgo/sdk-coin-bsc

BitGo5.7kMIT22.3.4

BitGo SDK coin library for Binance Smart Chain

readme

BitGo sdk-coin-bsc

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

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

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

const sdk = new BitGoAPI();

sdk.register('bsc', Bsc.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.

22.3.4 (2025-06-25)

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

22.3.3 (2025-06-24)

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

22.3.2 (2025-06-18)

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

22.3.1 (2025-06-10)

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

22.3.0 (2025-06-05)

Features

22.2.36 (2025-06-02)

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

22.2.35 (2025-05-28)

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

22.2.34 (2025-05-22)

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

22.2.33 (2025-05-20)

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

22.2.32 (2025-05-07)

Bug Fixes

  • sdk-coin-bsc: override verifytsstxn method for bsc (3d29436)

22.2.31 (2025-04-29)

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

22.2.30 (2025-04-25)

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

22.2.29 (2025-04-15)

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

22.2.28 (2025-04-04)

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

22.2.27 (2025-04-02)

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

22.2.26 (2025-03-28)

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

22.2.25 (2025-03-20)

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

22.2.24 (2025-03-18)

Bug Fixes

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

22.2.23 (2025-03-06)

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

22.2.22 (2025-03-04)

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

22.2.21 (2025-02-26)

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

22.2.20 (2025-02-20)

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

22.2.19 (2025-02-19)

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

22.2.18 (2025-02-11)

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

22.2.17 (2025-02-05)

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

22.2.16 (2025-01-28)

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

22.2.15 (2025-01-23)

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

22.2.14 (2025-01-23)

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

22.2.13 (2025-01-20)

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

22.2.12 (2025-01-15)

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

22.2.11 (2025-01-09)

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

22.2.10 (2025-01-03)

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

22.2.9 (2024-12-24)

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

22.2.8 (2024-12-19)

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

22.2.7 (2024-12-17)

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

22.2.6 (2024-12-17)

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

22.2.5 (2024-12-12)

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

22.2.4 (2024-12-11)

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

22.2.3 (2024-12-03)

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

22.2.2 (2024-11-26)

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

22.2.1 (2024-11-21)

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

22.2.0 (2024-11-19)

Features

  • sdk-coin-oas: add oas sdk skeleton (d04f601)

22.1.30 (2024-11-14)

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

22.1.29 (2024-11-08)

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

22.1.28 (2024-11-07)

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

22.1.27 (2024-11-01)

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

22.1.26 (2024-10-22)

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

22.1.25 (2024-10-15)

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

22.1.24 (2024-10-08)

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

22.1.23 (2024-10-04)

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

22.1.22 (2024-09-24)

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

22.1.21 (2024-09-19)

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

22.1.20 (2024-09-16)

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

22.1.19 (2024-09-10)

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

22.1.18 (2024-09-03)

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

22.1.17 (2024-08-29)

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

22.1.16 (2024-08-27)

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

22.1.15 (2024-08-20)

Bug Fixes

  • sdk-coin-bsc: use prefix for bsc (e9019a4)

22.1.14 (2024-08-13)

Bug Fixes

  • sdk-coin-bsc: use prefix for bsc (e9019a4)

22.1.13 (2024-08-07)

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

22.1.12 (2024-07-30)

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

22.1.11 (2024-07-24)

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

22.1.10 (2024-07-16)

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

22.1.9 (2024-07-04)

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

22.1.8 (2024-07-02)

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

22.1.7 (2024-06-27)

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

22.1.6 (2024-06-26)

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

22.1.5 (2024-06-21)

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

22.1.4 (2024-06-20)

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

22.1.3 (2024-06-14)

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

22.1.2 (2024-06-11)

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

22.1.1 (2024-06-05)

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

22.1.0 (2024-05-31)

Features

  • abstract-eth: add recovery support for bsc and polygon mpcv2 (820e7b4)

22.0.15 (2024-05-28)

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

22.0.14 (2024-05-22)

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

22.0.13 (2024-05-17)

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

22.0.12 (2024-05-13)

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

22.0.11 (2024-05-08)

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

22.0.10 (2024-05-01)

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

22.0.9 (2024-04-25)

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

22.0.8 (2024-04-24)

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

22.0.7 (2024-04-22)

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

22.0.6 (2024-04-17)

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

22.0.5 (2024-04-12)

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

22.0.4 (2024-04-10)

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

22.0.3 (2024-04-09)

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

22.0.2 (2024-04-08)

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

22.0.1 (2024-04-05)

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

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

21.0.4 (2024-03-19)

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

21.0.3 (2024-03-11)

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

21.0.2 (2024-02-28)

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

21.0.1 (2024-02-22)

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

21.0.0 (2024-02-19)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

20.0.0 (2024-01-30)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

19.0.0 (2024-01-26)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

18.0.0 (2024-01-26)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

17.0.0 (2024-01-25)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

16.0.0 (2024-01-22)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

15.0.0 (2024-01-09)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

14.0.0 (2024-01-03)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

13.0.0 (2023-12-18)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

12.0.0 (2023-12-12)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

11.0.0 (2023-12-09)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

10.0.0 (2023-12-05)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

9.0.0 (2023-11-28)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

8.0.0 (2023-11-24)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

7.0.0 (2023-11-17)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

6.0.0 (2023-11-13)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

5.0.0 (2023-11-13)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

4.0.0 (2023-11-13)

Bug Fixes

  • root: update @types/node (cedc1a0)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

BREAKING CHANGES

  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

3.10.0 (2023-10-20)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

3.9.0 (2023-10-18)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)

3.8.11 (2023-09-25)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.8.10 (2023-09-09)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.8.9 (2023-09-09)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.8.8 (2023-09-07)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.8.7 (2023-09-05)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.8.6 (2023-09-01)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.8.5 (2023-08-29)

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

3.8.4 (2023-08-25)

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

3.8.3 (2023-08-24)

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

3.8.2 (2023-08-16)

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

3.8.1 (2023-08-16)

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

3.8.0 (2023-08-04)

Features

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

3.7.0 (2023-07-28)

Features

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

3.6.5 (2023-07-18)

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

3.6.4 (2023-06-21)

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

3.6.3 (2023-06-14)

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

3.6.2 (2023-06-13)

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

3.6.1 (2023-06-07)

Bug Fixes

  • sdk-coin-bsc: remove unused dependency (9b04c61)

3.6.0 (2023-06-05)

Bug Fixes

  • root: update module deps (98e0945)

Features

  • sdk-core: refactor signConvert to steps (94e2cae)
  • sdk-core: simplify mpc.appendChallenge (67bee8f)
  • sdk-lib-mpc: make rangeProof challenges mandatory for appendChallenge (1f68b30)

3.5.4 (2023-05-25)

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

3.5.3 (2023-05-17)

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

3.5.2 (2023-05-10)

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

3.5.1 (2023-05-03)

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

3.5.0 (2023-04-25)

Features

  • sdk-core: update ecdsa signing to use enterprise challenge (c626f00)

3.4.1 (2023-04-20)

Bug Fixes

  • root: update tests using safe primes (5a275ff)

3.4.0 (2023-04-13)

Features

  • sdk-coin-bsc: allow account consolidations (0d94585)

3.3.1 (2023-02-17)

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

3.3.0 (2023-02-16)

Bug Fixes

  • sdk-coin-bsc: build from txHex (15173e9)

Features

  • account-lib: make rangeproof stuff async (380f288)

3.2.0 (2023-02-08)

Bug Fixes

  • sdk-coin-bsc: build from txHex (15173e9)

Features

  • account-lib: make rangeproof stuff async (380f288)

3.1.6 (2023-01-30)

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

3.1.5 (2023-01-25)

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

3.1.4 (2022-12-23)

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

3.1.3 (2022-12-20)

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

3.1.2 (2022-12-09)

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

3.1.1 (2022-12-06)

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

3.1.0 (2022-12-01)

Features

  • sdk-core: add keyDerive to ECDSA TSS implementation (9ff1d89)

3.0.0 (2022-11-29)

Features

  • sdk-core: add VSS share generation and verification (619f254)

BREAKING CHANGES

  • sdk-core: Key shares require a v value for combination. ISSUE: BG-57633

2.0.0 (2022-11-04)

Features

  • sdk-core: add VSS share generation and verification (619f254)

BREAKING CHANGES

  • sdk-core: Key shares require a v value for combination. ISSUE: BG-57633

1.3.2 (2022-10-27)

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

1.3.1 (2022-10-25)

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

1.3.0 (2022-10-18)

Bug Fixes

  • sdk-core: ecdsa send signing bitgo's n share u (1cb1e93)
  • sdk-core: tss wallet creation related bugs (500c735)

Features

  • sdk-coin-bsc: add key pair (17d3e0b)
  • sdk-coin-bsc: add transfer and transaction builders (1c27a63)
  • sdk-coin-bsc: create bsc module (b55ca71)
  • sdk-coin-bsc: replace bsc keypair with eth keypair (e297107)
  • sdk-coin-bsc: support tokens for bsc (44d2af8)