-
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] Added transaction result in SendAndSubscribeTransactionStatuses response #5620
[Access] Added transaction result in SendAndSubscribeTransactionStatuses response #5620
Conversation
…isarchuk/5566-tx-result-in-sub-tx-statuses
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5620 +/- ##
==========================================
- Coverage 56.00% 48.70% -7.31%
==========================================
Files 1024 9 -1015
Lines 99327 501 -98826
==========================================
- Hits 55632 244 -55388
+ Misses 39455 251 -39204
+ Partials 4240 6 -4234
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…isarchuk/5566-tx-result-in-sub-tx-statuses
…isarchuk/5566-tx-result-in-sub-tx-statuses
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.
looks good. thanks for the update!
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.
Looks good.
#5566
Includes changes for response of
SendAndSubscribeTransactionStatuses
, which have transaction status in it from now on.Another change related to reporting all transaction statuses one by one, even if they were skipped by blockchain behaviour.
IMPORTANT CHANGES TO MERGE:
Related PR from flow protobuf project: onflow/flow#1448
Related PR from flow-emulator project: onflow/flow-emulator#630