Skip to content

Releases: VitaeTeam/Vitae

v4.5.1 Release Candidate 1

13 Dec 08:48
v4.5.1-rc1
4f76681
Compare
Choose a tag to compare
Pre-release
v4.5.1-rc1

v4.5.1-rc1

v4.5.0

01 Sep 16:11
a656509
Compare
Choose a tag to compare

VITAE Core version 4.5.0 is now available from: https://github.com/vitaeteam/vitae/releases

This is a MANDATORY new major version release, including various new features, bug fixes and performance improvements.

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

Mandatory Update

VITAE Core v4.5.0 is a mandatory update that includes a consensus rule change to replace the seesaw variable rewards algorithm with a fixed rewards structure for staking, masternodes, and fundamental nodes. All wallets, masternodes, and fundamental nodes need to upgrade in order to stay on the offical VITAE mainnet blockchain.

Please upgrade your wallets and other VITAE nodes as soon as possible. If you do not upgrade within the first few weeks of September 2020, you may need to resync the blockchain to restore proper operation of your wallet/node after upgrading.

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/VITAE-Qt (on Mac) or vitaed/vitae-qt (on Linux).

Notable Changes

User Experience

Removal of seesaw rewards algorithm

The previous algorithm that dynamically adjusts masternode and staking rewards based on the amount of masternodes and staking is being replaced with a fixed rewards schedule. This will be enabled on a future date after the majority of the VITAE network has upgraded so that the network can maintain consensus.

Once this takes effect, there will be a fixed reward for each staked block and each masternode reward, regardless of how many masternodes are enabled on the VITAE network. After this change is activated, the masternode reward will be 2 VITAE, the fundamentalnode reward will be 2 VITAE, and the staking reward will be 1 VITAE for each block.

Adjustment to staking properties to reduce orphaned blocks

The stake hashdrift has been lowered to 30 seconds to reduce the number of orphans being experienced by VITAE stakers.

Add TOR service icon to status bar

An icon is now shown for clients that are connected and operating over the TOR network. Included is a mouse-over tooltip showing the onion address associated with the client. This icon is only shown when a connection to the TOR network can be established, and will be hidden otherwise.

Wallet Options

“Unlock for staking and anonymization only” is now selected by default when unlocking the wallet from the User Interface

Backup to external devices / locations

Summary

The VITAE wallet can now have user selected directories for automatic backups of the wallet data file (wallet.dat). This can be set by adding the following lines to the vitae.conf file, found in the VITAE data directory.

  • backuppath = <directory / full path>
  • zvitaebackuppath = <directory / full path>
  • custombackupthreshold =
    Note: System write permissions must be appropriate for the location the wallet is being saved to.
  • Configured variables display in the Wallet Repair tab inside the Tools Window / Dropdown Menu
  • Allows for backing up wallet.dat to the user set path, simultaneous to other backups
  • Allows backing up to directories and files, with a limit (threshold) on how many files can be saved in the directory before it begins overwriting the oldest wallet file copy.

Details:

  • If path is set to directory, the backup will be named wallet.dat-<year>-<month>-<day>-<hour>-<minute>-<second>
  • If zVITAE backup, auto generated name is wallet-autozvitaebackup.dat-<year>-<month>-<day>-<hour>-<minute>-<second>
  • If path set to file, backup will be named <filename>.dat
  • walletbackupthreshold enables the user to select the maximum count of backup files to be written before overwriting existing backups.

Example:

  • -backuppath=/<mynewdir>/
  • -walletbackupthreshold=2

Backing up 4 times will result as shown below

            date/time
backup #1 - 2018-04-20-00-04-00  
backup #2 - 2018-04-21-04-20-00  
backup #3 - 2018-04-22-00-20-04  
backup #4 - 2018-04-23-20-04-00  

1.
    /<mynewdir>/
        wallet.dat-2018-04-20-00-04-00
2.
    /<mynewdir>/
        wallet.dat-2018-04-20-00-04-00
        wallet.dat-2018-04-21-04-20-00
