alpenlabs / strata

Rust implementation of the Strata protocol
https://docs.stratabtc.org
Apache License 2.0
23 stars 1 forks source link

Fix a merge issue relating to public API #418

Closed AaronFeickert closed 4 weeks ago

AaronFeickert commented 4 weeks ago

Description

After #415 was merged, the related #416 was not updated to account for a modified public API. This broke the build!

This PR fixes it.

Type of Change

Checklist

Related Issues

Fixes an issue that arose due to merging of both #415 and #416.

delbonis commented 4 weeks ago

Just waiting on CI for confirmation.

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.38%. Comparing base (01b4a70) to head (cd3df6f). Report is 3 commits behind head on main.

@@            Coverage Diff             @@
##             main     #418      +/-   ##
==========================================
- Coverage   57.46%   57.38%   -0.08%     
==========================================
  Files         257      257              
  Lines       27190    27200      +10     
==========================================
- Hits        15625    15610      -15     
- Misses      11565    11590      +25     
Files with missing lines Coverage Δ
crates/chaintsn/src/transition.rs 82.97% <100.00%> (+2.14%) :arrow_up:

... and 4 files with indirect coverage changes