From 7fc5cdb69451149996b5420850f152c5ab8ab636 Mon Sep 17 00:00:00 2001 From: kanon <60179867+decryp2kanon@users.noreply.github.com> Date: Sun, 7 Jun 2020 06:07:51 +0900 Subject: [PATCH] doc: release note v34 starboy (#160) * doc: release note: starboy * fix: known issue --- README.md | 16 +++++---- doc/release-notes.md | 85 ++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 88 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c5b4de1f6..8b86321e3 100644 --- a/README.md +++ b/README.md @@ -131,18 +131,20 @@ Known Issues ------------ - Transaction too large: * This is a part of BTC. - * It will be fixed in next *Schnorr Signature* update. + * It will be fixed in next *Taproot+Schnorr* update. - Slow update balance on wallet: - * Update total balance *every minute (12 blocks)* interval. * This slow is a part of BTC. + * Update total balance *every minute (12 blocks)* interval. * This fix is a (nice) workaround for now. [source](https://github.com/sugarchain-project/sugarchain/commit/72436c90b29844cf507895df053103f9b6840776#diff-2e3836af182cfb375329c3463ffd91f8) - Poor performance on ARM CPUs (32/64-Bit): - * ARM optimization for Yespower disabled for now. - * *TODO* + * No ARM optimization for Yespower yet. - Poor performance on 32-Bit OS: - * SSE2 for Yespower disabled for now. [source](https://github.com/sugarchain-project/sugarchain/blob/d977987a83aba115d50a9130f0d7914330d1bc75/src/crypto/yespower-1.0.1/yespower-opt.c#L59) - * Please use *64-bit* for best performance. - + * No SSE2 optimization for Yespower yet. [source](https://github.com/sugarchain-project/sugarchain/blob/d977987a83aba115d50a9130f0d7914330d1bc75/src/crypto/yespower-1.0.1/yespower-opt.c#L59) +- Slow startup on low memory machines: + * Startup can take up to some hours on 1cpu 1024ram (+swap 3GB) VPS. + * Workaround is just increase RAM at least 2 GB. +- Slow rescanning `wallet.dat`: + * If your wallet is too heavy or mining purpose, it may take very long when importing. Release process using GITIAN ---------------------------- diff --git a/doc/release-notes.md b/doc/release-notes.md index 898f40a2e..1b51ca71e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,3 +1,67 @@ +## Yumekawa v0.16.3.34-starboy +- Version: Final Release +- Date: 2020-06-07 + +**Changes:** +- Major Fix: + * Fix: IBD `30%` faster, and `60%` reduced data traffic + [#122](https://github.com/sugarchain-project/sugarchain/pull/122) + * Add: new option `-prunedebuglogfile`: limit filesize of debug.log + [#110](https://github.com/sugarchain-project/sugarchain/pull/110) + * Add: when IBD, print blockheader count on debug.log (only sugarchain-qt) + [#128](https://github.com/sugarchain-project/sugarchain/pull/128) + * Update: checkpoints (mainnet) + [#132](https://github.com/sugarchain-project/sugarchain/pull/132) + * Fix: IBD optimizing + [#135](https://github.com/sugarchain-project/sugarchain/pull/135) + [#22 (comment)](https://github.com/sugarchain-project/sugarchain/pull/22#issuecomment-568301895) + * Update: seed list + [#144](https://github.com/sugarchain-project/sugarchain/pull/144) + * Remove: BCLog::POW (-debug=pow) + [#142](https://github.com/sugarchain-project/sugarchain/pull/142) +- Minor Fix: + * GUI: display size in `MB` (was GB) + [#125](https://github.com/sugarchain-project/sugarchain/pull/125) + * Revert: IBD settings back to BTC original + [#124](https://github.com/sugarchain-project/sugarchain/pull/124) + * Add: bootstrap height at `4421701` + [#143](https://github.com/sugarchain-project/sugarchain/pull/143) + * Fix: travis pathlib2 + [#148](https://github.com/sugarchain-project/sugarchain/pull/148) + +**Known Issues** +- Transaction too large: + * This is a part of BTC. + * It will be fixed in next *Taproot+Schnorr* update. +- Slow update balance on wallet: + * This slow is a part of BTC. + * Update total balance *every minute (12 blocks)* interval. + * This fix is a (nice) workaround for now. [source](https://github.com/sugarchain-project/sugarchain/commit/72436c90b29844cf507895df053103f9b6840776#diff-2e3836af182cfb375329c3463ffd91f8) +- Poor performance on ARM CPUs (32/64-Bit): + * No ARM optimization for Yespower yet. +- Poor performance on 32-Bit OS: + * No SSE2 optimization for Yespower yet. [source](https://github.com/sugarchain-project/sugarchain/blob/d977987a83aba115d50a9130f0d7914330d1bc75/src/crypto/yespower-1.0.1/yespower-opt.c#L59) +- Slow startup on low memory machines: + * Startup can take up to some hours on 1cpu 1024ram (+swap 3GB) VPS. + * Workaround is just increase RAM at least 2 GB. +- Slow rescanning `wallet.dat`: + * If your wallet is too heavy or mining purpose, it may take very long when importing. + +**Credits:** +Thanks to everyone who directly contributed to this release +- decryp2kanon +- solardiz (original Yespower author) +- barrystyle +- volbil +- Nugetzrul3 +- cryptozeny + +**Financial Support:** +We give our utmost thanks to the donors. This donation will be used for our future development. See [donations](https://github.com/sugarchain-project/Donations/blob/master/README.md). +- Rakutens + +----- + ## Yumekawa v0.16.3.30-moonlight - Version: Final Release - Date: 2020-03-02 @@ -42,12 +106,11 @@ [#85](https://github.com/sugarchain-project/sugarchain/pull/85) [#92](https://github.com/sugarchain-project/sugarchain/pull/92) -**[Known Issues](https://github.com/sugarchain-project/sugarchain#known-issues)** +**Known Issues** +Same as before **Credits:** - Thanks to everyone who directly contributed to this release - - solardiz (original Yespower author) - volbil - okoto-xyz @@ -55,7 +118,6 @@ Thanks to everyone who directly contributed to this release - cryptozeny **Financial Support:** - We give our utmost thanks to the donors. This donation will be used for our future development. See [donations](https://github.com/sugarchain-project/Donations/blob/master/README.md). - 唐伯虎 @@ -84,11 +146,22 @@ We give our utmost thanks to the donors. This donation will be used for our futu * add: bootstrap linearize at height `650000`, `1043000` * fix: comment error (#6) -**[Known Issues](https://github.com/sugarchain-project/sugarchain#known-issues)** +**Known Issues** +- Transaction too large: + * This is a part of BTC. + * It will be fixed in next *Schnorr Signature* update. +- Slow update balance on wallet: + * Update total balance *every minute (12 blocks)* interval. + * This slow is a part of BTC. + * This fix is a (nice) workaround for now. [source](https://github.com/sugarchain-project/sugarchain/commit/72436c90b29844cf507895df053103f9b6840776#diff-2e3836af182cfb375329c3463ffd91f8) +- Poor performance on ARM CPUs (32/64-Bit): + * ARM optimization for Yespower disabled for now. +- Poor performance on 32-Bit OS: + * SSE2 for Yespower disabled for now. [source](https://github.com/sugarchain-project/sugarchain/blob/d977987a83aba115d50a9130f0d7914330d1bc75/src/crypto/yespower-1.0.1/yespower-opt.c#L59) + * Please use *64-bit* for best performance. **Credits:** Thanks to everyone who directly contributed to this release (alphabetical order) - - AestheticSenpai - cryptozeny - ilmango-doge