包详细信息

@bitgo/sdk-coin-dot

BitGo9.5kMIT4.3.4

BitGo SDK coin library for Polkadot

自述文件

BitGo sdk-coin-dot

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

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

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

const sdk = new BitGoAPI();

sdk.register('dot', Dot.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.

4.3.4 (2025-06-25)

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

4.3.3 (2025-06-24)

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

4.3.2 (2025-06-18)

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

4.3.1 (2025-06-10)

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

4.3.0 (2025-06-05)

Features

4.2.0 (2025-06-02)

Features

  • rename audit function naming and signature (1a885ab)
  • root: add new audit key baseCoin method (57c1778)

4.1.60 (2025-05-28)

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

4.1.59 (2025-05-22)

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

4.1.58 (2025-05-20)

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

4.1.57 (2025-05-07)

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

4.1.56 (2025-04-29)

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

4.1.55 (2025-04-25)

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

4.1.54 (2025-04-15)

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

4.1.53 (2025-04-04)

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

4.1.52 (2025-04-02)

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

4.1.51 (2025-03-28)

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

4.1.50 (2025-03-20)

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

4.1.49 (2025-03-18)

Bug Fixes

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

4.1.48 (2025-03-06)

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

4.1.47 (2025-03-04)

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

4.1.46 (2025-02-26)

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

4.1.45 (2025-02-20)

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

4.1.44 (2025-02-19)

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

4.1.43 (2025-02-11)

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

4.1.42 (2025-02-05)

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

4.1.41 (2025-01-28)

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

4.1.40 (2025-01-23)

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

4.1.39 (2025-01-23)

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

4.1.38 (2025-01-20)

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

4.1.37 (2025-01-15)

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

4.1.36 (2025-01-09)

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

4.1.35 (2025-01-03)

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

4.1.34 (2024-12-24)

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

4.1.33 (2024-12-19)

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

4.1.32 (2024-12-17)

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

4.1.31 (2024-12-17)

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

4.1.30 (2024-12-12)

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

4.1.29 (2024-12-11)

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

4.1.28 (2024-12-03)

Bug Fixes

  • sdk-core: deprecate displayOrder in ITransactionExplanation (316ea22)

4.1.27 (2024-11-26)

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

4.1.26 (2024-11-21)

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

4.1.25 (2024-11-19)

Bug Fixes

  • root: bumped some polkadot libs (f33c83e)

4.1.24 (2024-11-14)

Bug Fixes

  • root: bumped some polkadot libs (f33c83e)

4.1.23 (2024-11-08)

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

4.1.22 (2024-11-07)

Bug Fixes

  • check if recipients is defined in verifyTransaction (6022a62)

4.1.21 (2024-11-01)

Bug Fixes

  • sdk-coin-dot: throw error on sendmany API call when recipients greater than 1 (c323e7e)

4.1.20 (2024-10-22)

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

4.1.19 (2024-10-15)

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

4.1.18 (2024-10-08)

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

4.1.17 (2024-10-04)

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

4.1.16 (2024-09-24)

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

4.1.15 (2024-09-19)

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

4.1.14 (2024-09-16)

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

4.1.13 (2024-09-10)

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

4.1.12 (2024-09-03)

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

4.1.11 (2024-08-29)

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

4.1.10 (2024-08-27)

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

4.1.9 (2024-08-20)

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

4.1.8 (2024-08-13)

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

4.1.7 (2024-08-07)

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

4.1.6 (2024-07-30)

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

4.1.5 (2024-07-24)

Reverts

  • Revert "chore: update polkadot metadata" (2b07199)
  • Revert "chore: disable tests for dot" (e4cc415)

4.1.4 (2024-07-16)

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

4.1.3 (2024-07-04)

Bug Fixes

  • sdk-coin-dot: add mode 0 (a538417)
  • sdk-coin-dot: fix dot transfer (0bb408f)

4.1.2 (2024-07-02)

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

4.1.1 (2024-06-27)

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

4.1.0 (2024-06-26)

Features

  • sdk-core: add tss coins method to BaseCoin class (65ba76e)

4.0.21 (2024-06-21)

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

4.0.20 (2024-06-20)

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

4.0.19 (2024-06-14)

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

4.0.18 (2024-06-11)

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

4.0.17 (2024-06-05)

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

4.0.16 (2024-05-31)

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

4.0.15 (2024-05-28)

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

4.0.14 (2024-05-22)

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

4.0.13 (2024-05-17)

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

4.0.12 (2024-05-13)

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

4.0.11 (2024-05-08)

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

4.0.10 (2024-05-01)

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

4.0.9 (2024-04-25)

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

4.0.8 (2024-04-24)

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

4.0.7 (2024-04-22)

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

4.0.6 (2024-04-17)

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

4.0.5 (2024-04-12)

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

4.0.4 (2024-04-10)

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

4.0.3 (2024-04-09)

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

4.0.2 (2024-04-08)

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

4.0.1 (2024-04-05)

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

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

3.34.4 (2024-03-19)

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

3.34.3 (2024-03-11)

Bug Fixes

  • sdk-coin-dot: check correct arg type for BondExtra (766dbed)

3.34.2 (2024-02-28)

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

3.34.1 (2024-02-22)

Bug Fixes

  • sdk-coin-dot: deprecate derivedHardened for DOT (7e99480)

3.34.0 (2024-02-19)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot recovery (9a0505c)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: fix unsigned sweep for dot (f91e670)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.32.0 (2024-01-30)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot recovery (9a0505c)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: fix unsigned sweep for dot (f91e670)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.31.0 (2024-01-26)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot recovery (9a0505c)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: fix unsigned sweep for dot (f91e670)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.30.0 (2024-01-26)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot recovery (9a0505c)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.29.0 (2024-01-25)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.28.0 (2024-01-22)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.27.0 (2024-01-09)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.26.0 (2024-01-03)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.25.0 (2023-12-18)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.24.0 (2023-12-12)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.23.0 (2023-12-09)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.22.0 (2023-12-05)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.21.0 (2023-11-28)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.20.0 (2023-11-24)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.19.0 (2023-11-17)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.18.0 (2023-11-13)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: fix getFee method for DOT (a9b2481)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.17.0 (2023-11-13)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.16.0 (2023-11-13)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.15.0 (2023-10-20)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.14.0 (2023-10-18)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.13.0 (2023-09-25)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: add unit test for dot unsigned sweep consolidation recovery (7ea5107)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.12.1 (2023-09-11)

Bug Fixes

  • sdk-coin-dot: fix dot unsigned sweep consolidation recovery txn (7c4a782)

3.12.0 (2023-09-09)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.11.0 (2023-09-09)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: fix dot txns to account for existential deposit and fee (cfff91c)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.10.0 (2023-09-07)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: fix dot createBroadcastableSweepTransaction method for arrays of txns (def85f8)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add consolidation method for dot recovery (a88633e)
  • sdk-coin-dot: add lastScanIndex for consolidation support (3a4ce9f)
  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.9.0 (2023-09-05)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)
  • sdk-coin-sol: create method to produce broadcastable sol sweep txn (d69ca4e)

