Skip to content

Releases: pshenmic/electrum-dash

4.1.7.6

03 Nov 18:36
7947fe1
Compare
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
Compare
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
Compare
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

4.1.7.4

29 Jan 23:49
43985ee
Compare
Choose a tag to compare

Electrum Dash 4.1.7.4

Stable release including a lot of work on stabilizing wallet after upgrading libraries and network protocols

  • Upgrade project to Python 3.10 (#1)
  • Fix masternode payouts on Dash Core v20 (#2)
  • Fix PrivateSend feature (#3)
  • Fix windows builds #7

Changelog

  • Upgraded and fixed a lot of dependency issues
  • Bump Python to 3.10 (bundles with 3.10.11)
  • Fixed masternode payouts received with Electrum (added CB_TX_V3)
  • Dropped Windows x86 support
  • Upgraded Tor Proxy bundle in the Windows binaries to the latest version (Tor Expert Bundle 13.0.8)
  • Added Komodo Dash ElectrumX (cipig) production servers in the hardcoded list
  • Upgraded wine to 9.0.0.0
  • Replaced bls_py with blspy to reflect BLS Basic scheme upgrade
  • Updated Dash P2P protocol to 70230 (Dash Core v20)
  • Updated list of Sporks
  • Updated Dash P2P protocol message structures

More detailed changelogs can be read in the previous pre-releases and pull requests

Leftovers

  • Android builds are not working yet (#13)
  • Wallet sometimes crashes after sending regular transaction via "Spend From" feature (#13)

v4.1.7.5-rc.1

29 May 07:10
43985ee
Compare
Choose a tag to compare
v4.1.7.5-rc.1 Pre-release
Pre-release
Merge pull request #3 from pshenmic/fix/private-send

Fix PrivateSend in the wallet

4.1.7.5-rc.2

30 May 16:32
43985ee
Compare
Choose a tag to compare
4.1.7.5-rc.2 Pre-release
Pre-release
Merge pull request #3 from pshenmic/fix/private-send

Fix PrivateSend in the wallet

4.1.7.4-rc.14

28 Jan 17:09
5e0e619
Compare
Choose a tag to compare
4.1.7.4-rc.14 Pre-release
Pre-release

PrivateSend Release Candidate with Windows builds fixed

  • Build bls-signatures DLL for Windows
  • Add blspy wrapper that tries to load blspy from PIP or shared library

4.1.7.4-rc.9

17 Jan 20:17
e53c8f3
Compare
Choose a tag to compare
4.1.7.4-rc.9 Pre-release
Pre-release

Release Candidate build with PrivateSend feature back to work!

#3

Changelog:

  • Upgraded wine to 9.0.0.0
  • Replaced bls_py with blspy to reflect BLS Basic scheme upgrade
  • Updated Dash P2P protocol to 70230 (Dash Core v20)
  • Updated list of Sporks
  • Updated DashSMLEntry structure
  • Updated DashMNListDiffMsg structure
  • Updated DashDssuMsg message
  • Updated DashDstxMsg message
  • Update DashDsqMsg message
  • Replace masternodeOutpoint with protxHash in the CoinJoin sessions
  • Added DashQuorumsCLSigObject structure (from the mnlistdiff)

4.1.7.3-rc.48

16 Jan 22:20
8591585
Compare
Choose a tag to compare
4.1.7.3-rc.48 Pre-release
Pre-release

RC Build with:

  • Upgraded and fixed a lot of dependency issues
  • Python upgrade to 3.10 (bundles with 3.10.11)
  • Fixed masternode payouts received with Electrum (added CB_TX_V3)
  • Dropped Windows x86 support
  • Bumped Python version to 3.10 in Windows binaries
  • Upgraded Tor Proxy bundle in the Windows binaries to the latest (Tor Expert Bundle 13.0.8)
  • Added Komodo Dash ElectrumX (cipig) production servers in the hardcoded list