AthanorLabs / atomic-swap

💫 ETH-XMR atomic swap implementation
GNU Lesser General Public License v3.0
341 stars 44 forks source link

fix: move counterparty-relay checks to backend #442

Closed noot closed 1 year ago

noot commented 1 year ago

closes #421

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 43.47% and project coverage change: -0.02 :warning:

Comparison is base (330a231) 59.74% compared to head (256e5d4) 59.73%.

:exclamation: Current head 256e5d4 differs from pull request most recent head 741af49. Consider uploading reports for the commit 741af49 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #442 +/- ## ========================================== - Coverage 59.74% 59.73% -0.02% ========================================== Files 120 120 Lines 10868 10872 +4 ========================================== + Hits 6493 6494 +1 - Misses 3669 3670 +1 - Partials 706 708 +2 ``` | [Impacted Files](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/442?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [protocol/backend/backend.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/442?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cHJvdG9jb2wvYmFja2VuZC9iYWNrZW5kLmdv) | `59.79% <23.52%> (-10.33%)` | :arrow_down: | | [net/relay.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/442?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-bmV0L3JlbGF5Lmdv) | `68.57% <100.00%> (-4.27%)` | :arrow_down: | | [protocol/swap/manager.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/442?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cHJvdG9jb2wvc3dhcC9tYW5hZ2VyLmdv) | `80.35% <100.00%> (+0.91%)` | :arrow_up: | ... and [5 files with indirect coverage changes](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/442/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.