-
Notifications
You must be signed in to change notification settings - Fork 91
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
feat: show incoming link amount #1199
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1199 +/- ##
=======================================
Coverage 79.21% 79.21%
=======================================
Files 185 185
Lines 4075 4075
=======================================
Hits 3228 3228
Misses 847 847
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
If we can get this information, let's not store it in DB.
Also, is there a way to get it from the tx itself without requesting parsed tx details from the node?
@ookami-kb I think its not possible to get the amount from tx itself since its done in anchor contract. the amount isn’t exposed in the input or output of the instruction |
Changes
adds received amount for incoming link
Related issues
Fixes #1175
Video
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-01-02.at.10.48.26.mp4
Checklist