From f325a83d340b77ceddfc5a3fcdcf8b2f33b5760d Mon Sep 17 00:00:00 2001 From: Zhiting Lin Date: Thu, 24 Oct 2019 11:28:05 +0800 Subject: [PATCH 1/3] update release note for 1.0.10 --- docs/release-notes/release-notes-1.0.10.md | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 docs/release-notes/release-notes-1.0.10.md diff --git a/docs/release-notes/release-notes-1.0.10.md b/docs/release-notes/release-notes-1.0.10.md new file mode 100644 index 000000000..fd363ff17 --- /dev/null +++ b/docs/release-notes/release-notes-1.0.10.md @@ -0,0 +1,65 @@ +Bytom version 1.0.10 is now available from: + + https://github.com/Bytom/bytom/releases/tag/v1.0.10 + + +Please report bugs using the issue tracker at github: + + https://github.com/Bytom/bytom/issues + +How to Upgrade +=============== + +If you are running an older version, shut it down. Wait until it has quited completely, and then run the new version Bytom. +You can operate according to the user manual.[(Bytom User Manual)](https://bytom.io/wp-content/themes/freddo/images/wallet/BytomUsermanualV1.0_en.pdf) + + +1.0.10 changelog +================ +__Bytom Node__ + ++ [`PR #1738`](https://github.com/Bytom/bytom/pull/1738) + - Add the core block intergra testing case. + - Including data correction in LevelDB, memory and orphan after block processing. ++ [`PR #1745`](https://github.com/Bytom/bytom/pull/1745) + - Add the core block intergra testing case. + - Including attach a block, + - process an orphan block, + - adding an block into forked chain, + - adding an block casing rollback + - and all other combines of transactions type in block. ++ [`PR #1751`](https://github.com/Bytom/bytom/pull/1751) + - Fixed synced error between node block mining. ++ [`PR #1777`](https://github.com/Bytom/bytom/pull/1777) + - Fixed the transactions failed re-entered the transactions pool when chain reorganized. ++ [`PR #1780`](https://github.com/Bytom/bytom/pull/1780) + - Fixed the banned node forbidden error. ++ [`PR #1789`](https://github.com/Bytom/bytom/pull/1789) + - Add the handshake permision for Ed25519 node only. ++ [`PR #1791`](https://github.com/Bytom/bytom/pull/1791) + - add `/estimate-chain-tx-gas` API to estimate chained txs gas when building chained txs ++ [`PR #1792`](https://github.com/Bytom/bytom/pull/1792) p + - fix `/estimate-chain-tx-gas` API response format inconsistency in case the (chained) tx to build contains only 1 tx + +__Bytom Dashboard__ + ++ `PR #1798` + - Update dashboard with estimate chain transactions fee function and a switcher for either the chain transactions or the normal transactions. This feature supports by offical BTM asset only. + +Credits +-------- + +Thanks to everyone who directly contributed to this release: + +- Agouri +- Colt-Z +- HAOYUatHZ +- langyu +- Paladz +- shenao78 +- shengling2008 +- yahtoo +- zcc0721 +- ZhitingLin + +And everyone who helped test. From 5a6d3ff6ccc06ed96ff98d6be5e8e04b3afc8b31 Mon Sep 17 00:00:00 2001 From: Zhiting Lin Date: Thu, 24 Oct 2019 11:29:25 +0800 Subject: [PATCH 2/3] Update release-notes-1.0.10.md --- docs/release-notes/release-notes-1.0.10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-1.0.10.md b/docs/release-notes/release-notes-1.0.10.md index fd363ff17..48dfc2b97 100644 --- a/docs/release-notes/release-notes-1.0.10.md +++ b/docs/release-notes/release-notes-1.0.10.md @@ -38,7 +38,7 @@ __Bytom Node__ - Add the handshake permision for Ed25519 node only. + [`PR #1791`](https://github.com/Bytom/bytom/pull/1791) - add `/estimate-chain-tx-gas` API to estimate chained txs gas when building chained txs -+ [`PR #1792`](https://github.com/Bytom/bytom/pull/1792) p ++ [`PR #1792`](https://github.com/Bytom/bytom/pull/1792) - fix `/estimate-chain-tx-gas` API response format inconsistency in case the (chained) tx to build contains only 1 tx __Bytom Dashboard__ From 2fef75805cb02f1e7676182e7bced815e22808ff Mon Sep 17 00:00:00 2001 From: Zhiting Lin Date: Thu, 24 Oct 2019 11:37:00 +0800 Subject: [PATCH 3/3] update release note --- docs/release-notes/release-notes-1.0.10.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/release-notes-1.0.10.md b/docs/release-notes/release-notes-1.0.10.md index 48dfc2b97..282949295 100644 --- a/docs/release-notes/release-notes-1.0.10.md +++ b/docs/release-notes/release-notes-1.0.10.md @@ -37,13 +37,13 @@ __Bytom Node__ + [`PR #1789`](https://github.com/Bytom/bytom/pull/1789) - Add the handshake permision for Ed25519 node only. + [`PR #1791`](https://github.com/Bytom/bytom/pull/1791) - - add `/estimate-chain-tx-gas` API to estimate chained txs gas when building chained txs + - add `/estimate-chain-tx-gas` API to estimate chain transactions gas when building chain transactions + [`PR #1792`](https://github.com/Bytom/bytom/pull/1792) - - fix `/estimate-chain-tx-gas` API response format inconsistency in case the (chained) tx to build contains only 1 tx + - fix `/estimate-chain-tx-gas` API response format inconsistency in case the (chain) transaction to build contains only ONE transaction __Bytom Dashboard__ -+ `PR #1798` ++ [`PR #1798`](https://github.com/Bytom/bytom/pull/1798) - Update dashboard with estimate chain transactions fee function and a switcher for either the chain transactions or the normal transactions. This feature supports by offical BTM asset only. Credits