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

support Included transaction status #10796

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

telezhnaya
Copy link
Contributor

@telezhnaya telezhnaya commented Mar 14, 2024

Ideally, we need to rewrite chain.get_final_transaction_result method completely.
But for now, let's start at least with supporting TxExecutionStatus::Included status.

@telezhnaya telezhnaya marked this pull request as ready for review March 14, 2024 16:17
@telezhnaya telezhnaya requested a review from a team as a code owner March 14, 2024 16:17
chain/client/src/view_client.rs Outdated Show resolved Hide resolved
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

Attention: Patch coverage is 35.00000% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 71.76%. Comparing base (32c731b) to head (b4d0547).

Files Patch % Lines
chain/client/src/view_client.rs 35.00% 12 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10796      +/-   ##
==========================================
- Coverage   71.77%   71.76%   -0.02%     
==========================================
  Files         758      758              
  Lines      152598   152613      +15     
  Branches   152598   152613      +15     
==========================================
- Hits       109531   109516      -15     
- Misses      38103    38130      +27     
- Partials     4964     4967       +3     
Flag Coverage Δ
backward-compatibility 0.24% <0.00%> (-0.01%) ⬇️
db-migration 0.24% <0.00%> (-0.01%) ⬇️
genesis-check 1.42% <0.00%> (-0.01%) ⬇️
integration-tests 36.97% <0.00%> (-0.05%) ⬇️
linux 70.35% <35.00%> (-0.02%) ⬇️
linux-nightly 71.24% <35.00%> (-0.02%) ⬇️
macos 54.79% <0.00%> (-0.07%) ⬇️
pytests 1.65% <0.00%> (-0.01%) ⬇️
sanity-checks 1.43% <0.00%> (-0.01%) ⬇️
unittests 67.39% <35.00%> (-0.03%) ⬇️
upgradability 0.29% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into near:master with commit c98ffdc Mar 14, 2024
27 of 30 checks passed
@telezhnaya telezhnaya deleted the included branch March 14, 2024 17:09
posvyatokum pushed a commit that referenced this pull request Mar 14, 2024
Ideally, we need to rewrite `chain.get_final_transaction_result` method
completely.
But for now, let's start at least with supporting
`TxExecutionStatus::Included` status.
marcelo-gonzalez pushed a commit to marcelo-gonzalez/nearcore that referenced this pull request Mar 15, 2024
Ideally, we need to rewrite `chain.get_final_transaction_result` method
completely.
But for now, let's start at least with supporting
`TxExecutionStatus::Included` status.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants