Skip to content

Develop branch as of 2022-04-21 + PR#1189 for testnet use

Pre-release
Pre-release
Compare
Choose a tag to compare
@hans-schmidt hans-schmidt released this 22 Apr 15:50
· 11 commits to develop since this release
v4.8.5test1

This build contains all commits on the Ravencoin develop branch as of 2022-04-21 + PR#1189 which fixes the sync hang bug described in Issue RavenProject#1188

This release is for use only on testnet to verify whether the bug fix works as expected.

The bug is related to the use of SubQualifiers for Restricted Assets and exists in all previous versions of core which support Restricted Assets. Since it is a failure in reading cache properly, it does not occur once the cache flushes to database, making it dependent on node speed, compile types, and other things which affect timing.

A technical description of the bug is available at
https://hans-schmidt.github.io/mastering_ravencoin/bug_investigation/RVN_Bug-%20Testnet%20Block%201127354%20Sync%20Hang-%20SubQualifier%20Not%20Found.html

Use at your own risk