ReddCoin Core 4. 3 alpha/testnet release.

05 May 2022, 03:34
ReddCoin Core 4.22.3 alpha/testnet release! P Good news, next available build (alpha 3) is released and available for testnet only usage. Please note that by intention these builds will NOT run on mainnet and will throw and error to protect from inadvertent usage on real wallets. If you’d like to join the effort, more hands means faster development! # Build [v4.22.0-alpha-3] ## Key points this release should make it easier for testing and staking. Have reverted some features so that the wallet behaves as expected by disabling segwit deployment and reverting to legacy 1 addresses (default) ## Updates The next available release of the Reddcoin core wallet will include the following - [QT] made some logging of the qt UI optional in the debug.log (quieten log messages) - [QT] Update the tranactions details on the transaction tab with basic POS info (more refinement needed) - code clean-up, remove unnecessary includes for pos/stake.cpp - avoid dead-locks with miner.cpp - prevent coinstake from entering mempool - set legacy addresses as default for testing - Correct the value of COINBASE_MATURITY - [Consensus] un-bury Segwit and CSV consensus rules - [Consensus] bury BIP66 on testnet - [Consensus] reset BIP9 deployments - Reddcoin needs to go through the motions of enabling [segwit, CVS, et al] on the blockchain ## Coming up ### Areas of focus - enabling the consensus rules that were disabled - BIP34 - CSV - CLTV - Segwit - adding finer control of staking. - GUI - cli - rpc