mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
add upgrade notes
This commit is contained in:
parent
8885e613d7
commit
a0c1d5afd1
1 changed files with 29 additions and 0 deletions
29
docs/release-notes/release-notes-future.md
Normal file
29
docs/release-notes/release-notes-future.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Joinmarket-clientserver future:
|
||||
===============================
|
||||
|
||||
|
||||
Upgrading
|
||||
=========
|
||||
|
||||
To upgrade: run the `install.sh` script as mentioned in the README. When prompted to overwrite the directory `jmvenv`, accept.
|
||||
|
||||
A new wallet format has been introduced. Old wallets require conversion. In order to convert your existing wallet to the new format you can use the included conversion tool at `scripts/convert_old_wallet.py`.
|
||||
|
||||
usage:
|
||||
|
||||
python convert_old_wallet.py full/path/to/wallets/wallet.json
|
||||
|
||||
This will place the newly converted `wallet.jmdat` file in the existing joinmarket `wallets/` directory. The wallet name will be adopted accordingly if it differs from `wallet`.
|
||||
|
||||
|
||||
Notable changes
|
||||
===============
|
||||
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Thanks to everyone who directly contributed to this release -
|
||||
|
||||
|
||||
And thanks also to those who submitted bug reports, tested and otherwise helped out.
|
||||
Loading…
Add table
Add a link
Reference in a new issue