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

fix: disallow leading zeros in RLP decoding #335

Merged
merged 10 commits into from
Oct 31, 2023

move bugfix into unreleased fixed section

867476a
Select commit
Loading
Failed to load commit list.
Merged

fix: disallow leading zeros in RLP decoding #335

move bugfix into unreleased fixed section
867476a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 31, 2023 in 0s

80.46% (-0.03%) compared to 8089eab

View this Pull Request on Codecov

80.46% (-0.03%) compared to 8089eab

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (8089eab) 80.48% compared to head (867476a) 80.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #335      +/-   ##
==========================================
- Coverage   80.48%   80.46%   -0.03%     
==========================================
  Files          54       54              
  Lines        6140     6179      +39     
==========================================
+ Hits         4942     4972      +30     
- Misses       1198     1207       +9     
Files Coverage Δ
src/support/alloy_rlp.rs 100.00% <100.00%> (ø)
src/support/fastrlp.rs 98.07% <92.85%> (-0.82%) ⬇️

... and 4 files with indirect coverage changes

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