Skip to content

Releases: dogecash/dogecash-old

v5.0.0 - Major wallet update

11 Nov 23:47
Compare
Choose a tag to compare

DogeCash Core version 5.0.0 is now available from: https://github.com/dogecash/dogecash/releases

This is a new major version release, including various bug fixes and performance improvements, as well as updated translations.

Please report bugs using the issue tracker at github: https://github.com/dogecash/dogecash/issues

Major Update

DogeCash Core v5.0.0 is a Major update for all block creators, masternodes, and integrated services (exchanges).

The difference between 5.0.0 and 4.1.0 is the interface.

How to Upgrade
If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the installer (on Windows) or just copy over /Applications/DogeCash-Qt (on Mac) or dogecashd/dogecash-qt (on Linux).

Compatibility

DogeCash Core is extensively tested on multiple operating systems using the Linux kernel, macOS 10.10+, and Windows 7 and later.

DogeCash Core should also work on most other Unix-like systems but is not frequently tested on them.

5.0.0 Change log

Detailed release notes follow. This overview includes changes that affect behavior, not code moves, refactors and string updates. For convenience in locating the code changes and accompanying discussion, both the pull request and git merge commit are mentioned.

Major New Features

[GUI] New Interface - df12a30
[Core][StakeMod] New Stake Modiferv2 - 3f87fb7
[Core][Tests][Build] HD Wallet CMake Build support - a57ff19
[Rpc][Wallet]Cold Staking - 5f4a626
[Bug]Fix OOM when deserializing UTXO entries with invalid length -96760031dd74f6ef0d61e1d0f8c1b7be2ffe8f02
[UI] New Charts in ui for stake and masternode rewards

Minor New Features

Various Wallet Improvements - 102d484
Major Spork Overhaul - a5ec247
New Network Messages - 20cf71e
Prevent Overpayment Masternodes - eb9719b
Multi Split Func to Staking - cc3136a
[Consensus] Remove old message format in CMasternodeBroadcast - 95807ca

GUI Changes

New Interface - Major Overhaul
Minor Text Fixes

Credits

Thanks to everyone who directly or indirectly contributed to this release:
-Liquid369

  • akshaynexus
  • Daniel Halford
  • Fuzzbawls
  • presstab
  • furzy
  • random-zebra
  • warrows

##SHA 256 Checksums

8e272ecdb9d90a1065227f4c16d51155ecce5a7b5d8b1fbd3d8b1989e07a1657  ./DogeCash-5.0.0-arm-linux-gnueabihf.tar.gz
f09e84bd0bd89997faba38f79c7f5a8e2475225180d0a136a5479e0db6d7375f  ./DogeCash-5.0.0-i686-pc-linux-gnu.tar.gz
4f4e2cdbe7c9b2713f8d934341a6ccd5a518cddcf993b3e1ebabc9cc8d200948  ./DogeCash-5.0.0-osx-unsigned.dmg
d3eb8bbb7aa98c0cf1957798cf978c1dc3089dc5ab94dd19f62a6051512b8a49  ./DogeCash-5.0.0-riscv64-linux-gnu.tar.gz
5c8abafc884243add791aba9f0ae46a402a89552d6d035a38e7e81d2ca4acb2f  ./DogeCash-5.0.0-x86_64-linux-gnu.tar.gz
622217c5fe0cf143842a07e3aac9c23e75195afb1cf6d90c69216ed0916c3d45  ./DogeCash-5.0.0.tar.gz
f682a9b1c327f1a4775bb78504b164e5e36cc9d069057f41836154081dcbadd0  ./DogeCash-5.0.0-win32.zip
7435508d7d4190731e4f8e8eefbb99602922981d78fa0d483c891881c5c00d25  ./DogeCash-5.0.0-win64.zip
bde9f63421974ff0e5976864268671b7f4f5f5e536222c8fb8a18ec7125c8818  ./DogeCash-5.0.0-win64-setup-unsigned.exe
ef47ce37e87986fbd134b14f370bd37fa9f1b57e9427de037664d8db185f88f0  ./DogeCash-5.0.0-osx64.tar.gz
61c6c5b27eb605c93474b920a9d24818763cdff3501ba3eb8534acccec52392d  ./DogeCash-5.0.0-win32-setup-unsigned.exe
81385ac2e1d5855933bf873a534b17c0408711d8c3a273553920d5e52e9fe58c  ./DogeCash-5.0.0-aarch64-linux-gnu.tar.gz

DogeCash 4.0.1 Minor Update

30 Jul 19:34
42c3450
Compare
Choose a tag to compare

DogeCash Core version 4.0.1 is now available from: https://github.com/dogecash/dogecash/releases

This is a new minor version release, including various bug fixes and performance improvements, as well as updated translations.

