AthanorLabs / atomic-swap

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

stagenet bootnode and docker updates #473

Closed dimalinux closed 1 year ago

dimalinux commented 1 year ago

The libp2p keys of some of the stagenet bootnodes changed. This updates to the current values.

Our docker build scripts now target the latest release by grabbing the latest version outside of the Dockerfile. When docker analyzes each command in the Dockerfile and decides whether it can use a cached execution, latest won't always give you the latest. I could have disabled caching in the docker build, but by changing the scripts to build a specific version, docker will handle the caching correctly.

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@0ab1117). Click here to learn what that means. Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #473 +/- ## ========================================= Coverage ? 58.63% ========================================= Files ? 128 Lines ? 12183 Branches ? 0 ========================================= Hits ? 7144 Misses ? 4292 Partials ? 747 ``` | [Impacted Files](https://app.codecov.io/gh/AthanorLabs/atomic-swap/pull/473?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [cmd/swapcli/main.go](https://app.codecov.io/gh/AthanorLabs/atomic-swap/pull/473?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y21kL3N3YXBjbGkvbWFpbi5nbw==) | `44.42% <100.00%> (ø)` | | | [common/config.go](https://app.codecov.io/gh/AthanorLabs/atomic-swap/pull/473?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y29tbW9uL2NvbmZpZy5nbw==) | `81.66% <100.00%> (ø)` | |

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