[bisq-network/bisq] Release v0.9.7 - v0.9.7

Christoph Atteneder notifications at github.com
Tue Apr 2 15:28:34 UTC 2019


This is a Hotfix release to fix a rounding issue for market based price offers introduced in v0.9.6.

_Here are the release notes from v0.9.6:_

## Release notes
This will be the last feature release before the Bisq DAO goes live on Mainnet! It is not only packed with updates around the Bisq DAO, but also includes bug fixes for Tor startup, improvements in message handling and many more minor bug fixes.

### Bisq DAO (on our DAO Testnet)
- Lots of UI improvements [1](https://github.com/bisq-network/bisq/pull/2566), [2](https://github.com/bisq-network/bisq/pull/2595)
- [Show the correct BSQ or BTC trading fee if it is maker or taker](https://github.com/bisq-network/bisq/pull/2512)
- [Add Facts & Figures section](https://github.com/bisq-network/bisq/pull/2513)
- [Make vote result JSON deterministic](https://github.com/bisq-network/bisq/pull/2515)
- [Add transaction id to proposal display](https://github.com/bisq-network/bisq/pull/2519)
- [Add feedback popup for DAO test users](https://github.com/bisq-network/bisq/pull/2521)
- [Add hash of DAO state](https://github.com/bisq-network/bisq/pull/2532)
- [Don't show locally rejected proposals as accepted in UI](https://github.com/bisq-network/bisq/pull/2528)
- [Improve data structure, validation and performance](https://github.com/bisq-network/bisq/pull/2556)
- [Add mining fee to un/lock bond popup](https://github.com/bisq-network/bisq/pull/2577)
- [Add ISSUANCE_LIMIT param and check for max issuance per cycle](https://github.com/bisq-network/bisq/pull/2584)
- [Prevent BSQ offers below dust limit](https://github.com/bisq-network/bisq/pull/2592)
- [Add irregular txType, add check for total balance, prevent proposal withhold attack](https://github.com/bisq-network/bisq/pull/2587)
- [Add missing check for mandatory BSQ output](https://github.com/bisq-network/bisq/pull/2614)
- [Fix get all bonds not returning not active bonds](https://github.com/bisq-network/bisq/pull/2576)

### Trading
- [Add removed deprecated payment methods again as it would break trade history](https://github.com/bisq-network/bisq/pull/2505)
- [Set max buyer's security deposit to 20% instead of 10%](https://github.com/bisq-network/bisq/pull/2575)
- [Improve broadcasting of transactions](https://github.com/bisq-network/bisq/pull/2536)
- [Suppress popup at shutdown when open offers are disabled](https://github.com/bisq-network/bisq/pull/2569)
- [Increase request timeouts](https://github.com/bisq-network/bisq/pull/2583)

### Wallet
- [Improve restore wallet from seed process](https://github.com/bisq-network/bisq/pull/2524)
- [Fix missing balance at restore from seed words](https://github.com/bisq-network/bisq/pull/2517)

### UI
- Lots of typos and grammar mistakes fixed [1](https://github.com/bisq-network/bisq/pull/2582), [2](https://github.com/bisq-network/bisq/pull/2531), [3](https://github.com/bisq-network/bisq/pull/2565)
- [Show close button when creating offer without required account](https://github.com/bisq-network/bisq/pull/2590)
- [Show fiat rounding info popup also when switching between payment accounts](https://github.com/bisq-network/bisq/pull/2598)
- [Fix error and improve wording for security deposit](https://github.com/bisq-network/bisq/pull/2511)
- [Fix BTC status incorrectly hidden on splash screen](https://github.com/bisq-network/bisq/pull/2567)
- [Make create offer label cases easier to translate](https://github.com/bisq-network/bisq/pull/2606)

### Development
- [Use the latest bitcoinj version](https://github.com/bisq-network/bisq/pull/2602)
- [Move clear blockstore feature to bitcoinj](https://github.com/bisq-network/bisq/pull/2563)

### Privacy
- [Fix exception handling during Tor setup](https://github.com/bisq-network/bisq/pull/2538)
- [Update Netlayer to 0.6.5](https://github.com/bisq-network/bisq/pull/2581)

### Monitoring
- [Added market metric](https://github.com/bisq-network/bisq/pull/2507)

### Assets
- Added 4 new assets: Amitycoin (AMIT), Navcoin (NAV), Qwertycoin (QWC), XDR (XDR0)

## Verification

Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: `CB36 D7D2 EBB2 E35D 9B75  500B CD5D C1C5 29CD FD3B`

Import the key:
`curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import`
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.

How to verify signatures?
`gpg --digest-algo SHA256 --verify BINARY{.asc*,}`
Replace BINARY with the file you downloaded (e.g. Bisq-0.9.7.dmg)

Verify jar file inside binary:
You can verify on OSX the jar file with:
`shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/Java/Bisq-0.9.7.jar`
The output need to match the value from the Bisq-0.9.7.jar.txt file.


## Known issues with installation 

### Windows:

There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.

If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.

[1] Application directory (contains application installation files):
C:\Users\<username>\AppData\Local\Bisq

[2] Data directory (contains all Bisq data including wallet):
C:\Users\<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)


### Linux:

Hint for Debian users:
If you have problems starting Bisq on Debian use: `/opt/Bisq/Bisq`

If your Linux distro does not support .deb files please follow this instruction:
```
cd ~/Downloads  
mkdir tmp  
cd tmp   
ar x ../Bisq-64bit-0.9.7.deb  
sudo tar Jxvf data.tar.xz  
sudo cp -rp opt/Bisq /opt/
```
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it. 

-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/bisq-network/bisq/releases/tag/v0.9.7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190402/14f1c3c1/attachment-0001.html>


More information about the bisq-github mailing list