OSDN Git Service

a9bcbb03755e395649aa5a6681ee18703d305ef3
[bytom/vapor.git] / docs / release-notes / release-notes-1.0.4.md
1 Vapor version 1.0.4 is now available from:
2
3   https://github.com/Bytom/vapor/releases/tag/v1.0.4
4
5
6 Please report bugs using the issue tracker at github:
7
8   https://github.com/Bytom/vapor/issues
9
10
11
12
13 1.0.4 changelog
14 ================
15 __Vapor Node__
16
17 + `PR #401`
18     - Define the levelDB database structure of MOV.
19       - Including utxo, order, transaction pair and database status of MOV
20 + `PR #404`
21     - Database leveldb realizes the function of MOV data paging query and storage.
22       - Including order storage and sorting of MOV, paging query function of order and transaction pairs
23 + `PR #407`
24     - Solve the problem of node discovery service name consistency.
25 + `PR #409`
26     - Update the gas cost by the chain transactions.
27 + `PR #423`
28     - Solve the problem cross chain asset name alias can't be found  that cost by the format of upper case and lower case.
29
30
31 __Vapor Dashboard__
32
33 - Update the dashboard with a switcher for either the chain transactions or the normal transactions. The transaction contains common voting cross-chain. This feature supports the official BTM asset only.
34
35 Credits
36 --------
37
38 Thanks to everyone who directly contributed to this release:
39
40 - Agouri
41 - Colt-Z
42 - HAOYUatHZ
43 - langyu
44 - Paladz
45 - shenao78
46 - shengling2008
47 - yahtoo
48 - zcc0721
49 - ZhitingLin
50
51 And everyone who helped test.