Please report bugs using the issue tracker at github: https://github.com/dogecash/dogecash/issues

Minor Update

DogeCash Core v4.0.1 is a Minor update for all block creators, masternodes, and integrated services (exchanges).

How to Upgrade

If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the installer (on Windows) or just copy over /Applications/DogeCash-Qt (on Mac) or dogecashd/dogecash-qt (on Linux).

Compatibility

DogeCash Core is extensively tested on multiple operating systems using the Linux kernel, macOS 10.10+, and Windows 7 and later.

Microsoft ended support for Windows XP on April 8th, 2014, No attempt is made to prevent installing or running the software on Windows XP, you can still do so at your own risk but be aware that there are known instabilities and issues. Please do not report issues about Windows XP to the issue tracker.

Apple released it's last Mountain Lion update August 13, 2015, and officially ended support on December 14, 2015. DogeCash Core software starting with v4.0.0 will no longer run on MacOS versions prior to Yosemite (10.10). Please do not report issues about MacOS versions prior to Yosemite to the issue tracker.

DogeCash Core should also work on most other Unix-like systems but is not frequently tested on them.

Notable Changes

Minor New Features

Disabling of appNap during sync process that will help with power consumption on mac devices!
DNS Seeder addition, making for much better initial sync and less clogging up of initial seednodes.

GUI Changes

Many small GUI changes implemented based on the missed items from the 4.0.0 release. ListView is now properly fixed. A small ToolTip bug was found and fixed based on some issues in reliance of CSS items without borders specified in QT. A much more readable interface for input and text edit boxes will be noticed. Additional color fixes added into Governance page to make more readable.

Miscellaneous Changes

Readjusting the supply calculation methods in RPC to adjust for Burnt Coin Supplies.

4.0.1 Change log

Detailed release notes follow. This overview includes changes that affect behavior, not code moves, refactors and string updates. For convenience in locating the code changes and accompanying discussion, both the pull request and git merge commit are mentioned.

GUI

Miscellaneous

  • 0c741bc macOS: disable AppNap during sync
  • ca1c899 [Supply] Calc burnt/unspendable coins and subtract from nmoneysupply
  • 0c66893 [P2P] DNS Seeder addition to hard seeds

Credits

Thanks to everyone who directly or indirectly contributed to this release:

  • Fuzzbawls
  • Mrs-X
  • Pieter Wuille
  • presstab
  • random-zebra
  • warrows
  • akshaynexus
  • Daniel Halford
  • Liquid369

SHA256 Checksums

290e653519d66b7d8d9d6a196328e1d2f1597c0e895af96edfb04b06aa5686e1  ./DogeCash-4.0.1-osx64.tar.gz
69ab247ec2cdc9fe858e3a2718c5a89dd9af21690c919373dd61392c05a5e0ae  ./DogeCash-4.0.1-osx-unsigned.tar.gz
a636fad3eb9848a222b262b76d29d5e103f8ad71c0fc67d51ee3a03841ff1a3a  ./DogeCash-4.0.1-aarch64-linux-gnu.tar.gz
d340025838ad43f73899e2b73652c73231fb6111370d339c83e50531b69a3730  ./DogeCash-4.0.1-x86_64-linux-gnu.tar.gz
9b4a0c759841453d8253b992b6e9d536c9291dd059d179faab5a9f210fc9d097  ./DogeCash-4.0.1-win64.zip
26322922adaf9754ed547b2745abf02625f0548cd320c958efaa2ebb453860f4  ./DogeCash-4.0.1-riscv64-linux-gnu.tar.gz
2f9f0d19d7e52b93727ae4671cf2134fd27c5655d03d53436a3dcc1ebe20ba1d  ./DogeCash-4.0.1-win64-setup-unsigned.exe
f68c36bf99c7af540be86f10f2c5db40bc325e4c6c341eb3f968f6003faaaddc  ./DogeCash-4.0.1-win-unsigned.tar.gz
0a7a3474800480cd056f5c4a07f0d4bd55787909e5a92c4c710ca628fd70afbb  ./DogeCash-4.0.1-arm-linux-gnueabihf.tar.gz
23db51c70deb37d4259a6047a20974feb15958a6c6cf22a176454b1f2fe25f6c  ./DogeCash-4.0.1-win32-setup-unsigned.exe
cbeac1f321ad81cbab14d2dea3bbbda6335e35ef9b67be6aecaa53e8266513eb  ./DogeCash-4.0.1-win32.zip
a974a73614ea03b2fada302d13ab2e8687704218d413f29f548bb4c6340634cc  ./DogeCash-4.0.1-i686-pc-linux-gnu.tar.gz

4.0.0

20 May 00:00
Compare
Choose a tag to compare

Initial Release