Files
stacks.js/packages/transactions/CHANGELOG.md
github-actions[bot] 8b9a20c745 chore: version packages
2024-02-26 13:50:15 +01:00

18 KiB

Change Log

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

6.12.0 (2024-02-23)

Features

  • sort tuple properties in cl pretty print (6ab94c4)

6.11.3 (2024-01-24)

Bug Fixes

6.11.2 (2024-01-03)

Bug Fixes

  • add error throwing on too large fungible post-condition (d0a1a32)

6.11.0 (2023-12-18)

Features

  • implement isClarityType (6eb1319)

Bug Fixes

  • handle NoEstimateAvailable text error body (802487d)
  • type definition for map abi (#1608) (39a30f2)

6.10.0 (2023-11-28)

Bug Fixes

  • add address alias for principal (bd96bb5)
  • add generic principal helper (25176ce)

6.9.0 (2023-09-20)

Features

6.8.1 (2023-09-18)

Note: Version bump only for package @stacks/transactions

6.8.0 (2023-09-04)

Features

  • add multisig support to contract deploys (#1539) (260f2d5)

6.7.0 (2023-07-24)

Note: Version bump only for package @stacks/transactions

6.6.0 (2023-07-24)

Note: Version bump only for package @stacks/transactions

6.5.5 (2023-07-14)

Bug Fixes

  • remove post-conditions from stx transfer (679a93a)
  • throw error if the number type used in the bigint constructor is not a safe integer value (d6a6fcc)
  • update pc types to allow strict type checking (#1494) (b916ef0)

6.5.4 (2023-05-17)

Note: Version bump only for package @stacks/transactions

6.5.2 (2023-04-28)

Bug Fixes

6.5.1 (2023-04-19)

Note: Version bump only for package @stacks/transactions

6.5.0 (2023-03-26)

Features

6.4.0 (2023-03-19)

Features

  • switch makeContractDeploy and makeUnsignedContractDeploy to use clarity 2 by default (244636f)

6.3.0 (2023-03-17)

Features

6.2.0 (2023-02-22)

Features

  • allow string name for AnchorMode (a039c33)

Bug Fixes

  • a few Clarity value construction functions were not being exported (f0ba4a2)

6.1.1 (2023-01-30)

Note: Version bump only for package @stacks/transactions

6.1.0 (2023-01-06)

Features

  • add estimation fallback (782a3c3)

6.0.0 (2022-11-23)

Features

  • add coinbase-to-alt-recipient payload type (836b181)
  • add payload type assertions (#1395) (cdd32e9)
  • support versioned-smart-contract tx types introduced in Stacks 2.1 (#1341) (0062a45)

5.0.3 (2022-11-18)

Note: Version bump only for package @stacks/transactions

5.0.2 (2022-10-19)

Bug Fixes

  • rename incorrect nft post-condition codes (9fed6a4)

5.0.1 (2022-10-04)

Bug Fixes

  • rename incorrect nft post-condition codes (dddeb68)

5.0.0 (2022-09-30)

⚠ BREAKING CHANGES

  • Post-conditions for NFTs were renamed to be more clear: Owns to Sends, DoesNotOwn to DoesNotSend.
  • remove previously deprecated functions
  • Removes compatibility with bip32 package from @stacks/wallet-sdk. Now all derivation methods only rely on HDKey from @scure/bip32.
  • To reduce the bundle sizes of applications using Stacks.js we are moving away from Buffer (a polyfill to match Node.js APIs) to Uint8Arrays (which Buffers use in the background anyway). To make the switch easier we have introduced a variety of methods for converting between strings and Uint8Arrays: hexToBytes, bytesToHex, utf8ToBytes, bytesToUtf8, asciiToBytes, bytesToAscii, and concatBytes.

Features

Bug Fixes

  • remove previously deprecated functions (b2a5f96)
  • update post-condition names for non-fungible tokens (9fbdcea)

4.3.8 (2022-09-29)

Note: Version bump only for package @stacks/transactions

4.3.7 (2022-09-28)

Bug Fixes

  • correctly verify future message signing prefix (d27e054)

4.3.5 (2022-08-23)

Note: Version bump only for package @stacks/transactions

4.3.4 (2022-08-02)

Bug Fixes

  • migrate subdomains to wallet key address (b32cb41)

4.3.3 (2022-07-19)

Note: Version bump only for package @stacks/transactions

4.3.2 (2022-07-11)

Note: Version bump only for package @stacks/transactions

4.3.1 (2022-07-01)

Note: Version bump only for package @stacks/transactions

4.3.0 (2022-06-16)

Bug Fixes

  • add clarity typedoc annotations (b95783d)
  • export structuredDataSignature (5e8736b)

Features

4.2.0 (2022-05-25)

Bug Fixes

Features

  • add missing rsv functions (4e7fcf5)

4.1.0 (2022-05-19)

Features

  • add fetch middleware for api keys and request init (ef45632)

4.0.2 (2022-05-19)

Bug Fixes

  • message-signing: add working utility fn (20b721c)

4.0.1 (2022-05-09)

Bug Fixes

  • allow referrer header in request options (70ea915)

4.0.0 (2022-04-20)

Note: Version bump only for package @stacks/transactions

3.5.0 (2022-03-30)

Note: Version bump only for package @stacks/transactions

3.3.0 (2022-02-23)

Note: Version bump only for package @stacks/transactions

3.2.1-beta.0 (2022-02-23)

Bug Fixes

  • use noble-secp256k1 in transaction to replace elliptic dependency (534f1b8)

3.2.0 (2022-02-02)

Bug Fixes

  • remove lodash dependency (96b3064)

Features

  • reduce reliance on network package (422fda3)

3.1.0 (2021-12-16)

Note: Version bump only for package @stacks/transactions

2.0.1 (2021-08-09)

Note: Version bump only for package @stacks/transactions

2.0.1-beta.2 (2021-08-06)

Note: Version bump only for package @stacks/transactions

2.0.1-beta.1 (2021-07-26)

Bug Fixes

  • always return string quoted integer rather than number | string depending on bit size (6af4abe)
  • bn.js lib accepts strings containing non-integer values and results in weird behavior (da07f10)
  • BREAKING CHANGE: make the broadcastTransaction response type consistent and always return an object (3e4c197)
  • handle empty list in getCVTypeString (#1033) (1ff5b03)
  • prettify (b471de9)
  • The transaction ABI validation should accept lists that are less than or equal to the max size specified in the arguments type (53dd641)

Features

  • refactor all js number and bn.js usages in Clarity integer values to native bigint (1f78339)

2.0.0-beta.2 (2021-07-26)

Bug Fixes

  • always return string quoted integer rather than number | string depending on bit size (6af4abe)
  • bn.js lib accepts strings containing non-integer values and results in weird behavior (da07f10)
  • BREAKING CHANGE: make the broadcastTransaction response type consistent and always return an object (3e4c197)
  • handle empty list in getCVTypeString (#1033) (1ff5b03)
  • prettify (b471de9)
  • The transaction ABI validation should accept lists that are less than or equal to the max size specified in the arguments type (53dd641)

Features

  • refactor all js number and bn.js usages in Clarity integer values to native bigint (1f78339)

1.4.1 (2021-04-20)

Note: Version bump only for package @stacks/transactions

1.3.5 (2021-03-26)

Bug Fixes

  • use spending conditions key encoding to properly recover public key (a0dbba8)

1.3.3 (2021-03-18)

Bug Fixes

  • export cvToValue function (42c138b)

1.3.0 (2021-03-08)

Features

  • add hex string and Buffer support to deserializedTransaction (be379b2)
  • properly serialize uncompressed auth fields (e259fe1)

1.2.4 (2021-02-26)

Note: Version bump only for package @stacks/transactions

1.2.3 (2021-02-25)

Bug Fixes

  • export cvToValue function (835e68e)