OSDN Git Service

8fdf3743dc25b9d529c82be2847f8b69a91d51e9
[bytom/vapor.git] / docs / release-notes / release-notes-1.0.8.md
1 Bytom version 1.0.8 is now available from:
2
3   https://github.com/Bytom/bytom/releases/tag/v1.0.8
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.8 changelog
18 ================
19 __Bytom Node__
20
21 + `PR #1537`
22     - Add mined block subscribe function for easy wallet module subscription.
23 + `PR #1539`
24     - Discover: add node persistent storage, enabling faster node discovery.
25 + `PR #1554`
26     - Support Get the seed node from the DNS seed server.
27 + `PR #1561`
28     - Fix restore wallet will import duplicate key bugs.
29 + `PR #1538`
30     - Refactor switch code and add test makes the code structure clearer.
31 + `PR #1573`
32     - Fixed node startup id, preventing the node from regaining the node id every time it starts.
33 + `PR #1592`
34     - Fix new mined orphan block broadcast bug to prevent invalid blocks from being malicious.
35 + `PR #1605`
36     - Add no BTM input tx filter, to prevent dust transaction into the transaction pool.
37 + `PR #1544`
38     - get-raw-block API support return the transaction status
39 + `PR #1615`
40     - Update the wallet model for support switch chain core database in edge case situation
41 + `PR #1585`
42     - Strict block header validate rules for preventing irrational block version
43 + `PR #1579`
44     - limit the max number of orphan blocks which prevent memory attacks that create large numbers of orphan blocks
45 + `PR #1582`
46     - WebSocket subscriber will receive a raw transaction and corresponding status_fail field when an unconfirmed transaction arrives
47 + `PR #1617`
48     - Optimize the UTXO manage transaction processing order of block rollback.
49
50
51 __Bytom Dashboard__
52
53 - Add the Qr code component for RawTransaction JSON and Signature JSON.
54
55 Credits
56 --------
57
58 Thanks to everyone who directly contributed to this release:
59
60 - Colt-Z
61 - HAOYUatHZ
62 - langyu
63 - Paladz
64 - shenao78
65 - shengling2008
66 - yahtoo
67 - zcc0721
68 - ZhitingLin
69
70 And everyone who helped test.