3.
    /<mynewdir>/
        wallet.dat-2018-04-22-00-20-04
        wallet.dat-2018-04-21-04-20-00
4.
    /<mynewdir>/
        wallet.dat-2018-04-22-00-20-04
        wallet.dat-2018-04-23-20-04-00

VITAE Daemon & Client (RPC Changes)

New RPC command

findserial

Search the zerocoin database for a zerocoinspend transaction that contains the given serial. This will help with support issues to verify if a specific zVITAE mint has been spent. This RPC call allows for support to grab the serial, and then find the spend tx on the chain.

New RPC commands

createmasternodebroadcast

decodemasternodebroadcast

relaymasternodebroadcast

A new set of rpc commands masternodebroadcast to create masternode broadcast messages offline and relay them from online node later (messages expire in ~1 hour).

zVITAE Updates

There are some changes and updates to the zerocoin protocol that in the future will help users who hold zVITAE convert it back into VITAE. These changes have been applied in preparation for allowing this spending to take place with a future release, but at this time zerocoin will remain in maintenance mode.

Technical Changes

Switch to libsecp256k1 signature verification

This change lets go of reliance on OpenSSL in the consensus code. The rationale behind it is to avoid depending on an external and changing library where our consensus code is affected. This is security and consensus critical. VITAE users will experience quicker block validations and sync times as block transactions are verified under libsecp256k1.

The recent CVE-2018-0495 brings into question a potential vulnerability with OpenSSL (and other crypto libraries) that libsecp256k1 is not susceptible to.

Write to the zerocoinDB in batches

Instead of using a separate write operation for each and every bit of data that needs to be flushed to disk, utilize leveldb's batch writing capability. The primary area of improvement this offers is when reindexing the zerocoinDB (-reindexzerocoin), which went from needing multiple hours on some systems to mere minutes.

Secondary improvement area is in ConnectBlock() when multiple zerocoin transactions are involved.

Migration to libevent based http server

The RPC and REST interfaces are now initialized and controlled using standard libevent instead of the ad-hoc pseudo httpd interface that was used previously. This change introduces a more resource friendly and effective interface.

New Notification Path

blocksizenotify

A new notification path has been added to allow a script to be executed when receiving blocks larger than the 1MB legacy size. This functions similar to the other notification listeners (blocknotify, walletnotify, etc).

Removed Growl Support

Growl hasn't been free nor needed for many years. MacOS versions since 10.8 have the OS notification center, which is still supported after this.

Resolution of excessive peer banning

It was found that following a forced closure of the VITAE core wallet (ungraceful), a situation could arise that left partial/incomplete data in the disk cache. This caused the client to fail a basic sanity test and ban any peer which was sending the (complete) data. This, in turn, was causing the wallet to become stuck. This issue has been resolved client side by guarding against this partial/incomplete data in the disk cache.

Minor Enhancements

  • Updated RPC help outputs & removed the deprecated obfuscation.
  • Refactored code
  • Various bug fixes
  • Updated documentation

4.5.0 Change log

Detailed release notes follow. This overview includes changes that affect behavior, code moves, refactoring and string updates.

Core Features

  • [Consensus] Fix compilation with OpenSSL 1.1
  • [Consensus] Require standard transactions for testnet
  • [Consensus] Replace seesaw rewards algorithm with fixed rewards
  • [Core] Remove Gitan-OSX warning for High Sierra builds
  • [Core] Give high priority to zerocoinspends to make it into the next block.
  • [Core] Minor refactoring + unused variable removed
  • [Core] Refactor ConnectBlock() to segregate state tracking items
  • [Core] Fix masternode and fundamentalnode broadcast for networks != MAINNET
  • [Crypto] Switch to libsecp256k1 signature verification and update the lib
  • [Core] Switch from local to main signals for the validation interface
  • [Core] zVITAE v2: zPoS dzVITAE ezVITAE external backup and budget fixes (too many to list)
  • [Main] Check whether tx is in chain in ContextualCheckZerocoinMint()
  • [Main] Write to the zerocoinDB in batches
  • [MoveOnly] Remove zVITAE code from main.cpp

