chainflip-io / chainflip-backend

The Chainflip backend repo, including the Chainflip Node and CFE.
52 stars 15 forks source link

fix: no intermediary swap amount for single-legs #5438

Closed dandanlen closed 5 days ago

dandanlen commented 1 week ago

Pull Request

Closes: PRO-1850

Cherry-picked from release/1.7

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 72%. Comparing base (f35c07f) to head (e014543). Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
state-chain/runtime/src/lib.rs 0% 0 Missing and 9 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5438 +/- ## ====================================== - Coverage 72% 72% -0% ====================================== Files 490 490 Lines 86916 86793 -123 Branches 86916 86793 -123 ====================================== - Hits 62395 62216 -179 - Misses 21587 21641 +54 - Partials 2934 2936 +2 ```

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

kylezs commented 1 week ago

Think the error is related to the fix that will come here: https://github.com/chainflip-io/chainflip-backend/pull/5436