OSDN Git Service

Merge pull request #41 from Bytom/dev
[bytom/vapor.git] / docs / release-notes / release-notes-1.0.7.md
1 Bytom version 1.0.7 is now available from:
2
3   https://github.com/Bytom/bytom/releases/tag/v1.0.7
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.7 changelog
18 ================
19 __Bytom Node__
20
21 + `PR #1409`
22     - Support bip44 multi-account hierarchy for deterministic wallets.
23 + `PR #1418`
24     - The Equity contract arguments support string, integer and boolean as input types.
25 + `PR #1430`
26     - Add node network performance monitor for list-peers API.
27 + `PR #1439`
28     - Wallet support recovery from the mnemonic.
29 + `PR #1442`
30     - Add web socket push notification mechanism for new blocks and new transactions.
31 + `PR #1450`
32     - API get-block add asset definition for transaction's issue action.
33 + `PR #1455`
34     - Node support using SOCKS5 connect to Bytom network through a proxy server.
35 + `PR #1459`
36     - Modify equity compiler to support define/assign/if-else statement, and added the equity compiler tool..
37 + `PR #1462`
38     - Fixed wrong balance display after deleting the account.
39 + `PR #1466`
40     - Add update account alias API.
41 + `PR #1473`
42     - Support Mac using brew to install Bytom.
43
44 __Bytom Dashboard__
45
46 - Reconstruct the International language framework, change the hard code style into i18n mode.
47 - Fixed the big number issue.
48 - Added the mnemonic feature. Create mnemonic page, confirm mnemonic and restore by mnemonic page.
49 - Updated the Equity contract template.
50
51 Credits
52 --------
53
54 Thanks to everyone who directly contributed to this release:
55
56 - cancelloveyan
57 - Colt-Z
58 - Dkaiju
59 - HAOYUatHZ
60 - langyu
61 - oysheng
62 - Paladz
63 - shenao78
64 - shengling2008
65 - yahtoo
66 - zcc0721
67 - ZhitingLin
68
69 And everyone who helped test.