• R/O
  • HTTP
  • SSH
  • HTTPS

bytom: 提交

Official Go implementation of the Bytom protocol


Commit MetaInfo

修订版a3f6a0d05e5774b851663310f07e2ab8a56e443f (tree)
时间2020-02-06 14:34:36
作者Dkaiju <longjinglv@gmai...>
CommiterDkaiju

Log Message

docs(release note): update bytom version 1.1.0 release note

更改概述

差异

--- /dev/null
+++ b/docs/release-notes/release-notes-1.1.0.md
@@ -0,0 +1,42 @@
1+Bytom version 1.1.0 is now available from:
2+
3+ https://github.com/Bytom/bytom/releases/tag/v1.1.0
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.1.0 changelog
18+================
19+__Bytom Node__
20+
21++ [`PR #1805`](https://github.com/Bytom/bytom/pull/1805)
22+ - Correct bytom go import path to github.com/bytom/bytom. Developer can use go module to manage dependency of bytom.
23++ [`PR #1815`](https://github.com/Bytom/bytom/pull/1815)
24+ - Add asynchronous validate transactions function to optimize the performance of validating and saving block.
25+
26+__Bytom Dashboard__
27+
28++ [`PR #1829`](https://github.com/Bytom/bytom/pull/1829)
29+ - Fixed the decimals type string to integer in create asset page.
30+
31+Credits
32+--------
33+
34+Thanks to everyone who directly contributed to this release:
35+
36+- DeKaiju
37+- iczc
38+- Paladz
39+- zcc0721
40+- ZhitingLin
41+
42+And everyone who helped test.
Show on old repository browser