AthanorLabs / atomic-swap

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

go version 1.21, libp2p and other updates, linter update #507

Closed dimalinux closed 11 months ago

dimalinux commented 1 year ago

Updates to go 1.21, which libp2p wasn't yet ready for in the last maintenance update. As part of the lib2p2 updates, we no longer use a persistent peer store. Linter is updated to v1.54.2.

codecov[bot] commented 1 year ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (830c263) 60.63% compared to head (580a559) 60.52%. Report is 1 commits behind head on master.

Files Patch % Lines
rpc/server.go 50.00% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #507 +/- ## ========================================== - Coverage 60.63% 60.52% -0.12% ========================================== Files 131 131 Lines 12952 12950 -2 ========================================== - Hits 7854 7838 -16 - Misses 4281 4290 +9 - Partials 817 822 +5 ```

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