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
Is your feature request related to a problem? Please describe.
Nowadays, the tokens description, like title, images etc is absolutely immutable. Due to the rebranding many older tokens would have broken url, outdated images etc.
Describe the solution you'd like
By using the Signum Messaging system it is possible to send a update description for a contract.
The common payload of a token description is this:
{
"name":"Phoenix Wallet",
"desc":"The Phoenix wallet is a multi-platform wallet for Web, Windows, MacOS, Linux, iOS and Android.The wallet has not only an elaborated and easy-to-use user interface, but offers improved security using local signing for transactions, a multi-account management, internationalization, messaging, automatic updates and much more.",
"repo":"https://phoenix-wallet.rocks",
"img":"https://cloudflare-ipfs.com/ipfs/bafkreiexrsuevq5vurq6v2oml3qcp6zrrs5uvllnhxzwi3yzlfsota63da",
"lic":"MIT",
"tags":[
"wallet"
]
}
As for an update we need to add the token id as reference:
That way the dappository checks for each token for the latest message of the owner. Additionally, the owner chain must be checked also, in case a token was transferred.
Describe alternatives you've considered
Just recreating a contract is not a viable option as the previous contract has scoring and a balance. It is possible to transfer the points, but this might be an vector for fraudulent options, as the scoring has to be set via public function calls...
Extending the contracts logic and make description etc variable does not help on updating the first version contracts.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Nowadays, the tokens description, like title, images etc is absolutely immutable. Due to the rebranding many older tokens would have broken url, outdated images etc.
Describe the solution you'd like
By using the Signum Messaging system it is possible to send a update description for a contract.
The common payload of a token description is this:
As for an update we need to add the token id as reference:
That way the dappository checks for each token for the latest message of the owner. Additionally, the owner chain must be checked also, in case a token was transferred.
Describe alternatives you've considered
Just recreating a contract is not a viable option as the previous contract has scoring and a balance. It is possible to transfer the points, but this might be an vector for fraudulent options, as the scoring has to be set via public function calls...
Extending the contracts logic and make description etc variable does not help on updating the first version contracts.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: