OSDN Git Service

update release note for 1.0.10
authorZhiting Lin <zlin035@uottawa.ca>
Thu, 24 Oct 2019 03:28:05 +0000 (11:28 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Thu, 24 Oct 2019 03:28:05 +0000 (11:28 +0800)
docs/release-notes/release-notes-1.0.10.md [new file with mode: 0644]

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 (file)
index 0000000..fd363ff
--- /dev/null
@@ -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.