Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 1.3 KB

release-notes-1.1.0.md

File metadata and controls

43 lines (28 loc) · 1.3 KB

Bytom version 1.1.0 is now available from:

https://github.com/Bytom/bytom/releases/tag/v1.1.0

Please report bugs using the issue tracker at github:

https://github.com/Bytom/bytom/issues

How to Upgrade

Please notice new version bytom path is $GOPATH/src/github.com/bytom/bytom if you install bytom from source code.
If you are running an older version, shut it down. Wait until it has quited completely, and then run the new version Bytom. You can operate according to the user manual.(Bytom User Manual)

1.1.0 changelog

Bytom Node

  • PR #1805
    • Correct bytom go import path to github.com/bytom/bytom. Developer can use go module to manage dependency of bytom.
  • PR #1815
    • Add asynchronous validate transactions function to optimize the performance of validating and saving block.

Bytom Dashboard

  • PR #1829
    • Fixed the decimals type string to integer in create asset page.

Credits

Thanks to everyone who directly contributed to this release:

  • DeKaiju
  • iczc
  • Paladz
  • zcc0721
  • ZhitingLin

And everyone who helped test.