Skip to content

Commit 1b6c480

Browse files
authored
Merge pull request litecoin-project#590 from thrasher-/0.17
Litecoin Core 0.17.1 final basic commits
2 parents f22cd11 + d9b8d9e commit 1b6c480

7 files changed

+16
-13
lines changed

doc/man/litecoin-cli.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH LITECOIN-CLI "1" "February 2019" "litecoin-cli v0.17.1.0" "User Commands"
2+
.TH LITECOIN-CLI "1" "April 2019" "litecoin-cli v0.17.1.0" "User Commands"
33
.SH NAME
44
litecoin-cli \- manual page for litecoin-cli v0.17.1.0
55
.SH SYNOPSIS
@@ -15,7 +15,7 @@ litecoin-cli \- manual page for litecoin-cli v0.17.1.0
1515
.B litecoin-cli
1616
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
1717
.SH DESCRIPTION
18-
Litecoin Core RPC client version v0.17.1.0\-dirty
18+
Litecoin Core RPC client version v0.17.1.0
1919
.SH OPTIONS
2020
.HP
2121
\-?

doc/man/litecoin-qt.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH LITECOIN-QT "1" "February 2019" "litecoin-qt v0.17.1.0" "User Commands"
2+
.TH LITECOIN-QT "1" "April 2019" "litecoin-qt v0.17.1.0" "User Commands"
33
.SH NAME
44
litecoin-qt \- manual page for litecoin-qt v0.17.1.0
55
.SH SYNOPSIS
66
.B litecoin-qt
77
[\fI\,command-line options\/\fR]
88
.SH DESCRIPTION
9-
Litecoin Core version v0.17.1.0\-dirty (64\-bit)
9+
Litecoin Core version v0.17.1.0 (64\-bit)
1010
.SH OPTIONS
1111
.HP
1212
\-?

doc/man/litecoin-tx.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH LITECOIN-TX "1" "February 2019" "litecoin-tx v0.17.1.0" "User Commands"
2+
.TH LITECOIN-TX "1" "April 2019" "litecoin-tx v0.17.1.0" "User Commands"
33
.SH NAME
44
litecoin-tx \- manual page for litecoin-tx v0.17.1.0
55
.SH SYNOPSIS
@@ -9,7 +9,7 @@ litecoin-tx \- manual page for litecoin-tx v0.17.1.0
99
.B litecoin-tx
1010
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded litecoin transaction\/\fR
1111
.SH DESCRIPTION
12-
Litecoin Core litecoin\-tx utility version v0.17.1.0\-dirty
12+
Litecoin Core litecoin\-tx utility version v0.17.1.0
1313
.SH OPTIONS
1414
.HP
1515
\-?

doc/man/litecoind.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH LITECOIND "1" "February 2019" "litecoind v0.17.1.0" "User Commands"
2+
.TH LITECOIND "1" "April 2019" "litecoind v0.17.1.0" "User Commands"
33
.SH NAME
44
litecoind \- manual page for litecoind v0.17.1.0
55
.SH SYNOPSIS
66
.B litecoind
77
[\fI\,options\/\fR] \fI\,Start Litecoin Core Daemon\/\fR
88
.SH DESCRIPTION
9-
Litecoin Core Daemon version v0.17.1.0\-dirty
9+
Litecoin Core Daemon version v0.17.1.0
1010
.SH OPTIONS
1111
.HP
1212
\-?

doc/release-process.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,20 @@ The gbuild invocations below <b>DO NOT DO THIS</b> by default.
113113

114114
### Build and sign Litecoin Core for Linux, Windows, and macOS:
115115

116+
export GITIAN_THREADS=2
117+
export GITIAN_MEMORY=3000
118+
116119
pushd ./gitian-builder
117-
./bin/gbuild --num-make 2 --memory 3000 --commit litecoin=v${VERSION} ../litecoin/contrib/gitian-descriptors/gitian-linux.yml
120+
./bin/gbuild --num-make $GITIAN_THREADS --memory $GITIAN_MEMORY --commit litecoin=v${VERSION} ../litecoin/contrib/gitian-descriptors/gitian-linux.yml
118121
./bin/gsign --signer "$SIGNER" --release ${VERSION}-linux --destination ../gitian.sigs.ltc/ ../litecoin/contrib/gitian-descriptors/gitian-linux.yml
119122
mv build/out/litecoin-*.tar.gz build/out/src/litecoin-*.tar.gz ../
120123

121-
./bin/gbuild --num-make 2 --memory 3000 --commit litecoin=v${VERSION} ../litecoin/contrib/gitian-descriptors/gitian-win.yml
124+
./bin/gbuild --num-make $GITIAN_THREADS --memory $GITIAN_MEMORY --commit litecoin=v${VERSION} ../litecoin/contrib/gitian-descriptors/gitian-win.yml
122125
./bin/gsign --signer "$SIGNER" --release ${VERSION}-win-unsigned --destination ../gitian.sigs.ltc/ ../litecoin/contrib/gitian-descriptors/gitian-win.yml
123126
mv build/out/litecoin-*-win-unsigned.tar.gz inputs/litecoin-win-unsigned.tar.gz
124127
mv build/out/litecoin-*.zip build/out/litecoin-*.exe ../
125128

126-
./bin/gbuild --num-make 2 --memory 3000 --commit litecoin=v${VERSION} ../litecoin/contrib/gitian-descriptors/gitian-osx.yml
129+
./bin/gbuild --num-make $GITIAN_THREADS --memory $GITIAN_MEMORY --commit litecoin=v${VERSION} ../litecoin/contrib/gitian-descriptors/gitian-osx.yml
127130
./bin/gsign --signer "$SIGNER" --release ${VERSION}-osx-unsigned --destination ../gitian.sigs.ltc/ ../litecoin/contrib/gitian-descriptors/gitian-osx.yml
128131
mv build/out/litecoin-*-osx-unsigned.tar.gz inputs/litecoin-osx-unsigned.tar.gz
129132
mv build/out/litecoin-*.tar.gz build/out/litecoin-*.dmg ../

src/qt/intro.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
static const uint64_t GB_BYTES = 1000000000LL;
2525
/* Minimum free space (in GB) needed for data directory */
26-
constexpr uint64_t BLOCK_CHAIN_SIZE = 20;
26+
constexpr uint64_t BLOCK_CHAIN_SIZE = 22;
2727
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */
2828
static const uint64_t CHAIN_STATE_SIZE = 3;
2929
/* Total required space (in GB) depending on user choice (prune, not prune) */

src/qt/splashscreen.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SplashScreen::SplashScreen(interfaces::Node& node, Qt::WindowFlags f, const Netw
2828
QWidget(0, f), curAlignment(0), m_node(node)
2929
{
3030
// set reference point, paddings
31-
int paddingRight = 70;
31+
int paddingRight = 75;
3232
int paddingTop = 110;
3333
int titleVersionVSpace = 17;
3434
int titleCopyrightVSpace = 40;

0 commit comments

Comments
 (0)