mobilecoinofficial / full-service

A MobileCoin service for wallet implementations.
Other
46 stars 21 forks source link

Update function parameters when calling mobilecoind::UnspentTxOut #970

Closed holtzman closed 6 months ago

holtzman commented 6 months ago

Motivation & In This PR

The 6.0 release branch of the mobilecoin.git core repo, on top of which full-service is currently being built, contains a breaking change to the mobilecoind::UnspentTxOut function. This PR updates full-service to be compatible.

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 54.83%. Comparing base (ab2af32) to head (8e5d44d). Report is 205 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #970 +/- ## ========================================== - Coverage 60.12% 54.83% -5.30% ========================================== Files 88 124 +36 Lines 12356 15843 +3487 Branches 2010 2743 +733 ========================================== + Hits 7429 8687 +1258 - Misses 3238 5126 +1888 - Partials 1689 2030 +341 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.