Skip to content

Releases: teamswipp/swippcore

Swipp core 2.1.7 (Yggdrasil)

10 Sep 00:30
Compare
Choose a tag to compare

Swipp core 2.1.5 (Yggdrasil)

15 Jul 14:18
Compare
Choose a tag to compare

Maintenance release adding additional checkpoints and fixing issues. This release fixes many of the introduced issues discovered when compiling for Windows. Changes include the following:

  • Cross compilation fixes for the Windows binary.
  • Implements many Windows related fixes and improvements.
  • Fixes some potential memory leak issues and concurency issues, discovered when running the wallet through Valgrind.
  • Introduction of a range slider in the transaction list that filters the list to show only the most recent transactions. As a result, UI hangups become less noticeable on updates of the transaction list.
  • Introduce threading to some of the UI code and to certain operations that previously caused a temporary freeze in the execution of the wallet. This speeds up syncing of the wallet significantly.
  • New checkpoints to cover the blocks thus far on the block chain.
  • Massive speedups done to the QT code when the wallet fetches and loops through the transactions of the wallet, performing 300-500% faster than previously on average.
  • Update of LevelDB to version 1.20, the most recent stable version released.
  • Introduced support for AppImages, allowing for the creation of distribution-independent Linux executables of the wallet that can run on any fairly recent Linux distribution.
  • Starting with this version, we will begin distributing a bootstrap.dat file, that you can use to quickly bootstrap in the current blockchain. Note that you should only trust the bootstrap.dat files that you download here from our GitHub project page.

For a maintenance release, this update is relatively massive and includes over 70 changes compared to the previous version. Please refer to the git history for a complete list of changes.

Swipp core 2.1.3 (Yggdrasil)

22 May 00:17
Compare
Choose a tag to compare

Maintenance release adding additional checkpoints and fixing some minor issues. Changes include the following:

  • Fix some profiling issues in the code.
  • Take care of a long-standing memory leak that an earlier version introduced.
  • Improvements to the masternode code and masternode configuration parsing.
  • Various cleanups to the code, trying to follow the same convention everywhere.
  • New checkpoints to cover the blocks thus far on the block chain.
  • Add parsing and detection of new wallet versions. A notification will be shown when new versions are detected.
  • Bigger default database cache increased to 100MB (can be changed with the -dbcache option).

Because of the version parsing, we now depend on CURL as a dependency. This has been added to all make files and documentation. See the release notes for the previous versions (2.1.x) for the full change log of the Yggdrasil releases.

Swipp core 2.1.1 (Yggdrasil)

12 Dec 10:43
Compare
Choose a tag to compare

Maintenance release fixing sync issue on fresh wallets. See the release notes for the previous version (2.1.0) for the full change log of the Yggdrasil release.

Wallet updates

  • Fix invalid checkpoint for block 129 900. If installing a fresh wallet, this would reject the block and prohibit a complete sync.

Swipp core 2.1.0 (Yggdrasil)

11 Dec 05:15
Compare
Choose a tag to compare

ONLY HERE FOR REFERENCE. Please download the newest wallet instead.

Maintenance release of the wallet and daemon with updated PoS and PoW masternode payout rules.

This updates the protocol and requires everybody to update. Anybody that has not updated to this version once block 140 000 is reached will not be accepted onto the network!

Wallet updates

  • Fix invalid masternode collateral in the QT dialogs.
  • New flag, -debugbacktrace. Outputs backtraces for debugging purposes.

New features for the currency

  • Masternodes should now really get paid on PoW blocks as well (takes effect after block 140 000).
  • Updated PoS and PoW masternode payout rules (takes effect after block 140 000).

New features in the code base

  • Test suite updated. All of the tests do not yet run and still need additional work.
  • New cross compiler script for compiling the daemon for Windows.
  • New test script. This script can be used for starting a test environment. It can also be used to send commands to and mine on the different nodes started by the scripts.
  • Ability to send stack traces to the debug output.

Swipp core 2.0.2 (Baldr)

12 Nov 16:10
Compare
Choose a tag to compare

ONLY HERE FOR REFERENCE. Please download the newest wallet instead.

Completely new wallet and daemon with new specifications and payout scheme for the Swipp currency.

Fixes some issues from 2.0.0, relaxing the client protocol checks in the network code.
Fixes issue of stuck block chain when starting with an empty wallet on 2.0.1.

IF YOU HAVE ISSUES WITH THE 64 BIT WINDOWS BINARY, PLEASE USE THE 32 BIT VERSION INSTEAD!

Wallet updates

  • New logo and splash screen.
  • Added official nodes to the default network.

New features for the currency

  • Max supply limited to 14 million Swipp (down from the previous 50 million).
  • Max block size increased by 50%.
  • Masternode collateral increased to 30 000 (takes effect after block 93 000).
  • Masternodes now get paid on PoW blocks as well (takes effect after block 93 000).
  • Completely new payout/reward scheme. This is thoroughly explained on http://www.swippcoin.com/specifications (takes effect after block 93 000).

New features in the code base

  • Implemented block breaks - a way to associate the current block height with a protocol version. This let's us jump to the new protocol when a certain block height is reached.
  • Masternode collateral can now be associated with a block break, letting us change it at chosen block heights.
  • A lot of other fixes and improvements.

Swipp core 2.0.1 (Baldr)

12 Nov 13:54
Compare
Choose a tag to compare

ONLY HERE FOR REFERENCE. Please download the newest wallet instead.

Completely new wallet and daemon with new specifications and payout scheme for the Swipp currency.

Swipp core 2.0.0 (Baldr)

12 Nov 04:36
Compare
Choose a tag to compare

ONLY HERE FOR REFERENCE. Please download the newest wallet instead.

Completely new wallet and daemon with new specifications and payout scheme for the Swipp currency.

Swipp core 1.0.1

12 Nov 04:37
Compare
Choose a tag to compare

ONLY HERE FOR REFERENCE. Please download the newest wallet instead.

Original wallet from the original author of the currency.