Releases: Bitcoin-com/slp-sdk
Releases · Bitcoin-com/slp-sdk
v4.15.0
4.15.0 (2020-01-13)
Features
- tokenUtxoDetails: Refactored Util.tokenUtxoDetails. Added isValid property (72f7684)
v4.14.1
4.14.1 (2020-01-08)
Bug Fixes
- tokenUtxoDetails: fixed bug when feeding all non-SLP utxos (a4af1c6)
v4.14.0
4.14.0 (2019-12-16)
Features
- version: syncing semantic release with npm and GitHub (b12f9bf)
v4.13.2
Bringing version release up to par.
v4.9.1
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
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
- SLP.Utils.balancesForAddress bulk requests
v4.7.0
- Extend
Socket
class
- Override
listen
method to stream data over slp socket