OSDN Git Service

Format release-notes (#1247)
authorHAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Mon, 13 Aug 2018 03:05:17 +0000 (11:05 +0800)
committerPaladz <yzhu101@uottawa.ca>
Mon, 13 Aug 2018 03:05:17 +0000 (11:05 +0800)
* Format release-notes-1.0.4.md

* Format release-notes

docs/release-notes/release-notes-1.0.2.md
docs/release-notes/release-notes-1.0.3.md
docs/release-notes/release-notes-1.0.4.md

index 7e19a9d..553107f 100644 (file)
@@ -16,16 +16,26 @@ You can operate according to the user manual.[(Bytom User Manual)](URL 'https://
 
 1.0.2 changelog
 ================
-- `9769427` Added vault mode to support offline signature support. 
-- `b4f4163` Add system log to save to file.
-- `a96d25a` Lock data directory after daemonization.
-- `32d392b` add sign-message and verify-message API.
-- `993192a` Add decode-raw-transaction API.
-- `f9fa26e` Reconstruction build transaction's MergeSpendAction when spendAction contains common asset.
-- `b037ca0` Add wallet rescan option.
-- `7070fde` Accelerate node access to the mainnet.
-- `1b55497` Fix block sync routine lock bug.
-- `6808e24` Added tensority algorithm benchmark test. 
+- `9769427`
+    + Added vault mode to support offline signature support. 
+- `b4f4163`
+    + Add system log to save to file.
+- `a96d25a`
+    + Lock data directory after daemonization.
+- `32d392b`
+    + add sign-message and verify-message API.
+- `993192a`
+    + Add decode-raw-transaction API.
+- `f9fa26e`
+    + Reconstruction build transaction's `MergeSpendAction` when spendAction contains common asset.
+- `b037ca0`
+    + Add wallet rescan option.
+- `7070fde`
+    + Accelerate node access to the mainnet.
+- `1b55497`
+    + Fix block sync routine lock bug.
+- `6808e24`
+    + Added tensority algorithm benchmark test. 
 
 Credits
 --------
index 71e42fe..1336bd6 100644 (file)
@@ -16,32 +16,42 @@ You can operate according to the user manual.[(Bytom User Manual)](https://bytom
 
 1.0.3 changelog
 ================
-Bytom Node
-`PR #969`  - Fix x86-32 system exeception on build transaction.
-`PR #983`  - API transaction json struct add tx_size field.
-`PR #987`  - API Get-block response's transaction struct add mux_id.
-`PR #988`  - Add API decode-program.
-`PR #1006` - API list-addresses is sort by create time.
-`PR #1022` - API list-transactions and get-transaction support return unconfirmed transaction.
-`PR #1023` - Add API get-work-json & submit-work-json
-`PR #1030` - Add server flag on peer netowork handshake
-`PR #1032` - Implementing the UDP Node Discovery Protocol.
-`PR #1039` - Modify error model for support high level error message 
-
-Bytom Dashboard
-`a51081c`
-  - Add progress bar for Sync Status.
-  - Modified the frontend for the list unconfirmed Tx.
-
-`3abb9ac`
-  - Add Tutorial for first time user.
-  - Fixed the filled amount and asset frontend bug.
-
-`f4d6387`
-  - Separate the advanced and normal transactions form into two component. Rework the transactions actions.
-  - Submit the form when users hit enter.
-  - Fixed some react error in new tx pages.
-  - When switch pages pop up the warning dialog if the transaction form is filled.
+__Bytom Node__
+
++ `PR #969`
+    - Fix x86-32 system exeception on build transaction.
++ `PR #983`
+    - API transaction json struct add tx_size field.
++ `PR #987`
+    - API Get-block response's transaction struct add mux_id.
++ `PR #988`
+    - Add API decode-program.
++ `PR #1006`
+    - API list-addresses is sort by create time.
++ `PR #1022`
+    - API list-transactions and get-transaction support return unconfirmed transaction.
++ `PR #1023`
+    - Add API get-work-json & submit-work-json
++ `PR #1030`
+    - Add server flag on peer netowork handshake
++ `PR #1032`
+    - Implementing the UDP Node Discovery Protocol.
++ `PR #1039`
+    - Modify error model for support high level error message 
+
+__Bytom Dashboard__
+
++ `a51081c`
+    - Add progress bar for Sync Status.
+    - Modified the frontend for the list unconfirmed Tx.
++ `3abb9ac`
+    - Add Tutorial for first time user.
+    - Fixed the filled amount and asset frontend bug.
++ `f4d6387`
+    - Separate the advanced and normal transactions form into two component. Rework the transactions actions.
+    - Submit the form when users hit enter.
+    - Fixed some react error in new tx pages.
+    - When switch pages pop up the warning dialog if the transaction form is filled.
 
 Credits
 --------
index 2582d14..554f07f 100644 (file)
@@ -16,70 +16,57 @@ You can operate according to the user manual.[(Bytom User Manual)](https://bytom
 
 1.0.4 changelog
 ================
-Bytom Node
-
-`PR #1104`
-  - Add block fast sync function.
-
-`PR #1048`
-  - Sort actions by original list for function MergeSpendAction.
-
-`PR #1081`
-  - Add API list-pubkeys.
-
-`PR #1098`
-  - Add API wallet-info to acquire rescanning wallet schedule.
-
-`PR #1112`
-  - Wallet support spends unconfirmed utxo.
-
-`PR #1115`
-  - Add bytomd command line parameter `--log_level` to set log level.
-
-`PR #1118`
-  - Add network access control api, include list-peers,connect-peer,disconnect-peer.
-
-`PR #1124`
-  - Fix a security bug that might attack Bytom server.
-
-`PR #1126`  
-  - Optimize the gas estimation for the multi-signed transaction.
-
-`PR #1130`  
-  - Add tx_id and input_id to the decode-raw-transaction API response.
-
-`PR #1133`
-  - Reorganize error codes and messages
-
-`PR #1139`
-  - Fix p2p node discover table delete bug
-
-`PR #1141`
-  - Delete unconfirmed transaction from the dashboard if it has been double spend 
-
-`PR #1142`
-  - Add simd support for tensority, including compilation option and command line flag (`--simd.enable`).
-
-`PR #1149`
-  - Optimize wallet utxo select algorithm on build transaction.
+__Bytom Node__
+
++ `PR #1104`
+    - Add block fast sync function.
++ `PR #1048`
+    - Sort actions by original list for function MergeSpendAction.
++ `PR #1081`
+    - Add API list-pubkeys.
++ `PR #1098`
+    - Add API wallet-info to acquire rescanning wallet schedule.
++ `PR #1112`
+    - Wallet support spends unconfirmed utxo.
++ `PR #1115`
+    - Add bytomd command line parameter `--log_level` to set log level.
++ `PR #1118`
+    - Add network access control api, include list-peers,connect-peer,disconnect-peer.
++ `PR #1124`
+    - Fix a security bug that might attack Bytom server.
++ `PR #1126`  
+    - Optimize the gas estimation for the multi-signed transaction.
++ `PR #1130`  
+    - Add tx_id and input_id to the decode-raw-transaction API response.
++ `PR #1133`
+    - Reorganize error codes and messages
++ `PR #1139`
+    - Fix p2p node discover table delete bug
++ `PR #1141`
+    - Delete unconfirmed transaction from the dashboard if it has been double spend 
++ `PR #1142`
+    - Add simd support for tensority, including compilation option and command line flag (`--simd.enable`).
++ `PR #1149`
+    - Optimize wallet utxo select algorithm on build transaction.
+
+__Bytom Dashboard__
+
++ `PR #1143`
+    - Update the password field to prevent browser remember password.
+    - Add the rescan Wallet button for the balances page.
+    - Restyled the backup & restore pages.
+    - Add the terminal pop up modal in the setting page.
+`PR #1169`
+    - updated error message display in submitted form.
 
-Bytom Dashboard
-`PR #1143`
-  - Update the password field to prevent browser remember password.
-  - Add the rescan Wallet button for the balances page.
-  - Restyled the backup & restore pages.
-  - Add the terminal pop up modal in the setting page.
+__Equity Contract frontend__
 
-`PR #1169`
-  - updated error message display in submitted form.
-
-Equity Contract frontend:
-`PR #1144`
-  - Add 8 contracts to the lock page.
-  - Render the static component in the unlock page.
-  - Setup and configured the equity project into production environment.
-  - Unlock page get data from contract program for dynamic rendering.
-  - Build actions based on different contract templates.
++ `PR #1144`
+    - Add 8 contracts to the lock page.
+    - Render the static component in the unlock page.
+    - Setup and configured the equity project into production environment.
+    - Unlock page get data from contract program for dynamic rendering.
+    - Build actions based on different contract templates.
 
 Credits
 --------