Skip to content

Commit 4269a6e

Browse files
committed
build: Raise version to 23.1.4.0
1 parent a37fb8b commit 4269a6e

8 files changed

+38
-34
lines changed

Diff for: configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
AC_PREREQ([2.69])
22
define(_CLIENT_VERSION_MAJOR, 23)
33
define(_CLIENT_VERSION_MINOR, 1)
4-
define(_CLIENT_VERSION_PARTICL, 3)
4+
define(_CLIENT_VERSION_PARTICL, 4)
55
define(_CLIENT_VERSION_BUILD, 0)
66
define(_CLIENT_VERSION_RC, 0)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
8-
define(_COPYRIGHT_YEAR, 2022)
8+
define(_COPYRIGHT_YEAR, 2023)
99
define(_COPYRIGHT_YEAR_BTC, 2022)
1010
define(_COPYRIGHT_HOLDERS,[The %s developers])
1111
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Particl Core]])

Diff for: doc/man/particl-cli.1

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH PARTICL-CLI "1" "November 2022" "particl-cli v23.0.3.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2+
.TH PARTICL-CLI "1" "April 2023" "particl-cli v23.1.4.0" "User Commands"
33
.SH NAME
4-
particl-cli manual page for particl-cli v23.0.3.0
4+
particl-cli manual page for particl-cli v23.1.4.0
55
.SH SYNOPSIS
66
.B particl-cli
77
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Particl Core\/\fR
@@ -15,7 +15,7 @@ particl-cli manual page for particl-cli v23.0.3.0
1515
.B particl-cli
1616
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
1717
.SH DESCRIPTION
18-
Particl Core RPC client version v23.0.3.0
18+
Particl Core RPC client version v23.1.4.0
1919
.SH OPTIONS
2020
.HP
2121
?
@@ -49,7 +49,7 @@ Generate blocks, equivalent to RPC getnewaddress followed by RPC
4949
generatetoaddress. Optional positional integer arguments are
5050
number of blocks to generate (default: 1) and maximum iterations
5151
to try (default: 1000000), equivalent to RPC generatetoaddress
52-
nblocks and maxtries arguments. Example: bitcoincli \fBgenerate\fR 4
52+
nblocks and maxtries arguments. Example: particlcli \fBgenerate\fR 4
5353
1000
5454
.HP
5555
\fBgetinfo\fR

Diff for: doc/man/particl-qt.1

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH PARTICL-QT "1" "November 2022" "particl-qt v23.0.3.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2+
.TH PARTICL-QT "1" "April 2023" "particl-qt v23.1.4.0" "User Commands"
33
.SH NAME
4-
particl-qt manual page for particl-qt v23.0.3.0
4+
particl-qt manual page for particl-qt v23.1.4.0
55
.SH SYNOPSIS
66
.B particl-qt
77
[\fI\,command-line options\/\fR]
88
.SH DESCRIPTION
9-
Particl Core version v23.0.3.0
9+
Particl Core version v23.1.4.0
1010
.SH OPTIONS
1111
.HP
1212
?
@@ -28,9 +28,9 @@ message)
2828
If this block is in the chain assume that it and its ancestors are valid
2929
and potentially skip their script verification (0 to verify all,
3030
default:
31-
6d3abd8a80371e78957cc30af3e84c45c44b2eb26175b50c5ba7ebc9e990189c,
31+
f47bc3f695a6e16196babdc8a1e21974622c288bba808ce30efcaf86a28099bd,
3232
testnet:
33-
ab3724205826d2e38f0a12e1938d4825e3ba6f983ee74a08f2af33918bb53122,
33+
894e4e80612341dca2e90f259fe7b006c982175833c4229c3d1782b37176a727,
3434
signet:
3535
00000112852484b5fe3451572368f93cfd2723279af3464e478aee35115256ef)
3636
.HP
@@ -113,7 +113,8 @@ Database compression parameter passed to leveldb (default: false)
113113
.HP
114114
\fBdbmaxopenfiles\fR
115115
.IP
116-
Maximum number of open files parameter passed to leveldb (default: 64)
116+
Maximum number of open files parameter passed to leveldb (default:
117+
1000)
117118
.HP
118119
\fBdebuglogfile=\fR<file>
119120
.IP

