diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 4ae41915177..2c4df9ced75 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -4,8 +4,8 @@ contact_links:
url: https://docs.wasabiwallet.io/
about: Search for any information about Wasabi.
- name: 💪 Community support
- url: https://github.com/zkSNACKs/WalletWasabi/discussions/categories/support
+ url: https://github.com/WalletWasabi/WalletWasabi/discussions/categories/support
about: Feel free to ask anything.
- name: ❓ Other issue?
- url: https://github.com/zkSNACKs/WalletWasabi/discussions/
+ url: https://github.com/WalletWasabi/WalletWasabi/discussions/
about: Search on the community forum.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8f7371aa422..8741caadaa0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@
## How to be useful for the project
-- Any issue labelled as [good first issue](https://github.com/zkSNACKs/WalletWasabi/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) is good to start contributing to Wasabi.
+- Any issue labelled as [good first issue](https://github.com/WalletWasabi/WalletWasabi/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) is good to start contributing to Wasabi.
- Always focus on a specific issue in your pull request and avoid unrelated/unnecessary changes.
- Avoid working on complex problems (fees, amount decomposition, coin selection...) without extensive research on the context, either on Github or asking to contributors.
- Avoid working on a UI or UX feature without first seeing a conclusion from a UX meeting.
@@ -18,7 +18,7 @@
**DO** use [CodeMaid](https://www.codemaid.net/), a Visual Studio extension to automatically clean up your code on saving the file.
CodeMaid is a non-intrusive code cleanup tool.
-Wasabi's CodeMaid settings [can be found in the root of the repository](https://github.com/zkSNACKs/WalletWasabi/blob/master/CodeMaid.config). They are automatically picked up by Visual Studio when you open the project, assuming the CodeMaid extension is installed. Unfortunately CodeMaid has no Visual Studio Code extension yet. You can check out the progress on this [under this GitHub issue](https://github.com/codecadwallader/codemaid/issues/273).
+Wasabi's CodeMaid settings [can be found in the root of the repository](https://github.com/WalletWasabi/WalletWasabi/blob/master/CodeMaid.config). They are automatically picked up by Visual Studio when you open the project, assuming the CodeMaid extension is installed. Unfortunately CodeMaid has no Visual Studio Code extension yet. You can check out the progress on this [under this GitHub issue](https://github.com/codecadwallader/codemaid/issues/273).
**Rider IDE:**
@@ -31,7 +31,7 @@ And also enable `Enable EditorConfig support` in `Settings -> Editor -> Code Sty
## .editorconfig
-Not only CodeMaid, but Visual Studio also enforces consistent coding style through [`.editorconfig`](https://github.com/zkSNACKs/WalletWasabi/blob/master/.editorconfig) file.
+Not only CodeMaid, but Visual Studio also enforces consistent coding style through [`.editorconfig`](https://github.com/WalletWasabi/WalletWasabi/blob/master/.editorconfig) file.
If you are using Visual Studio Code make sure to install "C# Dev Kit" extension and add the following settings to your settings file:
@@ -41,13 +41,13 @@ If you are using Visual Studio Code make sure to install "C# Dev Kit" extension
## Technologies and scope
-- [.NET SDK](https://dotnet.microsoft.com/en-us/): free, open-source, cross-platform framework for building apps. SDK version path: [WalletWasabi/global.json](https://github.com/zkSNACKs/WalletWasabi/blob/master/global.json).
+- [.NET SDK](https://dotnet.microsoft.com/en-us/): free, open-source, cross-platform framework for building apps. SDK version path: [WalletWasabi/global.json](https://github.com/WalletWasabi/WalletWasabi/blob/master/global.json).
- [C#](https://dotnet.microsoft.com/en-us/languages/csharp): open-source programming language.
- Model-View-ViewModel architecture (MVVM).
- [Avalonia UI](https://www.avaloniaui.net/): framework to create cross-platform UI.
- [xUnit](https://xunit.net/): create unit tests.
-- Dependencies path: [WalletWasabi/Directory.Packages.props](https://github.com/zkSNACKs/WalletWasabi/blob/master/Directory.Packages.props).
-- Developer's documentation path: [WalletWasabi/WalletWasabi.Documentation/](https://github.com/zkSNACKs/WalletWasabi/tree/master/WalletWasabi.Documentation).
+- Dependencies path: [WalletWasabi/Directory.Packages.props](https://github.com/WalletWasabi/WalletWasabi/blob/master/Directory.Packages.props).
+- Developer's documentation path: [WalletWasabi/WalletWasabi.Documentation/](https://github.com/WalletWasabi/WalletWasabi/tree/master/WalletWasabi.Documentation).
# Code conventions
@@ -177,7 +177,7 @@ myUiControl.Text = result;
## Never throw AggregateException and Exception in a mixed way
It causes confusion and awkward catch clauses.
-[Example](https://github.com/zkSNACKs/WalletWasabi/pull/10353/files)
+[Example](https://github.com/WalletWasabi/WalletWasabi/pull/10353/files)
## Unused return value
diff --git a/README.md b/README.md
index 284981c35d3..c0a430d87da 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
@@ -21,7 +21,7 @@
API
|
-
+
Support
|
@@ -29,7 +29,7 @@
YouTube
|
-
+
PGP
@@ -46,10 +46,10 @@
[4]: https://dev.azure.com/zkSNACKs/Wasabi/_build?definitionId=1
[5]: https://dev.azure.com/zkSNACKs/Wasabi/_apis/build/status/Wasabi.Osx?branchName=master
[6]: https://dev.azure.com/zkSNACKs/Wasabi/_build?definitionId=2
-[7]: https://img.shields.io/github/license/zkSNACKs/WalletWasabi.svg
-[8]: https://github.com/zkSNACKs/WalletWasabi/blob/master/LICENSE.md
-[9]: https://www.codefactor.io/repository/github/zksnacks/walletwasabi/badge
-[10]: https://www.codefactor.io/repository/github/zksnacks/walletwasabi
+[7]: https://img.shields.io/github/license/WalletWasabi/WalletWasabi.svg
+[8]: https://github.com/WalletWasabi/WalletWasabi/blob/master/LICENSE.md
+[9]: https://www.codefactor.io/repository/github/WalletWasabi/walletwasabi/badge
+[10]: https://www.codefactor.io/repository/github/WalletWasabi/walletwasabi
[11]: https://dev.azure.com/zkSNACKs/Wasabi/_apis/build/status/Wasabi.ContinuousDelivery?branchName=master
[12]: https://dev.azure.com/zkSNACKs/Wasabi/_build/latest?definitionId=12&branchName=master
[13]: https://dev.azure.com/zkSNACKs/Wasabi/_apis/build/status/Wasabi.DeterministicBuild?branchName=master
@@ -58,7 +58,7 @@
-# [Download Wasabi](https://github.com/zkSNACKs/WalletWasabi/releases)
+# [Download Wasabi](https://github.com/WalletWasabi/WalletWasabi/releases)
@@ -75,7 +75,7 @@
Clone & Restore & Build
```sh
-git clone --depth=1 --single-branch --branch=master https://github.com/zkSNACKs/WalletWasabi.git
+git clone --depth=1 --single-branch --branch=master https://github.com/WalletWasabi/WalletWasabi.git
cd WalletWasabi/WalletWasabi.Fluent.Desktop
dotnet build
```
diff --git a/SECURITY.md b/SECURITY.md
index 373ca4b23f5..c7d9d72944a 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -1,7 +1,7 @@
# Security Policy
-If a vulnerability does not compromise users' privacy or security, open a [regular GitHub issue](https://github.com/zkSNACKs/WalletWasabi/issues/new/choose).
-If it does, then pay great care to responsible disclosure. Report a [private vulnerability on GitHub](https://github.com/zkSNACKs/WalletWasabi/security/advisories/new) or send an email to molnardavid84@gmail.com, preferably using PGP encryption: `F079 0C08 68BD BAB8 EE33 F9CE 50FB 7FEB 00F9 7588`
+If a vulnerability does not compromise users' privacy or security, open a [regular GitHub issue](https://github.com/WalletWasasbi/WalletWasabi/issues/new/choose).
+If it does, then pay great care to responsible disclosure. Report a [private vulnerability on GitHub](https://github.com/WalletWasabi/WalletWasabi/security/advisories/new) or send an email to molnardavid84@gmail.com, preferably using PGP encryption: `F079 0C08 68BD BAB8 EE33 F9CE 50FB 7FEB 00F9 7588`
```
-----BEGIN PGP PUBLIC KEY BLOCK-----
diff --git a/WalletWasabi.Backend/Startup.cs b/WalletWasabi.Backend/Startup.cs
index 20ca939fa9c..18f8ab475c2 100644
--- a/WalletWasabi.Backend/Startup.cs
+++ b/WalletWasabi.Backend/Startup.cs
@@ -67,7 +67,7 @@ public void ConfigureServices(IServiceCollection services)
Version = $"v{Constants.BackendMajorVersion}",
Title = "Wasabi Wallet API",
Description = "Privacy focused Bitcoin Web API.",
- License = new OpenApiLicense { Name = "Use under MIT.", Url = new Uri("https://github.com/zkSNACKs/WalletWasabi/blob/master/LICENSE.md") }
+ License = new OpenApiLicense { Name = "Use under MIT.", Url = new Uri("https://github.com/WalletWasabi/WalletWasabi/blob/master/LICENSE.md") }
});
// Set the comments path for the Swagger JSON and UI.
diff --git a/WalletWasabi.Backend/WalletWasabi.Backend.csproj b/WalletWasabi.Backend/WalletWasabi.Backend.csproj
index 3803370d0ea..7fd411299d2 100644
--- a/WalletWasabi.Backend/WalletWasabi.Backend.csproj
+++ b/WalletWasabi.Backend/WalletWasabi.Backend.csproj
@@ -7,7 +7,7 @@
MIT
walletwasabi, wasabiwallet, wasabi, wallet, bitcoin, nbitcoin, tor, zerolink, wabisabi, coinjoin, fungibility, privacy, anonymity
Git
- https://github.com/zkSNACKs/WalletWasabi/
+ https://github.com/WalletWasabi/WalletWasabi/
$(MSBuildProjectDirectory)\=WalletWasabi.Backend
Linux
false
diff --git a/WalletWasabi.Daemon/README.md b/WalletWasabi.Daemon/README.md
index 7a9eaa9f5ee..3d2f425b16b 100644
--- a/WalletWasabi.Daemon/README.md
+++ b/WalletWasabi.Daemon/README.md
@@ -66,4 +66,4 @@ Wasabi Daemon 2.0.3.0
### Usage
-To interact with the daemon, use the [RPC server](https://docs.wasabiwallet.io/using-wasabi/RPC.html) or the [wcli script](https://github.com/zkSNACKs/WalletWasabi/tree/master/Contrib/CLI).
+To interact with the daemon, use the [RPC server](https://docs.wasabiwallet.io/using-wasabi/RPC.html) or the [wcli script](https://github.com/WalletWasabi/WalletWasabi/tree/master/Contrib/CLI).
diff --git a/WalletWasabi.Daemon/WalletWasabi.Daemon.csproj b/WalletWasabi.Daemon/WalletWasabi.Daemon.csproj
index 9bffd2fc31e..fb1bfa1d76d 100644
--- a/WalletWasabi.Daemon/WalletWasabi.Daemon.csproj
+++ b/WalletWasabi.Daemon/WalletWasabi.Daemon.csproj
@@ -21,10 +21,10 @@
Wasabi Wallet Daemon
Wasabi Wallet Daemon
bitcoin-wallet;privacy;bitcoin;dotnet;nbitcoin;cross-platform;zerolink;wallet;wabisabi;coinjoin;tor
- https://github.com/zkSNACKs/WalletWasabi/
- https://github.com/zkSNACKs/WalletWasabi/blob/master/LICENSE.md
+ https://github.com/WalletWasabi/WalletWasabi/
+ https://github.com/WalletWasabi/WalletWasabi/blob/master/LICENSE.md
git
- https://github.com/zkSNACKs/WalletWasabi/
+ https://github.com/WalletWasabi/WalletWasabi/
Wasabi Wallet Fluent Daemon
diff --git a/WalletWasabi.Documentation/ClientRelease/ClientDeployment.md b/WalletWasabi.Documentation/ClientRelease/ClientDeployment.md
index 229fedae842..0e083be9235 100644
--- a/WalletWasabi.Documentation/ClientRelease/ClientDeployment.md
+++ b/WalletWasabi.Documentation/ClientRelease/ClientDeployment.md
@@ -1,9 +1,9 @@
# Final tests
- Check the exact **date** of the last release and the **name** of the last PR.
-- List the PR-s in order, open the [link and (adjust date!)](https://github.com/zkSNACKs/WalletWasabi/pulls?q=is%3Apr+merged%3A%3E%3D2019-07-07+sort%3Aupdated-asc).
-- Go through all PR, create the Final Test issue. Create test cases according to PR-s and write a list - [Final Test format](https://github.com/zkSNACKs/WalletWasabi/issues/2227).
-- Go through all issues and pick the [important ones (adjust date!)](https://github.com/zkSNACKs/WalletWasabi/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A%3E%3D2019-07-07+sort%3Aupdated-asc+) and add to Final Tests if required.
+- List the PR-s in order, open the [link and (adjust date!)](https://github.com/WalletWasabi/WalletWasabi/pulls?q=is%3Apr+merged%3A%3E%3D2019-07-07+sort%3Aupdated-asc).
+- Go through all PR, create the Final Test issue. Create test cases according to PR-s and write a list - [Final Test format](https://github.com/WalletWasabi/WalletWasabi/issues/2227).
+- Go through all issues and pick the [important ones (adjust date!)](https://github.com/WalletWasabi/WalletWasabi/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A%3E%3D2019-07-07+sort%3Aupdated-asc+) and add to Final Tests if required.
- Check Tor status. Never release during a Tor network disruption: https://status.torproject.org/
- At the end there will be a Final Test document.
- Do testing contribution game if needed.
@@ -31,17 +31,17 @@ Make sure to run a virus detection scan on one of the Release candidate's .msi i
- Run tests.
- MAKE SURE YOU ARE ON THE RIGHT BRANCH AND UP TO DATE in GitHub Desktop on the release machine!
- Discard packages.lock changes if there are. Inserted USB drive name must contain the string USB!
-- Run the [script file](https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi.Packager/scripts/Wasabi_release.ps1) on the **Windows Release Laptop** and follow the instructions.
-- At some point you will need to run [this script](https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi.Packager/scripts/WasabiNoratize.scpt) file on Mac. Don't forget to open the script file on Mac and insert your Apple dev username and password. Guide how to setup it: [macOS release environment](https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi.Documentation/Guides/MacOsSigning.md).
+- Run the [script file](https://github.com/WalletWasabi/WalletWasabi/blob/master/WalletWasabi.Packager/scripts/Wasabi_release.ps1) on the **Windows Release Laptop** and follow the instructions.
+- At some point you will need to run [this script](https://github.com/WalletWasabi/WalletWasabi/blob/master/WalletWasabi.Packager/scripts/WasabiNoratize.scpt) file on Mac. Don't forget to open the script file on Mac and insert your Apple dev username and password. Guide how to setup it: [macOS release environment](https://github.com/WalletWasabi/WalletWasabi/blob/master/WalletWasabi.Documentation/Guides/MacOsSigning.md).
- Finish the script on Windows. Now a folder should pop up with all the files that need to be uploaded to GitHub.
- Test asc file for `.msi`.
- Final `.msi` test on own computer. Check the About dialog and optionally the BUILDINFO.json next to the wasabi executable, the commit ID should match with the one on GitHub.
# Final release
-- Draft a [new release at the main repo](https://github.com/zkSNACKs/WalletWasabi/releases/new).
+- Draft a [new release at the main repo](https://github.com/WalletWasabi/WalletWasabi/releases/new).
- Bump client version. (WalletWasabi/Helpers/Constants.cs) - maybe you already did this.
-- Create the release notes by using [the template](https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi.Documentation/ClientRelease/ReleaseNotesTemplate.md). Make sure the the recent changes are in the What's new section.
+- Create the release notes by using [the template](https://github.com/WalletWasabi/WalletWasabi/blob/master/WalletWasabi.Documentation/ClientRelease/ReleaseNotesTemplate.md). Make sure the the recent changes are in the What's new section.
- Run tests.
- Do Packaging (see above).
- Upload the files to the main repo!
@@ -52,7 +52,7 @@ Make sure to run a virus detection scan on one of the Release candidate's .msi i
# Notify
- Refresh website download and signature links.
-- [Deploy testnet and mainnet backend](https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi.Documentation/HowToDeploy.md). Make sure the client version number is bumped here as well. If it is a hotfix you do not need to update the backend, but you need to update the website!
+- [Deploy testnet and mainnet backend](https://github.com/WalletWasabi/WalletWasabi/blob/master/WalletWasabi.Documentation/HowToDeploy.md). Make sure the client version number is bumped here as well. If it is a hotfix you do not need to update the backend, but you need to update the website!
# Announce
diff --git a/WalletWasabi.Documentation/ClientRelease/ReleaseNotesTemplate.md b/WalletWasabi.Documentation/ClientRelease/ReleaseNotesTemplate.md
index 78f40973c30..157232fac71 100644
--- a/WalletWasabi.Documentation/ClientRelease/ReleaseNotesTemplate.md
+++ b/WalletWasabi.Documentation/ClientRelease/ReleaseNotesTemplate.md
@@ -1,11 +1,11 @@
### _[Wasabi Wallet](https://WasabiWallet.io) is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet_
# Download
-:window: [Windows](https://github.com/zkSNACKs/WalletWasabi/releases/download/v2.0.x/Wasabi-2.0.x.msi)
-:green_apple: [Apple M1/M2](https://github.com/zkSNACKs/WalletWasabi/releases/download/v2.0.x/Wasabi-2.0.x-arm64.dmg)
-:apple: [Apple Intel](https://github.com/zkSNACKs/WalletWasabi/releases/download/v2.0.x/Wasabi-2.0.x.dmg)
-:penguin: [Ubuntu / Debian](https://github.com/zkSNACKs/WalletWasabi/releases/download/v2.0.x/Wasabi-2.0.x.deb)
-:penguin: [Other Linux](https://github.com/zkSNACKs/WalletWasabi/releases/download/v2.0.x/Wasabi-2.0.x.tar.gz)
+:window: [Windows](https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.0.x/Wasabi-2.0.x.msi)
+:green_apple: [Apple M1/M2](https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.0.x/Wasabi-2.0.x-arm64.dmg)
+:apple: [Apple Intel](https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.0.x/Wasabi-2.0.x.dmg)
+:penguin: [Ubuntu / Debian](https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.0.x/Wasabi-2.0.x.deb)
+:penguin: [Other Linux](https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.0.x/Wasabi-2.0.x.tar.gz)
---
## Release Highlights
@@ -23,12 +23,12 @@ For a detailed installation guide, including **signature verification**, see [th
:spider_web: [Website](https://wasabiwallet.io)
:onion: [Tor onion site](http://wasabiukrxmkdgve5kynjztuovbg43uxcbcxn6y2okcrsg7gb6jdmbad.onion/)
:orange_book: [Documentation](https://docs.wasabiwallet.io)
-:grey_question: [FAQ](https://github.com/zkSNACKs/WalletWasabi/discussions/categories/faq)
+:grey_question: [FAQ](https://github.com/WalletWasabi/WalletWasabi/discussions/categories/faq)
## Advanced Guide
If you want to build or update Wasabi from source code, check out [these easy instructions](https://docs.wasabiwallet.io/using-wasabi/BuildSource.html).
-Wasabi uses [reproducible builds](https://reproducible-builds.org/), which you can verify with [this guide](https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi.Documentation/Guides/DeterministicBuildGuide.md).
+Wasabi uses [reproducible builds](https://reproducible-builds.org/), which you can verify with [this guide](https://github.com/WalletWasabi/WalletWasabi/blob/master/WalletWasabi.Documentation/Guides/DeterministicBuildGuide.md).
## Requirements
- Windows 10 1607+
diff --git a/WalletWasabi.Documentation/Guides/DeterministicBuildGuide.md b/WalletWasabi.Documentation/Guides/DeterministicBuildGuide.md
index 6ae332a74ad..b54cc00cedd 100644
--- a/WalletWasabi.Documentation/Guides/DeterministicBuildGuide.md
+++ b/WalletWasabi.Documentation/Guides/DeterministicBuildGuide.md
@@ -6,7 +6,7 @@ The term *deterministic builds* is [defined](https://reproducible-builds.org/) a
This guide describes how to reproduce Wasabi's builds. If you get stuck with these instructions, take a look at [how to build Wasabi from source code](https://docs.wasabiwallet.io/using-wasabi/BuildSource.html).
-**Warning:** Reproducible builds were introduced in [1.1.3 release](https://github.com/zkSNACKs/WalletWasabi/releases/tag/v1.1.3), you cannot use these instructions for older versions!
+**Warning:** Reproducible builds were introduced in [1.1.3 release](https://github.com/WalletWasabi/WalletWasabi/releases/tag/v1.1.3), you cannot use these instructions for older versions!
## 1. Assert correct environment
@@ -28,11 +28,11 @@ Example of `global.json` that is set to strictly use a specific version:
## 2. Reproduce builds
-You can see the list of Wasabi releases here: https://github.com/zkSNACKs/WalletWasabi/releases. Please note that each release has a git tag assigned, which is useful in the following instructions:
+You can see the list of Wasabi releases here: https://github.com/WalletWasabi/WalletWasabi/releases. Please note that each release has a git tag assigned, which is useful in the following instructions:
```sh
# The following command downloads only a single git branch. However, you can clone the whole repository, which is bigger.
-git clone --depth 1 --branch https://github.com/zkSNACKs/WalletWasabi.git # where `` may be, for example, `v1.1.11.1`.
+git clone --depth 1 --branch https://github.com/WalletWasabi/WalletWasabi.git # where `` may be, for example, `v1.1.11.1`.
cd WalletWasabi/WalletWasabi.Packager
dotnet nuget locals all --clear
dotnet restore
@@ -95,7 +95,7 @@ According to Apple documentation, the signature that is used to ensure the integ
According to this, it is impossible to have both deterministic build and code signature on macOS. macOS Gatekeeper won't let you run software without it. Thus, Wasabi only applies code signature, but no deterministic build for macOS.
-There is an issue [here](https://github.com/zkSNACKs/WalletWasabi/issues/4110) for further discussion.
+There is an issue [here](https://github.com/WalletWasabi/WalletWasabi/issues/4110) for further discussion.
With the following method you can check the differences by yourself:
diff --git a/WalletWasabi.Documentation/Guides/HardwareWalletIntegration.md b/WalletWasabi.Documentation/Guides/HardwareWalletIntegration.md
index 2fa26062761..a4e7c7ee045 100644
--- a/WalletWasabi.Documentation/Guides/HardwareWalletIntegration.md
+++ b/WalletWasabi.Documentation/Guides/HardwareWalletIntegration.md
@@ -15,10 +15,10 @@ Wasabi's main priorities regarding hardware wallets:
1. Integrate your hardware wallet into [HWI](https://github.com/bitcoin-core/HWI).
2. Add some tests into HWI, so compatibility issues can be caught at the early stages.
3. Test the compatibility with Wasabi. Import, Receive, Send, and Recover.
-4. Write some [Kata tests](https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi.Tests/AcceptanceTests/HwiKatas.cs) (manual tests), that can be used to detect compatibility issues when: Wasabi release, new firmware, etc.
+4. Write some [Kata tests](https://github.com/WalletWasabi/WalletWasabi/blob/master/WalletWasabi.Tests/AcceptanceTests/HwiKatas.cs) (manual tests), that can be used to detect compatibility issues when: Wasabi release, new firmware, etc.
5. Send at least one device (preferably two devices) to Wasabi HQ. To do so, contact us at `info@zksnacks.com`.
6. Wasabi team tests the device using the Kata tests and approves.
7. Create some content on how to use the device with our software, possibly in [the Wasabi documentation](https://github.com/zkSNACKs/WasabiDoc/blob/master/docs/using-wasabi/ColdWasabi.md).
8. Create a guide on how to initialize the device in offline mode - if possible. There should be a method to init the device without sharing the xpub.
9. During an initial testing period of at least half a year, Wasabi will unofficially support the hardware wallet - meaning that it is working but nothing is guaranteed.
-10. After a half-year grace period without compatibility problems or breaking changes, Wasabi will officially support this hardware wallet, meaning that Wasabi will give guidance related to the device and announce the [support of the device](https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi.Documentation/WasabiCompatibility.md).
+10. After a half-year grace period without compatibility problems or breaking changes, Wasabi will officially support this hardware wallet, meaning that Wasabi will give guidance related to the device and announce the [support of the device](https://github.com/WalletWasabi/WalletWasabi/blob/master/WalletWasabi.Documentation/WasabiCompatibility.md).
diff --git a/WalletWasabi.Documentation/Guides/HowToDebug.md b/WalletWasabi.Documentation/Guides/HowToDebug.md
index ea6416daedf..b18b2ada081 100644
--- a/WalletWasabi.Documentation/Guides/HowToDebug.md
+++ b/WalletWasabi.Documentation/Guides/HowToDebug.md
@@ -4,7 +4,7 @@ This guide is for giving detailed instructions about how to debug Wasabi Wallet
We will focus on how to achieve this with `vscode` first because that is the cross-platform IDE used by some of the developer team members.
## Before Starting
-We assume the reader has already read the project [README](https://github.com/zkSNACKs/WalletWasabi/blob/master/README.md) file and has installed the [.NET 8.0 SDK](https://dotnet.microsoft.com/download), and knows how to clone the repository and build the Wasabi solution.
+We assume the reader has already read the project [README](https://github.com/WalletWasabi/WalletWasabi/blob/master/README.md) file and has installed the [.NET 8.0 SDK](https://dotnet.microsoft.com/download), and knows how to clone the repository and build the Wasabi solution.
## Install VS Code and C# extension
diff --git a/WalletWasabi.Documentation/Guides/MacOsSigning.md b/WalletWasabi.Documentation/Guides/MacOsSigning.md
index 099dca95293..58c19fa2f2e 100644
--- a/WalletWasabi.Documentation/Guides/MacOsSigning.md
+++ b/WalletWasabi.Documentation/Guides/MacOsSigning.md
@@ -35,9 +35,9 @@
## Source
-- https://github.com/zkSNACKs/WalletWasabi/pull/2886
+- https://github.com/WalletWasabi/WalletWasabi/pull/2886
- https://github.com/btcpayserver/BTCPayServer.Vault/blob/master/Build/travis/applesign.sh
-- https://github.com/zkSNACKs/WalletWasabi/pull/928/commits/e38ed672dee25f6e45a3eb16584887cc6d48c4e6#diff-fcfcbe3692989568120c615d76ece2b2
+- https://github.com/WalletWasabi/WalletWasabi/pull/928/commits/e38ed672dee25f6e45a3eb16584887cc6d48c4e6#diff-fcfcbe3692989568120c615d76ece2b2
- https://developer.apple.com/library/archive/technotes/tn2206/_index.html
- https://developer.apple.com/developer-id/
@@ -49,7 +49,7 @@
- 1024x1024 size
- 98px padding
- BoxShadow params: x:0, y:5, Blur:25, Spread:0, Color:000000, Transparency:50%
-- https://github.com/zkSNACKs/WalletWasabi/issues/2951
+- https://github.com/WalletWasabi/WalletWasabi/issues/2951
## Changing the background of dmg installer
diff --git a/WalletWasabi.Documentation/HowToDeploy.md b/WalletWasabi.Documentation/HowToDeploy.md
index 3e4aa3e94fb..123da7f15d8 100644
--- a/WalletWasabi.Documentation/HowToDeploy.md
+++ b/WalletWasabi.Documentation/HowToDeploy.md
@@ -24,7 +24,7 @@
Hello there, we are deploying this commit to the `TestNet` server.
- Latest commit on backend: 167c81be80d8d3de9deaf8d306017c5403593c89
- Planning to deploy to backend: 460e21ce71738d3cc1560a3d4fc1984cc4beb725
-- PRs with affiliate label: https://github.com/zkSNACKs/WalletWasabi/pulls?q=is%3Apr+is%3Aclosed+label%3Aaffiliate
+- PRs with affiliate label: https://github.com/WalletWasabi/WalletWasabi/pulls?q=is%3Apr+is%3Aclosed+label%3Aaffiliate
Please ack and test.
@@ -38,7 +38,7 @@ This script builds wasabi backend and it is defined as follow:
```bash
$ echo "#!/usr/bin/env bash" > build-wasabi
-$ echo "nix build -o wasabi-backend github:zksnacks/walletwasabi/\$1" >> build-wasabi
+$ echo "nix build -o wasabi-backend github:walletwasabi/walletwasabi/\$1" >> build-wasabi
```
### deploy-wasabi script
diff --git a/WalletWasabi.Documentation/WasabiSetupRegtest.md b/WalletWasabi.Documentation/WasabiSetupRegtest.md
index 75b6187e012..b93212e7f7b 100644
--- a/WalletWasabi.Documentation/WasabiSetupRegtest.md
+++ b/WalletWasabi.Documentation/WasabiSetupRegtest.md
@@ -73,7 +73,7 @@ You can force rebuilding the txindex with the `-reindex` command line argument.
## Setup Wasabi Backend
-Here you will have to build from source, follow [these instructions here](https://github.com/zkSNACKs/WalletWasabi#build-from-source-code).
+Here you will have to build from source, follow [these instructions here](https://github.com/WalletWasabi/WalletWasabi#build-from-source-code).
Todo:
1. Go to `WalletWasabi\WalletWasabi.Backend` folder.
diff --git a/WalletWasabi.Documentation/WasabikaCodex.md b/WalletWasabi.Documentation/WasabikaCodex.md
index f0980de88d9..682883dd522 100644
--- a/WalletWasabi.Documentation/WasabikaCodex.md
+++ b/WalletWasabi.Documentation/WasabikaCodex.md
@@ -1,13 +1,13 @@
## Daily routine
1. Check with your team leader about tasks.
-2. Check [open code review requests waiting for you](https://github.com/zkSNACKs/WalletWasabi/pulls/review-requested/@me).
-3. Check [open priority issues and PRs](https://github.com/zkSNACKs/WalletWasabi/labels/priority). Take it or set Assignees and Labels if you can.
-4. Check your [open PRs](https://github.com/zkSNACKs/WalletWasabi/pulls/@me) and answer if necessary.
+2. Check [open code review requests waiting for you](https://github.com/WalletWasabi/WalletWasabi/pulls/review-requested/@me).
+3. Check [open priority issues and PRs](https://github.com/WalletWasabi/WalletWasabi/labels/priority). Take it or set Assignees and Labels if you can.
+4. Check your [open PRs](https://github.com/WalletWasabi/WalletWasabi/pulls/@me) and answer if necessary.
- If you need help use __@mention__.
- If you need review set __Reviewers__.
-5. Check [open issues assigned to you](https://github.com/zkSNACKs/WalletWasabi/issues/assigned/@me).
-6. Check [open issues and PRs where you are mentioned](https://github.com/zkSNACKs/WalletWasabi/issues?utf8=%E2%9C%93&q=is%3Aopen+mentions%3A%40me+).
+5. Check [open issues assigned to you](https://github.com/WalletWasabi/WalletWasabi/issues/assigned/@me).
+6. Check [open issues and PRs where you are mentioned](https://github.com/WalletWasabi/WalletWasabi/issues?utf8=%E2%9C%93&q=is%3Aopen+mentions%3A%40me+).
7. Check the [notifications](https://github.com/notifications).
8. Work on anything you want - assign it to yourself.
@@ -59,7 +59,7 @@ __Fact__: code review is one of the few scientifically proven code improvement t
- Copy the link
- Open Git Bash.
- Change the current working directory to the location where you want the cloned directory.
-- Type git clone, and then paste the URL you copied earlier. Example: "git clone https://github.com/zkSNACKs/WalletWasabi.git"
+- Type git clone, and then paste the URL you copied earlier. Example: "git clone https://github.com/WalletWasabi/WalletWasabi.git"
- Press Enter. Your local clone will be created.
- Further reading about this approach or if you get stuck, please read this https://docs.github.com/en/get-started/quickstart/fork-a-repo (or ask the devs)
@@ -131,7 +131,7 @@ Developers work with many branches at the same time because during any single da
First clone your existing repository as a bare repo (a repository without files) and do it in a `.git` directory.
```
-$ git clone --bare git@github.com:zkSNACKs/WalletWasabi.git .git
+$ git clone --bare git@github.com:WalletWasabi/WalletWasabi.git .git
```
## Working with remote repositories
diff --git a/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj b/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj
index 26243293883..34cac59b0b1 100644
--- a/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj
+++ b/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj
@@ -29,10 +29,10 @@
Wasabi Wallet Fluent
Wasabi Wallet
bitcoin-wallet;privacy;bitcoin;dotnet;nbitcoin;cross-platform;zerolink;wallet;wabisabi;coinjoin;tor
- https://github.com/zkSNACKs/WalletWasabi/
- https://github.com/zkSNACKs/WalletWasabi/blob/master/LICENSE.md
+ https://github.com/WalletWasabi/WalletWasabi/
+ https://github.com/WalletWasabi/WalletWasabi/blob/master/LICENSE.md
git
- https://github.com/zkSNACKs/WalletWasabi/
+ https://github.com/WalletWasabi/WalletWasabi/
Assets\WasabiLogo.ico
Assets\WasabiLogo.ico
Wasabi Wallet Fluent
diff --git a/WalletWasabi.Fluent.Generators/Analyzers/UIContextUsageInConstructorAnalyzer.cs b/WalletWasabi.Fluent.Generators/Analyzers/UIContextUsageInConstructorAnalyzer.cs
index ec1af41078b..8e3b58ffee1 100644
--- a/WalletWasabi.Fluent.Generators/Analyzers/UIContextUsageInConstructorAnalyzer.cs
+++ b/WalletWasabi.Fluent.Generators/Analyzers/UIContextUsageInConstructorAnalyzer.cs
@@ -23,7 +23,7 @@ public class UiContextAnalyzer : DiagnosticAnalyzer
internal static readonly DiagnosticDescriptor Rule1 =
new("WW001",
"Do not use UiContext or Navigation APIs in ViewModel Constructor",
- "UiContext cannot be referenced in a ViewModel's constructor because it hasn't been initialized yet when constructor runs. Use OnNavigatedTo() or OnActivated() instead. Alternatively, make the constructor public and explicitly initialize UiContext. See https://github.com/zkSNACKs/WalletWasabi/blob/master/CONTRIBUTING.md#source-generated-viewmodel-constructors for details.",
+ "UiContext cannot be referenced in a ViewModel's constructor because it hasn't been initialized yet when constructor runs. Use OnNavigatedTo() or OnActivated() instead. Alternatively, make the constructor public and explicitly initialize UiContext. See https://github.com/WalletWasabi/WalletWasabi/blob/master/CONTRIBUTING.md#source-generated-viewmodel-constructors for details.",
"Wasabi Wallet",
DiagnosticSeverity.Error,
true);
diff --git a/WalletWasabi.Fluent/App.axaml b/WalletWasabi.Fluent/App.axaml
index bf45cf7af8e..6e42710d361 100644
--- a/WalletWasabi.Fluent/App.axaml
+++ b/WalletWasabi.Fluent/App.axaml
@@ -40,7 +40,7 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WalletWasabi.Fluent/Extensions/ObservableExtensions.cs b/WalletWasabi.Fluent/Extensions/ObservableExtensions.cs
index fb1914a8292..47c19814276 100644
--- a/WalletWasabi.Fluent/Extensions/ObservableExtensions.cs
+++ b/WalletWasabi.Fluent/Extensions/ObservableExtensions.cs
@@ -108,11 +108,11 @@ public static IObservable ReplayLastActive(this IObservable observable)
public static IObservable<(T1, T2, T3)> Flatten(this IObservable<((T1, T2), T3)> source) =>
source.Select(t => (t.Item1.Item1, t.Item1.Item2, t.Item2));
- public static IObservableCache Fetch(this IObservable signal, Func> source, Func keySelector)
+ public static IObservableCache Fetch(this IObservable signal, Func> source, Func keySelector, IEqualityComparer equalityComparer)
where TKey : notnull where TObject : notnull
{
return signal.Select(_ => source())
- .EditDiff(keySelector)
+ .EditDiff(keySelector, equalityComparer)
.DisposeMany()
.AsObservableCache();
}
diff --git a/WalletWasabi.Fluent/Helpers/LambdaComparer.cs b/WalletWasabi.Fluent/Helpers/LambdaComparer.cs
new file mode 100644
index 00000000000..d9a272754b3
--- /dev/null
+++ b/WalletWasabi.Fluent/Helpers/LambdaComparer.cs
@@ -0,0 +1,31 @@
+namespace WalletWasabi.Fluent.Helpers;
+
+using System;
+using System.Collections.Generic;
+
+ public class LambdaComparer : IEqualityComparer
+ {
+ private readonly Func _lambdaComparer;
+ private readonly Func _lambdaHash;
+
+ public LambdaComparer(Func lambdaComparer) :
+ this(lambdaComparer, _ => 0)
+ {
+ }
+
+ public LambdaComparer(Func lambdaComparer, Func lambdaHash)
+ {
+ _lambdaComparer = lambdaComparer ?? throw new ArgumentNullException("lambdaComparer");
+ _lambdaHash = lambdaHash ?? throw new ArgumentNullException("lambdaHash");
+ }
+
+ public bool Equals(T? x, T? y)
+ {
+ return _lambdaComparer(x, y);
+ }
+
+ public int GetHashCode(T obj)
+ {
+ return _lambdaHash(obj);
+ }
+ }
diff --git a/WalletWasabi.Fluent/Helpers/MacOsStartupHelper.cs b/WalletWasabi.Fluent/Helpers/MacOsStartupHelper.cs
index 5aba8845ca5..9b5bcc3acf8 100644
--- a/WalletWasabi.Fluent/Helpers/MacOsStartupHelper.cs
+++ b/WalletWasabi.Fluent/Helpers/MacOsStartupHelper.cs
@@ -63,7 +63,7 @@ public static async Task AddOrRemoveStartupItemAsync(bool runOnSystemStartup)
private static async Task DeleteLoginItemIfExistsAsync()
{
// From 2.0.6, we use LaunchAgents instead of Login Items to run Wasabi hidden during startup. We need to delete older existing Login Items.
- // https://github.com/zkSNACKs/WalletWasabi/pull/12772#pullrequestreview-1984574457
+ // https://github.com/WalletWasabi/WalletWasabi/pull/12772#pullrequestreview-1984574457
string result = await EnvironmentHelpers.ShellExecAndGetResultAsync(ListCmd).ConfigureAwait(false);
bool loginItemExists = result.Contains(Constants.AppName);
if (loginItemExists)
diff --git a/WalletWasabi.Fluent/Icons/Icons.axaml b/WalletWasabi.Fluent/Icons/Icons.axaml
index 7ea80a7abe2..251038f3ea4 100644
--- a/WalletWasabi.Fluent/Icons/Icons.axaml
+++ b/WalletWasabi.Fluent/Icons/Icons.axaml
@@ -81,6 +81,8 @@
+
+
diff --git a/WalletWasabi.Fluent/Styles/SettingsLayout.axaml b/WalletWasabi.Fluent/Styles/SettingsLayout.axaml
index a2949265652..ddb9977cf58 100644
--- a/WalletWasabi.Fluent/Styles/SettingsLayout.axaml
+++ b/WalletWasabi.Fluent/Styles/SettingsLayout.axaml
@@ -19,6 +19,10 @@
+
+
-
-
-
-
-
-
diff --git a/WalletWasabi.Fluent/Styles/ToggleSwitch.axaml b/WalletWasabi.Fluent/Styles/ToggleSwitch.axaml
index 91cdd10989b..b7e1434ff87 100644
--- a/WalletWasabi.Fluent/Styles/ToggleSwitch.axaml
+++ b/WalletWasabi.Fluent/Styles/ToggleSwitch.axaml
@@ -22,7 +22,7 @@
-
+
+
+
+
diff --git a/WalletWasabi.Fluent/Views/Wallets/Home/History/Columns/IndicatorsColumnView.axaml b/WalletWasabi.Fluent/Views/Wallets/Home/History/Columns/IndicatorsColumnView.axaml
index bb1c47aead9..557edbc0f84 100644
--- a/WalletWasabi.Fluent/Views/Wallets/Home/History/Columns/IndicatorsColumnView.axaml
+++ b/WalletWasabi.Fluent/Views/Wallets/Home/History/Columns/IndicatorsColumnView.axaml
@@ -14,7 +14,6 @@
@@ -26,10 +25,6 @@
-
@@ -47,11 +42,11 @@
+ Classes.CPFP="{Binding Transaction.Type, ConverterParameter={x:Static model:TransactionType.CPFP}, Converter={x:Static converters:EnumToBoolConverter.Instance}}"
+ Classes.SelfTransfer="{Binding Transaction.Type, ConverterParameter={x:Static model:TransactionType.SelfTransferTransaction}, Converter={x:Static converters:EnumToBoolConverter.Instance}}">
diff --git a/WalletWasabi.Fluent/Views/Wallets/Home/History/HistoryTable.axaml b/WalletWasabi.Fluent/Views/Wallets/Home/History/HistoryTable.axaml
index f54f4e35a01..cf18e365254 100644
--- a/WalletWasabi.Fluent/Views/Wallets/Home/History/HistoryTable.axaml
+++ b/WalletWasabi.Fluent/Views/Wallets/Home/History/HistoryTable.axaml
@@ -38,10 +38,21 @@
-