Skip to content

Support for reissuance transactions & Improvements

Compare
Choose a tag to compare
@altafan altafan released this 20 Nov 13:45
· 41 commits to master since this release
158cf9c

This release adds support for crafting transactions containing re-issuances of already minted assets to the pset package.
It also makes the elementsutil package importable into other projects by moving it outside the internal directory and contains minor improvements for other packages.

USAGE

$ go get github.com/vulpemventures/go-elements@latest

CHANGELOG

  • Pset/Transaction: support for re-issuance transactions.
  • Elementsutil: move the package outside of the internal directory.
  • Tests: add missing test for pset's AddIssuace, add tests for AddReissuance and refactor of integration tests to increase readability.
  • Address: add IsConfidential method and remove network from args of functions DecodeType and ToOutputScript.