Skip to content

Commit

Permalink
bump 0.16.3.31rc1 + manpage (#133)
Browse files Browse the repository at this point in the history
**Changes: v0.16.3.31rc1**

- Major
  * Fix: IBD `30%` faster, and `60%` reduced data traffic #122 
  * Add: new option `-prunedebuglogfile`: limit filesize of debug.log #110  
  * Add: when IBD, print blockheader count on debug.log #128 
  * Update: checkpoints (mainnet) #132 

- Minor
  * GUI: display size in MB (was GB) #125 
  * Revert: IBD settings back to BTC original #124 #126
  • Loading branch information
decryp2kanon committed May 12, 2020
1 parent 74a50b1 commit b49ea32
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 16)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD, 30)
define(_CLIENT_VERSION_BUILD, 31)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2020)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
6 changes: 3 additions & 3 deletions doc/man/sugarchain-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.3.
.TH SUGARCHAIN-CLI "1" "March 2020" "sugarchain-cli v0.16.3.30" "User Commands"
.TH SUGARCHAIN-CLI "1" "May 2020" "sugarchain-cli v0.16.3.31" "User Commands"
.SH NAME
sugarchain-cli \- manual page for sugarchain-cli v0.16.3.30
sugarchain-cli \- manual page for sugarchain-cli v0.16.3.31
.SH DESCRIPTION
Sugarchain Yumekawa RPC client version v0.16.3.30
Sugarchain Yumekawa RPC client version v0.16.3.31
.SS "Usage:"
.TP
sugarchain\-cli [options] <command> [params]
Expand Down
12 changes: 8 additions & 4 deletions doc/man/sugarchain-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.3.
.TH SUGARCHAIN-QT "1" "March 2020" "sugarchain-qt v0.16.3.30" "User Commands"
.TH SUGARCHAIN-QT "1" "May 2020" "sugarchain-qt v0.16.3.31" "User Commands"
.SH NAME
sugarchain-qt \- manual page for sugarchain-qt v0.16.3.30
sugarchain-qt \- manual page for sugarchain-qt v0.16.3.31
.SH DESCRIPTION
Sugarchain Yumekawa version v0.16.3.30 (64\-bit)
Sugarchain Yumekawa version v0.16.3.31 (64\-bit)
Usage:
.IP
sugarchain\-qt [command\-line options]
Expand Down Expand Up @@ -32,7 +32,7 @@ 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:
56e8f536feb26f749ed9198f56f397da08f018de9518674b2ac12a41061612cb,
9a9c7db86b1a67a399d50f7f45b1d4bbb9179bcf0be08331239a1b9881ebcea9,
testnet:
e87ec8451768ddadc3364b48efdc8f47b79e7723eb69c75ae3e7083bf48985b1)
.HP
Expand Down Expand Up @@ -418,6 +418,10 @@ transactions (default: 0.10)
.IP
Send trace/debug info to console instead of debug.log file
.HP
\fB\-prunedebuglogfile\fR
.IP
Prune (limit) filesize of debug.log
.HP
\fB\-shrinkdebugfile\fR
.IP
Shrink debug.log file on client startup (default: 1 when no \fB\-debug\fR)
Expand Down
6 changes: 3 additions & 3 deletions doc/man/sugarchain-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.3.
.TH SUGARCHAIN-TX "1" "March 2020" "sugarchain-tx v0.16.3.30" "User Commands"
.TH SUGARCHAIN-TX "1" "May 2020" "sugarchain-tx v0.16.3.31" "User Commands"
.SH NAME
sugarchain-tx \- manual page for sugarchain-tx v0.16.3.30
sugarchain-tx \- manual page for sugarchain-tx v0.16.3.31
.SH DESCRIPTION
Sugarchain Yumekawa sugarchain\-tx utility version v0.16.3.30
Sugarchain Yumekawa sugarchain\-tx utility version v0.16.3.31
.SS "Usage:"
.TP
sugarchain\-tx [options] <hex\-tx> [commands]
Expand Down
12 changes: 8 additions & 4 deletions doc/man/sugarchaind.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.3.
.TH SUGARCHAIND "1" "March 2020" "sugarchaind v0.16.3.30" "User Commands"
.TH SUGARCHAIND "1" "May 2020" "sugarchaind v0.16.3.31" "User Commands"
.SH NAME
sugarchaind \- manual page for sugarchaind v0.16.3.30
sugarchaind \- manual page for sugarchaind v0.16.3.31
.SH DESCRIPTION
Sugarchain Yumekawa Daemon version v0.16.3.30
Sugarchain Yumekawa Daemon version v0.16.3.31
.SS "Usage:"
.TP
sugarchaind [options]
Expand Down Expand Up @@ -33,7 +33,7 @@ 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:
56e8f536feb26f749ed9198f56f397da08f018de9518674b2ac12a41061612cb,
9a9c7db86b1a67a399d50f7f45b1d4bbb9179bcf0be08331239a1b9881ebcea9,
testnet:
e87ec8451768ddadc3364b48efdc8f47b79e7723eb69c75ae3e7083bf48985b1)
.HP
Expand Down Expand Up @@ -423,6 +423,10 @@ transactions (default: 0.10)
.IP
Send trace/debug info to console instead of debug.log file
.HP
\fB\-prunedebuglogfile\fR
.IP
Prune (limit) filesize of debug.log
.HP
\fB\-shrinkdebugfile\fR
.IP
Shrink debug.log file on client startup (default: 1 when no \fB\-debug\fR)
Expand Down

0 comments on commit b49ea32

Please sign in to comment.