Starcoin-framework V12 released, add DAOSpace, DAOSpace Plugin & Plugin Marketplace
Published at December 1, 2022 By Starcoin.
-

Starcoin-framework has released the v12 version, let’s take a look at what changes have taken place in the framework from v11 to v12!
Detailed Update Log
- Added a new function in
#13, when callingAccount::deposit(address, token), if the account does not exist, a new account will be created automatically. - Renamed
mpm’s integration tests fromspectesttointegrationt-testin#24(v1.11.5-alpha release). - In
#34, the NFT lending capability is realized, the NFT is rented out through the relatedborrowfunction, and thereturn_backfunction returns the NFT. - Added functions for serialization and byte stream processing in BCS in
#45. - Added
StarcoinVerifiermodule in#43to support snapshot proof and verification of Starcoin. - Added the
Ringmodule in#44. Its usage scenario is: you need to keep a piece of data in a buffer, which can be overwritten when updating. - Add some methods in
Blockin#41to solve the problem that the contract cannot obtain the state root of the block in#39, and the provided method can save the block information. - The major update from v11 to v12 this time is: implement
DAOSpace,DAOSpace plug-insandplug-in market, please refer to DAOSpace wiki for details.
- Added a new function in