Skip to content

Releases: DigiByte-Core/digibyte

DigiByte Core v8.22.0-RC4

02 Apr 01:53
527219d
Compare
Choose a tag to compare
Pre-release

DigiByte Blockchain v8.22.0- rc4 Release Notes

We are excited to announce the test release of DigiByte Blockchain v8.22.0 rc4. 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: If you had issues importing DGB wallets from old core wallets this RC4 release should fix your issue.

Note: Apple Silicone binary for m-series macs needs to be compiled locally. This is for two reasons, one we still have issues with GUIX build process, and two the recent disclosure of the GoFetch vulnerability in all m-series Macs.

Major RC4 Changes

  • Import bug for old DGB wallets fixed.
  • Coinbase maturity bug fixed.
  • Descriptor wallets now default type when creating a new wallet instead of a legacy wallet.
  • All 680+ unit & functional tests are now fixed & working as expected to help test future changes.

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 the coinbasetxn 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 RC3 - RC4

Full Changelog: v8.22.0-rc3...v8.22.0-rc4

DigiByte Core v8.22.0-RC3

03 Feb 20:29
af6d4e3
Compare
Choose a tag to compare
Pre-release

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 the coinbasetxn 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

New Contributors

Read more

DigiByte Core v8.22.0-RC2

14 Apr 19:54
af42429
Compare
Choose a tag to compare
Pre-release

DigiByte Blockchain v8.22.0- rc2 Release Notes

DigiByte 8.22.0 RC2 has been retired. There are known issues with this release that have been fixed in RC3. Please do not run this version - use RC3 instead.

We are excited to announce the test release of DigiByte Blockchain v8.22.0 rc1. 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.

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:

      • getblocktemplate (BTC v0.18): Added support for the coinbasetxn 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 rc1.

What's Changed

New Contributors

Read more

DigiByte Core v7.17.3

13 May 02:38
v7.17.3
5ac15f5
Compare
Choose a tag to compare

DigiByte Core v7.17.3

The DigiByte Team are thrilled to announce that v7.17.3 has now been released. This upgrade, lays the foundation for the upcoming DigiByte 8 upgrade.

What's new?

In this build we have cemented a new workflow process based on the Atlassian Gitflow Workflow, as well as correcting all of the Unit Tests to ensure that all commits maintain underlying stability and consensus. Initial work has also been done on tidying the emissions code output, which will be further tweaked in DigiByte version 8. Finally, Gitian keys have also been updated for a number of people to further ensure the safety of released binaries.

Who should upgrade?

This release does not make any consensus level changes, nor does it add or remove any features. As such if you are currently running DigiByte version 7.17.2, there is little to no need to upgrade. However, if you would like to run the Unit Tests, you can do-so with 7.17.3

This release predominantly serves as the basis for version 8, while also acting as a confirmation of the new development process, cementing the work done for the future of the project.

DigiByte Core v7.17.2

21 Jun 06:00
Compare
Choose a tag to compare

DigiByte Core v7.17.2

The DigiByte Team is pleased to release 7.17.2, ready for an immediate upgrade.
We have our non-contentious upgrade to Odocrypt scheduled for Block 9,100,000 at which time all nodes need to be running DigiByte Core 7.17.2 to ensure they are not left behind. This is expected to be reached approx July 19th, 2019.
This will be replacing the Myr-Groestl algorithm, though, it can still be mined using 7.17.2 until that block height is reached.

You can find out more about this on Jared Tate's blog: https://blockchain2035.com/blogs/digiassetsprotocol/digibyte-v7-17-2-odocrypt-algo-fork

What's new?

  • Odocrypt algorithm replaces Myr-Groestl at block 9,100,000
  • Dandelion++ privacy improvements implemented and enabled by default

NOTE: Any exchange or service that relies on rpc commands for tx information MAY need to set "disabledandelion=1" in their digibyte.conf if you experience any issues with tx's not appearing in mempool. This is due to how dandelion works with the addition of the new stempool alongside dandelion.
However, we strongly recommend leaving it enabled to begin with for the additional privacy aspect and only disable it in the unlikely event you run into any issues.

There are no changes to RPC calls etc and upgrades over 6.17.x should be completely seamless.

Who should upgrade?

Everyone who runs a full node, with immediate effect.

If you have a hardware wallet, such as Trezor or Ledger then this upgrade will be performed by the Vendor on their servers, so there should be nothing you need to do
If you use a MultiWallet or SPV wallet such as DigiByte Android / iOS, Coinomi, Jaxx, etc then you don't need to do anything further either.