Bisq v1.9.15: Bug Fixes and Improvements
Bisq is a secure, private and decentralized bitcoin P2P exchange network.
Highlights of the release include:
- Bisq tells you the reason why an offer was disabled.
- We added more currencies to Wise and a holder name is required for new accounts.
- Pix accounts requires a holder name for new accounts.
- MoneyBeam accounts requires a holder name for new accounts.
- Failed and closed trades can be mediated now.
- New BSQ market cap chart.
Bisq 2 beta is also available for testing. Bisq 2 is a separate application and will install and run alongside Bisq 1 without issue.
What's new
Improvements
- seednode: Install openjdk-11-jdk from OS repository
- Refactor & simplify fee service
- Change burning man capping algorithm
- Rename TransferWise to Wise, add more currencies, and add holder name (required for new accounts)
- Add holder name to Pix payment accounts
- Display the reason for auto-disabling an open offer
- Create GetBlocksRequestHandler's reply list once
- Show unconfirmed transaction popup 24h after trade start and add resync button
- Add holder name to MoneyBeam payment accounts
- Allow mediation of failed and closed trades
- Update 'reason for payment' warning instructions (use account name or non-descriptive, e.g., '-'
- Add BSQ market cap chart
Bug fixes
- Fix inconsistent deviation in portfolio offers & history
- Fix initial data request handling
- Detect and handle corrupted SPV state allowing user-initiated resync
- Fix potential NPE in persistence of Contract
- core: Don't add old filter to invalid filters if new signer banned
- Bugfix: avoid standby mode should adhere to the user preference setting
- Fix fee check crash on invalid JSON response [1], [2], [3]
Development & Documentation
- Remove price node and seed nodes from wiz
- Remove outdated commands from finalize script
- gradle-plugins: Use embedded Kotlin compiler
- Remove JDK Enforcements [1], [2]
- Remove 2 of wiz's Bitcoin nodes
- Fix resource path URL decoding in tx validator tests and clean similar tests
See https://github.com/bisq-network/bisq/milestone/83?closed=1 for more details.