3.8.0 (2023-09-01)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: create function to produce broadcastable dot sweep (ad9c9c4)
  • sdk-coin-dot: fix dot sweep recovery format for ovc signing (d73271b)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)

3.7.0 (2023-08-29)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)

3.6.0 (2023-08-25)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)

3.5.0 (2023-08-24)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)
  • sdk-coin-dot: update DOT sdk to latest (9385f80)

Features

  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)
  • sdk-coin-dot: return ovc compatible format for dot sweep txns (748f40c)

3.4.0 (2023-08-16)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)

Features

  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)

3.3.0 (2023-08-16)

Bug Fixes

  • sdk-coin-dot: add logging to troublshoot DOT staking (902558a)
  • sdk-coin-dot: add logs to debug dot staking txn build failure (eb929e3)
  • sdk-coin-dot: add more logs to debug Dot staking issue (ccb9914)
  • sdk-coin-dot: make controller optional for bond call (a6f6a0d)

Features

  • sdk-coin-dot: add logs to debug DOT staking issue (33c1a9c)
  • sdk-coin-dot: remove DOT console debug logging (d4aad05)

3.2.0 (2023-08-04)

Features

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

3.1.0 (2023-07-28)

Features

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

3.0.3 (2023-07-18)

Bug Fixes

  • sdk-core: fix uploading unsigned sweep tx for sol, dot and ada (ea85586)

3.0.2 (2023-06-21)

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

3.0.1 (2023-06-14)

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

3.0.0 (2023-06-13)

chore

  • statics: refactor metadatarpc out (f64607d)

BREAKING CHANGES

  • statics: metadatarpc no longer defined in statics

2.3.2 (2023-06-07)

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

2.3.1 (2023-06-05)

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

2.3.0 (2023-05-25)

Features

  • root: implement eddsa signing with commitment (d67ac81)

2.2.10 (2023-05-17)

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

2.2.9 (2023-05-10)

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

2.2.8 (2023-05-03)

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

2.2.7 (2023-04-25)

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

2.2.6 (2023-04-20)

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

2.2.5 (2023-04-13)

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

2.2.4 (2023-02-17)

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

2.2.3 (2023-02-16)

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

2.2.2 (2023-02-08)

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

2.2.1 (2023-01-30)

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

2.2.0 (2023-01-25)

Features

  • sdk-coin-dot: propagate keepAlive flag in tx build from hex (024f8b0)

2.1.3 (2022-12-23)

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

2.1.2 (2022-12-20)

Bug Fixes

  • sdk-coin-dot: update DOT sweep keepAlive conditional (b5a8924)

2.1.1 (2022-12-09)

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

2.1.0 (2022-12-06)

Features

  • sdk-coin-dot: add keepAlive flag to DOT sweep constructor (d6fa397)

2.0.1 (2022-12-01)

Bug Fixes

  • sdk-coin-dot: update DOT transferAll value to zero (5bb9852)

2.0.0 (2022-11-29)

Features

  • sdk-coin-dot: add support for staking transactions (b67eaa0)

BREAKING CHANGES

  • sdk-coin-dot: Uddate the 'westendMetadataRpc' constant to spec version 9320. Update PolkadotTestnet.specVersion to 9320 and PolkadotTestnet.txVersion to 14. Ticket: BOS-469

1.3.4 (2022-11-04)

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

1.3.2 (2022-10-27)

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

1.3.1 (2022-10-25)

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

1.3.0 (2022-10-18)

Bug Fixes

  • sdk-core: tss wallet creation related bugs (500c735)

Features

  • sdk-coin-dot: enable DOT staking (0e9209b)
  • sdk-coin-dot: implement recover function for dot (66f8cba)
  • sdk-coin-dot: update dot recover function to traverse addresses (69843f0)
  • sdk-coin-dot: update recover function to support unsigned sweep (ed7206b)
  • sdk-coin-near: unsigned sweep recovery (70d9e24)
  • sdk-core: allow getting a staking wallet for any coin (cfae0fe)

1.0.1 (2022-07-19)

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

1.0.1-rc.3 (2022-07-19)

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

1.0.1-rc.2 (2022-07-18)

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

1.0.1-rc.1 (2022-07-15)

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

1.0.1-rc.0 (2022-07-15)

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