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

runtime: start lifting contract preparation up through tx runtime layers #11810

Merged
merged 16 commits into from
Jul 23, 2024

remove a piece of dead code

79170bc
Select commit
Loading
Failed to load commit list.
Merged

runtime: start lifting contract preparation up through tx runtime layers #11810

remove a piece of dead code
79170bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 23, 2024 in 0s

71.80% (+0.02%) compared to 41f6554

View this Pull Request on Codecov

71.80% (+0.02%) compared to 41f6554

Details

Codecov Report

Attention: Patch coverage is 94.42897% with 20 lines in your changes missing coverage. Please review.

Project coverage is 71.80%. Comparing base (41f6554) to head (79170bc).
Report is 61 commits behind head on master.

Files Patch % Lines
runtime/near-vm-runner/src/wasmer_runner.rs 77.41% 2 Missing and 5 partials ⚠️
...ntime/runtime-params-estimator/src/gas_metering.rs 55.55% 4 Missing ⚠️
runtime/near-vm-runner/src/wasmer2_runner.rs 90.00% 2 Missing and 1 partial ⚠️
runtime/near-vm-runner/src/wasmtime_runner.rs 95.83% 2 Missing and 1 partial ⚠️
...time/runtime-params-estimator/src/function_call.rs 60.00% 2 Missing ⚠️
runtime/near-vm-runner/fuzz/src/lib.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11810      +/-   ##
==========================================
+ Coverage   71.78%   71.80%   +0.02%     
==========================================
  Files         792      796       +4     
  Lines      162617   163325     +708     
  Branches   162617   163325     +708     
==========================================
+ Hits       116729   117279     +550     
- Misses      40844    40998     +154     
- Partials     5044     5048       +4     

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