Closed storopoli closed 2 days ago
Ok the rust part is ready to review. It works! Gonna work on the Python fn test now.
@Zk2u since this builds upon your work at strata-cli
you are well equipped to check the rust code in this PR.
Attention: Patch coverage is 87.63251%
with 35 lines
in your changes missing coverage. Please review.
Project coverage is 57.28%. Comparing base (
21fa908
) to head (c36e05c
). Report is 2 commits behind head on main.
@@ Coverage Diff @@
## main #449 +/- ##
==========================================
+ Coverage 57.03% 57.28% +0.25%
==========================================
Files 252 252
Lines 27950 28207 +257
==========================================
+ Hits 15940 16158 +218
- Misses 12010 12049 +39
Files with missing lines | Coverage Δ | |
---|---|---|
crates/util/python-utils/src/constants.rs | 100.00% <100.00%> (ø) |
|
crates/util/python-utils/src/parse.rs | 100.00% <100.00%> (ø) |
|
crates/util/python-utils/src/error.rs | 0.00% <0.00%> (ø) |
|
crates/util/python-utils/src/lib.rs | 0.00% <0.00%> (ø) |
|
crates/util/python-utils/src/taproot.rs | 60.74% <94.33%> (+9.19%) |
:arrow_up: |
crates/util/python-utils/src/drt.rs | 85.30% <85.10%> (+0.37%) |
:arrow_up: |
@storopoli do you want a review on this now or wait until it's feature complete?
Description
Tests the unhappy path of a deposit request transaction (DRT), i.e. when the bridge has failed to process DRT into a deposit transaction (DT) after the recover delay (here ~1 week, or 1008 blocks).
Type of Change
Checklist
Related Issues
STR-418