Skip to content
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

Fetching Asset from read only account #7

Closed
cusma opened this issue Feb 27, 2021 · 4 comments
Closed

Fetching Asset from read only account #7

cusma opened this issue Feb 27, 2021 · 4 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@cusma
Copy link

cusma commented Feb 27, 2021

Fetching Asset form read only accounts in Transfer builder fails. I wasn’t able to copy the error log because it automatically clears on Transfer builder tab closing.

@satran004
Copy link
Member

Hi @cusma,
Just tried with a read-only account as "From Account". Yes it fails.

Reason - In "Transfer Builder" UI, it currently needs "From Mnemonic" to derive "From Address". And as "From Mnemonic" is empty for read-only account, it fails. As of now, the primary use-case for this UI is to transfer algo/asa and mnemonic is required for signing.

But I am assuming you are trying to just export the txn to json here.
If that's the case, I think we don't need Mnemonic for "Export Tx". so we can just rely on the "From Address" field instead of always trying to derive address from mnemonic for assets discovery.

I will fix this in the next release.

But if you are trying to just see the assets of an account , you can do so from the "Account Details" UI. Just right-click on the account row and select "Show Details".

@satran004 satran004 self-assigned this Feb 27, 2021
@satran004 satran004 added the bug Something isn't working label Feb 27, 2021
@cusma
Copy link
Author

cusma commented Feb 28, 2021

Hi @satran004, that's correct: I was trying to use the "Export Tx" to be able to construct a Group Transaction.

Thanks for the confirmation!

satran004 added a commit that referenced this issue Feb 28, 2021
…nder address for export unsigned transaction.
@satran004 satran004 added this to the 0.3.3 milestone Mar 10, 2021
@satran004
Copy link
Member

Similar issues #8 and #9 fixed for Stateful contract and Asset txn.

@cusma , A new release v0.3.3 is now available with this fix. You may want to try it. This version is not yet available in the IntelliJ market place. So you need to download and install manually from here https://github.com/bloxbean/algodea/releases/tag/v0.3.3

@cusma
Copy link
Author

cusma commented Mar 10, 2021

Great, I'll do it an keep you posted in case of feedbacks.

@cusma cusma closed this as completed Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants