OSDN Git Service

Revert "edit" (#132)
[bytom/vapor.git] / docs / release-notes / release-notes-1.0.5.md
1 Bytom version 1.0.5 is now available from:
2
3   https://github.com/Bytom/bytom/releases/tag/v1.0.5
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.5 changelog
18 ================
19 __Bytom Node__
20
21 + `PR #1196`
22     - Remove the old p2p TCP peer exchange module.
23 + `PR #1204`
24     - Add paging to the three APIs: list-unspent-outputs,list-transactions, and list-addresses.
25 + `PR #1208`
26     - Add sync completion status broadcasting.
27 + `PR #1218`
28     - Fix the Unmarshal bug at getting an external asset.
29 + `PR #1233`
30     - Add check-key-password API.
31 + `PR #1219`
32     - Add get-coinbase-arbitrary, set-coinbase-arbitrary APIs.
33 + `PR #1232`
34     - Fix multi-sign process only being signed once if signed by the same password.
35 + `PR #1228`
36     - Upgrade txpool to prevent dropping orphan transaction.
37 + `PR #1241`
38     - Add function to delete expired orphan block.
39 + `PR #1253`
40     - Add support to filter by alias for list-accounts API.
41 + `PR #1245`
42     - API create-asset supports user custom smart contract.
43 + `PR #1258`
44     - Add node upgrade notification mechanism.
45 + `PR #1264`
46     - Improve the mining pool new block updating timing.
47 + `PR #1262`
48     - Add spv support for full node,which mainly includes filtering address and sending Merkle block.
49
50 __Bytom Dashboard__
51
52 - Add Chinese translation to equity contract.
53 - Fix password will be frozen for 5 mins when the password is wrong.
54 - Add transaction details before signing an advanced transaction.
55 - Add version tag and version update notification.
56
57 __Equity Contract frontend__
58
59 - Add contract template of RevealPreimage support for entering any character
60 - Asset selection box support BTM,expect when locking value
61
62 Credits
63 --------
64
65 Thanks to everyone who directly contributed to this release:
66
67 - Colt-Z
68 - HAOYUatHZ
69 - langyu
70 - oysheng
71 - Paladz
72 - shanhuhai5739
73 - shenao78
74 - successli
75 - yahtoo
76 - zcc0721
77 - ZhitingLin
78
79 And everyone who helped test.