github.com/bytom/bytom@v1.1.2-0.20221014091027-bbcba3df6075/docs/release-notes/release-notes-1.0.10.md (about)

     1  Bytom version 1.0.10 is now available from:
     2  
     3    https://github.com/Bytom/bytom/releases/tag/v1.0.10
     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.0.10 changelog
    18  ================
    19  __Bytom Node__
    20  
    21  + [`PR #1738`](https://github.com/Bytom/bytom/pull/1738)
    22      - Add the core block intergra testing case. 
    23          - Including data correction in LevelDB, memory and orphan after block processing.
    24  + [`PR #1745`](https://github.com/Bytom/bytom/pull/1745) 
    25      - Add the core block intergra testing case. 
    26          - Including attach a block, 
    27          - process an orphan block, 
    28          - adding an block into forked chain,
    29          - adding an block casing rollback
    30          - and all other combines of transactions type in block.
    31  + [`PR #1751`](https://github.com/Bytom/bytom/pull/1751)
    32      - Fixed synced error between node block mining. 
    33  + [`PR #1777`](https://github.com/Bytom/bytom/pull/1777)
    34      - Fixed the transactions failed re-entered the transactions pool when chain reorganized.
    35  + [`PR #1780`](https://github.com/Bytom/bytom/pull/1780) 
    36      - Fixed the banned node forbidden error.
    37  + [`PR #1789`](https://github.com/Bytom/bytom/pull/1789)
    38      - Add the handshake permision for Ed25519 node only.
    39  + [`PR #1791`](https://github.com/Bytom/bytom/pull/1791)
    40      - add `/estimate-chain-tx-gas` API to estimate chain transactions gas when building chain transactions 
    41  + [`PR #1792`](https://github.com/Bytom/bytom/pull/1792) 
    42      - fix `/estimate-chain-tx-gas` API response format inconsistency in case the (chain) transaction to build contains only ONE transaction
    43  
    44  __Bytom Dashboard__
    45  
    46  + [`PR #1798`](https://github.com/Bytom/bytom/pull/1798) 
    47      - 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.
    48  
    49  Credits
    50  --------
    51  
    52  Thanks to everyone who directly contributed to this release:
    53  
    54  - Agouri
    55  - Colt-Z
    56  - HAOYUatHZ
    57  - langyu
    58  - Paladz
    59  - shenao78
    60  - shengling2008
    61  - yahtoo
    62  - zcc0721
    63  - ZhitingLin
    64  
    65  And everyone who helped test.