rebranding: Change github/UnstoppableSwap to github/eigenwallet

This commit is contained in:
Binarybaron 2025-07-16 15:58:27 +02:00
parent bc35a804f7
commit c970dcdd4e
17 changed files with 23 additions and 23 deletions

View file

@ -97,7 +97,7 @@ tokio-tar = "0.3"
zip = "0.5"
[dev-dependencies]
bitcoin-harness = { git = "https://github.com/UnstoppableSwap/bitcoin-harness-rs", branch = "master" }
bitcoin-harness = { git = "https://github.com/eigenwallet/bitcoin-harness-rs", branch = "master" }
get-port = "3"
mockito = "1.4"
monero-harness = { path = "../monero-harness" }

View file

@ -9,7 +9,7 @@ use tokio::{
};
use uuid::Uuid;
const LATEST_RELEASE_URL: &str = "https://github.com/UnstoppableSwap/core/releases/latest";
const LATEST_RELEASE_URL: &str = "https://github.com/eigenwallet/core/releases/latest";
/// Check the latest release from GitHub and warn if we are not on the latest version.
pub async fn warn_if_outdated(current_version: &str) -> anyhow::Result<()> {

View file

@ -423,7 +423,7 @@ pub struct State3 {
tx_punish_sig_bob: bitcoin::Signature,
tx_cancel_sig_bob: bitcoin::Signature,
/// This field was added in this pull request:
/// https://github.com/UnstoppableSwap/core/pull/344
/// https://github.com/eigenwallet/core/pull/344
///
/// Previously this did not exist. To avoid deserialization failing for
/// older swaps we default it to None.

View file

@ -10,7 +10,7 @@ cp ./target/debug/swap bdk/swap-current
pushd bdk
echo "download swap $VERSION"
curl -L "https://github.com/UnstoppableSwap/core/releases/download/${VERSION}/swap_${VERSION}_Linux_x86_64.tar" | tar xv
curl -L "https://github.com/eigenwallet/core/releases/download/${VERSION}/swap_${VERSION}_Linux_x86_64.tar" | tar xv
echo "create testnet wallet with $VERSION"
./swap --testnet --data-base-dir . --debug balance || exit 1