-
Notifications
You must be signed in to change notification settings - Fork 180
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
[Access] Add endpoints to Execution nodes to support getting Transaction Result error messages #5042
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5042 +/- ##
==========================================
- Coverage 56.20% 56.19% -0.02%
==========================================
Files 975 975
Lines 90714 90833 +119
==========================================
+ Hits 50990 51047 +57
- Misses 35913 35970 +57
- Partials 3811 3816 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I've accidentally pushed a version which wasn't properly structured while I was trying some tests refactoring. I've fixed everything and there is a clean diff with only additions. |
@peterargue Thanks for comments. Added missing parts and now it's ready for review again. |
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.
couple small comments, but otherwise this looks good. Great work!
Co-authored-by: Peter Argue <[email protected]>
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.
Good job. 🎸
…dpoints-to-execution-nods-to-support-tx-result-err-msgs [Access] Add endpoints to Execution nodes to support getting Transaction Result error messages
…dpoints-to-execution-nods-to-support-tx-result-err-msgs [Access] Add endpoints to Execution nodes to support getting Transaction Result error messages
…dpoints-to-execution-nods-to-support-tx-result-err-msgs [Access] Add endpoints to Execution nodes to support getting Transaction Result error messages
#4754
In this pull request are Introduced new endpoints on the Execution node grpc API, that return transaction result error messages.
Related PR:
onflow/flow#1398