github.com/bytom/bytom@v1.1.2-0.20221014091027-bbcba3df6075/docs/release-notes/release-notes-1.0.6.md (about) 1 Bytom version 1.0.6 is now available from: 2 3 https://github.com/Bytom/bytom/releases/tag/v1.0.6rc1 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.6 changelog 18 ================ 19 __Bytom Node__ 20 21 + `PR #1316` 22 - The default path of user data in the Mac environment is changed to ~/Library/Application Support/Bytom. 23 + `PR #1324` 24 - Fix bug for can't process new block due to system unexpectedly crashes. 25 + `PR #1323` 26 - Support using the mnemonic code for generating deterministic keys(BIP39). 27 + `PR #1336` 28 - Fix bug for concurrent map access in p2p status broadcast. 29 + `PR #1338` 30 - Fix API restore-wallet can't restore asset-alias error. 31 + `PR #1343` 32 - Add witness argument to transaction-related API response. 33 + `PR #1369` 34 - upgrade the estimate gas function to handle the edge case. 35 + `PR #1368` 36 - List-balances and list-unspent-outputs API support filter by account ID or account alias. 37 + `PR #1365` 38 - Add build-chain-transactions API to support intelligent merged BTM UTXOs and sent out the chain transactions. 39 + `PR #1378` 40 - Add submit-block API to support raw block submission to the remote node. 41 42 43 __Bytom Dashboard__ 44 45 - Relayout the transaction item display. 46 - Simplified the transaction details page. 47 - Add the confirmation page for the normal transaction page. 48 - Relayout the normal transaction page. 49 - Add the multiple addresses functions in the normal transaction page. 50 51 Credits 52 -------- 53 54 Thanks to everyone who directly contributed to this release: 55 56 - Colt-Z 57 - HAOYUatHZ 58 - huwenchao 59 - langyu 60 - oysheng 61 - Paladz 62 - shenao78 63 - yahtoo 64 - zcc0721 65 - ZhitingLin 66 67 And everyone who helped test.