-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tokens Horizon #327
Comments
Perhaps something for the TODO list and more of a question to hear some ideas, would it make sense to make the |
I would accept a PR that did it, but the other items on the list are somewhat more pressing. |
PR is there in case you feel like giving it a quick look in a coffee/bubble tea break 😉 paritytech/substrate#8483 |
Can this new token stuff be optional for chains that don't want or need multi-currency support? It seems to be baked in - unless I'm missing something? |
All multi-currency stuff will continue to be completely optional. |
I'm curious about the thoughts/plans that exist around non-fungible token standards and would like to offer my contributions if they can be of help. I am the author of a pallet that defines and implements a |
I am actually really interested in this initiative as well since we are about to start the development of a generic auction pallet for different NFT implementations (we have already delivered PoC on top of the |
I would also like to participate in the NFT specification in some way, given that RMRK (which has picked up considerable steam) is, functionality-wise, far more advanced that typical NFTs are (we have nested NFTs, on-chain emotes as price discovery and signal, reactive NFTs with conditional rendering, equip mechanics, and NFTs being governed as DAOs). If we can help somehow or contribute to the discussions around speccing all this out, we'd love to. |
I spotted a couple of potential issues/areas of improvement for |
do we really need a AssetsFreezer pallet? could we just implement |
It would be really nice to get a freeze function that can freeze X amount of a certain asset's. Similar to how it's doable with "T::Currency::freeze(AccountId, Balance)?". |
This issue has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/statemint-update-roadmap/1200/1 |
Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
FTs:
fungible::*
traits (#8435).fungibles::Unbalanced
forAssets
pallet (#8435).fungible::*
for Balances pallet (#8454).Currency
; introduce holds and freezing intofungible
traits substrate#12951fungible
API #225Currency
trait an optional feature.fungible
traits #226AssetsFreezer
andAssetsHolder
pallets and implementfungibles::hold::*
andfungibles::freeze::*
(FRAME: Assets Freezer pallet substrate#8476)can_withdraw
,can_deposit
,balance
,reserved_balance
.LockableAssets
derivative pallet and implementfungibles::freeze::*
.NFTs:
nonfungible::*
traits (Non-fungible token traits substrate#8993).nonfungibles::*
for Uniques (Non-fungible token traits substrate#8993).nonfungible::*
implementers.shelve
/restore
tononfungible
/nonfungibles
#224nonfungible::*
trait for existing ownership systems that allow some transferable permission (membership of TC/Council, asset class ownership, ...).nonfungible::*
for it.Associated paritytech/substrate#8285
The text was updated successfully, but these errors were encountered: