Skip to content

Commit

Permalink
v6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jul 12, 2019
1 parent 06a9333 commit d806bf7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schildbach.wallet_test"
android:installLocation="internalOnly"
android:versionCode="60500"
android:versionName="6.5.0">
android:versionCode="60510"
android:versionName="6.5.1">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
7 changes: 7 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Dash Wallet
v6.5.1
* Use DashJ 0.16.1
* Fix several crashes from resetting the blockchain and restoring backups
* Update native dashjbls code for dashj 0.16.1
* Network Monitor: Fix displaying of Chainlocks/DMN Lists on blocks with transactions
* Add bootstrap DMN List file to reduce bandwidth usage and speed up DMN sync

v6.5.0
* Use DashJ 0.16 (supports DIP8, Chainlocks, InstantSendLocks)
* Send screen changes when InstantSendLocks (Spork 20) are activated
Expand Down

0 comments on commit d806bf7

Please sign in to comment.