Skip to content

Commit

Permalink
Bump version to 0.15 and update few const-s/chainparams (dashpay#3204)
Browse files Browse the repository at this point in the history
* Bump const-s

* Bump version to 0.15

* Run gen-manpages.sh
  • Loading branch information
UdjinM6 authored Nov 21, 2019
1 parent 9de9949 commit 37f96f5
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 91 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Dash Core staging tree 0.14.1
=============================
Dash Core staging tree 0.15
===========================

`master:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=master)](https://travis-ci.org/dashpay/dash) `develop:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=develop)](https://travis-ci.org/dashpay/dash/branches)

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 14)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_MINOR, 15)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2019)
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "dash-linux-0.14"
name: "dash-linux-0.15"
enable_cache: true
suites:
- "bionic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "dash-osx-0.14"
name: "dash-osx-0.15"
enable_cache: true
suites:
- "bionic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "dash-win-0.14"
name: "dash-win-0.15"
enable_cache: true
suites:
- "bionic"
Expand Down
14 changes: 10 additions & 4 deletions doc/man/dash-cli.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH DASH-CLI "1" "June 2019" "dash-cli v0.14.1.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH DASH-CLI "1" "November 2019" "dash-cli v0.15.0.0" "User Commands"
.SH NAME
dash-cli \- manual page for dash-cli v0.14.1.0
dash-cli \- manual page for dash-cli v0.15.0.0
.SH DESCRIPTION
Dash Core RPC client version v0.14.1.0
Dash Core RPC client version v0.15.0.0
.SS "Usage:"
.TP
dash\-cli [options] <command> [params]
Expand Down Expand Up @@ -75,6 +75,12 @@ Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
.IP
Read extra arguments from standard input, one per line until EOF/Ctrl\-D
(recommended for sensitive information such as passphrases)
.HP
\fB\-rpcwallet=\fR<walletname>
.IP
Send RPC for non\-default wallet on RPC server (argument is wallet
filename in bitcoind directory, required if bitcoind/\-Qt runs
with multiple wallets)
.SH COPYRIGHT
Copyright (C) 2014-2019 The Dash Core developers
Copyright (C) 2009-2019 The Bitcoin Core developers
Expand Down
66 changes: 33 additions & 33 deletions doc/man/dash-qt.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH DASH-QT "1" "June 2019" "dash-qt v0.14.1.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH DASH-QT "1" "November 2019" "dash-qt v0.15.0.0" "User Commands"
.SH NAME
dash-qt \- manual page for dash-qt v0.14.1.0
dash-qt \- manual page for dash-qt v0.15.0.0
.SH DESCRIPTION
Dash Core version v0.14.1.0 (64\-bit)
Dash Core version v0.15.0.0 (64\-bit)
Usage:
.IP
dash\-qt [command\-line options]
Expand All @@ -17,10 +17,6 @@ Print this help message and exit
.IP
Print version and exit
.HP
\fB\-alerts\fR
.IP
Receive and display P2P network alerts (default: 1)
.HP
\fB\-alertnotify=\fR<cmd>
.IP
Execute command when a relevant alert is received or we see a really
Expand All @@ -36,9 +32,9 @@ block hash)
If this block is in the chain assume that it and its ancestors are valid
and potentially skip their script verification (0 to verify all,
default:
000000000000001e09926bcf5fa4513d23e870a34f74e38200db99eb3f5b7a70,
000000000000000fb7b1e9b81700283dff0f7d87cf458e5edfdae00c669de661,
testnet:
0000000005ae4db9746d6cad8e0ccebdef1e05afec9c40809f31457fdaf7d843)
000000001015eb5ef86a8fe2b3074d947bc972c5befe32b28dd5ce915dc0d029)
.HP
\fB\-conf=\fR<file>
.IP
Expand All @@ -56,9 +52,9 @@ Set database cache size in megabytes (4 to 16384, default: 300)
.IP
Imports blocks from external blk000??.dat file on startup
.HP
\fB\-maxorphantx=\fR<n>
\fB\-maxorphantxsize=\fR<n>
.IP
Keep at most <n> unconnectable transactions in memory (default: 100)
Maximum total size of all orphan transactions in megabytes (default: 10)
.HP
\fB\-maxmempool=\fR<n>
.IP
Expand All @@ -69,6 +65,10 @@ Keep the transaction memory pool below <n> megabytes (default: 300)
Do not keep transactions in the mempool longer than <n> hours (default:
336)
.HP
\fB\-persistmempool\fR
.IP
Whether to save the mempool on shutdown and load on restart (default: 1)
.HP
\fB\-blockreconstructionextratxn=\fR<n>
.IP
Extra transactions to keep in memory for compact block reconstructions
Expand Down Expand Up @@ -132,7 +132,8 @@ Connection options:
.HP
\fB\-addnode=\fR<ip>
.IP
Add a node to connect to and attempt to keep the connection open
Add a node to connect to and attempt to keep the connection open (see
the `addnode` RPC command help for more info)
.HP
\fB\-allowprivatenet\fR
.IP
Expand All @@ -155,7 +156,8 @@ for IPv6
\fB\-connect=\fR<ip>
.IP
Connect only to the specified node(s); \fB\-connect\fR=\fI\,0\/\fR disables automatic
connections
connections (the rules for this peer are the same as for
\fB\-addnode\fR)
.HP
\fB\-discover\fR
.IP
Expand Down Expand Up @@ -291,6 +293,14 @@ Set key pool size to <n> (default: 1000)
A fee rate (in DASH/kB) that will be used when fee estimation has
insufficient data (default: 0.00001)
.HP
\fB\-discardfee=\fR<amt>
.IP
The fee rate (in DASH/kB) that indicates your tolerance for discarding
change by adding it to the fee (default: 0.0001). Note: An output
is discarded if it is dust at this rate, but we will always
discard up to the dust relay fee and a discard fee above that is
limited by the fee estimate for the longest target
.HP
\fB\-mintxfee=\fR<amt>
.IP
Fees (in DASH/kB) smaller than this are considered zero fee for
Expand Down Expand Up @@ -453,7 +463,7 @@ mempool, http, bench, zmq, db, rpc, estimatefee, addrman,
selectcoins, reindex, cmpctblock, rand, prune, proxy, mempoolrej,
libevent, coindb, qt, leveldb, chainlocks, gobject, instantsend,
keepass, llmq, llmq\-dkg, llmq\-sigs, mnpayments, mnsync,
privatesend, spork, alert.
privatesend, spork.
.HP
\fB\-debugexclude=\fR<category>
.IP
Expand Down Expand Up @@ -519,20 +529,21 @@ you.
.PP
Masternode options:
.HP
\fB\-masternode\fR
.IP
Enable the client to act as a masternode (0\-1, default: 0)
.HP
\fB\-masternodeblsprivkey=\fR<hex>
.IP
Set the masternode BLS private key
Set the masternode BLS private key and enable the client to act as a
masternode
.PP
PrivateSend options:
.HP
\fB\-enableprivatesend\fR
.IP
Enable use of automated PrivateSend for funds stored in this wallet
(0\-1, default: 0)
Enable use of PrivateSend for funds stored in this wallet (0\-1, default:
0)
.HP
\fB\-privatesendautostart\fR
.IP
Start PrivateSend automatically (0\-1, default: 0)
.HP
\fB\-privatesendmultisession\fR
.IP
Expand All @@ -556,20 +567,9 @@ Keep N DASH mixed (2\-21000000, default: 1000)
.IP
Create up to N inputs of each denominated amount (10\-100000, default:
300)
.HP
\fB\-liquidityprovider=\fR<n>
.IP
Provide liquidity to PrivateSend by infrequently mixing coins on a
continual basis (0\-100, default: 0, 1=very frequent, high fees,
100=very infrequent, low fees)
.PP
InstantSend options:
.HP
\fB\-enableinstantsend\fR
.IP
Enable InstantSend, show confirmations for locked transactions (0\-1,
default: 1)
.HP
\fB\-instantsendnotify=\fR<cmd>
.IP
Execute command when a wallet InstantSend transaction is successfully
Expand Down
8 changes: 4 additions & 4 deletions doc/man/dash-tx.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH DASH-TX "1" "June 2019" "dash-tx v0.14.1.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH DASH-TX "1" "November 2019" "dash-tx v0.15.0.0" "User Commands"
.SH NAME
dash-tx \- manual page for dash-tx v0.14.1.0
dash-tx \- manual page for dash-tx v0.15.0.0
.SH DESCRIPTION
Dash Core dash\-tx utility version v0.14.1.0
Dash Core dash\-tx utility version v0.15.0.0
.SS "Usage:"
.TP
dash\-tx [options] <hex\-tx> [commands]
Expand Down
66 changes: 33 additions & 33 deletions doc/man/dashd.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH DASHD "1" "June 2019" "dashd v0.14.1.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH DASHD "1" "November 2019" "dashd v0.15.0.0" "User Commands"
.SH NAME
dashd \- manual page for dashd v0.14.1.0
dashd \- manual page for dashd v0.15.0.0
.SH DESCRIPTION
Dash Core Daemon version v0.14.1.0
Dash Core Daemon version v0.15.0.0
.SS "Usage:"
.TP
dashd [options]
Expand All @@ -18,10 +18,6 @@ Print this help message and exit
.IP
Print version and exit
.HP
\fB\-alerts\fR
.IP
Receive and display P2P network alerts (default: 1)
.HP
\fB\-alertnotify=\fR<cmd>
.IP
Execute command when a relevant alert is received or we see a really
Expand All @@ -37,9 +33,9 @@ block hash)
If this block is in the chain assume that it and its ancestors are valid
and potentially skip their script verification (0 to verify all,
default:
000000000000001e09926bcf5fa4513d23e870a34f74e38200db99eb3f5b7a70,
000000000000000fb7b1e9b81700283dff0f7d87cf458e5edfdae00c669de661,
testnet:
0000000005ae4db9746d6cad8e0ccebdef1e05afec9c40809f31457fdaf7d843)
000000001015eb5ef86a8fe2b3074d947bc972c5befe32b28dd5ce915dc0d029)
.HP
\fB\-conf=\fR<file>
.IP
Expand All @@ -61,9 +57,9 @@ Set database cache size in megabytes (4 to 16384, default: 300)
.IP
Imports blocks from external blk000??.dat file on startup
.HP
\fB\-maxorphantx=\fR<n>
\fB\-maxorphantxsize=\fR<n>
.IP
Keep at most <n> unconnectable transactions in memory (default: 100)
Maximum total size of all orphan transactions in megabytes (default: 10)
.HP
\fB\-maxmempool=\fR<n>
.IP
Expand All @@ -74,6 +70,10 @@ Keep the transaction memory pool below <n> megabytes (default: 300)
Do not keep transactions in the mempool longer than <n> hours (default:
336)
.HP
\fB\-persistmempool\fR
.IP
Whether to save the mempool on shutdown and load on restart (default: 1)
.HP
\fB\-blockreconstructionextratxn=\fR<n>
.IP
Extra transactions to keep in memory for compact block reconstructions
Expand Down Expand Up @@ -137,7 +137,8 @@ Connection options:
.HP
\fB\-addnode=\fR<ip>
.IP
Add a node to connect to and attempt to keep the connection open
Add a node to connect to and attempt to keep the connection open (see
the `addnode` RPC command help for more info)
.HP
\fB\-allowprivatenet\fR
.IP
Expand All @@ -160,7 +161,8 @@ for IPv6
\fB\-connect=\fR<ip>
.IP
Connect only to the specified node(s); \fB\-connect\fR=\fI\,0\/\fR disables automatic
connections
connections (the rules for this peer are the same as for
\fB\-addnode\fR)
.HP
\fB\-discover\fR
.IP
Expand Down Expand Up @@ -296,6 +298,14 @@ Set key pool size to <n> (default: 1000)
A fee rate (in DASH/kB) that will be used when fee estimation has
insufficient data (default: 0.00001)
.HP
\fB\-discardfee=\fR<amt>
.IP
The fee rate (in DASH/kB) that indicates your tolerance for discarding
change by adding it to the fee (default: 0.0001). Note: An output
is discarded if it is dust at this rate, but we will always
discard up to the dust relay fee and a discard fee above that is
limited by the fee estimate for the longest target
.HP
\fB\-mintxfee=\fR<amt>
.IP
Fees (in DASH/kB) smaller than this are considered zero fee for
Expand Down Expand Up @@ -454,7 +464,7 @@ mempool, http, bench, zmq, db, rpc, estimatefee, addrman,
selectcoins, reindex, cmpctblock, rand, prune, proxy, mempoolrej,
libevent, coindb, qt, leveldb, chainlocks, gobject, instantsend,
keepass, llmq, llmq\-dkg, llmq\-sigs, mnpayments, mnsync,
privatesend, spork, alert.
privatesend, spork.
.HP
\fB\-debugexclude=\fR<category>
.IP
Expand Down Expand Up @@ -520,20 +530,21 @@ you.
.PP
Masternode options:
.HP
\fB\-masternode\fR
.IP
Enable the client to act as a masternode (0\-1, default: 0)
.HP
\fB\-masternodeblsprivkey=\fR<hex>
.IP
Set the masternode BLS private key
Set the masternode BLS private key and enable the client to act as a
masternode
.PP
PrivateSend options:
.HP
\fB\-enableprivatesend\fR
.IP
Enable use of automated PrivateSend for funds stored in this wallet
(0\-1, default: 0)
Enable use of PrivateSend for funds stored in this wallet (0\-1, default:
0)
.HP
\fB\-privatesendautostart\fR
.IP
Start PrivateSend automatically (0\-1, default: 0)
.HP
\fB\-privatesendmultisession\fR
.IP
Expand All @@ -557,20 +568,9 @@ Keep N DASH mixed (2\-21000000, default: 1000)
.IP
Create up to N inputs of each denominated amount (10\-100000, default:
300)
.HP
\fB\-liquidityprovider=\fR<n>
.IP
Provide liquidity to PrivateSend by infrequently mixing coins on a
continual basis (0\-100, default: 0, 1=very frequent, high fees,
100=very infrequent, low fees)
.PP
InstantSend options:
.HP
\fB\-enableinstantsend\fR
.IP
Enable InstantSend, show confirmations for locked transactions (0\-1,
default: 1)
.HP
\fB\-instantsendnotify=\fR<cmd>
.IP
Execute command when a wallet InstantSend transaction is successfully
Expand Down
Loading

0 comments on commit 37f96f5

Please sign in to comment.