Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 1.5.0 #259

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ If any errors are found, the PR works unexpectedly, or you have viable suggestio

---

## PR Checklist

I have:
- [ ] Tested that the code functions as expected.
- [ ] Ensured the code is properly formatted using `npm run prettier`.
- [ ] Updated the changelog with the relevant changes.
- [ ] I have updated the translation template with any string changes.

<!---
Below is for LMP (Labs Micro Proposals), how your PR is rewarded PIVX: this'll help your PR be rewarded faster by the DAO!
--->
Expand Down
15 changes: 0 additions & 15 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
# New Features
- TX Database and Network Rewrite.
- Ability to delete an MPW wallet.

You'll notice that MPW now requires a small amount of 'syncing time' during your first use of v1.4.0, as MPW now synchronises your full TX history to your machine, so the next time you open the wallet, it instantly resumes using the chain data it previously synced.

This system will save massive amounts of bandwidth long-term, speed up operations, and allow MPW to implement more advanced features that PIVX Core have.

# New Language
- 🇳🇱 Dutch (by BreadJS).

# Improvements
- Safer Address validation (B58Check).
- Better under-the-hood Coin Locking.
- Dashboard fully ported to Vue.js.
- Encryption is now actively prompted to users with unencrypted wallets.

# Bug Fixes
- Fixed various bugs in Chain Switching.
- Fixed various linting and fork-repo issues.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mypivxwallet",
"version": "1.4.0",
"version": "1.5.0",
"description": "Wallet for PIVX",
"main": "scripts/index.js",
"type": "module",
Expand Down
Loading