Skip to content

v4.0.0

Choose a tag to compare

@christroutner christroutner released this 06 Dec 04:55
· 601 commits to master since this release
  • Switching to bch-api v4 (unstable) route
    • v3.x bch-js uses /v3/ routes
    • v4.x bch-js uses /v4/ routes
  • Breaking change to SLP.Utils.validateTxid()
    • Returns values from SLPDB:
      • null indicates no opinion. Not safe to spend without additional verification.
      • false is explicit. UTXO is most likely a burned SLP UTXO, or malformatted for some reason.
      • Normal BCH txs come back as null.