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 there any plan to verify ASA ownership for pull requests? Currently it seems to be run on trust that someone won't attempt to upload an incorrect/unauthorised logo for another ASA.
A solution such as a signed message could be used. E.g. I open a pull request, I commit my logo(s), I create a signed message including the previous commit ID, I commit the signed message to the PR.
Take my PR 301 as an example. My commit ID is e61c5dbd9180cd6a97608725bf23735d3b72cbc7. To verify ownership I can now sign a message which includes the commit ID using my Algorand address private key:
Is there any plan to verify ASA ownership for pull requests? Currently it seems to be run on trust that someone won't attempt to upload an incorrect/unauthorised logo for another ASA.
A solution such as a signed message could be used. E.g. I open a pull request, I commit my logo(s), I create a signed message including the previous commit ID, I commit the signed message to the PR.
Take my PR 301 as an example. My commit ID is
e61c5dbd9180cd6a97608725bf23735d3b72cbc7
. To verify ownership I can now sign a message which includes the commit ID using my Algorand address private key:To verify we take the following steps:
msg
,addr
andsig
are presentasa
andcommit
are present insidemsg
objectaddr
is the owner ofmsg.asa
using an indexer APIThe text was updated successfully, but these errors were encountered: