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

Implement PoX-4 Locking via Special Contract-Call Handler #4106

Merged
merged 20 commits into from
Dec 12, 2023

Address PR comments in `pox_3_defunct()`

b747597
Select commit
Loading
Failed to load commit list.
Merged

Implement PoX-4 Locking via Special Contract-Call Handler #4106

Address PR comments in `pox_3_defunct()`
b747597
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2023 in 0s

38.23% (+21.06%) compared to 9fc7617

View this Pull Request on Codecov

38.23% (+21.06%) compared to 9fc7617

Details

Codecov Report

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

Comparison is base (9fc7617) 17.17% compared to head (b747597) 38.23%.
Report is 21 commits behind head on next.

Files Patch % Lines
pox-locking/src/pox_3.rs 70.83% 7 Missing ⚠️
...kslib/src/chainstate/nakamoto/coordinator/tests.rs 53.33% 7 Missing ⚠️
clarity/src/vm/database/structures.rs 50.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             next    #4106       +/-   ##
===========================================
+ Coverage   17.17%   38.23%   +21.06%     
===========================================
  Files         418      418               
  Lines      295319   295319               
===========================================
+ Hits        50718   112921    +62203     
+ Misses     244601   182398    -62203     

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