Détail du package

@bitgo/sdk-coin-avaxp

BitGo6.3kMIT5.2.4

BitGo's SDK coin library for avaxp coin

readme

BitGo sdk-coin-avaxp

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

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

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

import { BitGoAPI } from '@bitgo/sdk-api';
import { AvaxP, TavaxP } from '@bitgo/sdk-coin-avaxp';

async function init() {
  const bitgoapi = new BitGoAPI({ env: 'test' });
  bitgoapi.register('avaxp', AvaxP.createInstance);
  bitgoapi.register('tavaxp', TavaxP.createInstance);
  return bitgoapi;
}

async function main() {
  const bitgoapi = await init();
  const avaxp = bitgoapi.coin('avaxp');
  const tavaxp = bitgoapi.coin('tavaxp');
}

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.

5.2.4 (2025-06-25)

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

5.2.3 (2025-06-24)

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

5.2.2 (2025-06-18)

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

5.2.1 (2025-06-10)

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

5.2.0 (2025-06-05)

Features

5.1.0 (2025-06-02)

Features

  • rename audit function naming and signature (1a885ab)

5.0.81 (2025-05-28)

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

5.0.80 (2025-05-22)

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

5.0.79 (2025-05-20)

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

5.0.78 (2025-05-07)

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

5.0.77 (2025-04-29)

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

5.0.76 (2025-04-25)

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

5.0.75 (2025-04-15)

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

5.0.74 (2025-04-04)

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

5.0.73 (2025-04-02)

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

5.0.72 (2025-03-28)

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

5.0.71 (2025-03-20)

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

5.0.70 (2025-03-18)

Bug Fixes

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

5.0.69 (2025-03-06)

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

5.0.68 (2025-03-04)

Bug Fixes

  • dependency fixes for secp256 lib (826db0b)
  • root: replace elliptic with noble/curves/secp256k1 (50a208d)

5.0.67 (2025-02-26)

Bug Fixes

  • root: replace elliptic with noble/curves/secp256k1 (50a208d)

5.0.66 (2025-02-20)

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

5.0.65 (2025-02-19)

Bug Fixes

  • root: bump elliptic to 6.6.1 (f588850)

5.0.64 (2025-02-11)

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

5.0.63 (2025-02-05)

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

5.0.62 (2025-01-28)

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

5.0.61 (2025-01-23)

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

5.0.60 (2025-01-23)

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

5.0.59 (2025-01-20)

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

5.0.58 (2025-01-15)

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

5.0.57 (2025-01-09)

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

5.0.56 (2025-01-03)

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

5.0.55 (2024-12-24)

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

5.0.54 (2024-12-19)

Bug Fixes

  • sdk-coin-avaxp: include fees in utxo calculation (22c9bb9)
  • sdk-coin-avaxp: set flat fee for staking tx (37da7f1)
  • sdk-coin-avaxp: update tests (ec9fc58)

5.0.53 (2024-12-17)

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

5.0.52 (2024-12-17)

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

5.0.51 (2024-12-12)

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

5.0.50 (2024-12-11)

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

5.0.49 (2024-12-03)

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

5.0.48 (2024-11-26)

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

5.0.47 (2024-11-21)

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

5.0.46 (2024-11-19)

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

5.0.45 (2024-11-14)

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

5.0.44 (2024-11-08)

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

5.0.43 (2024-11-07)

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

5.0.42 (2024-11-01)

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

5.0.41 (2024-10-22)

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

5.0.40 (2024-10-15)

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

5.0.39 (2024-10-08)

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

5.0.38 (2024-10-04)

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

5.0.37 (2024-09-24)

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

5.0.36 (2024-09-19)

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

5.0.35 (2024-09-16)

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

5.0.34 (2024-09-10)

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

5.0.33 (2024-09-03)

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

5.0.32 (2024-08-29)

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

5.0.31 (2024-08-27)

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

5.0.30 (2024-08-20)

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

5.0.29 (2024-08-13)

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

5.0.28 (2024-08-07)

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

5.0.27 (2024-07-30)

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

5.0.26 (2024-07-24)

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

5.0.25 (2024-07-16)

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

5.0.24 (2024-07-04)

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

