Ternoa Blockchain Client v0.2.1 - Budapest #141
markopoloparadox
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 0.2.1 Release
This is the second release for the Ternoa Testnet.
This release incorporates two large features, a couple of small improvements and a large list of fixes.
Most notably, you can now convert your NFT to a Capsule and associate your third-party accounts with
your public address.
NFTs pallet
The NFTs data has been streamlined and it now holds only the bare minimum information that it needs.
This is how it looks now:
The way how series work has been changed. A series can now be in two state: draft or non-draft state.
Series that is in draft state allows adding NFTs to it but those NFTs cannot be listed for sale nor transferred.
Series that is in non-draft state doesn't allow adding new NFTs to it but those NFTs can now be sold and transferred.
Another change is that the Series Id is not anymore a number and now it's a string. In case the user doesn't provide
a series id when he is creating an NFT the blockchain will generate one for him.
This is how the series data looks now:
NFT mint fee is not any more static and it can be changed through government proposals.
List of all changes:
Marketplace pallet
Marketplace data has been extended and now contains link to the marketplace website and a link to the location of the marketplace logo. Just like the
allow_list
is used for enabling only certain users to list their nfts, we have addeddisallow_list
to block certain users to list their nfts.allow_list
can only be used by private marketplaces whiledisallow_list
can only be used by public marketplaces.This is how the new marketplace data looks like:
Marketplace mint fee is not any more static and it can be changed through government proposals.
List of all changes:
Capsules pallet
Brand new pallet that handles capsule like data for NFTs. When capsules are created no separate entity is crated and instead we use existing NFTs and add capsule specific data to it. Also, the caller needs to freeze 1000 Caps when he creates a capsule and he can add later additional funds if he wants. The frozen funds are send to the pallets address and there is a ledger that keeps track on how much each user has frozen Caps. Those frozen caps will in the future be used to pay fees for storing data in third party solutions. The user can remove the capsule data from an NFT and in that case he will get all the remaning frozen Caps back.
The Capsule pallet offer the following features:
Associated-Accounts pallet
Brand new pallet that handles third party accounts. Currently, it only handles storing AltVR usernames but in the future many more services will be stored and mapped to user accounts.
The Associated-Accounts pallet offer the following features:
Other changes
This discussion was created from the release Ternoa Blockchain Client v0.2.1 - Budapest.
Beta Was this translation helpful? Give feedback.
All reactions