Skip to content

fix(dashcore): make OutPoint serde tolerant of ContentDeserializer's HR-quirk - #708

Merged
xdustinface merged 6 commits into
v0.42-devfrom
fix/outpoint-serde-content-deserializer
May 6, 2026
Merged

fix(dashcore): make OutPoint serde tolerant of ContentDeserializer's HR-quirk#708
xdustinface merged 6 commits into
v0.42-devfrom
fix/outpoint-serde-content-deserializer

review: add map-form regression test and reject duplicate fields

be00e51
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 1, 2026 in 0s

70.66% (+0.10%) compared to 8a68324

View this Pull Request on Codecov

70.66% (+0.10%) compared to 8a68324

Details

Codecov Report

❌ Patch coverage is 89.79592% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.66%. Comparing base (8a68324) to head (be00e51).

Files with missing linesPatch %Lines
dash/src/serde_utils.rs81.13%10 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@## v0.42-dev #708 +/- ##
=============================================
+ Coverage 70.56% 70.66% +0.10% 
=============================================
Files 320 320 Lines 68150 68195 +45 =============================================
+ Hits 48087 48188 +101 + Misses 20063 20007 -56 
Files with missing linesCoverage Δ
dash/src/blockdata/transaction/outpoint.rs82.43% <100.00%> (+4.93%)⬆️
dash/src/serde_utils.rs36.03% <81.13%> (+19.36%)⬆️

... and 5 files with indirect coverage changes