5.0.23 (2024-07-02)

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

5.0.22 (2024-06-27)

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

5.0.21 (2024-06-26)

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

5.0.20 (2024-06-21)

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

5.0.19 (2024-06-20)

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

5.0.18 (2024-06-14)

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

5.0.17 (2024-06-11)

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

5.0.16 (2024-06-05)

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

5.0.15 (2024-05-31)

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

5.0.14 (2024-05-28)

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

5.0.13 (2024-05-22)

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

5.0.12 (2024-05-17)

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

5.0.11 (2024-05-13)

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

5.0.10 (2024-05-08)

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

5.0.9 (2024-05-01)

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

5.0.8 (2024-04-25)

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

5.0.7 (2024-04-24)

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

5.0.6 (2024-04-22)

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

5.0.5 (2024-04-17)

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

5.0.4 (2024-04-12)

Bug Fixes

  • sdk-coin-avaxp: sort inputs by txid and output id (7db0fd2)
  • sdk-coin-avaxp: stake output cannot be 0 (33262f6)

5.0.3 (2024-04-10)

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

5.0.2 (2024-04-09)

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

5.0.1 (2024-04-08)

Bug Fixes

  • sdk-coin-avaxp: fix hard coded amount and default fee percentage (5153f3d)

5.0.0 (2024-04-05)

Bug Fixes

  • sdk-coin-avaxp: add back the credentials order (5b395f4)
  • sdk-coin-avaxp: add locktime to transactionBuilder (aa4b537)
  • sdk-coin-avaxp: add support for recipient in P > C import tx (0ffc818)
  • sdk-coin-avaxp: parse any number of credentials (e93cd79)
  • sdk-coin-avaxp: set stake amount correctly when build from raw (68df26f)
  • sdk-coin-avaxp: stop sorting _fromAddresses when not needed (04b6029)
  • sdk-coin-avaxp: update builder factory return builder (b30fd10)
  • sdk-coin-avaxp: update mapping of addresses (56e6f6c)
  • sdk-coin-avaxp: update sorting for stake tx (081037f)

Features

  • root: deprecate node 16 (d3ec624)
  • sdk-coin-avaxp: add new avaxp library (14d3767)
  • sdk-coin-avaxp: add skeleton for addPermissionLessValidator tx (08ad690)
  • sdk-coin-avaxp: log error when failing to build tx from hex (f9fc7bf)
  • sdk-coin-avaxp: update avaxp staking (b6df6ce)

BREAKING CHANGES

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

4.0.0 (2024-03-28)

Bug Fixes

  • sdk-coin-avaxp: add support for recipient in P > C import tx (0ffc818)

Features

  • root: deprecate node 16 (d3ec624)
  • sdk-coin-avaxp: add new avaxp library (14d3767)
  • sdk-coin-avaxp: add skeleton for addPermissionLessValidator tx (08ad690)

BREAKING CHANGES

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

3.22.4 (2024-03-19)

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

3.22.3 (2024-03-11)

Bug Fixes

  • sdk-coin-avaxp: pass memo as empty string in avaxp txs (cf423dc)
  • sdk-coin-avaxp: remove memo id from AVAXP transactions (9bf1d02)

3.22.2 (2024-02-28)

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

3.22.1 (2024-02-22)

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

3.22.0 (2024-02-19)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.20.0 (2024-01-30)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.19.0 (2024-01-26)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.18.0 (2024-01-26)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.17.0 (2024-01-25)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.16.0 (2024-01-22)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.15.0 (2024-01-09)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.14.0 (2024-01-03)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.13.0 (2023-12-18)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.12.0 (2023-12-12)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.11.0 (2023-12-09)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.10.0 (2023-12-05)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.9.0 (2023-11-28)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.8.0 (2023-11-24)

Bug Fixes

  • root: update @types/node (cedc1a0)

Features

  • sdk-coin-avaxp: replace export fee for import fee on output validation (a0ae101)

3.7.17 (2023-11-17)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.16 (2023-11-13)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.15 (2023-11-13)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.14 (2023-11-13)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.13 (2023-10-20)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.12 (2023-10-18)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.11 (2023-09-25)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.10 (2023-09-09)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.9 (2023-09-09)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.8 (2023-09-07)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.7 (2023-09-05)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.6 (2023-09-01)

