OSDN Git Service

fix save external asset bug. (#1218)
[bytom/bytom.git] / docs / release-notes / release-notes-1.0.4.md
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 completely, 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
24 `PR #1048`
25   - Sort actions by original list for function MergeSpendAction.
26
27 `PR #1081`
28   - Add API list-pubkeys.
29
30 `PR #1098`
31   - Add API wallet-info to acquire rescanning wallet schedule.
32
33 `PR #1112`
34   - Wallet support spends unconfirmed utxo.
35
36 `PR #1115`
37   - Add bytomd command line parameter `--log_level` to set log level.
38
39 `PR #1118`
40   - Add network access control api, include list-peers,connect-peer,disconnect-peer.
41
42 `PR #1124`
43   - Fix a security bug that might attack Bytom server.
44
45 `PR #1126`  
46   - Optimize the gas estimation for the multi-signed transaction.
47
48 `PR #1130`  
49   - Add tx_id and input_id to the decode-raw-transaction API response.
50
51 `PR #1133`
52   - Reorganize error codes and messages
53
54 `PR #1139`
55   - Fix p2p node discover table delete bug
56
57 `PR #1141`
58   - Delete unconfirmed transaction from the dashboard if it has been double spend 
59
60 `PR #1142`
61   - Add simd support for tensority, including compilation option and command line flag (`--simd.enable`).
62
63 `PR #1149`
64   - Optimize wallet utxo select algorithm on build transaction.
65
66 Bytom Dashboard
67 `PR #1143`
68   - Update the password field to prevent browser remember password.
69   - Add the rescan Wallet button for the balances page.
70   - Restyled the backup & restore pages.
71   - Add the terminal pop up modal in the setting page.
72
73 `PR #1169`
74   - updated error message display in submitted form.
75
76 Equity Contract frontend:
77 `PR #1144`
78   - Add 8 contracts to the lock page.
79   - Render the static component in the unlock page.
80   - Setup and configured the equity project into production environment.
81   - Unlock page get data from contract program for dynamic rendering.
82   - Build actions based on different contract templates.
83
84 Credits
85 --------
86
87 Thanks to everyone who directly contributed to this release:
88 - Broadroad
89 - Colt-Z
90 - HAOYUatHZ
91 - langyu
92 - oysheng
93 - Paladz
94 - RockerFlower
95 - shanhuhai5739
96 - shenao78
97 - successli
98 - yahtoo
99 - zcc0721
100 - ZhitingLin
101
102 And everyone who helped test.