Skip to content

Commit

Permalink
Merge pull request #247 from reddink/Bump_version_to_4.22.5rc3
Browse files Browse the repository at this point in the history
Bump version to 4.22.5rc3
  • Loading branch information
reddink authored Nov 17, 2023
2 parents 1f3cabd + eb89302 commit a9d5e57
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build_msvc/bitcoin_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define CLIENT_VERSION_BUILD 5

/* Version is release */
#define CLIENT_VERSION_IS_RELEASE false
#define CLIENT_VERSION_IS_RELEASE true

/* Major version */
#define CLIENT_VERSION_MAJOR 4
Expand All @@ -28,10 +28,10 @@
#define COPYRIGHT_HOLDERS_FINAL "The Bitcoin Core developers"

/* Replacement for %s in copyright holders string */
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Reddcoin Core"

/* Copyright year */
#define COPYRIGHT_YEAR 2021
#define COPYRIGHT_YEAR 2023

/* Define to 1 to enable wallet functions */
#define ENABLE_WALLET 1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 22)
define(_CLIENT_VERSION_BUILD, 5)
define(_CLIENT_VERSION_RC, 2)
define(_CLIENT_VERSION_RC, 3)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
52 changes: 46 additions & 6 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
4.22.5rc2 Release Notes
4.22.5rc3 Release Notes
==================

Reddcoin Core version 4.22.5rc2 is now available from:
Reddcoin Core version 4.22.5rc3 is now available from:

[https://download.reddcoin.com/bin/reddcoin-core-4.22.5/rc2/](https://download.reddcoin.com/bin/reddcoin-core-4.22.5/rc2/)
[https://download.reddcoin.com/bin/reddcoin-core-4.22.5/rc3/](https://download.reddcoin.com/bin/reddcoin-core-4.22.5/rc3/)

This release includes new features, various bug fixes and performance
improvements, as well as updated translations.
Expand Down Expand Up @@ -241,7 +241,7 @@ Languages include [English (default), chinese_simplified, chinese_traditional, f

GUI changes
-----------

- New statusbar icons to control overall staking
- A new wallet creation wizard within the GUI to create wallets.

The wizard will walk a user through the necessary steps to create a new wallet.
Expand All @@ -264,10 +264,12 @@ GUI changes

- A new `Staking` menu item. Window -> Staking. Providing further information on staking.

- A new `Staking` status icon in the statusbar area providing visual feedback on current staking.
- A new `Staking` status icon in the statusbar area providing visual feedback on current staking and to enable/disable staking per selected wallet.

- An updated `Wallet` type status icon in the statusbar area providing visual feedback on current wallet type (non-hd, bip32, bip39, bip44).

- Improved dark theme on the staking tab

- External signers such as hardware wallets can now be used. These require an external tool such as [HWI](https://github.com/bitcoin-core/HWI) to be installed and configured under Options -> Wallet. When creating a new wallet a new option "External signer" will appear in the dialog. If the device is detected, its name is suggested as the wallet name. The watch-only keys are then automatically imported. Receive addresses can be verified on the device. The send dialog will automatically use the connected device. This feature is experimental and the UI may freeze for a few seconds when performing these actions.

Low-level changes
Expand Down Expand Up @@ -301,7 +303,45 @@ Tests

A detailed list of changes in this version follows. To keep the list to a manageable length, small refactors and typo fixes are not included, and similar changes are sometimes condensed into one line.

### Reddcoin commit history
### Reddcoin commit history 4.22.5rc3
- #917f7967c Update assumed chain params (John Nash)
- #b84208b11 qt: 4.22.5 translations update (John Nash)
- #0e8878ce3 docs: update reddcoin configuration (John Nash)
- #3a674b578 docs: update manpages (John Nash)
- #fbdb5ddd0 translation update (John Nash)
- #7d6b2aa37 staking: reset the lastcoinstakesearchinterval when staking is stopped (John Nash)
- #3be4fbd19 qt: update staking status on change of wallet lock (John Nash)
- #80294e26a staking: implement interface for ui staking (John Nash)
- #bdfaf41fa staking: rename functions to suit wallet staking (John Nash)
- #b15b938c0 net: Hardcoded seeds update for 4.22 (John Nash)
- #d1b969841 contrib: update main and testnet nodes (John Nash)
- #90b7a63bf contrib: reduce uptime percentage to 40% (John Nash)
- #697e14fcf contrib: branding and configuration for reddcoin (John Nash)
- #6ba67b346 build: add missing resource files to Makefile (John Nash)
- #173182d3a build: fix compiler warning for unused variable (John Nash)
- #0676855de qt: expand the definition of coinday (John Nash)
- #0a5e0c856 qt: add space between words (John Nash)
- #cc1ca4bc2 qt: override dark theme text color by specifying required text color (John Nash)
- #d53df164e qt: use explicit code block (John Nash)
- #19c380147 qt: use the current definition Qt::BackgroundRole to remove warning (John Nash)
- #4b04352b6 get/set staking active (John Nash)
- #02e2c1840 move variable to header (John Nash)
- #d4d7494b4 qt: start/stop staking from the UI (John Nash)
- #da861f949 qt: add signals for staking (John Nash)
- #3ba3865ae qt: rework interface (John Nash)
- #815a08c27 qt: enable staking in interface (John Nash)
- #c52b2c98c qt: enable platformstyle in mintingview (John Nash)
- #a30dc1277 tx config update (John Nash)
- #658f9a45b translation updates (John Nash)
- #a30e3d6bc build: update build dependency instructions for ssl (John Nash)
- #728b17c52 branding: update package name (John Nash)
- #74f1b704a 23.x Add missing includes to fix gcc-13 compile error (fanquake)
- #d333114ef Add missing includes to fix gcc-13 compile error (MarcoFalke)
- #7b9061559 qt: disable blockchain prune if txindex or is enabled (John Nash)
- #449585519 branding: update error message (John Nash)
- #98bcdb6e7 qt: update the blockchain start year (John Nash)

### Reddcoin commit history 4.22.5rc2
- #1898fa09c doc: Update release notes (John Nash)
- #905d03009 doc: update source url in github links (John Nash)
- #c53b713ea doc: generate example reddcoin.conf for v4.22.5rc2 (John Nash)
Expand Down

0 comments on commit a9d5e57

Please sign in to comment.