Bug Fixes

  • root: update @types/node (cedc1a0)

3.7.5 (2023-08-29)

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

3.7.4 (2023-08-25)

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

3.7.3 (2023-08-24)

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

3.7.2 (2023-08-16)

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

3.7.1 (2023-08-16)

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

3.7.0 (2023-08-04)

Bug Fixes

  • sdk-coin-avaxp: remove recipients validation causing pending approval failure (66b433e)

Features

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

3.6.0 (2023-07-28)

Features

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

3.5.19 (2023-07-18)

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

3.5.18 (2023-06-21)

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

3.5.17 (2023-06-14)

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

3.5.16 (2023-06-13)

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

3.5.15 (2023-06-07)

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

3.5.14 (2023-06-05)

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

3.5.13 (2023-05-25)

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

3.5.12 (2023-05-17)

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

3.5.11 (2023-05-10)

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

3.5.10 (2023-05-03)

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

3.5.9 (2023-04-25)

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

3.5.8 (2023-04-20)

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

3.5.7 (2023-04-13)

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

3.5.6 (2023-02-17)

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

3.5.5 (2023-02-16)

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

3.5.4 (2023-02-08)

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

3.5.3 (2023-01-30)

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

3.5.2 (2023-01-25)

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

3.5.1 (2022-12-23)

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

3.5.0 (2022-12-20)

Bug Fixes

  • sdk-coin-avaxp: fix parseTransaction throwing error for pending (c9fea95)
  • sdk-coin-avaxp: verify transaction memo only for p chain tx (7df39cc)

Features

  • sdk-coin-avaxp: add cros chain data to tx json (fbb7a86)
  • sdk-coin-avaxp: add validation for cross-chain addresses (cf775ea)

3.4.2 (2022-12-09)

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

3.4.1 (2022-12-06)

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

3.4.0 (2022-12-01)

Features

  • sdk-coin-avaxp: verify import in P (ce70af4)

3.3.0 (2022-11-29)

Bug Fixes

  • sdk-coin-avaxp: fix fee management for export in c tx builder (598de65)

Features

  • sdk-coin-avaxp: add verify for import in c (5969795)
  • sdk-coin-avaxp: update verify transaction to support exports (f62fb6a)
  • sdk-coin-avaxp: updated export txn verify for fees (4a089cd)

3.2.4 (2022-11-04)

Bug Fixes

  • sdk-coin-avaxp: fix fee management for export in c tx builder (598de65)

3.2.2 (2022-10-27)

Bug Fixes

  • sdk-coin-avaxp: fix fee management for export in c tx builder (598de65)

3.2.1 (2022-10-25)

Bug Fixes

  • sdk-coin-avaxp: fix fee management for export in c tx builder (598de65)

3.2.0 (2022-10-18)

Bug Fixes

  • avaxp: use "P-" prefix in avaxp addresses (55ea71d)
  • core: fix bip32/ecpair, API vs Interface (bec9c1e)
  • fix case where there is no change to be sent back to wallet (74e4a98)
  • root: align versions of bitcoinjs-lib (b7eb929)
  • sdk-coin-avaxp: fix avaxp validation issue (8b586d6)
  • sdk-coin-avaxp: fix block id validation (a6d94d3)
  • sdk-coin-avaxp: nonce validation is not allow 0 (4f8f074)
  • sdk-coin-avaxp: run unit test with account lib (7b392ab)

