Skip to content

Releases: btc-vision/transaction

Release v1.8.2

13 Mar 04:24
v1.8.2
d4f808e

Choose a tag to compare

Dependencies

  • Bump package version to 1.8.2 (d4f808e)
  • Update package.json (38f0651)

Other Changes

Release v1.8.0

07 Mar 08:46
v1.8.0
c8c1648

Choose a tag to compare

Other Changes

  • Release v1.8.0 (c8c1648)
  • Rename Unisat wallet derivation API (5a021bc)

Release v1.8.0-rc.11

06 Mar 00:00
v1.8.0-rc.11
188920b

Choose a tag to compare

Release v1.8.0-rc.11 Pre-release
Pre-release

Dependencies

  • Bump to v1.8.0-rc.11 and add Unisat.switchChain (cf0e8b6)

Other Changes

  • Merge pull request #122 from btc-vision/fix/missing-switchChain (188920b)

Release v1.8.0-rc.10

27 Feb 07:41
v1.8.0-rc.10
fb8dbeb

Choose a tag to compare

Release v1.8.0-rc.10 Pre-release
Pre-release

Features

  • Add ECDSA sign/verify and bump version to rc.10 (6056ac1)
  • Support OP_WALLET funding and no-signer params (5fea559)
  • Support optional original message in ML-DSA signing (c189f76)

Other Changes

  • Extract BitcoinTransferBase and update Web3 API (3306dba)
  • Merge pull request #121 from btc-vision/fix/signSchnorr (fb8dbeb)
  • Remove Web3Provider.signData, extend Unisat API (40a8e4d)
  • Update MessageSigner.ts (626477b)
  • Update TransactionFactory.ts (2f241c3)
  • Update TransactionFactory.ts (c85ae40)

Release v1.8.0-rc.9

25 Feb 10:28
v1.8.0-rc.9
d91f2ca

Choose a tag to compare

Release v1.8.0-rc.9 Pre-release
Pre-release

Dependencies

  • Bump version to rc.9 and subtract optional UTXOs (d91f2ca)

Other Changes

Release v1.8.0-rc.8

24 Feb 02:17
v1.8.0-rc.8
8a53baa

Choose a tag to compare

Release v1.8.0-rc.8 Pre-release
Pre-release

Dependencies

Other Changes

Release v1.8.0-rc.7

23 Feb 09:17
v1.8.0-rc.7
dff20d2

Choose a tag to compare

Release v1.8.0-rc.7 Pre-release
Pre-release

Dependencies

  • Bump version to 1.8.0-rc.7 (dff20d2)

Other Changes

Release v1.8.0-rc.6

23 Feb 08:35
v1.8.0-rc.6
ad692d4

Choose a tag to compare

Release v1.8.0-rc.6 Pre-release
Pre-release

Dependencies

  • Bump version and add additional chain types (ad692d4)

Other Changes

Release v1.8.0-rc.5

22 Feb 03:32
v1.8.0-rc.5
b054ccb

Choose a tag to compare

Release v1.8.0-rc.5 Pre-release
Pre-release

Features

  • Add blank lines for readability (b054ccb)
  • Add ESLint rules and spacing fixes (e052aa8)
  • Add opnetTestnet network support (35aa79f)

Other Changes

  • Create hex-prefix-strip.test.ts (6959984)
  • Update eslint.config.js (a8e474a)

Release v1.8.0-rc.4

18 Feb 22:54
v1.8.0-rc.4
49a8424

Choose a tag to compare

Release v1.8.0-rc.4 Pre-release
Pre-release

Features

  • Add P2MR address type and detection (05493a2)
  • Add P2MR support and docs (0af36a0)

Documentation

  • Add P2MR support and docs (0af36a0)

Dependencies

Other Changes

  • Merge pull request #119 from btc-vision/feat/p2mr-address (9b75ef6)
  • Merge pull request #120 from btc-vision/fix/base64-patch (49a8424)
  • Use startsWith/slice for 0x hex stripping (3bd05d0)