Skip to content

Releases: pshenmic/electrum-dash

4.1.8.0

11 Mar 19:20
9a5dd25

Choose a tag to compare

Bump version

4.1.7.8-rc.4

10 Mar 12:43
317650c

Choose a tag to compare

4.1.7.8-rc.4 Pre-release
Pre-release
Merge pull request #50 from LexxXell/fixUpServ&UpReg

Fix ProUpServTx and ProRegTx serialization/deserialization

4.1.7.8-rc.2

08 Jan 15:15
9b35f6c

Choose a tag to compare

4.1.7.8-rc.2 Pre-release
Pre-release

What's Changed

  • Migrate DIP3 Masternodes to New BLS Scheme by @LexxXell in #36

Full Changelog: 4.1.7.8-rc.1...4.1.7.8-rc.2

4.1.7.8-rc.1

11 Dec 05:53
08407e3

Choose a tag to compare

4.1.7.8-rc.1 Pre-release
Pre-release

What's Changed

  • Fix loss of payload_sig_msg_part during transaction signing by @LexxXell in #33

Full Changelog: 4.1.7.7...4.1.7.8-rc.1

4.1.7.8-rc.5

11 Mar 16:59
4e0d5f1

Choose a tag to compare

4.1.7.8-rc.5 Pre-release
Pre-release
Update documentation

4.1.7.8-rc.3

18 Nov 10:59
4e0d5f1

Choose a tag to compare

4.1.7.8-rc.3 Pre-release
Pre-release
Update documentation

4.1.7.7

15 Nov 17:24
2ed8ce8

Choose a tag to compare

Electrum Dash 4.1.7.7

Fixes wallet connection issue for accounts with AssetUnlock (Dash Platform withdrawals) transactions.

In previous release (4.1.7.6) AssetLocks transactions inputs validation logic was incorrectly implemented

Merged PRs

  • Fix 'cannot deserialize' on AssetUnlock transactions (#29) by @LexxXell

Changelog

  • Fixed connection for wallets with AssetUnlock transactions

Legit SHA256 Checksums

8a4162d3b005f7c718cd0a285f4a500aeb4ff606f2937f18cf989a26ea77e264  Dash-Electrum-4.1.7.7-macosx.dmg
178cbc14acb086d004bd1e7b2926e4672ddabad6c9a781aa0e4a4dc75405b5be  Dash-Electrum-4.1.7.7-setup-win64.exe
9a32f0a82cc26edf364e81e34c2f3109f73586139a29b6230cbbd939d6447f05  Dash-Electrum-4.1.7.7-x86_64.AppImage
bfa78d00aa6644ab4440437710978c027643c50f87bb594b1fa170efba32f658  Dash-Electrum-4.1.7.7.tar.gz
c0d02dab3bea8843aef8bd664270c54912434be147823a6438c285514d4986ee  Dash-Electrum-4.1.7.7.zip

Keybase User Name: pshenmic
PGP Fingerprint: A0CEDD7911C63ACB60D3864894683166E3280A61
E-mail: pshenmic@gmail.com

Release message signature:

-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoM7deRHGOstg04ZIlGgxZuMoCmEFAmdIYeIACgkQlGgxZuMo
CmExWA/6AlUyX2YHYA5opqSdDZupBj8yIf1iDN/9SYXzWt4DgnivWWNsnetm2al+
mcPhgDBaGIVrb2/d/aZu0cc5NDl8fpQcshy3tU36G9VuYw9Pu8a0JcV/otg4Oez4
rRbTw7/9bL8rxLhVmLLrzHjEehqkgI/yi5IkG6b50+xQCbRznswGWT81mxXS3ftH
uYAA8fXQa33v3dt0sj/wU44SG4FFXQgQponjw8SxlvcJC3hROBcsZOREQW35SvjU
88Nkfy3EIdysj7GZ9v58X2B1/LrOhgNqkDCFzKGiDYgjMnhPN3cKZg6krKlgVbzm
OC2LACvLaHiXXUxpaQ3moe35yCHr7tbEYc/NOg+ERm9ZoDImn/Gfl7ocl8rmJ7XW
gDx3/FqvaJCXpxBDYuZXOUzPW3vFJCod8CCSD03znwbehBOngLNcmg1aRwPFiK1r
Uo5EbMsw55ks7aqtkQIpsNP5o3v0a5LBRmRPlA23KWpJuhJEicaiSMvrj9iTGqEi
urufKqTaSH5+LKu7ozcY9TCFJAiqfiEeFi70P2GeTvrZ7Nfp+YtsWef3zQsTINQ4
LermDtftfnYWtwLpL8BiOjyySZjh5qek5KdjyYR2eaQU9i6//K5CBZ90k2HqOItJ
7wSkHg4eU5rkbfHFsFy0Rd1l/ux8VhNkDim61QkIl3ah2LdJQE0=
=xIVV
-----END PGP SIGNATURE-----

4.1.7.6

03 Nov 18:36
7947fe1

Choose a tag to compare

Electrum Dash 4.1.7.6

Fixes connection errors for certain wallets that has AssetLock or AssetUnlock transactions (#25)

Merged PRs

  • Add support for AssetLock and AssetUnlock transactions (#26) by @LexxXell

Changelog

  • Fixed connection for wallets contained AssetLock or AssetUnlock transaction

4.1.7.5

08 Aug 16:02
03e6dc2

Choose a tag to compare

Electrum Dash 4.1.7.5

Fixes Linux AppImage binary build and crash after setting custom denominations in the PrivateSend dialog.

Merged PRs

  • Added blspy to requirements.txt (#22) by @strec007
  • Fix crash on start after setting custom denomination settings of CoinJoin(#20) by @LexxXell

Changelog

  • Added blspy in the deterministic build requirements.tx
  • Added cast to int in the PyQT5 SpinBox in the PrivateSend dialog

4.1.7.5-rc.3

07 Aug 17:54
9822526

Choose a tag to compare

4.1.7.5-rc.3 Pre-release
Pre-release
Merge pull request #22 from strec007/master

Added blspy to requirements.txt