|
| 1 | +3.0.3 Release Notes |
| 2 | +=============== |
| 3 | + |
| 4 | +LitecoinZ Core version 3.0.3 is now available from: |
| 5 | + |
| 6 | +https://github.com/litecoinz-core/litecoinz/releases/tag/v3.0.3 |
| 7 | + |
| 8 | +This is a new major version release, including new features, various bugfixes and performance improvements, as well as updated translations. |
| 9 | + |
| 10 | +Please report bugs using the issue tracker at GitHub: |
| 11 | + |
| 12 | +https://github.com/litecoinz-core/litecoinz/issues |
| 13 | + |
| 14 | +How to Upgrade |
| 15 | +=============== |
| 16 | + |
| 17 | +No actions are required if you are running version v3.0.0 or later. |
| 18 | + |
| 19 | +If you are running a version older than v3.0.0, shut it down. Wait until it has completely |
| 20 | +shut down (which might take a few minutes for older versions), then make a |
| 21 | +backup of the file wallet.dat and run the installer (on Windows) or just copy |
| 22 | +over /Applications/LitecoinZ-Qt (on Mac) or litecoinz/litecoinz-qt (on Linux). |
| 23 | + |
| 24 | +Run the following command: |
| 25 | + |
| 26 | +```./litecoinzd -upgradewallet -rescan -reindex``` |
| 27 | + |
| 28 | +or |
| 29 | + |
| 30 | +```./litecoinz-qt -upgradewallet -rescan -reindex``` |
| 31 | + |
| 32 | +If running on Windows: |
| 33 | + |
| 34 | +```litecoinzd.exe -upgradewallet -rescan -reindex``` |
| 35 | + |
| 36 | +or |
| 37 | + |
| 38 | +```litecoinz-qt.exe -upgradewallet -rescan -reindex``` |
| 39 | + |
| 40 | +Notable changes |
| 41 | +=============== |
| 42 | + |
| 43 | +Drop shielding coinbase enforcement |
| 44 | +----------------------------------- |
| 45 | +Since the coinbase shielding enforcement has been removed, the "shield coinbase" page |
| 46 | +and the z_shieldcoinbase operation have been removed as they are no longer needed. |
| 47 | + |
| 48 | +Improving asyncOp_sendmany |
| 49 | +-------------------------- |
| 50 | +Removed several unnecessary loops on the entire utxo set, restructuring and cleaning the flow. |
| 51 | + |
| 52 | +Fixes: |
| 53 | +====== |
| 54 | + |
| 55 | +- Fix wallet crash on 'inputcontroldialog' |
| 56 | +- Fix wallet crash on 'z_sendmany' when the decryption key is needed |
| 57 | +- Fix 'SAPLING_EXTENDED_FVK' |
| 58 | +- Fix MAX_FUTURE_BLOCK_TIME and DEFAULT_MAX_TIME_ADJUSTMENT |
| 59 | + |
| 60 | +Known issues |
| 61 | +=============== |
| 62 | + |
| 63 | +* There is an issue on Windows with not latin characters in user profile path. To solve this issue please start LitecoinZ using parameters ```-datadir``` and ```-paramsdir``` specifying a custom folder. Example: litecoinz-qt.exe -datadir=C:\LTZ\Data -paramsdir=C:\LTZ\Params |
0 commit comments