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

Christoph Atteneder notifications at github.com
Fri May 3 10:56:40 UTC 2019


## Release notes
As there is hardly any scam risk for crypto-to-crypto trades, this release decreases the security deposit amount for these trades back to the pre-DAO state. Also with this release, the time to synchronize the Bisq DAO state should be reduced a lot, and there are many smaller bug fixes and improvements.

Most importantly, this release also includes a temporary restriction that blocks accounts that were created recently to trade in certain markets where we had scammers. **Users running older clients (< 1.1.0) will be completely blocked from trading**, so it is critical that you update as soon as possible! The upcoming release 1.2.0 will include a more robust set of features that should make it nearly impossible to scam traders on Bisq anymore.

### DAO
- [Request blocks in case we have not received it](https://github.com/bisq-network/bisq/pull/2730)
- [Add node address and capabilities to prevent timeout](https://github.com/bisq-network/bisq/pull/2732)
- [Fix issues with DAO full mode in preferences](https://github.com/bisq-network/bisq/pull/2736)
- [Count cycles correctly](https://github.com/bisq-network/bisq/pull/2757)

### UI
- [Add UTF8 for getBytes calls](https://github.com/bisq-network/bisq/pull/2737)
- [Use existing styling for developer alert message](https://github.com/bisq-network/bisq/pull/2746)
- [Use same precision for all x-axis labels](https://github.com/bisq-network/bisq/pull/2763)

### Trading
- [Add check for account age to apply restrictions](https://github.com/bisq-network/bisq/pull/2801)
- [Improve ignore list](https://github.com/bisq-network/bisq/pull/2733)
- [Improve handling of editing of offers with invalid security deposit](https://github.com/bisq-network/bisq/pull/2740)
- [Use different security deposit for fiat-crypto and crypto-crypto trades](https://github.com/bisq-network/bisq/pull/2742)
- [Add filter to trade history](https://github.com/bisq-network/bisq/pull/2752)
- [Fix account age display of peer](https://github.com/bisq-network/bisq/pull/2753)
- [Don't disable confirm buttons](https://github.com/bisq-network/bisq/pull/2764)

### Wallet
- [Set p2shHeader to fix address validation issues](https://github.com/bisq-network/bisq/pull/2728)

### Development
- [Remove BSQ filter for crypto currencies](https://github.com/bisq-network/bisq/pull/2734)
- [Reflect pricenode operator change in ProvidersRepository](https://github.com/bisq-network/bisq/pull/2769)
- [Update mobile notification relay node DEV_URL IP address](https://github.com/bisq-network/bisq/pull/2770)

### Assets
Added two new asset: List Trust Eth reOrigin (TEO) and ParsiCoin (PARS)

## 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.0.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.0.jar`
The output need to match the value from the Bisq-1.1.0.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.0.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/v1.1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190503/a4c4373e/attachment-0001.html>


More information about the bisq-github mailing list