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

Commit

Permalink
Merge pull request #1800 from Bytom/release-notes
Browse files Browse the repository at this point in the history
Release notes v1.0.10
  • Loading branch information
Paladz authored Oct 24, 2019
2 parents 280ddc9 + 2fef758 commit 7fa09a8
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions docs/release-notes/release-notes-1.0.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
Bytom version 1.0.10 is now available from:

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


Please report bugs using the issue tracker at github:

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

How to Upgrade
===============

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)](https://bytom.io/wp-content/themes/freddo/images/wallet/BytomUsermanualV1.0_en.pdf)


1.0.10 changelog
================
__Bytom Node__

+ [`PR #1738`](https://github.com/Bytom/bytom/pull/1738)
- Add the core block intergra testing case.
- Including data correction in LevelDB, memory and orphan after block processing.
+ [`PR #1745`](https://github.com/Bytom/bytom/pull/1745)
- Add the core block intergra testing case.
- Including attach a block,
- process an orphan block,
- adding an block into forked chain,
- adding an block casing rollback
- and all other combines of transactions type in block.
+ [`PR #1751`](https://github.com/Bytom/bytom/pull/1751)
- Fixed synced error between node block mining.
+ [`PR #1777`](https://github.com/Bytom/bytom/pull/1777)
- Fixed the transactions failed re-entered the transactions pool when chain reorganized.
+ [`PR #1780`](https://github.com/Bytom/bytom/pull/1780)
- Fixed the banned node forbidden error.
+ [`PR #1789`](https://github.com/Bytom/bytom/pull/1789)
- Add the handshake permision for Ed25519 node only.
+ [`PR #1791`](https://github.com/Bytom/bytom/pull/1791)
- add `/estimate-chain-tx-gas` API to estimate chain transactions gas when building chain transactions
+ [`PR #1792`](https://github.com/Bytom/bytom/pull/1792)
- fix `/estimate-chain-tx-gas` API response format inconsistency in case the (chain) transaction to build contains only ONE transaction

__Bytom Dashboard__

+ [`PR #1798`](https://github.com/Bytom/bytom/pull/1798)
- Update dashboard with estimate chain transactions fee function and a switcher for either the chain transactions or the normal transactions. This feature supports by offical 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.

0 comments on commit 7fa09a8

Please sign in to comment.