Skip to content

1.4.0

Compare
Choose a tag to compare
@gromakovsky gromakovsky released this 26 Nov 18:55
· 205 commits to master since this release
f5e55fc

The Stablecoin contract has been made TZIP-17 (and consequently TZIP-16) compliant.

Currently all metadata is stored directly in the Stablecoin contract, it will be moved to another contract in a follow-up release.

Assets in this release:

  1. stablecoin.tz – stablecoin smart contract.
  2. stablecoin.fa1.2.tz – stablecoin smart contract, implementing FA1.2 instead of FA2.
  3. metadata.tz – FA2 metadata smart contract (which is going to become legacy soon).
  4. stablecoin-client – static client executable for x86_64 Linux.