OSDN Git Service

Hulk did something
[bytom/vapor.git] / docs / release-notes / release-notes-1.0.9.md
1 Bytom version 1.0.9 is now available from:
2
3   https://github.com/Bytom/bytom/releases/tag/v1.0.9
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.9 changelog
18 ================
19 __Bytom Node__
20
21 + `PR #1657`
22     - Save the index for all history transactions when "txindex" flag is provided for the purpose of future querying.
23 + `PR #1659`
24     - Add dust transaction filter rule to filer the transaction with dust output amount.
25 + `PR #1662`
26     - Add a keep_dial option in order to automatically retry connecting to provided peers.
27 + `PR #1677`
28     - Add a custom node alias feature, support custom the node's name by the configuration.
29 + `PR #1687`
30     - Support mDNS LAN peer discover to reduce the network bandwidth required for communication.
31 + `PR #1692`
32     - Add ugly transaction test that may occur in several scenes such as insufficient fee, unbalanced transaction, overflow, and signature fail tests.
33 + `PR #1697`
34     - Precisely estimate gas for standard transaction and issue transaction.
35 + `PR #1698`
36     - Add timestamp as random number generator seed number, ensure random number security.
37
38
39 __Bytom Dashboard__
40
41 - Update the Json structure and add new form stepper for the create asset page.
42 - Add the issue asset option under the new transactions page. Support multi-signature under the issue asset transactions.
43
44 Credits
45 --------
46
47 Thanks to everyone who directly contributed to this release:
48
49 - Agouri
50 - Colt-Z
51 - HAOYUatHZ
52 - langyu
53 - Paladz
54 - shenao78
55 - shengling2008
56 - yahtoo
57 - zcc0721
58 - ZhitingLin
59
60 And everyone who helped test.