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

build(blockifier): add l2_gas_price and refactor #322

Merged
merged 2 commits into from
Aug 25, 2024

fix(blockifier): change l2 gas price type to nonzero u128

61ba588
Select commit
Loading
Failed to load commit list.
Merged

build(blockifier): add l2_gas_price and refactor #322

fix(blockifier): change l2 gas price type to nonzero u128
61ba588
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 15, 2024 in 0s

76.61% (-0.01%) compared to 13ae058

View this Pull Request on Codecov

76.61% (-0.01%) compared to 13ae058

Details

Codecov Report

Attention: Patch coverage is 63.10680% with 38 lines in your changes missing coverage. Please review.

Project coverage is 76.61%. Comparing base (13ae058) to head (61ba588).
Report is 11 commits behind head on main.

Files Patch % Lines
crates/native_blockifier/src/py_state_diff.rs 0.00% 20 Missing and 8 partials ⚠️
crates/blockifier/src/blockifier/block.rs 87.17% 5 Missing ⚠️
crates/gateway/src/rpc_objects.rs 20.00% 0 Missing and 4 partials ⚠️
crates/papyrus_execution/src/objects.rs 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #322      +/-   ##
==========================================
- Coverage   76.62%   76.61%   -0.01%     
==========================================
  Files         346      348       +2     
  Lines       36263    36339      +76     
  Branches    36263    36339      +76     
==========================================
+ Hits        27786    27841      +55     
- Misses       6175     6195      +20     
- Partials     2302     2303       +1     

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