AthanorLabs / atomic-swap

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

wait for claim relayer receipt #460

Closed dimalinux closed 1 year ago

dimalinux commented 1 year ago

Renamed waitForClaimReceipt to waitForClaimRelayerReceipt and added fixes.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 65.62% and project coverage change: -0.11 :warning:

Comparison is base (e1b51b0) 58.64% compared to head (322f980) 58.53%.

:exclamation: Current head 322f980 differs from pull request most recent head 0dfcdf7. Consider uploading reports for the commit 0dfcdf7 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #460 +/- ## ========================================== - Coverage 58.64% 58.53% -0.11% ========================================== Files 124 124 Lines 11633 11622 -11 ========================================== - Hits 6822 6803 -19 - Misses 4084 4098 +14 + Partials 727 721 -6 ``` | [Impacted Files](https://app.codecov.io/gh/AthanorLabs/atomic-swap/pull/460?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [protocol/xmrmaker/errors.go](https://app.codecov.io/gh/AthanorLabs/atomic-swap/pull/460?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cHJvdG9jb2wveG1ybWFrZXIvZXJyb3JzLmdv) | `40.00% <ø> (ø)` | | | [protocol/xmrmaker/claim.go](https://app.codecov.io/gh/AthanorLabs/atomic-swap/pull/460?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cHJvdG9jb2wveG1ybWFrZXIvY2xhaW0uZ28=) | `60.09% <52.17%> (+1.00%)` | :arrow_up: | | [cmd/swapcli/main.go](https://app.codecov.io/gh/AthanorLabs/atomic-swap/pull/460?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y21kL3N3YXBjbGkvbWFpbi5nbw==) | `43.97% <100.00%> (+0.06%)` | :arrow_up: | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/AthanorLabs/atomic-swap/pull/460/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.