github.com/Bytom/bytom@v1.1.2-0.20210127130405-ae40204c0b09/docs/release-notes/release-notes-1.0.4.md (about) 1 Bytom version 1.0.4 is now available from: 2 3 https://github.com/Bytom/bytom/releases/tag/v1.0.4 4 5 6 Please report bugs using the issue tracker at github: 7 8 https://github.com/Bytom/bytom/issues 9 10 How to Upgrade 11 =============== 12 13 If you are running an older version, shut it down. Wait until it has quited completely, and then run the new version Bytom. 14 You can operate according to the user manual.[(Bytom User Manual)](https://bytom.io/wp-content/themes/freddo/images/wallet/BytomUsermanualV1.0_en.pdf) 15 16 17 1.0.4 changelog 18 ================ 19 __Bytom Node__ 20 21 + `PR #1104` 22 - Add block fast sync function. 23 + `PR #1048` 24 - Sort actions by original list for function MergeSpendAction. 25 + `PR #1081` 26 - Add API list-pubkeys. 27 + `PR #1098` 28 - Add API wallet-info to acquire rescanning wallet schedule. 29 + `PR #1112` 30 - Wallet support spends unconfirmed utxo. 31 + `PR #1115` 32 - Add bytomd command line parameter `--log_level` to set log level. 33 + `PR #1118` 34 - Add network access control api, include list-peers,connect-peer,disconnect-peer. 35 + `PR #1124` 36 - Fix a security bug that might attack Bytom server. 37 + `PR #1126` 38 - Optimize the gas estimation for the multi-signed transaction. 39 + `PR #1130` 40 - Add tx_id and input_id to the decode-raw-transaction API response. 41 + `PR #1133` 42 - Reorganize error codes and messages 43 + `PR #1139` 44 - Fix p2p node discover table delete bug 45 + `PR #1141` 46 - Delete unconfirmed transaction from the dashboard if it has been double spend 47 + `PR #1142` 48 - Add simd support for tensority, including compilation option and command line flag (`--simd.enable`). 49 + `PR #1149` 50 - Optimize wallet utxo select algorithm on build transaction. 51 52 __Bytom Dashboard__ 53 54 + `PR #1143` 55 - Update the password field to prevent browser remember password. 56 - Add the rescan Wallet button for the balances page. 57 - Restyled the backup & restore pages. 58 - Add the terminal pop up modal in the setting page. 59 `PR #1169` 60 - updated error message display in submitted form. 61 62 __Equity Contract frontend__ 63 64 + `PR #1144` 65 - Add 8 contracts to the lock page. 66 - Render the static component in the unlock page. 67 - Setup and configured the equity project into production environment. 68 - Unlock page get data from contract program for dynamic rendering. 69 - Build actions based on different contract templates. 70 71 Credits 72 -------- 73 74 Thanks to everyone who directly contributed to this release: 75 - Broadroad 76 - Colt-Z 77 - HAOYUatHZ 78 - langyu 79 - oysheng 80 - Paladz 81 - RockerFlower 82 - shanhuhai5739 83 - shenao78 84 - successli 85 - yahtoo 86 - zcc0721 87 - ZhitingLin 88 89 And everyone who helped test.