|
| 1 | +Joinmarket-clientserver 0.9.4: |
| 2 | +================= |
| 3 | + |
| 4 | +<https://github.com/joinmarket-org/joinmarket-clientserver/releases/tag/v0.9.4> |
| 5 | + |
| 6 | +Please report bugs using the issue tracker at github: |
| 7 | + |
| 8 | +<https://github.com/joinmarket-org/joinmarket-clientserver/issues> |
| 9 | + |
| 10 | + |
| 11 | +Upgrading |
| 12 | +========= |
| 13 | + |
| 14 | +To upgrade: |
| 15 | + |
| 16 | +*Reminder: always back up and recreate your joinmarket.cfg file when doing the upgrade; this is to make sure you have the new default settings. This particularly matters in releases like 0.9.4, where there are new network/IRC settings.* |
| 17 | + |
| 18 | +(If you are upgrading from a version pre-0.7.0 please read the "Upgrading" section in [the 0.7.0 release notes](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/release-notes/release-notes-0.7.0.md).) |
| 19 | + |
| 20 | +(If you are upgrading from a version pre-0.9.0 please read the [release notes](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/release-notes/release-notes-0.9.0.md) to find out how about [fidelity bonds](../fidelity-bonds.md) are relevant to your use-case). |
| 21 | + |
| 22 | +First run the `install.sh` script as mentioned in the README. When prompted to overwrite the directory `jmvenv`, accept. |
| 23 | + |
| 24 | +Note that `./install.sh -?` will show the options for installation. |
| 25 | + |
| 26 | +Notable changes |
| 27 | +=============== |
| 28 | + |
| 29 | +### User-chosen address labelling |
| 30 | + |
| 31 | +See [PR](https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1015). This feature allows users to set a label for an address with the method `setlabel`, like this: |
| 32 | + |
| 33 | +``` |
| 34 | +python wallet-tool.py mywallet.jmdat setlabel bc1fakeaddress "mynewcustomlabel" |
| 35 | +``` |
| 36 | + |
| 37 | +where `bc1fakeaddress` should be any address "known" in the wallet (so anything up to 'used + gap limit', if that makes sense to you - if not, don't worry). This includes timelocked addresses. A few points of note: |
| 38 | + |
| 39 | +* This can only be done on the command line, but you can view the labels in Qt. We will probably add the setlabel function to Qt at some point soon. |
| 40 | +* These labels are separate to, and additional to, the existing "used/new" field which shows "coinjoin-out", "change-out", "deposit" etc. Those are set algorithmically according to the type of transaction (and should not be 100% relied on, if you do something unusual). |
| 41 | +* You can remove an existing label by calling `setlabel` with "". |
| 42 | + |
| 43 | + |
| 44 | +`21c0e3e` Implement address labeling |
| 45 | + |
| 46 | + |
| 47 | +### Fix message signature encoding crash vector |
| 48 | + |
| 49 | +See the [PR](https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1070) for details. This fixes a potential crash vector if the counterparty sends a non-hex-encoded string in place of a pubkey, so for this reason, makers in particular should update immediately. |
| 50 | + |
| 51 | +`0507f6a` Validate message signature encoding |
| 52 | + |
| 53 | + |
| 54 | +### New IRC server |
| 55 | + |
| 56 | +See changes in the PR [here](https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1065/files). |
| 57 | +You are strongly recommended to recreate your `joinmarket.cfg`, as always, but especially in cases like this: the list of IRC servers has been "cleaned up" somewhat to be more informative, and a fourth server ("Ilita") has been added as an alternative (but off, by default). A reminder that in theory you can run with any number of IRC servers connected. Also see the notes about Tor being the recommended option (which almost all users do use, today). |
| 58 | + |
| 59 | +`af4f071` Add Ilita IRC server (.onion) |
| 60 | + |
| 61 | + |
| 62 | +### Minor changes |
| 63 | + |
| 64 | +`e7ff25d` Fix example date and example output in fidelity bond doc |
| 65 | + |
| 66 | +`14bed14` Fix @fort-nix's public orderbook links |
| 67 | + |
| 68 | +`840189c` Fix SNICKER daemon startup |
| 69 | + |
| 70 | +`20e2e85` jmbase: upgrade twisted to latest (21.7.0) |
| 71 | + |
| 72 | +`1e25d1f` Allow to not specify rpc_port in config, use network's default then |
| 73 | + |
| 74 | + |
| 75 | +Credits |
| 76 | +======= |
| 77 | + |
| 78 | +Thanks to everyone who directly contributed to this release - |
| 79 | + |
| 80 | +- @nixbitcoin |
| 81 | +- @kristapsk |
| 82 | +- @AdamISZ |
| 83 | +- @xanoni |
| 84 | + |
| 85 | +And thanks also to those who submitted bug reports, reviewed and otherwise helped out. |
0 commit comments