You might want to hold off on the new version of Wasabi Wallet if you use your own node, as the RPC connection requests were failing. I rolled back to the previous AUR Arch version 2.7.2 which worked fine. I haven’t seen a bug report on it yet, but it was just released. Perhaps if I get some free time I’ll reinstall the new version and check logs to report it. I am running Bitcoin Knots 20260508 supporting BIP-110, so could that be the issue? I looked at the PKGBUILD diffs and it was just version and checksum changes for processing the official deb package. If you were content to just use Tor and other peers it still worked, but if I’m doing a coinjoin I want it using my node for maximum privacy.
https://github.com/WalletWasabi/WalletWasabi/releases/tag/v2.8.0
Repository: WalletWasabi/WalletWasabi · Tag: v2.8.0 · Commit: 2f849f7 · Released by: github-actions[bot]
Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet.
Download
🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux
Release Highlights
⚙️ P2P synchronization for compact filters
🚀 Pay in coinjoin
↘️ Sub-1 sat/vByte transaction fees
♻️ Payment batching
📎 Support for arm64 Linux, Tails, and Whonix
📜 Scheme scripting language
🔑 Signet test network
💀 Forward compatibility for Tor
Release Summary
Wasabi Wallet v2.8.0 is a massive release with P2P synchronization, faster onboarding, improved privacy, lower fees, and expanded device support.
⚙️ P2P synchronization for compact filters
Wasabi pioneered the use of compact block filters for private wallet synchronization. This involved implementing a custom indexer to build the filters, and hosting a server to provide them to clients.
Progress continued on block filters, resulting in standardized BIPs and direct support in Bitcoin node software. This version of Wasabi uses Bitcoin’s P2P network to download compact filters, eliminating the centralized server.
Onboarding new users to Wasabi is now faster thanks to wallet birthday checkpoints. Newly generated wallets no longer waste time and bandwidth downloading old blockchain history since it would be impossible for a new wallet to have previously received any transactions.
🚀 Pay in coinjoin
Sending payments directly inside a coinjoin transaction uses block space more efficiently and improves privacy in several ways:
- The age of your inputs is not revealed, so the receiver does not learn how long you’ve held your coins.
- The size of your change is not revealed, so the receiver does not learn the amount of coins you have left over.
- You can batch multiple payments into one transaction without revealing they originate from the same sender.
↘️ Sub-1 sat/vByte transaction fees
You can now spend coins using fee rates as low as 0.1 sat/vByte, letting you save up to 90% on mining fees. If a low fee transaction gets “stuck”, you can use Replace By Fee (RBF) to speed it up.
♻️ Payment batching
You can now pay to multiple addresses in the same transaction. This significantly reduces the amount of block space used compared to sending each payment individually.
📎 Support for arm64 Linux, Tails, and Whonix
Linux users with arm64 devices are now part of the Wasabi family. Tails and Whonix installations are now automatic and no longer require manual Tor configuration.
📜 Scheme scripting language
The scripting language is an experimental feature that makes Wasabi programmable, queryable, and extensible.
🔑 Signet test network
Testnet3 and Testnet4 use proof of work for generating blocks, just like mainnet. Because testnet coins have no value, low mining difficulty allows an attacker with a small amount of hashpower to flood blocks or create long reorgs.
Signet is another test network that allows a set of signers to create blocks. This reduces the unpredictable behavior so developers can work with a stable environment.
💀 Forward compatibility for Tor
The Tor Project is terminating network support for versions <0.4.9 on September 1, 2026. This release of Wasabi upgrades the bundled Tor dependency to ensure forward compatibility.
Installation Guide
Download the operating system relevant software package and install Wasabi like you would with any other software on your computer.
For a detailed installation guide, including signature verification, see the documentation.
Documentation
🕸️ Website
🧅 Tor onion site
📙 Documentation
❔ FAQ
Advanced Guide
If you want to build or update Wasabi from source code, check out these easy instructions.
Wasabi uses reproducible builds, which you can verify with this guide.
Requirements
- Windows 10 1607+
- Windows 11 23H2+
- macOS 14+
- Ubuntu 22.04+
- Fedora 42+
- Debian 12+
What’s Changed
- Do not check whether tx is for signing or not by @lontivero in #14163
- Refactor Safe File IO operatyion by @lontivero in #14170
- Refactor Wallet creation code to simplify it and make it a bit faster by @lontivero in #14168
- Retrieve block filters from bitcoin rpc in batches by @lnliz in #14181
- Update bug report template with clarity by @lontivero in #14189
- add block.xyz fee provider by @lnliz in #14182
- Improve logs format by @lontivero in #14194
- Pay In Coinjoin bash scripts by @lontivero in #14196
- Upgrade .NET 10 by @lontivero in #14197
- Better logs format by @lontivero in #14195
- Update supported Operating Systems on Release Notes by @MarnixCroes in #14208
- Make SLIP39 the first option by @lontivero in #14209
- Minimal Indexer by @lontivero in #14174
- Update Dockerfile for .NET 10 by @lnliz in #14213
- Add support for Scheme as scripting language by @lontivero in #14042
- bump copyright to 2026 by @MarnixCroes in #14226
- Add nix shell derivation by @lontivero in #14228
- Fix pruning warnings by @Carti-it in #14229
- Fix exception when copy and pasting a bitcoin address with leading/trailing whitespace by @Carti-it in #14232
- Fix execution order for UT by @lontivero in #14234
- Update default values by @Carti-it in #14233
SmartCoin._isBannedappears to be unused by @Carti-it in #14236- End to end test by @lontivero in #14241
- Remove migration from
TransactionStoreby @Carti-it in #14267 - Remove some unused code by @Carti-it in #14265
- Use sat/vB unit consistently by @Kruwed in #14257
- IndexBuilderService – potential NRE by @Carti-it in #14259
- Tor: 0.4.8.13 -> 0.4.8.21 by @Carti-it in #14240
- Remove migration from
IndexStoreby @Carti-it in #14262 - update listed dependencies to .NET 10 by @MarnixCroes in #14260
- Remove Cancel button in Wallet Settings by @lontivero in #14275
- Upgrade xUnit to 2.9.3 by @Carti-it in #14271
- Upgrade Avalonia 2 by @Carti-it in #14255
- Update logger by @Carti-it in #14251
- Do not report “Inconsistent index state” when downloaded filters cont… by @Carti-it in #14273
- Fix
PrisonSerializationAsynctest and clean up code by @Carti-it in #14272 - RPC: Do not load wallet automatically by @Carti-it in #14249
- Fix initialization order by @lontivero in #14277
- Fix dbusmenu shutdown by @wieslawsoltes in #14278
- Refactor
StaticViewLocatorGeneratorto useIIncrementalGeneratorby @Carti-it in #14266 - Use MIME constants by @Carti-it in #14281
- Added GUI for batched payment in coinjoin by @Coinjoiner21 in #14264
- Revert “Added GUI for batched payment in coinjoin” by @lontivero in #14283
- Fix a few compilation warnings by @lontivero in #14286
- Fix warnings ii by @lontivero in #14288
- Payment in coinjoin UI by @lontivero in #14284
- Fix error after receiving transactions by @lontivero in #14242
- Remove
AddStaticFileGeneratorcalls fromMainGeneratorand add th… by @Carti-it in #14287 - Fix flaky test by @lontivero in #14289
- Fix edge-case error by @lontivero in #14239
- Fix flaky test ii by @lontivero in #14290
- Fix flaky test iii by @lontivero in #14291
- Fix flaky test by @lontivero in #14294
- Stop current HTTP request when HTTP handler is disposed by @Carti-it in #14279
- Refactor
NavigationMetaDataGeneratorfromISourceGeneratorto `II… by @Carti-it in #14282 - Fix stackoverflow due to recursive call by @lontivero in #14295
- Fix some warnings and remove unused code by @Carti-it in #14298
- Migrate from deprecated
Avalonia.Xaml.Behaviorsto `Xaml.Behaviors.… by @Carti-it in #14297 - Allow to connect to just to Bitcoin Core RPC to get filters without r… by @Carti-it in #14293
- Convert
AutoNotifyGeneratortoIIncrementalGenerator+ update `Au… by @Carti-it in #14292 - Arena refactoring by @lontivero in #14177
- Do not use any third party info to compute the status of the wallets by @lontivero in #14302
- Revert “Arena refactoring” by @lontivero in #14309
- Fix warnings by @Carti-it in #14306
- Remove
AutoInterfaceGeneratorby @Carti-it in #14305 - Test cpfp service by @lontivero in #14311
- Fix clipboard warning by @Carti-it in #14313
- Clipboard UI fixes by @Carti-it in #14314
- Do not retry immediately rpc filter provider by @lontivero in #14310
- Fetch filters from rpc only when it is running and synchronized by @lontivero in #14317
- Fix search items for node rpc by @lontivero in #14318
- Remove
FluentNavigationGeneratorby @Carti-it in #14312 - Fix warnings by @Carti-it in #14320
- Fix some warnings by @lontivero in #14325
- Update .gitattributes to specify line endings by @Carti-it in #14322
- Reimplement
Heighttype by @lontivero in #14307 - Convert
UiContextConstructorGeneratortoIIncrementalGeneratorby @Carti-it in #14323 - Fix some warnings by @Carti-it in #14327
- Upgrade Roslyn to 5.0.0 and other dependencies by @Carti-it in #14328
- Fix reproducibility in tar file by @lontivero in #14334
PasteButtonFlashBehavior: Make sure that code runs on the UI thread by @Carti-it in #14321- add autopaste behavior to coinjoin payment dialog by @MarnixCroes in #14330
- add signet support by @lnliz in #14183
- Fix UIConfig deserialization by @lontivero in #14336
- Remove a few interfaces by @lontivero in #14319
- Fix warnings by @Carti-it in #14338
- Use
System.Threading.Lockby @Carti-it in #14337 - Application: Report exceptions by @Carti-it in #14342
- Refactor
SingleInstanceCheckerto use synchronous code and to be ba… by @Carti-it in #14343 - coinjoin payment dialog: add handcursor for add payment button by @MarnixCroes in #14352
- Remove cancel button and update coinjoin payments description by @Kruwed in #14351
- Fix some warnings by @Carti-it in #14356
SafeFileTests: Fix the tests to be truly multiplatform by @Carti-it in #14350- Remove clipboard polling by @Carti-it in #14355
- Allow sub-1 sat/vB fee rates for client-side sends by @Coinjoiner21 in #14359
- GUI: do not truncate sat/vbyte value by @MarnixCroes in #14360
- Fix config defaulting to signet by @Carti-it in #14361
- Global: Call
ConfigureBitcoinNetworkinInitializeAsyncby @Carti-it in #14357 - Move
PatchTestNettoNBitcoinHelpersto avoid CA2255 warning by @Carti-it in #14349 - Revert MaxCircuitDirtiness back to default (10 minutes) by @Carti-it in #14346
- Refactor application start by @Carti-it in #14347
- Revert “Move
PatchTestNettoNBitcoinHelpersto avoid CA2255 warning” by @lontivero in #14364 - Better handling of –help and –version by @lontivero in #14363
- Remove
AllFeeEstimate(duplicated) by @lontivero in #14371 - Display fee rate with proper precision in UI by @lontivero in #14374
- Make
CurrencyInputfollow invariant culture by @Carti-it in #14375 - Store transaction labels in wallet file for portability by @lontivero in #14372
MailboxProcessor: Fix warnings by @Carti-it in #14358- Fix Cpfp timeout by @lontivero in #14376
- Revert “Store transaction labels in wallet file for portability” by @lontivero in #14382
- Add Claude Code to flake.nix by @lontivero in #14379
- Fix mempool onion address by @lontivero in #14385
- Change folder structure for microservices (
lin64tolinux-x64, etc.) by @Carti-it in #14381 - Do not set RuntimeIdentifiers globally in the Directory.Build.props by @Carti-it in #14248
- Auto-detect Tails and Whonix to set Tor Connect Only mode by @lontivero in #14391
- Add
upgrade-tor.shscript by @Carti-it in #14389 - Fix logic for updating network file by @lontivero in #14386
- Remove
BoolToGenericConverterby @Carti-it in #14396 - Suppress warning in
ModuleInitializerby @Carti-it in #14399 - update upgrade tor doc by @MarnixCroes in #14397
- Disable parallel projects building by @lontivero in #14400
- Fail only when ALL notr clients fail by @lontivero in #14402
- Fix
CoreConfigTests.csby @Carti-it in #14398 - Allow users to verify the RPC endpoint and credentials by @lontivero in #14403
- Add
upgrade-hwi.shby @Carti-it in #14394 - Allow user to verify connection to onion rpc by @lontivero in #14404
- Remove coin proximity concept by @lontivero in #14406
- fix: Unsigned SHA256SUMS controls auto-update installer verification in ReleaseDownloader by @Donjon-Cerberus in #14409
- Add
upgrade-bitcoin.shscript by @Carti-it in #14405 - Fix OS command injection in URL opener on Linux/macOS by @lontivero in #14411
- Make Wasabi work only with RPC by @lontivero in #14345
- Remove unused code from SpectrumCode (and fixes a nullability warning) by @Carti-it in #14416
- Fix warning in
NBitcoinExtensionsby @Carti-it in #14415 - Synchronizer: Update code readability by @Carti-it in #14380
- Add shared
WalletWasabi.Clientproject forWalletWasabi.DaemonandWalletWasabi.Fluentby @Carti-it in #14414 - Code style changes by @Carti-it in #14417
- Fix warning in
MailboxProcessorby @Carti-it in #14401 - Support for Linux on arm64 by @Carti-it in #14407
- Fix filter redownload in testnet by @lontivero in #14418
- Remove
UneconomicalRoundconstant by @Carti-it in #14424 - Use worst best sync height by @lontivero in #14427
CoinJoinTrackerFactory: Fix warning by @Carti-it in #14425- Support for Linux on arm64 (binaries) by @Carti-it in #14422
- Upgrade Avalonia to 11.3.12 by @Carti-it in #14348
- update WalletBackupType options to match & add help text by @MarnixCroes in #14429
- Use less
MainViewModel.Instanceto show more clearly what happens by @Carti-it in #14438 - SettingsPageViewModel: Fix warning by @Carti-it in #14436
Walletmanager: Remove unusedInitialize()method by @Carti-it in #14435CustomFeeRateDialogViewModel: Fix warning by @Carti-it in #14434- Remove
Settings.StyleCopby @Carti-it in #14433 - Remove
TreatWarningsAsErrorsby @Carti-it in #14432 - Convert
WalletWasabi.slntoWalletWasabi.slnxby @Carti-it in #14440 - Improve “Exchange rate” tile for the case when no exchange rate is available by @Carti-it in #14439
- Use Tor for RPC by @lontivero in #14443
- Add Pay-to-Many (batch payment) support in Send flow by @Coinjoiner21 in #14369
- New release notes 2.8.0 by @Kruwed in #14441
- Fix Loopback bug with Tor when the RPC URI is localhost by @Coinjoiner21 in #14447
- Remove regression tests by @Carti-it in #14452
- Assorted trivial mini-changes by @Carti-it in #14451
- Friendly restart message instead of crash report during wallet recovery by @Coinjoiner21 in #14453
- add linux to arm64 supported doc by @MarnixCroes in #14420
- Fix startup crash when RPC credentials are not configured in test networks by @Coinjoiner21 in #14442
- Remove ISmartCoin abstraction by @lontivero in #14462
- PrivacyTextColumn: Fix warning by @Carti-it in #14474
- TorProcessManagerTests: Remove unused
Mockcode by @Carti-it in #14477 - WabiSabiFactory: Remove
Mockby @Carti-it in #14481 - Match search bar icon and avoid text cutoff by @Kruwed in #14486
- Payment: Fix warning by @Carti-it in #14473
- add searchbar keywords to Scripting by @MarnixCroes in #14465
- PrivacyRingItemViewModel: Fix warning by @Carti-it in #14464
- CoinJoinCoinSelectionTests: Remove use of
Mockby @Carti-it in #14480 upgrade-*.shscripts without redownloading by @Carti-it in #14487- Remove moq-based tests by @Carti-it in #14485
- TorSettings: Snowflake should be mapped to lyrebird by @Carti-it in #14463
- Send dialog: Disable paste button when there is nothing to paste / clipboard empty (again) by @Carti-it in #14491
- Remove
NetworkfromRoundParameterFactoryby @Carti-it in #14499 - TorProcessManager: Handle timeout gracefully by @Carti-it in #14494
- TagsBox: Fix warnings by @Carti-it in #14495
- Rename
RoundParameterFactorytoRoundParametersFactory(trivial) by @Carti-it in #14501 - Fixes for
regtest-coinjoin-test.shby @Carti-it in #14502 - Upgrade to Avalonia 11.3.14 to fix vulnerability in
Tmds.DBus.Protocolby @Carti-it in #14497 - TreeDataGrid: Remove dead code by @Carti-it in #14507
- Replace
RoundParameterFactorywithRoundParametersFactorydelegate by @Carti-it in #14500 - TransactionsSearchSource: Fix warning by @Carti-it in #14508
- Fix test
RunOnSystemStartupGetsSetCorrectlyAsyncon all platforms by @Carti-it in #14509 - Simplify
RoundParametersby @Carti-it in #14517 - Opt-out Avalonia telemetry for local builds by @lontivero in #14518
- Move
Arenato Coordinator project by @Carti-it in #14520 - Bootstrap: Fix warning by @Carti-it in #14515
- TransactionsSearchSource: Do not use static
MainViewModelby @Carti-it in #14513 - Add
ProcessExtensionsand refactor by @Carti-it in #14511 - Remove some use of
Newtonsoft.Jsonby @Carti-it in #14514 - [trivial] TorProcessManager: Rename to
TorManagerby @Carti-it in #14512 - Remove
MempoolInfoGeneratorby @Carti-it in #14523 - HwiProcessBridge: Remove use of
ProcessAsyncby @Carti-it in #14521 - TorProcessManagerTests: Remove
Mock<*>instances (again) by @Carti-it in #14496 - KeyManager: Fix
UnsafeGetSynchronizationInfosby @Carti-it in #14524 - KeyManager: Move method to the test project (trivial) by @Carti-it in #14526
- CoinJoinManager: Fix code style by @Carti-it in #14527
- CoinJoinPaymentsViewModel: Fix warning by @Carti-it in #14529
- Remove some use of
Newtonsoft.Json[2/n] by @Carti-it in #14531 - Add examples.scm by @lontivero in #14534
- MainViewModelExtensions: Fix warning by @Carti-it in #14536
- Fix namespaces for
Configclasses (redo) by @Carti-it in #14537 - Change the project authors to contributors by @Carti-it in #14539
- Remove unused
WindowStateAfterStartJsonConverterby @Carti-it in #14538 - CoinJoinManager: Remove unused events and method by @Carti-it in #14535
- ConcatenatingWrapPanel: Fix warnings by @Carti-it in #14542
- Remove bitcoin store by @lontivero in #14545
- Inject UiContext in all ViewModels by @lontivero in #14550
- Fix tester-doer pattern by @lontivero in #14551
- TransactionBroadcaster: Simplify broadcasting code by @Carti-it in #14555
- INavBarItem: Make
Titlenon-nullable by @Carti-it in #14554 - TransactionFeeHelper: Make the parameter nullable by @Carti-it in #14553
MemoryCache: Cleanup by @Carti-it in #14549- TransactionModifierWalletExtensions: Fix warning by @Carti-it in #14548
- Make Services a service by @lontivero in #14552
- Make v2 transactions by @lontivero in #14559
- Arena: Tiny refactoring by @Carti-it in #14562
- Arena: Minor refactoring by @Carti-it in #14563
- SortableItemDesign: Fix warnings by @Carti-it in #14564
- CoinJoinManager: Introduce
ManagerState[3/n] by @Carti-it in #14547 - doc: update Tails and Whonix doc: auto detection by @MarnixCroes in #14510
- Delete unused things by @lontivero in #14565
- MainViewModel: Remove
public static MainViewModel Instanceby @Carti-it in #14567 - Fix multiple warnings by @Carti-it in #14566
- Minor cleanup by @Carti-it in #14570
- PreviewItem: Fix warning by @Carti-it in #14572
- CoreNode: Clean up by @Carti-it in #14571
- CoinJoinManager: Add two more properties to
ManagerState[4/n] by @Carti-it in #14573 - Sync block headers by @lontivero in #14574
- Refactor filter header chain by @lontivero in #14575
- Nbitcoin: Upgrade to 10.0.3 by @Carti-it in #14557
- Update “server” height with p2p nodes also by @lontivero in #14578
- CoinJoinManager: Minor changes [5/n] by @Carti-it in #14576
- Upgrade to NBitcoin 10.0.4 by @Carti-it in #14582
- Use block headers to accelerate sync by @lontivero in #14580
- Handle http decompression by @lontivero in #14585
- RegTestSetup: Remove by @Carti-it in #14587
- Synchronizer: fix warning by @Carti-it in #14586
- .editorconfig: Make analyzers report only warnings when a violation i… by @Carti-it in #14588
- Strip headers in memory and during serialization by @lontivero in #14589
- CoinJoinManager: Move methods [6/n] by @Carti-it in #14579
- Minor changes by @Carti-it in #14595
- WalletTransactionModel: Remove unused code by @Carti-it in #14593
- Global: Do not use
https://rpc.wasabiwallet.ioas a block provider by @Carti-it in #14603 - SleepInhibitor: Log only on change by @Carti-it in #14600
- CoinJoinClient: Improve log message by @Carti-it in #14604
- BlockProviders: Log exception with more details by @Carti-it in #14602
- LoadingViewModel: Improve message by @Carti-it in #14601
- DualCurrencyEntryBox: Fix bug when amount is “lost” by @Carti-it in #14592
- Update network tip asap by @lontivero in #14606
- TransactionProcessor: Add wallet name to `WalletRelevantTransactionPr… by @Carti-it in #14594
- StrobeHasherExtensions: Fix warning by @Carti-it in #14608
- SerializableException: Fix warning by @Carti-it in #14607
- JsonRpcService: Rename and fix warning by @Carti-it in #14609
- SendViewModel: Remove invalid lock by @Carti-it in #14610
- Minor changes by @Carti-it in #14613
- CoinJoinClient: Fix warning by @Carti-it in #14611
- TransactionFactory: Fix warning by @Carti-it in #14612
- TransactionBroadcaster: Fallback to other external broadcasters on failure by @Carti-it in #14505
- CoinJoinClient: Remove unused
stopWhenAllMixedparameter by @Carti-it in #14617 - .editorconfig: Instruct IDEs to use
varas expected when introducin… by @Carti-it in #14619 - Add missing QR code payment support by @Carti-it in #14605
- Check consolidated outputs by @lontivero in #14620
- WalletManager: Remove unused
DataDirparameter by @Carti-it in #14625 - CurrencyEntryBox: Fix warning by @Carti-it in #14623
- CoinJoinManager: Replace
ChannelwithMailBoxProcessor[7/n] by @Carti-it in #14581 - PrivacyContentControl: Fix warning by @Carti-it in #14624
- JSON-RPC: Explicit null values by @Carti-it in #14628
- Global: Do not use Wasabi RPC onion URI as a block provider by @Carti-it in #14627
- KeyManager: Fix warnings by @Carti-it in #14583
- Fix RPC fee estimation falling through when node returns single fee-estimate by @kravens in #14621
- TransactionBroadcaster: Use
EventBusto announce a new transaction. by @Carti-it in #14626 - Nodes discovery and management by @lontivero in #14616
- CoinRefrigerator: Fix namespace and make it thread-safe by @Carti-it in #14642
- Wallet: Remove
IsWalletPrivateAsyncby @Carti-it in #14640 - Turn on
TreatWarningsAsErrorsby @Carti-it in #14629 - Fix wasabi scheme lib by @lontivero in #14648
- Announce relay by @lontivero in #14647
- P2P: Improve logs by @Carti-it in #14649
- Simplify disposals by @lontivero in #14596
- Add k_max limit check for silent payments specified in BIP 352 by @IsaqueFranklin in #14639
- CoinPrison: Refactor by @Carti-it in #14641
- MailboxProcessor: Add
Namefor debugging by @Carti-it in #14618 - High CPU & RAM by @lontivero in #14654
- codeql.yml: Remove by @Carti-it in #14652
- P2PNodesManager: Change
UpdateTimeoutfrom async to sync by @Carti-it in #14655 - Global:
ConfigureBitcoinNetwork– add more seed data by @Carti-it in #14656 - Get compact filters from the p2p network by @lontivero in #14546
- Update user agents by @Carti-it in #14675
- Remove some
Guard.NotNullcalls by @Carti-it in #14672 - Lower sanity fee floor from 2 to 0.5 sat/vB by @kravens in #14671
- Remove
ListExtensionsby @Carti-it in #14673 - Fix p2p filters behaviors for regtest and testnet by @lontivero in #14669
- Wallet: Fix cancellation that breaks clean CTRL+C experience by @Carti-it in #14678
- CompactFilterBehavior: Remove constructor by @Carti-it in #14679
- Upgrade to NBitcoin 10.0.7 to fix uncaught exceptions by @Carti-it in #14677
- Add checkpoint for filter height 950_000 by @lontivero in #14658
- Fix extendable id bit by @lontivero in #14682
- P2pBasedTests: Re-enable
MempoolNotifiesAsynctest by @Carti-it in #14454 - Wallet: Show transactions even when regtest is on by @Carti-it in #14615
- Integration tests by @lontivero in #14685
- Add
<NuGetAudit>true</NuGetAudit>to make it easier to temporarily … by @Carti-it in #14688 - Remove some use of
Guard.NotNullOrEmptyOrWhitespaceby @Carti-it in #14686 - Remove
enqueueparameter fromFilterStore.TryProcessFilterNoLockby @Carti-it in #14687 - Make RPC non mandatory by @lontivero in #14666
- Remove
isServerAvailableandInitialRequestTcsby @lontivero in #14683 - disable nuget audit by @lontivero in #14704
- Suppress GHSA-2m69-gcr7-jv3q by @Carti-it in #14705
- Re-enable donation button by @lontivero in #14706
- Update release notes by @Kruwed in #14697
- Update release scripts for windows by @lontivero in #14708
New Contributors
- @lnliz made their first contribution in #14181
- @Carti-it made their first contribution in #14229
- @Coinjoiner21 made their first contribution in #14264
- @Donjon-Cerberus made their first contribution in #14409
- @kravens made their first contribution in #14621
- @IsaqueFranklin made their first contribution in #14639
Full Changelog: v2.7.2…v2.8.0 —
This release has 29 assets:
- SHA256SUMS
- SHA256SUMS.asc
- SHA256SUMS.wasabisig
- Wasabi-2.8.0-arm64.deb
- Wasabi-2.8.0-arm64.deb.asc
- Wasabi-2.8.0-arm64.dmg
- Wasabi-2.8.0-arm64.dmg.asc
- Wasabi-2.8.0-linux-arm64.tar.gz
- Wasabi-2.8.0-linux-arm64.tar.gz.asc
- Wasabi-2.8.0-linux-arm64.zip
- Wasabi-2.8.0-linux-arm64.zip.asc
- Wasabi-2.8.0-linux-x64.tar.gz
- Wasabi-2.8.0-linux-x64.tar.gz.asc
- Wasabi-2.8.0-linux-x64.zip
- Wasabi-2.8.0-linux-x64.zip.asc
- Wasabi-2.8.0-macOS-arm64.zip
- Wasabi-2.8.0-macOS-arm64.zip.asc
- Wasabi-2.8.0-macOS-x64.zip
- Wasabi-2.8.0-macOS-x64.zip.asc
- Wasabi-2.8.0-win-x64.zip
- Wasabi-2.8.0-win-x64.zip.asc
- Wasabi-2.8.0.deb
- Wasabi-2.8.0.deb.asc
- Wasabi-2.8.0.dmg
- Wasabi-2.8.0.dmg.asc
- Wasabi-2.8.0.msi
- Wasabi-2.8.0.msi.asc
- Source code (zip)
- Source code (tar.gz)
Visit the release page to download them.
—
You are receiving this because you are watching this repository.
View it on GitHub or unsubscribe from all notifications for this repository.