Skip to content

Commit 6127f30

Browse files
authored
Merge pull request #3293 from codablock/pr_v15_backports
[v0.15.x] Backport pending PRs from develop
2 parents 617c588 + 2c26bdf commit 6127f30

File tree

119 files changed

+2926
-6415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+2926
-6415
lines changed

COPYING

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2009-2019 The Bitcoin Core developers
4-
Copyright (c) 2009-2019 Bitcoin Developers
5-
Copyright (c) 2014-2019 The Dash Core developers
3+
Copyright (c) 2009-2020 The Bitcoin Core developers
4+
Copyright (c) 2009-2020 Bitcoin Developers
5+
Copyright (c) 2014-2020 The Dash Core developers
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 15)
55
define(_CLIENT_VERSION_REVISION, 0)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_IS_RELEASE, false)
8-
define(_COPYRIGHT_YEAR, 2019)
8+
define(_COPYRIGHT_YEAR, 2020)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])
1010
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Dash Core]])
1111
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/dashpay/dash/issues],[dashcore],[https://dash.org/])

doc/man/dash-cli.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Send RPC for non\-default wallet on RPC server (argument is wallet
8282
filename in dashd directory, required if dashd/\-Qt runs
8383
with multiple wallets)
8484
.SH COPYRIGHT
85-
Copyright (C) 2014-2019 The Dash Core developers
86-
Copyright (C) 2009-2019 The Bitcoin Core developers
85+
Copyright (C) 2014-2020 The Dash Core developers
86+
Copyright (C) 2009-2020 The Bitcoin Core developers
8787

8888
Please contribute if you find Dash Core useful. Visit <https://dash.org> for
8989
further information about the software.

doc/man/dash-qt.1

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Do not keep transactions in the mempool longer than <n> hours (default:
6969
.IP
7070
Whether to save the mempool on shutdown and load on restart (default: 1)
7171
.HP
72+
\fB\-syncmempool\fR
73+
.IP
74+
Sync mempool from other nodes on start (default: 1)
75+
.HP
7276
\fB\-blockreconstructionextratxn=\fR<n>
7377
.IP
7478
Extra transactions to keep in memory for compact block reconstructions
@@ -561,7 +565,7 @@ Use N separate masternodes for each denominated input to mix funds
561565
.HP
562566
\fB\-privatesendamount=\fR<n>
563567
.IP
564-
Keep N DASH mixed (2\-21000000, default: 1000)
568+
Target PrivateSend balance (2\-21000000, default: 1000)
565569
.HP
566570
\fB\-privatesenddenoms=\fR<n>
567571
.IP
@@ -698,8 +702,8 @@ Show splash screen on startup (default: 1)
698702
.IP
699703
Reset all settings changed in the GUI
700704
.SH COPYRIGHT
701-
Copyright (C) 2014-2019 The Dash Core developers
702-
Copyright (C) 2009-2019 The Bitcoin Core developers
705+
Copyright (C) 2014-2020 The Dash Core developers
706+
Copyright (C) 2009-2020 The Bitcoin Core developers
703707

704708
Please contribute if you find Dash Core useful. Visit <https://dash.org> for
705709
further information about the software.

doc/man/dash-tx.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ set=NAME:JSON\-STRING
108108
.IP
109109
Set register NAME to given JSON\-STRING
110110
.SH COPYRIGHT
111-
Copyright (C) 2014-2019 The Dash Core developers
112-
Copyright (C) 2009-2019 The Bitcoin Core developers
111+
Copyright (C) 2014-2020 The Dash Core developers
112+
Copyright (C) 2009-2020 The Bitcoin Core developers
113113

114114
Please contribute if you find Dash Core useful. Visit <https://dash.org> for
115115
further information about the software.

doc/man/dashd.1

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Do not keep transactions in the mempool longer than <n> hours (default:
7474
.IP
7575
Whether to save the mempool on shutdown and load on restart (default: 1)
7676
.HP
77+
\fB\-syncmempool\fR
78+
.IP
79+
Sync mempool from other nodes on start (default: 1)
80+
.HP
7781
\fB\-blockreconstructionextratxn=\fR<n>
7882
.IP
7983
Extra transactions to keep in memory for compact block reconstructions
@@ -562,7 +566,7 @@ Use N separate masternodes for each denominated input to mix funds
562566
.HP
563567
\fB\-privatesendamount=\fR<n>
564568
.IP
565-
Keep N DASH mixed (2\-21000000, default: 1000)
569+
Target PrivateSend balance (2\-21000000, default: 1000)
566570
.HP
567571
\fB\-privatesenddenoms=\fR<n>
568572
.IP
@@ -673,8 +677,8 @@ option can be specified multiple times
673677
.IP
674678
Set the number of threads to service RPC calls (default: 4)
675679
.SH COPYRIGHT
676-
Copyright (C) 2014-2019 The Dash Core developers
677-
Copyright (C) 2009-2019 The Bitcoin Core developers
680+
Copyright (C) 2014-2020 The Dash Core developers
681+
Copyright (C) 2009-2020 The Bitcoin Core developers
678682

679683
Please contribute if you find Dash Core useful. Visit <https://dash.org> for
680684
further information about the software.

doc/release-notes.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,17 @@ modules were reorganized in separate folders to make navigation through code a b
221221
0.15 Change log
222222
===============
223223

224-
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.14.0.x...dashpay:v0.15).
225-
224+
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.14.0.5...dashpay:v0.15.0.0).
225+
226+
- [`1d9adbe63`](https://github.com/dashpay/dash/commit/1d9adbe63) Replace generic CScopedDBTransaction with specialized CEvoDBScopedCommitter (#3292)
227+
- [`8fd486c6b`](https://github.com/dashpay/dash/commit/8fd486c6b) Translations 2020-01 (#3192)
228+
- [`3c54f6527`](https://github.com/dashpay/dash/commit/3c54f6527) Bump copyright year to 2020 (#3290)
229+
- [`35d28c748`](https://github.com/dashpay/dash/commit/35d28c748) Update man pages (#3291)
230+
- [`203cc9077`](https://github.com/dashpay/dash/commit/203cc9077) trivial: adding SVG and high contrast icons (#3209)
231+
- [`e875d4925`](https://github.com/dashpay/dash/commit/e875d4925) Define defaultTheme and darkThemePrefix as constants and use them instead of plain strings (#3288)
232+
- [`1d203b422`](https://github.com/dashpay/dash/commit/1d203b422) Bump PROTOCOL_VERSION to 70216 (#3287)
233+
- [`b84482ac5`](https://github.com/dashpay/dash/commit/b84482ac5) Let regtest have its own qt settings (#3286)
234+
- [`1c885bbed`](https://github.com/dashpay/dash/commit/1c885bbed) Only load valid themes, fallback to "Light" theme otherwise (#3285)
226235
- [`ce924278d`](https://github.com/dashpay/dash/commit/ce924278d) Don't load caches when blocks/chainstate was deleted and also delete old caches (#3280)
227236
- [`ebf529e8a`](https://github.com/dashpay/dash/commit/ebf529e8a) Drop new connection instead of old one when duplicate MNAUTH is received (#3272)
228237
- [`817cd9a17`](https://github.com/dashpay/dash/commit/817cd9a17) AppInitMain should quit early and return `false` if shutdown was requested at some point (#3267)
@@ -434,6 +443,7 @@ Thanks to everyone who directly contributed to this release:
434443
- PastaPastaPasta
435444
- Riku (rikublock)
436445
- strophy
446+
- taw00
437447
- thephez
438448
- UdjinM6
439449

2.99 KB
Loading
489 Bytes
Loading
624 Bytes
Loading

0 commit comments

Comments
 (0)