github.com/bytom/bytom@v1.1.2-0.20221014091027-bbcba3df6075/docs/release-notes/release-notes-1.1.0.md (about) 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 Please notice new version bytom path is $GOPATH/src/github.com/bytom/bytom if you install bytom from source code. 14 If you are running an older version, shut it down. Wait until it has quited completely, and then run the new version Bytom. 15 You can operate according to the user manual.[(Bytom User Manual)](https://bytom.io/wp-content/themes/freddo/images/wallet/BytomUsermanualV1.0_en.pdf) 16 17 18 1.1.0 changelog 19 ================ 20 __Bytom Node__ 21 22 + [`PR #1805`](https://github.com/Bytom/bytom/pull/1805) 23 - Correct bytom go import path to github.com/bytom/bytom. Developer can use go module to manage dependency of bytom. 24 + [`PR #1815`](https://github.com/Bytom/bytom/pull/1815) 25 - Add asynchronous validate transactions function to optimize the performance of validating and saving block. 26 27 __Bytom Dashboard__ 28 29 + [`PR #1829`](https://github.com/Bytom/bytom/pull/1829) 30 - Fixed the decimals type string to integer in create asset page. 31 32 Credits 33 -------- 34 35 Thanks to everyone who directly contributed to this release: 36 37 - DeKaiju 38 - iczc 39 - Paladz 40 - zcc0721 41 - ZhitingLin 42 43 And everyone who helped test.