Skip to content

Releases: christroutner/bch-js

v3.1.1

06 Jun 15:26
5d29c65
Compare
Choose a tag to compare

3.1.1 (2020-06-06)

Bug Fixes

  • documentation: Adding documentation for NFT tokens (c05699d)

v3.1.0

06 Jun 01:27
7339383
Compare
Choose a tag to compare

3.1.0 (2020-06-06)

Bug Fixes

  • integration: Fixing integration tests (c81cb72)
  • tokenUtxoDetails: Added more support for NFT (913bae3)

Features

  • isTokenUtxo: Deprecating and removing isTokenUtxo() as tokenUtxoDetails() can be used instead (48b5afa)

v3.0.5

06 Jun 00:31
6af2eae
Compare
Choose a tag to compare

3.0.5 (2020-06-06)

Bug Fixes

  • generateNFTChildGenesisOpReturn: Fixing typo (07d5480)

v3.0.4

05 Jun 23:21
6a194d8
Compare
Choose a tag to compare

3.0.4 (2020-06-05)

Bug Fixes

  • NFT: Additional NFT functionality, send Group and Child (1ce608e)

v3.0.3

05 Jun 15:40
d5ecacc
Compare
Choose a tag to compare

3.0.3 (2020-06-05)

Bug Fixes

  • NFT: Breaking out NFT functions into a separate library (12b6def)
  • NFT: Prototyping NFT OP_RETURN functions (6daff04)
  • tokenUtxoDetails: Adding tokenType for 1 or 129 for NFT (7a08f30)

v3.0.2

05 Jun 00:40
6a3d194
Compare
Choose a tag to compare

3.0.2 (2020-06-05)

Bug Fixes

  • NFT: Prototyping NFT generation (ffedaed)
  • SLP docs: Adding SLP docs (8c1c659)

v3.0.1

02 Jun 16:55
ba52f35
Compare
Choose a tag to compare

3.0.1 (2020-06-02)

Bug Fixes

  • v3: Kicking off semantic release with v3.0) (22491f1)

v3.0.0

02 Jun 16:47
7cbc7a8
Compare
Choose a tag to compare

Complete overhaul to the SLP Utils and TokenType1 libraries. Replace home-baked code with slp-parser and slp-mdm. Added a lot of unit tests.

v2.6.7

02 Jun 16:16
7cbc7a8
Compare
Choose a tag to compare

2.6.7 (2020-06-02)

Bug Fixes

  • generateMintOpReturn: Added input validation (234ba30)
  • tokenUtxoDetails: Fixing issue with determining minting transactions (70796c3)

v2.6.6

02 Jun 15:19
8f00aa5
Compare
Choose a tag to compare

2.6.6 (2020-06-02)

Bug Fixes

  • SLP Mint: Created prototype function for Mint OP_RETURN (445de26)