-
Notifications
You must be signed in to change notification settings - Fork 34
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
Dynamically Adding ASAs #47
Comments
@algoidan, can you please take a look? |
Hi @holmser and many thanks for the issue. Hope it helps! |
Awesome. I figured a more elegant solution would be possible but just
wanted to see my yieldly on my ledger :-). Thanks for all the hard work!
…On Tue, Aug 31, 2021, 9:12 AM Rotem Hemo ***@***.***> wrote:
Hi @holmser <https://github.com/holmser> and many thanks for the issue.
While not yet implemented, there are future plans for a scalable solution.
In particular, we're considering adopting Ledger's solution where we would
have our public key baked into the ledger firmware and we will sign the
proper ASA Aux data (decimals, unit name, etc) off band. That way, any
wallet can send it along with the transaction and present the information
to the user and there will be no need to hardcode it.
Hope it helps!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADA6A2OQPV2ML4C4XBOZMDT7TWOXANCNFSM5CSE6TWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@holmser what is the more elegant solution? |
Problem
Currently the ledger app is limited to a small number of hardcoded ASAs
Solution
One workaround solution would be to add to the list of hardcoded ASAs with some of the more popular coins, but this doesn't scale very well. Ideally it would be possible to add any ASA.
Dependencies
Unsure what dependencies exist for this functionality
Urgency
As more ASAs are released into the Algorand ecosystem this issue becomes more and more urgent as it limits ledger's usefulness as a wallet.
The text was updated successfully, but these errors were encountered: