diff --git a/Cargo.lock b/Cargo.lock index 628f9198..75603556 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1086,7 +1086,7 @@ dependencies = [ [[package]] name = "bitcoin-harness" version = "0.3.0" -source = "git+https://github.com/UnstoppableSwap/bitcoin-harness-rs?branch=master#7a110c9f5e586a33cafe0015b9df0d94f2af9ddc" +source = "git+https://github.com/eigenwallet/bitcoin-harness-rs?branch=master#7a110c9f5e586a33cafe0015b9df0d94f2af9ddc" dependencies = [ "base64 0.12.3", "bitcoin 0.32.6", diff --git a/README.md b/README.md index 43f2d7de..a9a79ccf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is the monorepo containing the source code for all of our core projects: - [`tauri`](src-tauri/) contains the tauri bindings between binaries and user interface - and other crates we use in our binaries -If you're just here for the software, head over to the [releases](https://github.com/UnstoppableSwap/xmr-btc-swap/releases/latest) tab and grab the binary for your operating system! If you're just looking for documentation, check out our [docs page](https://docs.unstoppableswap.net/) or our [github docs](dev-docs/README.md). +If you're just here for the software, head over to the [releases](https://github.com/eigenwallet/xmr-btc-swap/releases/latest) tab and grab the binary for your operating system! If you're just looking for documentation, check out our [docs page](https://docs.unstoppableswap.net/) or our [github docs](dev-docs/README.md). Join our [Matrix room](https://matrix.to/#/#unstoppableswap-core:matrix.org) to follow development more closely. diff --git a/dev-docs/asb/README.md b/dev-docs/asb/README.md index 622a6c78..3d9885f0 100644 --- a/dev-docs/asb/README.md +++ b/dev-docs/asb/README.md @@ -33,7 +33,7 @@ Consider joining the designated [Matrix chat](https://matrix.to/#/%23unstoppable Running the ASB and its required services (Bitcoin node, Monero node, wallet RPC) can be complex to set up manually. We provide a Docker Compose solution that handles all of this automatically. -See our [docker-compose repository](https://github.com/UnstoppableSwap/asb-docker-compose) for setup instructions and configuration details. +See our [docker-compose repository](https://github.com/eigenwallet/asb-docker-compose) for setup instructions and configuration details. ## ASB Details diff --git a/docs/pages/becoming_a_maker/overview.mdx b/docs/pages/becoming_a_maker/overview.mdx index c4f924fc..11591171 100644 --- a/docs/pages/becoming_a_maker/overview.mdx +++ b/docs/pages/becoming_a_maker/overview.mdx @@ -12,7 +12,7 @@ It's also strongly recommended to run your own Monero and Bitcoin nodes. ## Docker Compose setup -We maintain a Docker Compose configuration ([link](https://github.com/UnstoppableSwap/asb-docker-compose)) that automatically starts and manages these services: +We maintain a Docker Compose configuration ([link](https://github.com/eigenwallet/asb-docker-compose)) that automatically starts and manages these services: - `asb` (the maker service, with built-in wallet functionality connecting directly to `monerod` and `electrs`) - `electrs` (a Bitcoin blockchain indexer, connecting to `bitcoind`) @@ -29,7 +29,7 @@ If you want to setup for testnet, go into the `testnet` directory instead. All other steps remain the same. ```bash -git clone https://github.com/UnstoppableSwap/asb-docker-compose.git +git clone https://github.com/eigenwallet/asb-docker-compose.git cd asb-docker-compose/mainnet ``` @@ -48,7 +48,7 @@ We will prioritize the asb configuration file in this guide, because you probabl ### Usage and commands -_This list is also available in the [repository](https://github.com/UnstoppableSwap/asb-docker-compose/), including variations for testnet._ +_This list is also available in the [repository](https://github.com/eigenwallet/asb-docker-compose/), including variations for testnet._ First, make sure you're in the directory with the `docker-compose.yml` file: diff --git a/docs/pages/getting_started/install_instructions.mdx b/docs/pages/getting_started/install_instructions.mdx index d3560b40..34c6b2da 100644 --- a/docs/pages/getting_started/install_instructions.mdx +++ b/docs/pages/getting_started/install_instructions.mdx @@ -11,19 +11,19 @@ Precompiled binaries of the _GUI_ are available for most platforms. Simply downl - 1. Download the latest release from GitHub [here](https://github.com/UnstoppableSwap/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_x64-setup.exe) + 1. Download the latest release from GitHub [here](https://github.com/eigenwallet/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_x64-setup.exe) 2. Open the downloaded `.exe` installer 3. Follow the installation instructions 4. Open the `UnstoppableSwap` application from your Start menu - 1. Download the latest release from GitHub [here](https://github.com/UnstoppableSwap/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_aarch64.dmg) + 1. Download the latest release from GitHub [here](https://github.com/eigenwallet/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_aarch64.dmg) 2. Open the downloaded `.dmg` file 3. Drag the `UnstoppableSwap` icon to your Applications folder 4. Open the `UnstoppableSwap` application from your Applications folder - 1. Download the latest release from GitHub [here](https://github.com/UnstoppableSwap/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_x64.dmg) + 1. Download the latest release from GitHub [here](https://github.com/eigenwallet/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_x64.dmg) 2. Open the downloaded `.dmg` file 3. Drag the `UnstoppableSwap` icon to your Applications folder 4. Open the `UnstoppableSwap` application from your Applications folder @@ -32,7 +32,7 @@ Precompiled binaries of the _GUI_ are available for most platforms. Simply downl For other Linux distributions, you can download the AppImage and run it directly. It includes all dependencies and will work on most systems. ```bash filename="install.sh" - wget https://github.com/UnstoppableSwap/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_amd64.AppImage + wget https://github.com/eigenwallet/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_amd64.AppImage chmod +x UnstoppableSwap_1.0.0-rc.4_amd64.AppImage ./UnstoppableSwap_1.0.0-rc.4_amd64.AppImage ``` @@ -77,7 +77,7 @@ If you want to build the application from source you'll need to have the followi After that you only need to clone the repository and run the following commands: ```bash -git clone https://github.com/UnstoppableSwap/core.git +git clone https://github.com/eigenwallet/core.git cd core/src-tauri cargo tauri build # may take a while ``` diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx index ae4cdcc4..1c3d8096 100644 --- a/docs/theme.config.jsx +++ b/docs/theme.config.jsx @@ -3,7 +3,7 @@ import Logo from "./components/Logo"; export default { logo: , project: { - link: "https://github.com/UnstoppableSwap/core", + link: "https://github.com/eigenwallet/core", }, head: ( <> diff --git a/flatpak/index.html b/flatpak/index.html index d3f06b58..ee4fdc4d 100644 --- a/flatpak/index.html +++ b/flatpak/index.html @@ -66,7 +66,7 @@

This repository provides Flatpak packages for - UnstoppableSwap GUI.

diff --git a/src-gui/src/renderer/components/modal/introduction/slides/Slide07_ReachOut.tsx b/src-gui/src/renderer/components/modal/introduction/slides/Slide07_ReachOut.tsx index 07ca661d..2066da47 100644 --- a/src-gui/src/renderer/components/modal/introduction/slides/Slide07_ReachOut.tsx +++ b/src-gui/src/renderer/components/modal/introduction/slides/Slide07_ReachOut.tsx @@ -22,7 +22,7 @@ export default function Slide02_ChooseAMaker(props: slideProps) { mt: 3, }} > - + diff --git a/src-gui/src/renderer/components/modal/updater/UpdaterDialog.tsx b/src-gui/src/renderer/components/modal/updater/UpdaterDialog.tsx index bf9a1e77..259fc859 100644 --- a/src-gui/src/renderer/components/modal/updater/UpdaterDialog.tsx +++ b/src-gui/src/renderer/components/modal/updater/UpdaterDialog.tsx @@ -17,7 +17,7 @@ import { check, Update, DownloadEvent } from "@tauri-apps/plugin-updater"; import { useSnackbar } from "notistack"; import { relaunch } from "@tauri-apps/plugin-process"; -const GITHUB_RELEASES_URL = "https://github.com/UnstoppableSwap/core/releases"; +const GITHUB_RELEASES_URL = "https://github.com/eigenwallet/core/releases"; const HOMEPAGE_URL = "https://unstoppableswap.net/"; interface DownloadProgress { diff --git a/src-gui/src/renderer/components/navigation/NavigationFooter.tsx b/src-gui/src/renderer/components/navigation/NavigationFooter.tsx index ac0e575d..0a31ccd3 100644 --- a/src-gui/src/renderer/components/navigation/NavigationFooter.tsx +++ b/src-gui/src/renderer/components/navigation/NavigationFooter.tsx @@ -33,7 +33,7 @@ export default function NavigationFooter() { > - + diff --git a/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx b/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx index 6aa56b1c..c2d1ea8c 100644 --- a/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx +++ b/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx @@ -3,7 +3,7 @@ import { open } from "@tauri-apps/plugin-shell"; import InfoBox from "renderer/components/pages/swap/swap/components/InfoBox"; const GITHUB_ISSUE_URL = - "https://github.com/UnstoppableSwap/core/issues/new/choose"; + "https://github.com/eigenwallet/core/issues/new/choose"; const MATRIX_ROOM_URL = "https://matrix.to/#/#unstoppableswap:matrix.org"; export const DISCORD_URL = "https://discord.gg/aqSyyJ35UW"; diff --git a/src-gui/src/renderer/components/pages/help/ExportDataBox.tsx b/src-gui/src/renderer/components/pages/help/ExportDataBox.tsx index 26e01fd5..4b0b19b5 100644 --- a/src-gui/src/renderer/components/pages/help/ExportDataBox.tsx +++ b/src-gui/src/renderer/components/pages/help/ExportDataBox.tsx @@ -100,7 +100,7 @@ function WalletDescriptorModal({
  • For more information on what to do with the descriptor, see our{" "} documentation diff --git a/src-gui/src/renderer/rpc.ts b/src-gui/src/renderer/rpc.ts index c4ae6165..dde3e643 100644 --- a/src-gui/src/renderer/rpc.ts +++ b/src-gui/src/renderer/rpc.ts @@ -66,7 +66,7 @@ const DONATION_ADDRESS_STAGENET = /// https://github.com/binarybaron/ /// /// Get the key from: -/// - https://github.com/UnstoppableSwap/core/blob/master/utils/gpg_keys/binarybaron.asc +/// - https://github.com/eigenwallet/core/blob/master/utils/gpg_keys/binarybaron.asc /// - https://unstoppableswap.net/binarybaron.asc const DONATION_ADDRESS_MAINNET_SIG = ` -----BEGIN PGP SIGNED MESSAGE----- diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 50c051f7..60ec7def 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -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" } diff --git a/swap/src/common/mod.rs b/swap/src/common/mod.rs index 77cc34b0..ecaae413 100644 --- a/swap/src/common/mod.rs +++ b/swap/src/common/mod.rs @@ -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<()> { diff --git a/swap/src/protocol/alice/state.rs b/swap/src/protocol/alice/state.rs index f1e320bd..67aeb5a7 100644 --- a/swap/src/protocol/alice/state.rs +++ b/swap/src/protocol/alice/state.rs @@ -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. diff --git a/swap/tests/bdk.sh b/swap/tests/bdk.sh index 224bb56f..abc9e57a 100755 --- a/swap/tests/bdk.sh +++ b/swap/tests/bdk.sh @@ -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