Releases: pshenmic/electrum-dash
Releases · pshenmic/electrum-dash
4.1.7.6
4.1.7.5
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
Merge pull request #22 from strec007/master Added blspy to requirements.txt
4.1.7.4
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
v4.1.7.5-rc.1
Merge pull request #3 from pshenmic/fix/private-send Fix PrivateSend in the wallet
4.1.7.5-rc.2
Merge pull request #3 from pshenmic/fix/private-send Fix PrivateSend in the wallet
4.1.7.4-rc.14
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
Release Candidate build with PrivateSend feature back to work!
Changelog:
- Upgraded wine to 9.0.0.0
- Replaced
bls_py
withblspy
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
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