Releases: christroutner/bch-js
Releases · christroutner/bch-js
v3.1.1
3.1.1 (2020-06-06)
Bug Fixes
- documentation: Adding documentation for NFT tokens (c05699d)
v3.1.0
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
3.0.5 (2020-06-06)
Bug Fixes
- generateNFTChildGenesisOpReturn: Fixing typo (07d5480)
v3.0.4
3.0.4 (2020-06-05)
Bug Fixes
- NFT: Additional NFT functionality, send Group and Child (1ce608e)
v3.0.3
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
3.0.2 (2020-06-05)
Bug Fixes
- NFT: Prototyping NFT generation (ffedaed)
- SLP docs: Adding SLP docs (8c1c659)
v3.0.1
3.0.1 (2020-06-02)
Bug Fixes
- v3: Kicking off semantic release with v3.0) (22491f1)
v3.0.0
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
2.6.7 (2020-06-02)
Bug Fixes
- generateMintOpReturn: Added input validation (234ba30)
- tokenUtxoDetails: Fixing issue with determining minting transactions (70796c3)
v2.6.6
2.6.6 (2020-06-02)
Bug Fixes
- SLP Mint: Created prototype function for Mint OP_RETURN (445de26)