Features

  • add address validation for address array and multisig address (6db2ebf)
  • sdk-coin-avaxc: update explain transaction for avaxc (94d502e)
  • sdk-coin-avaxp: add hex prefix to broadcast tx (cd29a66)
  • sdk-coin-avaxp: add recoverySignature method (f2fab69)
  • sdk-coin-avaxp: correct select signer logic (b5777c9)
  • sdk-coin-avaxp: create change only and allow custom reward owners (b0abe92)
  • sdk-coin-avaxp: fix inputs fields and changes encoding of outputidx (0deb9eb)
  • sdk-coin-avaxp: fix verify transaction method (5e616f0)
  • sdk-coin-avaxp: implement export tx builder (483d9ce)
  • sdk-coin-avaxp: implement is wallet address method (5e0cdba)
  • sdk-coin-avaxp: implement tx builder for export on c chain (af12b7a)
  • sdk-coin-avaxp: implement tx builder for import in c chain (4d7856b)
  • sdk-coin-avaxp: implement tx builder for import on p (f52d124)
  • sdk-coin-avaxp: implement verifyTransaction (5805c40)
  • sdk-coin-avaxp: inputs normalized to be uses in unique duble spend prevetion ids (938bcfe)
  • sdk-coin-avaxp: update explain transaction method for export and import transaction (121f164)
  • sdk-core: allow getting a staking wallet for any coin (cfae0fe)
  • sdk-core: capitalize transaction type enum (bce263e)
  • update to work with bitcoinjs-lib@6 (1950934)

BREAKING CHANGES

  • sdk-core: change to upper case first char of addDelegator and addValidator BG-56847
  • sdk-coin-avaxp: updates one field name in the toJson result from stakedOutputs to outputs. TICKET: BG-55046

2.0.0 (2022-07-19)

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

2.0.0-rc.4 (2022-07-19)

Features

  • sdk-coin-avaxp: update stake validation check (82ee448)

2.0.0-rc.3 (2022-07-18)

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

2.0.0-rc.2 (2022-07-15)

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

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

Bug Fixes

  • sdk-coin-avaxp: ovc safe address derivation for avalanche (32d26dd)
  • statics: update avaxp network to use string instead of bigint (f6505b7)

BREAKING CHANGES

  • statics: This change could break calling code as it changes the type.

Ticket: STLX-17918

2.0.0-rc.0 (2022-07-14)

Bug Fixes

  • statics: update avaxp network to use string instead of bigint (f6505b7)

BREAKING CHANGES

  • statics: This change could break calling code as it changes the type.

Ticket: STLX-17918

1.1.0-rc.0 (2022-07-12)

Features

  • sdk-coin-avaxp: add cannot sign error (b035547)

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

Bug Fixes

  • update invalid files for depcheck (6aae9aa)

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

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

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

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

0.1.0-rc.19 (2022-07-01)

Features

  • sdk-coin-avaxp: add into accountLib umbrella (9f0914d)

0.1.0-rc.18 (2022-06-30)

Features

  • sdk-coin-avaxp: keypair default encoder is hex (605e32d)

0.1.0-rc.17 (2022-06-30)

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

0.1.0-rc.16 (2022-06-29)

Features

  • sdk-coin-avaxp: adapts to new signing strategy (9d6de16)
  • sdk-coin-avaxp: explainTransaction (fd76a24)

0.1.0-rc.15 (2022-06-29)

Features

  • sdk-coin-avaxp: explainTransaction (fd76a24)

0.1.0-rc.14 (2022-06-27)

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

0.1.0-rc.13 (2022-06-23)

Features

  • sdk-coin-avaxp: implement generateKeyPair and signTransaction (52b03d2)

0.1.0-rc.12 (2022-06-22)

Bug Fixes

  • add dependency check to fix current and future dependency resolutions (3074335)

0.1.0-rc.11 (2022-06-21)

Features

  • sdk-coin-avaxp: implement account lib (b16c596)

0.1.0-rc.10 (2022-06-16)

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

0.1.0-rc.9 (2022-06-14)

Features

  • sdk-coin-avaxp: implemented builder for AddValidatorTx (7cb8b2f)

0.1.0-rc.8 (2022-06-14)

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

0.1.0-rc.7 (2022-06-14)

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

0.1.0-rc.6 (2022-06-13)

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

0.1.0-rc.5 (2022-06-10)

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

0.1.0-rc.4 (2022-06-10)

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

0.1.0-rc.3 (2022-06-07)

Features

  • sdk-coin-avaxp: add keypair (b5c5fb5)

0.1.0-rc.2 (2022-06-07)

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

0.1.0-rc.1 (2022-06-02)

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

0.1.0-rc.0 (2022-06-02)

Features

  • sdk-coin-avaxp: add new sdk coin avaxp (328d546)