Skip to content

Releases: Bitcoin-com/slp-sdk

v4.15.0

13 Jan 20:10
594b419
Compare
Choose a tag to compare

4.15.0 (2020-01-13)

Features

  • tokenUtxoDetails: Refactored Util.tokenUtxoDetails. Added isValid property (72f7684)

v4.14.1

08 Jan 01:14
a311875
Compare
Choose a tag to compare

4.14.1 (2020-01-08)

Bug Fixes

  • tokenUtxoDetails: fixed bug when feeding all non-SLP utxos (a4af1c6)

v4.14.0

16 Dec 20:56
9b8b9f0
Compare
Choose a tag to compare

4.14.0 (2019-12-16)

Features

  • version: syncing semantic release with npm and GitHub (b12f9bf)

v4.13.2

16 Dec 20:43
0de9b5c
Compare
Choose a tag to compare

Bringing version release up to par.

v4.9.1

16 Dec 19:42
0de9b5c
Compare
Choose a tag to compare

4.9.1 (2019-12-16)

Bug Fixes

  • balancesForAddress: fix mocking bug in unit test (28a1c35)
  • tokenUtxoDetails: fixed bug where UTXO array elems would switch (9829373)

v4.9.0

20 Aug 21:05
Compare
Choose a tag to compare
  • Utils.decodeOpReturn(txid) takes a txid in as input and returns an object summarizing information about an SLP transaction. High-level information like who has the minting baton, how many tokens were sent and to whom.
  • Utils.isTokenUtxo(utxos) takes in an array of UTXOs. It returns an array of Boolean values indicating if the UTXO belongs to an SLP transaction or not (and is thus safe to spend).

v4.8.0

20 Aug 18:39
Compare
Choose a tag to compare
  • SLP.Utils.balancesForAddress bulk requests

v4.7.0

06 Aug 16:18
150aaf6
Compare
Choose a tag to compare
  • Extend Socket class
  • Override listen method to stream data over slp socket

v4.6.0

04 Aug 23:52
13cfa67
Compare
Choose a tag to compare
  • SLPDB Class

v4.5.0

16 Jul 20:58
Compare
Choose a tag to compare
  • Update slpjs version