[bisq-network/bisq] Release v1.1.7 - v1.1.7

Christoph Atteneder notifications at github.com
Mon Sep 23 08:37:12 UTC 2019


This is a hotfix release mainly covering following issue:

- Fix missing handling of mediator mailbox messages

Here are the release notes from v1.1.6:

## Release notes
This version includes important improvements which require that all traders update for compatibility reasons.
Trader chat enables users to have direct encrypted communication during the trade to resolve minor problems.
Mediation is an additional dispute resolution layer before a trade goes to arbitration. Mediators do not have a key in the multisig escrow, so they can only evaluate a situation and make a suggestion. If this suggestion is accepted by both traders, the trade can be completed without involving an arbitrator. Otherwise, the trade goes to arbitration. See more information [here](https://docs.bisq.network/trading-rules.html#mediation).
For backward compatibility reasons, mediation will be activated in 2 steps. 
- **By September 19, all traders need to have updated to v1.1.6, or they will not be able to trade.**
- **On September 26, mediation will become available.**

Additionally this version features a dark mode, adds Japan Bank transfer and we've lifted the 0.01 BTC limit for all markets except USD, EUR, CAD, GBP, AUD and BRL.

### DAO
- [Avoid validating proposals during initial sync](https://github.com/bisq-network/bisq/pull/3003)
- [Check that proposal is in correct cycle for vote result](https://github.com/bisq-network/bisq/pull/3062)
- [Don't force close on checkpoint fail](https://github.com/bisq-network/bisq/pull/3064)
- [Prevent NullPointerException in proposals view](https://github.com/bisq-network/bisq/pull/3118)
- [Fix incorrect DAO full node check when loading preferences](https://github.com/bisq-network/bisq/pull/3127)
- [Improve processing of removed proposals](https://github.com/bisq-network/bisq/pull/3148)
- [Update data storage on expired data removal](https://github.com/bisq-network/bisq/pull/3150)
- [Do not send BSQ blocks to full nodes](https://github.com/bisq-network/bisq/pull/3151)
- [Group burned BSQ by day](https://github.com/bisq-network/bisq/pull/3157)
- [Add average BSQ price in Dashboard](https://github.com/bisq-network/bisq/pull/3212)
- [Add BSQ price trend indicator](https://github.com/bisq-network/bisq/pull/3226)

### UI
- [Add dark mode](https://github.com/bisq-network/bisq/pull/3152)
- [Translation improvements](https://github.com/bisq-network/bisq/pull/3008)
- [High/low values are swapped in trade statistics candle popup](https://github.com/bisq-network/bisq/pull/2976)
- [Show median value in trade statistics candle popup](https://github.com/bisq-network/bisq/pull/2976)
- [Confusing message after making a payment](https://github.com/bisq-network/bisq/pull/2976)
- [Update trading amount on Error to prevent popup loop](https://github.com/bisq-network/bisq/pull/3076)
- [Improve usage of available height for lists](https://github.com/bisq-network/bisq/pull/3077) 
- [Fix bugs in searchable dropdown](https://github.com/bisq-network/bisq/pull/3124)
- [Increase top navigation button text size for Japanese locale](https://github.com/bisq-network/bisq/pull/3133)

### Trading
- [Add mediation support](https://github.com/bisq-network/bisq/pull/3221)
- [Add chat for traders](https://github.com/bisq-network/bisq/pull/3165)
- [Add new payment method: Japan Bank Transfer](https://github.com/bisq-network/bisq/pull/3225)
- [Add Export to CSV in Portfolio History](https://github.com/bisq-network/bisq/pull/3040)
- [Render proper column headers and values for CSV exports](https://github.com/bisq-network/bisq/pull/3090)
- [Auto remove whitespace in the IBAN input field](https://github.com/bisq-network/bisq/pull/3103)

### Wallet
- [Make RPC host configurable](https://github.com/bisq-network/bisq/pull/2983)

### Security
- [Update Tor to 0.4.0.5](https://github.com/bisq-network/bisq/pull/3048)

### Monitoring
- [Lots of minor Monitor improvements](https://github.com/bisq-network/bisq/pull/3045)

### Development
- [Log stacktrace to logfile when a task fails](https://github.com/bisq-network/bisq/pull/2997)

### Assets
- [Namecoin (NMC) update AddressValidator](https://github.com/bisq-network/bisq/pull/2981)
- [Update KYD to KYDC listing to be conform ISO_4217](https://github.com/bisq-network/bisq/pull/2964)
- [Update legacy assets with proper AddressValidator](https://github.com/bisq-network/bisq/pull/3009)
- [Add support for Monero integrated addresses](https://github.com/bisq-network/bisq/pull/3248)

Added 14 new asset: DarkPay (D4RK), Emercoin (EMC), Ergo (ERG), Know Your Developer (KYDC), Kore (KORE), Masari (MSR), Particl (PART), PENG Coin (PENG), SixEleven (SIL), Solo (XSL), VARIUS Coin (VARIUS), Vertcoin (VTC), WORX Coin (WORX)

## 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-1.1.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-1.1.7.jar`
The output need to match the value from the Bisq-1.1.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-1.1.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. 

## Cleanup tool for saved trades that failed market price check

With this release we are also shipping a cleanup tool (Bisq-cleanup-trades*). It will remove corrupt trade entries added due to bug https://github.com/bisq-network/bisq/issues/2924. Install and run once, it will shut down automatically, then install version 1.1.7 or later. You can verify the binary the same way as you do with the Bisq application.

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


More information about the bisq-github mailing list