joinmarket: 0.9.4 -> 0.9.5

Notes
- We can no longer test for `unknown error in JSON-RPC`. `jm-ob-watcher`
  now simply outputs `Starting ob-watcher`. Tested working on
  https://nixbitcoin.org/orderbook.
- Removed Agora IRC server since it is offline semi-permanently. Should
  probably also be removed upstream.
- Includes patch for
  https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/1193
This commit is contained in:
nixbitcoin 2022-02-22 13:49:19 +00:00
parent 2365163f4f
commit 4f74690292
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
6 changed files with 21 additions and 24 deletions

View file

@ -9,7 +9,7 @@ cd $TMPDIR
echo "Fetching latest release"
git clone https://github.com/simplexum/python-bitcointx 2> /dev/null
cd python-bitcointx
latest=python-bitcointx-v1.1.1.post0
latest=python-bitcointx-v1.1.3
echo "Latest release is ${latest}"
# GPG verification