Skip to content

Releases: RavenProject/Ravencoin

v4.6.1: Improved GUI, bug fixes, minor new features

19 Aug 18:28
v4.6.1
7864c39
Compare
Choose a tag to compare

v4.6.1 is a non-mandatory core release

It contains various bug fixes, GUI improvements, and minor feature improvements developed and tested over the past 2 years.
But there are NO changes to consensus.

For your security, you should always check the binaries against the published file hashes. The list of hashes as well as the source code final commit tag are signed using my GPG key, which you can verify using my GPG Fingerprint posted at https://github.com/hans-schmidt

There is no OSX build due to Apple SDK restrictions, and the windows files are unsigned.

As always, Use at Your Own Risk

Fix for false-positive Windows trojan detection

07 Dec 21:15
25a2dbf
Compare
Choose a tag to compare

This is a very simple release. The only difference between 4.3.2.0 and 4.3.2.1 is the version data, everything else is identical. We have submitted the original 4.3.2.0 release to be verified by Microsoft Defender Security to see why they are issuing a false positive. More about this can be read here:
https://tronblack.medium.com/ravencoin-virus-false-positive-dd8b511cca79

Updated with signed windows and MacOS installers.

Better node distribution and IPFS browsing

03 Dec 16:21
Compare
Choose a tag to compare

The primary reason for this release is to update the seed-node list. Previously this was hard-coded to simply point to the core seed-nodes (see src/chainparamsseeds.h for new IP list). This isn't as decentralized as desired. Now we are running a seed-node-crawler identical to the one that Bitcoin Core uses. The crawler keeps track of node availability, chain tip validity, and other parameters to create a list of known-good-node-addresses. The list of good-node-addresses is used in the chainparamsseeds.h file and creates a more distributed network. It also includes the original seed-nodes since they will be detected by the crawler as good. Anyone can run a full-node and become a seed-node, doing so helps RVN become even more decentralized.

  • Updated version to 4.3.2.0
  • Is NOT a consensus change
  • Fixes Boost 1.73 compile issues
  • Adds IPFS open in external browser
  • Build logging for tests will be more verbose than before

Hot Fix for Pools running 4.3.0

25 Aug 21:52
d684c44
Compare
Choose a tag to compare

Includes all fixes for pool nodes running 4.3.0 by including fixes for getblocktemplate

Add Coinbase Check, Update asset database

24 Aug 15:17
dbcf1e0
Compare
Choose a tag to compare

Version bump to 4.3.0
Multiple bug fixes

Enforce Value Public Code Release

10 Jul 16:06
782e622
Compare
Choose a tag to compare
  • Code from v4.2.0 is now public in v4.2.1
  • Binaries are built from the public code
  • The source tar, and zip contain all bug fixes
  • ENJOY v4.2.1

Consensus upgrade

02 Jul 22:01
bf95ab4
Compare
Choose a tag to compare
  • Added new code for consensus upgrades
  • Only miners need to update to this version
  • The source zip and tarball don't contain the fix. Only the binaries.

KAWPOW!!!

16 Apr 21:00
1648093
Compare
Choose a tag to compare

Now with more POW!!!

  • Added a new hashing algorithm to give power back to GPU miners (KAWPOW)
  • Added support for bip44 based mnemonic phrases to generate the private keys
  • Added support for transfers of long asset names with memos attached
  • Added user prompt when there is a new version of ravencoin available
  • Fixed and added new unit and functional tests
  • Updated protocol version to 70027

Testnet Only April 8

08 Apr 22:09
dd859f8
Compare
Choose a tag to compare
Testnet Only April 8 Pre-release
Pre-release
v3.2.2-beta

Add transfer script size RIP

Mempool Invalid Transaction fix

06 Feb 18:28
3499cad
Compare
Choose a tag to compare
Add mempool ability to remove invalid transactions for getblocktempla…

…te, fix unit test