Skip to content

Releases: CryptoLions/SimpleAssets

Simple Assets v1.6.1

17 Mar 15:56
Compare
Choose a tag to compare
  • support for token-back NFT contract
  • Changed map structure type to vector in saeclaim and saechautor log actions
  • Code refactoring
  • Typo fixed
  • Added new developers function: sa_time_to_wait

Simple Assets v1.6.0

29 Jul 11:20
Compare
Choose a tag to compare
  • Added author ram payer option
  • Added actions setarampayer, delarampayer
  • detach and detachf for author only
  • Memo increased to 512
  • Code improvement

Simple Assets v1.5.2

14 Jul 16:01
Compare
Choose a tag to compare

Simple Assets v1.5.0

30 Jun 10:50
Compare
Choose a tag to compare
  • Added possibility to include SimpleAssets.hpp into other projects. This helps developers to easily integrate Simple Assets into other contracts.
  • Added developers function sa_getnextid to easily get id of newly created assets.
  • Added more data functionality (actions mdremove, mdupdate, mdaddlog, mdadd). This offers a Simple Asset table which can store extra or repeating information for NFTs, and keep RAM usage to a minimum.

Simple Assets v1.4.1

03 Apr 14:11
Compare
Choose a tag to compare
  • Renamed fields and actions in Author Registration for better larity
    regauthor -> authorreg
    data -> dappinfo
    stemplate -> fieldtypes
    imgpriority -> priorityimg
  • Added Author Registration documentation to readme

Simple Assets v1.4.0

26 Feb 15:14
Compare
Choose a tag to compare
  • re-delegate assets. (lender of assets can allow them to be re-lent)
  • New parameter bool redelegate added in delegate action, which allows asset re-delegation.
  • New field bool redelegate added in table delegates => require migration in case of self- deployed contract !!!
  • In undelegate action parameter from was removed. (identity of borrower is available in the delegates table)
  • Fixed transfer of empty assets array
  • Error messages improved for clarity
  • Code refactoring

Simple Assets v1.3.0

07 Oct 09:49
Compare
Choose a tag to compare
  • Upgrade work with latest Contract Development Toolkit (CDT v1.6.3).
    (Resolves this compilation issue)
  • minor code refactoring.

WARNING: The minimum dependency on eosio.cdt is now v1.6.3.

Simple Assets v1.2.0

02 Oct 12:29
Compare
Choose a tag to compare
  • NON TRANSFERABLE TOKENS (NTTs) - new tables: snttassets and nttoffers
  • new NTT actions: createntt, createnttlog, claimntt, updatentt, burnntt
  • delegatemore action fix (thanks to cc32d9)
  • ricardian contracts updated.
  • external tests for NTT logic added.

WARNING!!! CDT currently has a bug that doesn't allow compilation (v1.6.x).
1.5.0 also has a bug "Segmentation fault (core dumped)", but only with abi generation (including array of self objects : std::vector container;)

Simple Assets v1.1.3

26 Sep 14:13
Compare
Choose a tag to compare

Change Log v1.1.3

  • ricardian contracts updated.
  • fungible token offer issue fix

IMPORTANT: Self-deployed instances of Simple Assets may need to migrate the regauthor table (if used) since v1.1.2.

WARNING!!! CDT currently has a bug that doesn't allow compilation (v1.6.1).
1.5.0 also has a bug "Segmentation fault (core dumped)", but only with abi generation (including array of self objects : std::vector container;)

Simple Assets v1.1.2

05 Sep 10:24
e1bfecf
Compare
Choose a tag to compare

Change Log v1.1.2

  • added string imgpriority field in sauthor table and to regauthor and authorupdate actions.

IMPORTANT: Self-deployed instances of Simple Assets may need to migrate the regauthor table (if used).