-
Notifications
You must be signed in to change notification settings - Fork 490
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
goal: account info with deleted asset suppress error and better output #5504
goal: account info with deleted asset suppress error and better output #5504
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5504 +/- ##
==========================================
- Coverage 55.82% 55.80% -0.03%
==========================================
Files 446 446
Lines 63224 63229 +5
==========================================
- Hits 35292 35282 -10
- Misses 25565 25576 +11
- Partials 2367 2371 +4
... and 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have the same issue if you're opted into a deleted app?
I am not sure we have the same issue for opting into deleted app, for we do not ask for application info... Do we want to support that? |
We don't need to fetch the app params to display app local states (as @ahangsu points out), so deleted apps are a non-issue |
Summary
Suppress the asset search error with a better output on deleted/unknown asset (404 resp on querying such asset from algod). An example output is shown as follows:
Should resolve #5154.
Test Plan
An e2e test for
goal account info
with deleted asset.