OSDN Git Service

add release notes (#424) v1.0.4
authorwz <mars@bytom.io>
Thu, 24 Oct 2019 07:05:17 +0000 (15:05 +0800)
committerPaladz <yzhu101@uottawa.ca>
Thu, 24 Oct 2019 07:05:17 +0000 (15:05 +0800)
* add release notes

* fix

* fix

docs/release-notes/release-notes-1.0.4.md [new file with mode: 0644]

diff --git a/docs/release-notes/release-notes-1.0.4.md b/docs/release-notes/release-notes-1.0.4.md
new file mode 100644 (file)
index 0000000..a9bcbb0
--- /dev/null
@@ -0,0 +1,51 @@
+Vapor version 1.0.4 is now available from:
+
+  https://github.com/Bytom/vapor/releases/tag/v1.0.4
+
+
+Please report bugs using the issue tracker at github:
+
+  https://github.com/Bytom/vapor/issues
+
+
+
+
+1.0.4 changelog
+================
+__Vapor Node__
+
++ `PR #401`
+    - Define the levelDB database structure of MOV.
+      - Including utxo, order, transaction pair and database status of MOV
++ `PR #404`
+    - Database leveldb realizes the function of MOV data paging query and storage.
+      - Including order storage and sorting of MOV, paging query function of order and transaction pairs
++ `PR #407`
+    - Solve the problem of node discovery service name consistency.
++ `PR #409`
+    - Update the gas cost by the chain transactions.
++ `PR #423`
+    - Solve the problem cross chain asset name alias can't be found  that cost by the format of upper case and lower case.
+
+
+__Vapor Dashboard__
+
+- 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.
+
+Credits
+--------
+
+Thanks to everyone who directly contributed to this release:
+
+- Agouri
+- Colt-Z
+- HAOYUatHZ
+- langyu
+- Paladz
+- shenao78
+- shengling2008
+- yahtoo
+- zcc0721
+- ZhitingLin
+
+And everyone who helped test.