fixes, stability changes, new version (1.4.0)

This commit is contained in:
NotRin7
2025-10-22 22:11:18 +02:00
parent 720988a7b1
commit cb108170df
9 changed files with 24 additions and 24 deletions

View File

@@ -18,7 +18,7 @@
#define CLIENT_VERSION_MAJOR 1
/* Minor version */
#define CLIENT_VERSION_MINOR 3
#define CLIENT_VERSION_MINOR 4
/* Build revision */
#define CLIENT_VERSION_REVISION 0
@@ -33,7 +33,7 @@
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Palladium Core"
/* Copyright year */
#define COPYRIGHT_YEAR 2024
#define COPYRIGHT_YEAR 2025
/* Define to 1 to enable wallet functions */
#define ENABLE_WALLET 1
@@ -259,22 +259,22 @@
#define LT_OBJDIR ".libs/"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "https://github.com/NotRin7/palladium/issues"
#define PACKAGE_BUGREPORT "https://github.com/palladium-coin/palladiumcore/issues"
/* Define to the full name of this package. */
#define PACKAGE_NAME "Palladium Core"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Palladium Core 1.3.0"
#define PACKAGE_STRING "Palladium Core 1.4.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "palladium"
/* Define to the home page for this package. */
#define PACKAGE_URL "https://palladium-coin.com/"
#define PACKAGE_URL "https://palladiumblockchain.net/"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.3.0"
#define PACKAGE_VERSION "1.4.0"
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */

View File

@@ -1,14 +1,14 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 3)
define(_CLIENT_VERSION_MINOR, 4)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2024)
define(_COPYRIGHT_YEAR, 2025)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Palladium Core]])
AC_INIT([Palladium Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _CLIENT_VERSION_BUILD))m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/NotRin7/palladium/issues],[palladium],[https://palladium-coin.com/])
AC_INIT([Palladium Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _CLIENT_VERSION_BUILD))m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/palladium-coin/palladiumcore/issues],[palladium],[https://palladiumblockchain.net/])
AC_CONFIG_SRCDIR([src/validation.cpp])
AC_CONFIG_HEADERS([src/config/palladium-config.h])
AC_CONFIG_AUX_DIR([build-aux])

0
depends/config.guess vendored Normal file → Executable file
View File

0
depends/config.sub vendored Normal file → Executable file
View File

View File

@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH PALLADIUM-CLI "1" "April 2024" "palladium-cli v1.3.0.0" "User Commands"
.TH PALLADIUM-CLI "1" "April 2024" "palladium-cli v1.4.0.0" "User Commands"
.SH NAME
palladium-cli \- manual page for palladium-cli v1.3.0.0
palladium-cli \- manual page for palladium-cli v1.4.0.0
.SH SYNOPSIS
.B palladium-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Palladium Core\/\fR
@@ -15,7 +15,7 @@ palladium-cli \- manual page for palladium-cli v1.3.0.0
.B palladium-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
Palladium Core RPC client version v1.3.0.0
Palladium Core RPC client version v1.4.0.0
.SH OPTIONS
.HP
\-?

View File

@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH PALLADIUM-QT "1" "April 2024" "palladium-qt v1.3.0.0" "User Commands"
.TH PALLADIUM-QT "1" "April 2024" "palladium-qt v1.4.0.0" "User Commands"
.SH NAME
palladium-qt \- manual page for palladium-qt v1.3.0.0
palladium-qt \- manual page for palladium-qt v1.4.0.0
.SH SYNOPSIS
.B palladium-qt
[\fI\,command-line options\/\fR]
.SH DESCRIPTION
Palladium Core version v1.3.0.0
Palladium Core version v1.4.0.0
.SH OPTIONS
.HP
\-?

View File

@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH PALLADIUM-TX "1" "April 2024" "palladium-tx v1.3.0.0" "User Commands"
.TH PALLADIUM-TX "1" "April 2024" "palladium-tx v1.4.0.0" "User Commands"
.SH NAME
palladium-tx \- manual page for palladium-tx v1.3.0.0
palladium-tx \- manual page for palladium-tx v1.4.0.0
.SH SYNOPSIS
.B palladium-tx
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded palladium transaction\/\fR
@@ -9,7 +9,7 @@ palladium-tx \- manual page for palladium-tx v1.3.0.0
.B palladium-tx
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded palladium transaction\/\fR
.SH DESCRIPTION
Palladium Core palladium\-tx utility version v1.3.0.0
Palladium Core palladium\-tx utility version v1.4.0.0
.SH OPTIONS
.HP
\-?

View File

@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH PALLADIUM-WALLET "1" "April 2024" "palladium-wallet v1.3.0.0" "User Commands"
.TH PALLADIUM-WALLET "1" "April 2024" "palladium-wallet v1.4.0.0" "User Commands"
.SH NAME
palladium-wallet \- manual page for palladium-wallet v1.3.0.0
palladium-wallet \- manual page for palladium-wallet v1.4.0.0
.SH DESCRIPTION
Palladium Core palladium\-wallet version v1.3.0.0
Palladium Core palladium\-wallet version v1.4.0.0
.PP
palladium\-wallet is an offline tool for creating and interacting with Palladium Core wallet files.
By default palladium\-wallet will act on wallets in the default mainnet wallet directory in the datadir.

View File

@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH PALLADIUMD "1" "April 2024" "palladiumd v1.3.0.0" "User Commands"
.TH PALLADIUMD "1" "April 2024" "palladiumd v1.4.0.0" "User Commands"
.SH NAME
palladiumd \- manual page for palladiumd v1.3.0.0
palladiumd \- manual page for palladiumd v1.4.0.0
.SH SYNOPSIS
.B palladiumd
[\fI\,options\/\fR] \fI\,Start Palladium Core\/\fR
.SH DESCRIPTION
Palladium Core version v1.3.0.0
Palladium Core version v1.4.0.0
.SH OPTIONS
.HP
\-?