You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catapult 1.0.3.0 brings the revokable mosaic feature. Changes:
New revokable flag in MosaicInfo (state)
New revokable flag in MosaicDefinitionTransaction (create mosaic transaction)
New MosaicSupplyRevocationTransaction
In my mind, this "epic" could be split into:
Render MosaicSupplyRevocationTransaction, including some icon, the source address, mosaic id, and amount.
Show revokable flag in MosaicDefinitionTransaction and Mosaic views
Allow users to set the revokable checkbox when creating new mosaics
Allows mosaic owners to revoke balances from other users.
1,2) would be to render the new transaction and flags in the different views, my assumption is that the new nemesis block 2 would include some MosaicSupplyRevocationTransaction. People could create revocable mosaic and transactions after the fork.
3,4) Would be to allow users to create and revoke mosaics. I'm not sure if this is something we want to promote or not. What I would suggest is that the wallet should show a warning if the user is "buying" revokable mosaics. The mosaic owner could revoke them at any time, the user needs to be aware. One example could be a "revokable" NFT which the user should be aware of.
I'm preparing the new rest, open API, and SDKs. The new rest hasn't been released or deployed yet. SDK PRs to be reviewed and merged. I'll give you the new SDK once is done.
Catapult 1.0.3.0 brings the revokable mosaic feature. Changes:
In my mind, this "epic" could be split into:
1,2) would be to render the new transaction and flags in the different views, my assumption is that the new nemesis block 2 would include some MosaicSupplyRevocationTransaction. People could create revocable mosaic and transactions after the fork.
3,4) Would be to allow users to create and revoke mosaics. I'm not sure if this is something we want to promote or not. What I would suggest is that the wallet should show a warning if the user is "buying" revokable mosaics. The mosaic owner could revoke them at any time, the user needs to be aware. One example could be a "revokable" NFT which the user should be aware of.
I'm preparing the new rest, open API, and SDKs. The new rest hasn't been released or deployed yet. SDK PRs to be reviewed and merged. I'll give you the new SDK once is done.
More info:
https://hackmd.io/zhnDwAtETSeumO-FRDxrTA?view
symbol/symbol-openapi#290
symbol/catapult-rest#672
The text was updated successfully, but these errors were encountered: