AthanorLabs / atomic-swap

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

feat: update SwapCreater.sol `claimRelayer` to no longer use forwarder #449

Closed noot closed 1 year ago

noot commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 73.16% and project coverage change: +0.51 :tada:

Comparison is base (b3dcb96) 57.94% compared to head (628fd29) 58.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #449 +/- ## ========================================== + Coverage 57.94% 58.45% +0.51% ========================================== Files 124 123 -1 Lines 11601 11518 -83 ========================================== + Hits 6722 6733 +11 + Misses 4149 4070 -79 + Partials 730 715 -15 ``` | [Impacted Files](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [cmd/swapd/main.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y21kL3N3YXBkL21haW4uZ28=) | `67.20% <ø> (-1.35%)` | :arrow_down: | | [ethereum/swap\_creator.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZXRoZXJldW0vc3dhcF9jcmVhdG9yLmdv) | `8.02% <40.00%> (+0.05%)` | :arrow_up: | | [net/relay.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-bmV0L3JlbGF5Lmdv) | `57.93% <47.45%> (-10.64%)` | :arrow_down: | | [net/message/message.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-bmV0L21lc3NhZ2UvbWVzc2FnZS5nbw==) | `46.06% <50.00%> (+0.18%)` | :arrow_up: | | [net/message/relay\_message.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-bmV0L21lc3NhZ2UvcmVsYXlfbWVzc2FnZS5nbw==) | `60.00% <50.00%> (-5.00%)` | :arrow_down: | | [ethereum/check\_swap\_creator\_contract.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZXRoZXJldW0vY2hlY2tfc3dhcF9jcmVhdG9yX2NvbnRyYWN0Lmdv) | `57.14% <60.00%> (-14.02%)` | :arrow_down: | | [cmd/swapd/contract.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y21kL3N3YXBkL2NvbnRyYWN0Lmdv) | `56.81% <62.50%> (-10.43%)` | :arrow_down: | | [protocol/backend/backend.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cHJvdG9jb2wvYmFja2VuZC9iYWNrZW5kLmdv) | `63.75% <69.81%> (+3.96%)` | :arrow_up: | | [relayer/claim\_request.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cmVsYXllci9jbGFpbV9yZXF1ZXN0Lmdv) | `80.64% <73.91%> (-19.36%)` | :arrow_down: | | [relayer/validate.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cmVsYXllci92YWxpZGF0ZS5nbw==) | `77.77% <80.00%> (-2.23%)` | :arrow_down: | | ... and [10 more](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | | ... and [6 files with indirect coverage changes](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/449/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.