For those with X accounts: I would appreciate any reposts of https://x.com/SparrowWallet/status/2069125045167775896.
Unless Apple’s decision to terminate my Apple Developer account is reversed by June 30, all new installs of Sparrow will fail, and development on macOS will end.
craigraw
craigraw@donate.sparrowwallet.com
npub1hea9...g9v2
Creator of Sparrow Wallet
GPG: E946 1833 4C67 4B40
Sparrow v2.5.0 released with:
Silent Payments (SP) wallets
SP-capable Frigate public server from 2140.dev
bitview.space fee rates source

GitHub
Release 2.5.0 · sparrowwallet/sparrow
Add Silent Payments (SP) receiving wallets, including support for airgapped hardware wallet signers
Add frigate.2140.dev as an SP-capable public El...
Sparrow Wallet
Download
Sparrow is a modern desktop Bitcoin wallet application supporting most hardware wallets and built on common standards such as PSBT, with an emphasi...

Your anonymity set is much smaller than you think it is. 70% of spendable outputs are sent to previously used addresses. Data by @Deleted Account.

bitview
Bitcoin transparency, amplified

Frigate v1.4.0 has been released with significant performance improvements. It’s not just another release though. Here’s why:
Silent payments is not just a new approach to static payment codes. It's the first serious contender to improve the address derivation system since HD wallets in 2013. HD wallets were a big win over single keys, and silent payments could be a similar leap forward.
Why? The first reason is of course static payment codes, which with BIP353 look like ₿user@domain.com. A payment system which requires an back-and-forth interaction for every new payment to maintain receiver privacy is archaic, so this is long overdue.
Perhaps more important though is the corollary: address reuse is eliminated. Because every address is calculated using the transaction inputs - which can only be spent once - every address is guaranteed to be unique, addressing the original privacy problem in the whitepaper.
And as a bonus, the gap limit is eliminated too. The gap limit is how far ahead HD wallets look for transactions, and is the reason restoring a wallet can miss transactions if too many addresses were generated without receiving payments.
With these advantages, you might ask why silent payments is not already the default wallet type. The reason lies in an apparently fatal flaw - scanning for received transactions requires significant computation on every transaction that might contain a silent payments output.
Naively this means retrieving every block and performing thousands of computations on it just to see if it has any outputs to your wallet. This is incredibly onerous, and an immediate non-starter.
Fortunately the silent payments BIP suggested an immediate improvement - reducing the information needed from the block to just one public key per transaction. This was a big step forward, reducing each block to about 50-100 kilobytes of data.
It's not enough though. Catching up a few months takes an hour when on mobile it must occur within a few seconds. Users give up quickly, and iOS severely limits background computation. In practice the mobile wallet experience is unusable.
Further, downloading megabytes of data to scan a wallet is too expensive for many mobile users. And most mobile phones don't have nearly enough compute to attempt the scanning within a reasonable time period. I decided to try a different approach: Frigate.
Frigate is an experimental Electrum server for silent payments scanning. In moving the scanning burden to the server, you give up some privacy. But so long as you keep the client data ephemeral (not saved to disk), privacy is similar to that of Electrum servers for HD wallets.
Performance is essential. The fastest way to perform the computation on all the block data is to put it in a database, and then create a custom database function to perform the computation inside the database. This avoids copying it out for every scan.
This was the first step, and it took scanning a few months of blocks from an hour down to a minute. Promising, but not enough - and the server's CPU was saturated, making it less responsive to other requests.
The second step was performing the compute on a GPU. Because every transaction can be scanned independently, a highly parallel pipeline is possible. The GPU computation was implemented as a database function, and brought a few months of scanning down to a handful of seconds.
Just as importantly, the CPU was freed up to do other things. This was again promising, but not enough - it required powerful hardware, and was still only marginally capable enough for a public server. More was required.
The solution lay in optimizing the computation. Optimization typically gives modest improvements, but using a new library (UltrafastSecp256k1) delivered an incredible ~14x improvement in scanning time on the same GPU. A few months of scanning can now be done in half a second.
This is a breakthrough because it makes silent payments wallets on mobile easy. A public server with a few GPUs can handle thousands of connected wallets, and wallets sync immediately.
And it goes further - Frigate supports CUDA, OpenCL and Metal GPU backends. Practically this means most chips produced in the last decade can be used - integrated GPUs, Apple Silicon, and discrete NVIDIA and AMD boards - allowing existing nodes to leverage unused GPU capacity.
Frigate is still experimental. But it proves for the first time that silent payments wallets are practical for widespread adoption. This is not only a long overdue upgrade for Bitcoin wallets, but a significant step forward for privacy.

GitHub
GitHub - sparrowwallet/frigate: Frigate Electrum Server
Frigate Electrum Server. Contribute to sparrowwallet/frigate development by creating an account on GitHub.
Sparrow v2.4.0 released with:
Send to silent payments hardware wallet support
Address display chunking
Wallet discovery for USB hardware wallets
Codex32 support
Trezor Safe 7, Ledger Nano Gen5,
Keycard and Keycard Shell support

GitHub
Release 2.4.0 · sparrowwallet/sparrow
Add BIP375 PSBT fields and verify DLEQ proofs for hardware wallet support when sending to silent payments addresses
Format display of addresses in ...
Sparrow Wallet
Download
Sparrow is a modern desktop Bitcoin wallet application supporting most hardware wallets and built on common standards such as PSBT, with an emphasi...

Frigate v1.2.0 has been released.
Frigate is an experimental Electrum server testing efficient Silent Payments scanning with ephemeral keys.
The major feature in this release is GPU acceleration of the cryptographic computation required for Silent Payments scanning. This provides a dramatic (over 10x) performance improvement over CPU computation, and makes a public Silent Payments Electrum server a practical reality for the first time.
To learn more, see 
GitHub
GitHub - sparrowwallet/frigate: Frigate Electrum Server
Frigate Electrum Server. Contribute to sparrowwallet/frigate development by creating an account on GitHub.
Sparrow v2.3.0 released with:
Send to Silent Payments
Pay to DNS address
Min fee rate from server
And more:

GitHub
Release 2.3.0 · sparrowwallet/sparrow
Support sending to silent payment addresses, including those resolved through BIP353 HRNs
Support sending to and displaying BIP353 human readable n...
Sparrow Wallet
Download
Sparrow is a modern desktop Bitcoin wallet application supporting most hardware wallets and built on common standards such as PSBT, with an emphasi...

Announcing Frigate.
Frigate is an experimental Electrum server testing efficient Silent Payments scanning with ephemeral client keys.
Note that Frigate is currently a proof of concept for supporting Silent Payments on Electrum servers, and not a replacement for Electrs, Fulcrum etc.
If you are a developer interested in exploring Silent Payments scanning, check out 
GitHub
GitHub - sparrowwallet/frigate: Frigate Electrum Server
Frigate Electrum Server. Contribute to sparrowwallet/frigate development by creating an account on GitHub.
Sparrow v2.2.0 released with:
• Recent Blocks view
• Improved camera support
• Dark mode improvements
And much more:

GitHub
Release 2.2.0 · sparrowwallet/sparrow
Add Recent Blocks view to Send tab
Convert all bitmapped images to theme aware SVG format for all wallet models and dialogs
Support send and displa...
