Releases: CryptoLions/SimpleAssets
Releases · CryptoLions/SimpleAssets
Simple Assets v1.6.1
Simple Assets v1.6.0
- 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
- Re-enabled event notifications for the following actions:
saeburn, saeclaim, saetransfer, saechauthor, saecreate.
Changed notification logic.
If an author's contract needs to be notified about changes in scope of an asset, please see this example:
https://github.com/CryptoLions/SimpleAssets-EventReceiverExample
Simple Assets v1.5.0
- 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
- 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
- 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 tabledelegates
=> require migration in case of self- deployed contract !!! - In
undelegate
action parameterfrom
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
- 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
- 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
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
Change Log v1.1.2
- added
string imgpriority
field insauthor
table and toregauthor
andauthorupdate
actions.
IMPORTANT: Self-deployed instances of Simple Assets may need to migrate the regauthor table (if used).