DigiByte Blockchain v8.22.0- rc3 Release Notes
We are excited to announce the test release of DigiByte Blockchain v8.22.0 rc3. This release is based on Bitcoin Core v22 and brings in various features and improvements from Bitcoin Core v0.18, v0.19, v0.20, v0.21, and v22. Please note that this is a test release and not intended for production use. Thank you to everyone who has helped test & develop RC3 to this point!
Note: Wallet image was not changed from RC2-RC3. We will do that on the final release.
Testing and Feedback
As this is a test release, we encourage users to try out the new features and improvements and provide feedback on any issues you encounter. This will help us refine the final release for a more stable and feature-rich DigiByte Blockchain experience.
Please report any issues or feedback on our GitHub repository or join the DigiByte community on Gitter, Telegram, Discord, or Reddit.
We would like to thank our developers and the entire DigiByte community for their continued support and dedication to the project. Together, we are making the DigiByte Blockchain more secure, efficient, and accessible for everyone.
Notable Changes
-
Minimum Transaction Fee Increase: The minimum transaction fee has been increased from 0.001 DGB to 0.1 DGB per kilobyte.
-
Taproot Deployment Delay: Please note that the Taproot deployment date has been set to 2099 for this release to delay activation. Given the immense amount of changes in this release, it was decided by core developers to delay taproot activation until the next DGB core release to make sure there were no inadvertent vulnerabilities introduced allowing the DGB network to be easily spammed by taproot changes.
-
Bitcoin Core Feature Inclusions: Major changes from Bitcoin Core v0.18, v0.19, v0.20, v0.21, and v22 have been integrated into DigiByte v8.22.0 rc1. Some highlights include:
-
-
Taproot and Schnorr Signatures (BTC v0.21): This release includes the implementation of Taproot and Schnorr signatures, which bring various improvements to the DigiByte Blockchain, such as increased privacy, enhanced smart contract capabilities, and more efficient signature aggregation. Although the functionality is fully integrated, the activation dates for Taproot and Schnorr signatures have been delayed until 2099. The activation dates will be updated in the next release to enable these features for the DigiByte community.
-
Partial Spend Support (BTC v0.18): This feature allows users to partially spend their wallet's UTXO (Unspent Transaction Output) set, improving privacy and efficiency.
-
Block Filter Indexing (BTC v0.19): This enables light clients to more efficiently and privately query the blockchain for their relevant transactions.
-
BIP 158 Compact Block Filters (BTC v0.19): This feature allows clients to synchronize more efficiently while maintaining a high degree of privacy.
-
BIP 339 WTxID Relay (BTC v0.21): WTxID-based transaction announcements reduce the bandwidth used during transaction relay and improve transaction propagation.
-
Descriptor Wallets (BTC v0.21): A new wallet format using output script descriptors, which simplifies wallet management and backups.
-
Hardware Wallet Interface (HWI) Integration (BTC v0.18): Improved hardware wallet support, making it easier for users to securely store and manage their DigiByte holdings.
-
Anchor Connections (BTC v0.20): This feature allows nodes to maintain persistent connections to specific peers, improving network stability and resistance to eclipse attacks.
-
Multi-Wallet Support (BTC v0.18): This feature enables users to manage multiple wallets simultaneously within the DigiByte Core GUI. Users can now load, create, and unload wallets on demand without having to restart the software.
-
Major RPC Changes: Numerous RPC changes and improvements have been implemented across various Bitcoin Core versions, including new commands, optimizations, and enhanced error handling. Some notable RPC command changes are:
-
getblockreward
Returns the current DGB mining block reward. -
getblocktemplate
(BTC v0.18): Added support for thecoinbasetxn
field. -
getblockreward
(DGB v8.22): Returns the most recent mining block reward for DGB. -
createwallet
(BTC v0.18): Introduced to create new wallets dynamically. -
unloadwallet
(BTC v0.18): Introduced to unload wallets without restarting the software. -
getbalances
(BTC v0.19): A new command that returns an object with all balances. -
getdescriptorinfo
(BTC v0.21): Provides information about a given descriptor. -
joinpsbts
(BTC v0.20): Combines multiple PSBTs (Partially Signed Bitcoin Transactions) into one.
-
-
-
Codebase Improvements: Over 285,000 lines of code have been changed in this release, making the DigiByte Blockchain more efficient, secure, and robust.
Who should upgrade?
Anyone wishing to help us fully test v8.22.0 rc3. In addition, anyone running RC1 and RC2 should upgrade urgently - there are known issues in those pre-releases.
What's Changed RC1 - RC2
- Update: GPG key for ycagel by @ChillingSilence in #49
- Update Qt 5.9 source URL by @Jolly-Pirate in #50
- Docs: Replaced IRC references with Gitter references by @gto90 in #54
- small wording changes by @mctrivia in #59
- WIP: Feature/8.22.0 by @gto90 in #62
- Add receive socket fds by @barrystyle in #64
- Refactor DandelionShuffleThread to run in connection scheduler by @barrystyle in #65
- DGB Seed Nodes Update by @JaredTate in #66
- Basic deployment maintenance by @barrystyle in #68
- Add new DNS seed - seed.digibyte.help by @saltedlolly in #67
- Dandelion transactions by @barrystyle in #69
- fix some urls in depends by @digicontributer in #70
- URL fix: https://dgbwiki.com/ by @GreenParticle in #74
- Fix "Unknown new rules activated" Error & Uninitialized Variable nMinerConfirmationWindow, Revert Changes by @JaredTate in #76
- Prevent algo bits from triggering 'unknown new rules' message by @barrystyle in #75
- Dandelion removal by @barrystyle in #79
- Reimplement Dandelion Transactions by @barrystyle in #80
- Disable RBF transaction signalling by @barrystyle in #82
- Remove legacy odocrypt fork code by @barrystyle in #86
- Fix: Dandelion mutex LOCK usages by @SmartArray in #84
- Core Improvements and Bugfixes by @SmartArray in #89
- Fix: Functional Tests by @SmartArray in #90
- Update Unit Test Vectors by @SmartArray in #93
- WIP: Fix Functional Tests by @JaredTate in #94
- Fixed remaining Functional tests for 8.22 by @SmartArray in #106
- Remove non-functioning seeders and full nodes by @saltedlolly in #104
- WIP: Feature/8.22.0 by @gto90 in #63
- Reward to 0 Code by @JaredTate in #105
- New mainnet & testnet seed server. by @Jongjan88 in #107
- Add-Seed-Node by @Quakeitup in #109
- This PR introduces support for GUIX cross compilations by @SmartArray in #108
- Update chainparams.cpp by @bastiandriessen in #110
- Update DGB SVG Image by @JaredTate in #112
- Add Jared Tate GPG Key by @JaredTate in #113
- GUI fixes by replacing icons and improving the splash screen by @SmartArray in #114
- Disable taproot until we find a solution to prevent chain bloats by @SmartArray in #115
- Fix tests related to subsidy by @SmartArray in #116
- Update Copyright Year & Wallet Image by @JaredTate in #117
- Merge Develop to RC1 by @JaredTate in #118
New Contributors
- @Jolly-Pirate made their first contribution in #50
- @mctrivia made their first contribution in #59
- @JaredTate made their first contribution in #66
- @saltedlolly made their first contribution in #67
- @GreenParticle made their first contribution in #74
- @Jongjan88 made their first contribution in #107
- @Quakeitup made their first contribution in #109
- @bastiandriessen made their first contribution in #110
Full Changelog: v7.17.3...v8.22.0-rc1
What's Changed RC2 - RC3
- Chore: added GTO90 detatched sig by @gto90 in #119
- Update keys.txt by @j50ng in #120
- Add gpg key for SmartArray (YoshiJaeger) by @SmartArray in #121
- Add new RPC Command "getblockreward" by @JaredTate in #122
- Revert 8.22 logo back to DGB .ico by @JaredTate in #124
- Update Wallet Image to RC2 by @JaredTate in #125
- Sync RC2 Branch by @JaredTate in #126
- Update chainparams.cpp- Seed Node Addition by JohnnyLawDGB in #131
- Update chainparams.cpp- Seed Node Addition by @JohnnyLawDGB in #131
- Update instructions for DigiByte Seeders by @saltedlolly in #137
- Refining the guidance for the -algo startup parameter. by @ZULUPooL in #134
- Show progress percentage by @cdonnachie in #141
- Update chainparams.cpp by @cdonnachie in #143
- Feature/v8.22.0 rc2 getmininginfo by @cdonnachie in #133
- Windows setup MD by @LeroyGerrits in #144
- Update chainTxData for 8.22.0 by @cdonnachie in #140
- Replace Bitcoin static seeds with DigiByte static seeds by @saltedlolly in #145
- Implement Fast Launch by @cdonnachie in #142
- Clean up seed servers (removed seed.digibyte.org) by @saltedlolly in #148
- Bump RC 3, Year & Standardize Release Version Format by @JaredTate in #150
- Bump TX Fees to Match DEFAULT_MIN_RELAY_TX_FEE & Fix Relay Issue by @JaredTate in #151
- include headers: stdexcept && cstdint by @Jongjan88 in #152
- allow selection of correct coinbase maturity value based on height by @barrystyle in #157
- Coinbase maturity part 2 by @Jongjan88 in #160
- Update wallet.h by @Jongjan88 in #165
- Change port 8333 to 12024. by @Jongjan88 in #166
- Fix libpng warning: iCCP: known incorrect sRGB profile by @Jongjan88 in #167
New Contributors
- @JohnnyLawDGB made their first contribution in #131
- @ZULUPooL made their first contribution in #134
- @cdonnachie made their first contribution in #141
- @LeroyGerrits made their first contribution in #144
Full Changelog: v8.22.0-rc2...v8.22.0-rc3