Diff for: doc/man/particl-tx.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH PARTICL-TX "1" "November 2022" "particl-tx v23.0.3.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2+
.TH PARTICL-TX "1" "April 2023" "particl-tx v23.1.4.0" "User Commands"
33
.SH NAME
4-
particl-tx manual page for particl-tx v23.0.3.0
4+
particl-tx manual page for particl-tx v23.1.4.0
55
.SH SYNOPSIS
66
.B particl-tx
77
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded transaction\/\fR
88
.br
99
.B particl-tx
1010
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded transaction\/\fR
1111
.SH DESCRIPTION
12-
Particl Core particltx utility version v23.0.3.0
12+
Particl Core particltx utility version v23.1.4.0
1313
.SH OPTIONS
1414
.HP
1515
?

Diff for: doc/man/particl-util.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH PARTICL-UTIL "1" "November 2022" "particl-util v23.0.3.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2+
.TH PARTICL-UTIL "1" "April 2023" "particl-util v23.1.4.0" "User Commands"
33
.SH NAME
4-
particl-util manual page for particl-util v23.0.3.0
4+
particl-util manual page for particl-util v23.1.4.0
55
.SH SYNOPSIS
66
.B particl-util
77
[\fI\,options\/\fR] [\fI\,commands\/\fR] \fI\,Do stuff\/\fR
88
.SH DESCRIPTION
9-
Particl Core particlutil utility version v23.0.3.0
9+
Particl Core particlutil utility version v23.1.4.0
1010
.SH OPTIONS
1111
.HP
1212
?

Diff for: doc/man/particl-wallet.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH PARTICL-WALLET "1" "November 2022" "particl-wallet v23.0.3.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2+
.TH PARTICL-WALLET "1" "April 2023" "particl-wallet v23.1.4.0" "User Commands"
33
.SH NAME
4-
particl-wallet manual page for particl-wallet v23.0.3.0
4+
particl-wallet manual page for particl-wallet v23.1.4.0
55
.SH DESCRIPTION
6-
Particl Core particlwallet version v23.0.3.0
6+
Particl Core particlwallet version v23.1.4.0
77
.PP
88
particlwallet is an offline tool for creating and interacting with Particl Core wallet files.
99
By default particlwallet will act on wallets in the default mainnet wallet directory in the datadir.

Diff for: doc/man/particld.1

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH PARTICLD "1" "November 2022" "particld v23.0.3.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2+
.TH PARTICLD "1" "April 2023" "particld v23.1.4.0" "User Commands"
33
.SH NAME
4-
particld manual page for particld v23.0.3.0
4+
particld manual page for particld v23.1.4.0
55
.SH SYNOPSIS
66
.B particld
77
[\fI\,options\/\fR] \fI\,Start Particl Core\/\fR
88
.SH DESCRIPTION
9-
Particl Core version v23.0.3.0
9+
Particl Core version v23.1.4.0
1010
.SH OPTIONS
1111
.HP
1212
?
@@ -28,9 +28,9 @@ message)
2828
If this block is in the chain assume that it and its ancestors are valid
2929
and potentially skip their script verification (0 to verify all,
3030
default:
31-
6d3abd8a80371e78957cc30af3e84c45c44b2eb26175b50c5ba7ebc9e990189c,
31+
f47bc3f695a6e16196babdc8a1e21974622c288bba808ce30efcaf86a28099bd,
3232
testnet:
33-
ab3724205826d2e38f0a12e1938d4825e3ba6f983ee74a08f2af33918bb53122,
33+
894e4e80612341dca2e90f259fe7b006c982175833c4229c3d1782b37176a727,
3434
signet:
3535
00000112852484b5fe3451572368f93cfd2723279af3464e478aee35115256ef)
3636
.HP
@@ -113,7 +113,8 @@ Database compression parameter passed to leveldb (default: false)
113113
.HP
114114
\fBdbmaxopenfiles\fR
115115
.IP
116-
Maximum number of open files parameter passed to leveldb (default: 64)
116+
Maximum number of open files parameter passed to leveldb (default:
117+
1000)
117118
.HP
118119
\fBdebuglogfile=\fR<file>
119120
.IP

Diff for: doc/release-notes-particl.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11

2-
23.0.4
2+
23.1.4
33
==============
44

55
- rpc: Fix listunspentblind filter by address
66
- wallet: Fix disabling recscan for importaccount command
77
- wallet: Locked blinded outputs are processed in order when unlocked.
88
- Should make the onlyinstance option obsolete.
99
- rpc: debugwallet added some output for a locked wallet if no parameters provided.
10+
- New checkpoints.
11+
- Merged BTC 23.1
1012

1113

1214
23.0.3

0 commit comments

Comments
 (0)