Skip to content

Releases: WisprProject/core

v0.3.3

16 Aug 10:43
Compare
Choose a tag to compare

While being a fork from PIVX we have the opportunity to use and improved new and existing features directly from them. Our core wallet had a lot work done regarding security and stability.

The following updates and upgrades from PIVX have been added to Wispr:
https://github.com/PIVX-Project/PIVX/blob/master/doc/release-notes/release-notes-3.2.0.md
https://github.com/PIVX-Project/PIVX/blob/master/doc/release-notes.md

Additional (Wispr related) patch notes:

  • General cleanup of code, added more documentation etc.
  • Removed unused a lot of old (prev versions) code.
  • Big cleanup of dependencies.
  • Refactored all code to C++11.
  • Added all kinds of back-ported bitcoin-core features.

V0.3.1

21 Oct 15:09
Compare
Choose a tag to compare

Hotfix for the new protocol release.

  • TX are without fee.
  • New staking protocol enabled.
  • Cleaned-up code a bit (Removed unused legacy features)
  • Various bug-fixes.

v0.3.0

04 Oct 17:11
Compare
Choose a tag to compare

Wispr Core version 0.3.0 is now available from:
https://github.com/WisprProject/core/releases

The long awaited masternode update is finally here!
We would like to thank our great community for all their patience and never ending love and support!

How to Upgrade

Download the right build for your machine, unpack and launch it!
If you run into some trouble try cleaning the data folder BUT REMEMBER to backup the wallet.dat

Change Log

The following major features have been added in this release:

  • Implemented Masternodes (costs are 125.000 WSP)
  • Improved staking, average interval was 64 seconds, adjusted to 60 seconds.
  • Implemented sporks, a feature in which developers can launch/enable chain features without updating the software.
  • Fully upgraded the the wallet’s core, added a ton of security related patches from the Bitcoin software.
  • Implemented Zerocoin protocol, exchange WSP for zWSP in the wallet to make use of anonymous transaction creation.
  • Transaction fee's will now be burned.
  • Instant transaction confirmation thanks to the new masternodes system.
  • Various improvements regarding speed and effeciency when syncing the network.

A detailed list will be released soon.

v0.2.0

10 Feb 18:46
6d61757
Compare
Choose a tag to compare

Wispr Core version 0.2.0 is now available from:

https://github.com/WisprProject/core/releases

This is a minor update regarding mostly connection issues and chain stability (addition of checkpoints)

How to Upgrade

Just running the new wallet/daemon is enough. It is recommended to make regular wallet backups, and a new wallet release is a good time for that

Change Log

The following issues have been addressed in this release:

  • #7 - 2 major checkpoints added to ensure the chain doesn't drift
  • #8 - Reference to the RPI setup guide added in the documentation section
  • #10 - Small GUI fix regarding the coin maturity dialog
  • #11 - More hardcoded nodes to facilitate initial peer discovery

v0.1.0

16 Dec 16:43
9490177
Compare
Choose a tag to compare

v0.1.0

Initial release, accompanied with a 32 bit Windows Qt Wallet and the daemon/Qt Wallet for Debian/Ubuntu based Linux distros.

More builds to come.