This repository has been archived by the owner on May 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JSKitty
authored
Jun 26, 2020
1 parent
dd582e3
commit 22a36f2
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# ZENZO Core v1.3.1 | ||
|
||
## Summary | ||
This minor update brings some small fixes and additions into ZENZO Core, primarily intended to improve wallet performance and solve inconsistencies / bugs. | ||
|
||
## How to Upgrade | ||
_ZENZO Core v1.3.1 is a **non-consensus-breaking** update. In other words, you are not required to upgrade, but it is highly recommended. The reasons it is strongly encouraged for users to upgrade is because it will help to ensure you stay on the correct chain and improve overall user experience._ | ||
|
||
Steps to Upgrade: | ||
1. (Optional) Backup your wallet *(ZENZO Core -> File -> Backup Wallet...)* | ||
2. Close ZENZO Core *(ZENZO Core -> File -> Exit)* or *(Shortcut: Ctrl + Q)* | ||
3. (Optional) Delete "zenzo-qt" from your device | ||
4. [Download ZENZO Core v1.3.1](https://github.com/ZENZO-Ecosystem/ZENZO-Core/releases) | ||
5. Open "zenzo-qt" | ||
6. **Upgrade Complete!** | ||
|
||
|
||
--- | ||
Starting with the latest changes (ending with the oldest), each commit has its own category. | ||
# Changelog | ||
- [UI] *(JSKitty)* - Do not open HD dialog by default | ||
--- | ||
- [Core] *(JSKitty)* - Update Checkpoints | ||
- [Core] *(JSKitty)* - Improved checkpointing & performance | ||
- [Core] *(JSKitty)* - Remove IsSuperMajority to improve sync | ||
--- | ||
- [Wallet] *(JSKitty)* - HD improvements & fixes | ||
--- | ||
- [Net] *(JSKitty)* - Increase blocks in transit | ||
|
||
--- | ||
# Credits | ||
(Project Maintainer & Core Developer) **JSKitty** | ||
|
||
(Release Advisor & Developer) **Liquid369** - [DogeC](https://dogec.io/) | ||
|
||
(Upstream Patches) **PIVX Core Team** |