Skip to content

Commit dc249a7

Browse files
committed
Merge #1743: [Build] Bump version to 4.2.0rc1
8279afd doc: update manpages (Fuzzbawls) bfdc7e0 [Build] Bump version to 4.2.0 (Fuzzbawls) Pull request description: Bumps version to 4.2.0, enables release, sets rc1, and updates manpages. ACKs for top commit: random-zebra: utACK 8279afd furszy: utACK 8279afd Tree-SHA512: bf331777362301d58ed060471b481087c0e05ab9b77ba24c28110f37d5b7897d6032bf28e862810134c067b7a20d7f5687c0cba53e0c45faa6667d07f6e07961
2 parents 141141c + 8279afd commit dc249a7

File tree

5 files changed

+176
-138
lines changed

5 files changed

+176
-138
lines changed

configure.ac

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 4)
4-
define(_CLIENT_VERSION_MINOR, 1)
5-
define(_CLIENT_VERSION_REVISION, 99)
4+
define(_CLIENT_VERSION_MINOR, 2)
5+
define(_CLIENT_VERSION_REVISION, 0)
66
define(_CLIENT_VERSION_BUILD, 0)
7-
define(_CLIENT_VERSION_RC, 0)
8-
define(_CLIENT_VERSION_IS_RELEASE, false)
7+
define(_CLIENT_VERSION_RC, 1)
8+
define(_CLIENT_VERSION_IS_RELEASE, true)
99
define(_COPYRIGHT_YEAR, 2020)
1010
AC_INIT([PIVX 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/pivx-project/pivx/issues],[pivx],[https://pivx.org/])
1111
AC_CONFIG_SRCDIR([src/main.cpp])

doc/man/pivx-cli.1

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2-
.TH PIVX-CLI "1" "July 2018" "pivx-cli v3.1.99.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
2+
.TH PIVX-CLI "1" "July 2020" "pivx-cli v4.2.0.0" "User Commands"
33
.SH NAME
4-
pivx-cli \- manual page for pivx-cli v3.1.99.0
4+
pivx-cli \- manual page for pivx-cli v4.2.0.0
55
.SH DESCRIPTION
6-
PIVX Core RPC client version v3.1.99.0\-11f4a2bba4\-dirty
6+
PIVX Core RPC client version v4.2.0.0\-bfdc7e0205
77
.SS "Usage:"
88
.TP
99
pivx\-cli [options] <command> [params]
@@ -62,11 +62,11 @@ Password for JSON\-RPC connections
6262
.IP
6363
Timeout during HTTP requests (default: 900)
6464
.SH COPYRIGHT
65-
Copyright (C) 2009-2018 The Bitcoin Core Developers
65+
Copyright (C) 2009-2020 The Bitcoin Core Developers
6666

67-
Copyright (C) 2014-2018 The Dash Core Developers
67+
Copyright (C) 2014-2020 The Dash Core Developers
6868

69-
Copyright (C) 2015-2018 The PIVX Core Developers
69+
Copyright (C) 2015-2020 The PIVX Core Developers
7070

7171
This is experimental software.
7272

doc/man/pivx-qt.1

+81-60
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2-
.TH PIVX-QT "1" "July 2018" "pivx-qt v3.1.99.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
2+
.TH PIVX-QT "1" "July 2020" "pivx-qt v4.2.0.0" "User Commands"
33
.SH NAME
4-
pivx-qt \- manual page for pivx-qt v3.1.99.0
4+
pivx-qt \- manual page for pivx-qt v4.2.0.0
55
.SH DESCRIPTION
6-
PIVX Core version v3.1.99.0\-11f4a2bba4\-dirty (64\-bit)
6+
PIVX Core version v4.2.0.0\-bfdc7e0205 (64\-bit)
77
Usage:
88
.IP
99
pivx\-qt [command\-line options]
@@ -22,10 +22,6 @@ Print version and exit
2222
Execute command when a relevant alert is received or we see a really
2323
long fork (%s in cmd is replaced by message)
2424
.HP
25-
\fB\-alerts\fR
26-
.IP
27-
Receive and display P2P network alerts (default: 1)
28-
.HP
2925
\fB\-blocknotify=\fR<cmd>
3026
.IP
3127
Execute command when the best block changes (%s in cmd is replaced by
@@ -48,9 +44,14 @@ Specify configuration file (default: pivx.conf)
4844
.IP
4945
Specify data directory
5046
.HP
47+
\fB\-debuglogfile=\fR<file>
48+
.IP
49+
Specify location of debug log file: this can be an absolute path or a
50+
path relative to the data directory (default: debug.log)
51+
.HP
5152
\fB\-dbcache=\fR<n>
5253
.IP
53-
Set database cache size in megabytes (4 to 4096, default: 100)
54+
Set database cache size in megabytes (4 to 16384, default: 100)
5455
.HP
5556
\fB\-loadblock=\fR<file>
5657
.IP
@@ -64,9 +65,18 @@ Set the Maximum reorg depth (default: 100)
6465
.IP
6566
Keep at most <n> unconnectable transactions in memory (default: 100)
6667
.HP
68+
\fB\-maxmempool=\fR<n>
69+
.IP
70+
Keep the transaction memory pool below <n> megabytes (default: 300)
71+
.HP
72+
\fB\-mempoolexpiry=\fR<n>
73+
.IP
74+
Do not keep transactions in the mempool longer than <n> hours (default:
75+
72)
76+
.HP
6777
\fB\-par=\fR<n>
6878
.IP
69-
Set the number of script verification threads (\fB\-8\fR to 16, 0 = auto, <0 =
79+
Set the number of script verification threads (\fB\-16\fR to 16, 0 = auto, <0 =
7080
leave that many cores free, default: 0)
7181
.HP
7282
\fB\-pid=\fR<file>
@@ -77,10 +87,6 @@ Specify pid file (default: pivxd.pid)
7787
.IP
7888
Rebuild block chain index from current blk000??.dat files on startup
7989
.HP
80-
\fB\-reindexaccumulators\fR
81-
.IP
82-
Reindex the accumulator database on startup
83-
.HP
8490
\fB\-reindexmoneysupply\fR
8591
.IP
8692
Reindex the PIV and zPIV money supply statistics on startup
@@ -125,7 +131,8 @@ for IPv6
125131
.HP
126132
\fB\-connect=\fR<ip>
127133
.IP
128-
Connect only to the specified node(s)
134+
Connect only to the specified node(s); \fB\-noconnect\fR or \fB\-connect\fR=\fI\,0\/\fR alone to
135+
disable automatic connections
129136
.HP
130137
\fB\-discover\fR
131138
.IP
@@ -138,7 +145,7 @@ Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR (def
138145
\fB\-dnsseed\fR
139146
.IP
140147
Query for peer addresses via DNS lookup, if low on addresses (default: 1
141-
unless \fB\-connect\fR)
148+
unless \fB\-connect\fR/\-noconnect)
142149
.HP
143150
\fB\-externalip=\fR<ip>
144151
.IP
@@ -150,7 +157,8 @@ Always query for peer addresses via DNS lookup (default: 0)
150157
.HP
151158
\fB\-listen\fR
152159
.IP
153-
Accept connections from outside (default: 1 if no \fB\-proxy\fR or \fB\-connect\fR)
160+
Accept connections from outside (default: 1 if no \fB\-proxy\fR or
161+
\fB\-connect\fR/\-noconnect)
154162
.HP
155163
\fB\-listenonion\fR
156164
.IP
@@ -290,6 +298,10 @@ confirmation on average within n blocks (default: 1)
290298
Maximum total fees to use in a single wallet transaction, setting too
291299
low may abort large transactions (default: 1.00)
292300
.HP
301+
\fB\-legacywallet\fR
302+
.IP
303+
On first run, create a legacy wallet instead of a HD wallet
304+
.HP
293305
\fB\-upgradewallet\fR
294306
.IP
295307
Upgrade wallet to latest format on startup
@@ -341,13 +353,24 @@ Enable publish raw transaction (locked via SwiftX) in <address>
341353
.PP
342354
Debugging/Testing options:
343355
.HP
356+
\fB\-uacomment=\fR<cmt>
357+
.IP
358+
Append comment to the user agent string
359+
.HP
344360
\fB\-debug=\fR<category>
345361
.IP
346362
Output debugging information (default: 0, supplying <category> is
347363
optional). If <category> is not supplied, output all debugging
348-
information.<category> can be: addrman, alert, bench, coindb, db, lock,
349-
rand, rpc, selectcoins, tor, mempool, net, proxy, http, libevent, pivx,
350-
(obfuscation, swiftx, masternode, mnpayments, mnbudget, zero), qt.
364+
information.<category> can be: net, tor, mempool, http, bench, zmq, db,
365+
rpc, estimatefee, addrman, selectcoins, reindex, cmpctblock, rand,
366+
prune, proxy, mempoolrej, libevent, coindb, qt, leveldb, staking,
367+
masternode, mnbudget, zero.
368+
.HP
369+
\fB\-debugexclude=\fR<category>
370+
.IP
371+
Exclude debugging information for a category. Can be used in conjunction
372+
with \fB\-debug\fR=\fI\,1\/\fR to output debug logs for all categories except one or more
373+
specified categories.
351374
.HP
352375
\fB\-gen\fR
353376
.IP
@@ -370,10 +393,19 @@ Include IP addresses in debug output (default: 0)
370393
.IP
371394
Prepend debug output with timestamp (default: 1)
372395
.HP
396+
\fB\-logtimemicros\fR
397+
.IP
398+
Add microsecond precision to debug timestamps (default: 0)
399+
.HP
400+
\fB\-maxtipage=\fR<n>
401+
.IP
402+
Maximum tip age in seconds to consider node in initial block download
403+
(default: 86400)
404+
.HP
373405
\fB\-minrelaytxfee=\fR<amt>
374406
.IP
375-
Fees (in PIV/Kb) smaller than this are considered zero fee for relaying
376-
(default: 0.0001)
407+
Fees (in PIV/Kb) smaller than this are considered zero fee for relaying,
408+
mining and transaction creation (default: 0.0001)
377409
.HP
378410
\fB\-printtoconsole\fR
379411
.IP
@@ -398,19 +430,15 @@ Staking options:
398430
.IP
399431
Enable staking functionality (0\-1, default: 1)
400432
.HP
401-
\fB\-pivstake=\fR<n>
433+
\fB\-coldstaking=\fR<n>
402434
.IP
403-
Enable or disable staking functionality for PIV inputs (0\-1, default: 1)
435+
Enable cold staking functionality (0\-1, default: 1). Disabled if
436+
staking=0
404437
.HP
405-
\fB\-zpivstake=\fR<n>
438+
\fB\-minstakesplit=\fR<amt>
406439
.IP
407-
Enable or disable staking functionality for zPIV inputs (0\-1, default:
408-
1)
409-
.HP
410-
\fB\-reservebalance=\fR<amt>
411-
.IP
412-
Keep the specified amount available for spending at all times (default:
413-
0)
440+
Minimum positive amount (in PIV) allowed by GUI and RPC for the stake
441+
split threshold (default: 100.00)
414442
.PP
415443
Masternode options:
416444
.HP
@@ -443,31 +471,6 @@ default: auto)
443471
.PP
444472
Zerocoin options:
445473
.HP
446-
\fB\-enablezeromint=\fR<n>
447-
.IP
448-
Enable automatic Zerocoin minting (0\-1, default: 1)
449-
.HP
450-
\fB\-zeromintpercentage=\fR<n>
451-
.IP
452-
Percentage of automatically minted Zerocoin (1\-100, default: 10)
453-
.HP
454-
\fB\-preferredDenom=\fR<n>
455-
.IP
456-
Preferred Denomination for automatically minted Zerocoin
457-
(1/5/10/50/100/500/1000/5000), 0 for no preference. default: 0)
458-
.HP
459-
\fB\-backupzpiv=\fR<n>
460-
.IP
461-
Enable automatic wallet backups triggered after each zPIV minting (0\-1,
462-
default: 1)
463-
.HP
464-
\fB\-zpivbackuppath=\fR<dir|file>
465-
.IP
466-
Specify custom backup path to add a copy of any automatic zPIV backup.
467-
If set as dir, every backup generates a timestamped file. If set as
468-
file, will rewrite to that file every backup. If backuppath is set as
469-
well, 4 backups will happen
470-
.HP
471474
\fB\-reindexzerocoin=\fR<n>
472475
.IP
473476
Delete all zerocoin spends and mints that have been recorded to the
@@ -554,6 +557,20 @@ multiple times
554557
\fB\-rpcthreads=\fR<n>
555558
.IP
556559
Set the number of threads to service RPC calls (default: 4)
560+
.HP
561+
\fB\-blockspamfilter=\fR<n>
562+
.IP
563+
Use block spam filter (default: 1)
564+
.HP
565+
\fB\-blockspamfiltermaxsize=\fR<n>
566+
.IP
567+
Maximum size of the list of indexes in the block spam filter (default:
568+
100)
569+
.HP
570+
\fB\-blockspamfiltermaxavg=\fR<n>
571+
.IP
572+
Maximum average size of an index occurrence in the block spam filter
573+
(default: 10)
557574
.PP
558575
UI Options:
559576
.HP
@@ -576,12 +593,16 @@ Set SSL root certificates for payment request (default: \fB\-system\-\fR)
576593
\fB\-splash\fR
577594
.IP
578595
Show splash screen on startup (default: 1)
596+
.HP
597+
\fB\-hidecharts\fR
598+
.IP
599+
Hide QT staking charts on startup (default: 0)
579600
.SH COPYRIGHT
580-
Copyright (C) 2009-2018 The Bitcoin Core Developers
601+
Copyright (C) 2009-2020 The Bitcoin Core Developers
581602

582-
Copyright (C) 2014-2018 The Dash Core Developers
603+
Copyright (C) 2014-2020 The Dash Core Developers
583604

584-
Copyright (C) 2015-2018 The PIVX Core Developers
605+
Copyright (C) 2015-2020 The PIVX Core Developers
585606

586607
This is experimental software.
587608

doc/man/pivx-tx.1

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2-
.TH PIVX-TX "1" "July 2018" "pivx-tx v3.1.99.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
2+
.TH PIVX-TX "1" "July 2020" "pivx-tx v4.2.0.0" "User Commands"
33
.SH NAME
4-
pivx-tx \- manual page for pivx-tx v3.1.99.0
4+
pivx-tx \- manual page for pivx-tx v4.2.0.0
55
.SH DESCRIPTION
6-
Pivx Core pivx\-tx utility version v3.1.99.0\-11f4a2bba4\-dirty
6+
Pivx Core pivx\-tx utility version v4.2.0.0\-bfdc7e0205
77
.SS "Usage:"
88
.TP
99
pivx\-tx [options] <hex\-tx> [commands]
@@ -84,11 +84,11 @@ set=NAME:JSON\-STRING
8484
.IP
8585
Set register NAME to given JSON\-STRING
8686
.SH COPYRIGHT
87-
Copyright (C) 2009-2018 The Bitcoin Core Developers
87+
Copyright (C) 2009-2020 The Bitcoin Core Developers
8888

89-
Copyright (C) 2014-2018 The Dash Core Developers
89+
Copyright (C) 2014-2020 The Dash Core Developers
9090

91-
Copyright (C) 2015-2018 The PIVX Core Developers
91+
Copyright (C) 2015-2020 The PIVX Core Developers
9292

9393
This is experimental software.
9494

0 commit comments

Comments
 (0)