Skip to content

dGoods v1.0

Compare
Choose a tag to compare
@cthacker cthacker released this 07 Aug 18:59
· 10 commits to master since this release

v1.0

Many changes have occured since v0.4 that made it into the 1.0 release. Some of these changes are
not backwards compatible since changes were made to multiple tables' structure. It is recommended to
start from a fresh contract rather than try and migrate data to the new version.

We have a basic usage tutorial

General

  • general bug fixes
  • removed custom dasset type in favor of standard asset type
  • removed inline actions in most places to comply with EOS 1.8 changes
  • issue function made batch

Added Features

  • add sellable flag
  • ex. transferable=false, sellable=true, can still trade; in fact becomes only way to effectively transfer item
  • add locking mechanism for use when selling and for future use in renting
    • enables listing for sale while keeping item until sell occurs
  • enable configurable fee per token type used in sale
    • enables an artist or creator to benefit from the resale market
  • listsalenft now batch as well
    • can list multiple dgoods for sale as a batch