Build System

  • [Depends] Update depends package versions.
  • [Build] Remove unnecessary BOOST dependency
  • [Build] Make sure Boost headers are included for libzerocoin
  • [Build] Fixes for OSX builds on newer OS versions
  • [Build] Fixed some compiler warnings
  • [Travis] Add separate job to check doc/logprint/subtree

P2P Protocol and Network Code

  • [Network] Remove vfReachable and modify IsReachable to only use vfLimited.
  • [Network] Updated DNS and fixed seeds
  • [Net...
Read more

v4.4.2

23 May 23:45
v4.4.2
ec60e31
Compare
Choose a tag to compare

This is an optional release that includes:

  • Updated DNS seeders for easier discovery of peers
  • Updated checkpoints to reduce forking

This release is optional for all wallets, including staking wallets and masternodes.

NOTE: For existing wallets and masternodes, to display the Vitae total supply properly, you need to do a reindex (using Wallet Repair or running it once with the -reindex option) or a blockchain resync.

Contributors

  • Michael Trisko

Added macOS High Sierra Binary Image Unix Epoch 1590282429

  • 2a5A1Ghu1

v4.4.1

02 May 03:23
v4.4.1
d9b8318
Compare
Choose a tag to compare

This is an optional release that includes:

  • A bug fix so that the wallet will properly display the total supply of Vitae using RPC commands
  • Addition of the makekeypair RPC command
  • Updated fixed seed nodes for easier discovery of peers
  • Updated checkpoints to reduce forking

This release is optional for all wallets, including staking wallets and masternodes.

NOTE: For existing wallets and masternodes, to display the Vitae total supply properly, you need to do a reindex (using Wallet Repair or running it once with the -reindex option) or a blockchain resync.

Contributors

  • Michael Trisko
  • Wang King

Vitae 4.4.0

03 Feb 18:12
3a96777
Compare
Choose a tag to compare

Critical Update

Vitae version 4.4.0 release contains urgent fixes to prevent a potential exploit that allows a malicious actor to amplify their staking weight and also spam invalid blocks to nodes. This release also contains other fixes and improvements. Please see release notes for a full overview.

Change List:

  • Fix a runtime issue when run with option -debug
  • [CRITICAL] Fix block spam exploit issue.
  • Fix rare case that causes infinite loop in the staking thread.
  • Fix multisend UI display error in QT
  • Remove no longer needed debug messages
  • Fix masternode protocol version check.
    • Add and fix masternode SPORK control variable. Implement SPORK_21
    • Fix issue with compatibility of masternodes between different protocol versions. This eases the impact of updates to the network by not knocking all outdated masternodes offline.
  • Fix edge case issue with autocombinerewards getting stuck..
  • Implement BIP65 Support - Check Lock Time Verify (CLTV).
  • Add additional info to getblockchaininfo rpc command to show softforks
  • Adjust seed peers and include additional nodes.
  • Fix masternode count issue
  • Implement getmasternodestatus rpc command
  • Update copyright year.
  • Update version tags for release

Note: Added 32 bit linux version at request of user and relabeled 64 bit binaries April 21, 2020 1587454119 UTC

Vitae 4.3.0

30 Nov 23:33
Compare
Choose a tag to compare
spork ver.

Vitae 4.2.1

17 Sep 21:39
cf04e04
Compare
Choose a tag to compare
Merge pull request #14 from Small-dev-1/master

fix for seesaw

Vitae 4.2.0

01 Sep 01:02
Compare
Choose a tag to compare
proper fnbudget subsidy

Initial Release with MNs working-v4

07 Jul 14:02
Compare
Choose a tag to compare

!!! MANDATORY UPDATE !!!
Update your wallets ASAP otherwise you may end up on wrong chain.

What's New?
The issue with MNs is now fixed.
Tier nodes(Supernodes and Masternodes) are now active in Vitae Network