github.com/bytom/bytom@v1.1.2-0.20221014091027-bbcba3df6075/docs/release-notes/release-notes-1.0.3.md (about) 1 Bytom version 1.0.3 is now available from: 2 3 https://github.com/Bytom/bytom/releases/tag/v1.0.3 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.3 changelog 18 ================ 19 __Bytom Node__ 20 21 + `PR #969` 22 - Fix x86-32 system exeception on build transaction. 23 + `PR #983` 24 - API transaction json struct add tx_size field. 25 + `PR #987` 26 - API Get-block response's transaction struct add mux_id. 27 + `PR #988` 28 - Add API decode-program. 29 + `PR #1006` 30 - API list-addresses is sort by create time. 31 + `PR #1022` 32 - API list-transactions and get-transaction support return unconfirmed transaction. 33 + `PR #1023` 34 - Add API get-work-json & submit-work-json 35 + `PR #1030` 36 - Add server flag on peer netowork handshake 37 + `PR #1032` 38 - Implementing the UDP Node Discovery Protocol. 39 + `PR #1039` 40 - Modify error model for support high level error message 41 42 __Bytom Dashboard__ 43 44 + `a51081c` 45 - Add progress bar for Sync Status. 46 - Modified the frontend for the list unconfirmed Tx. 47 + `3abb9ac` 48 - Add Tutorial for first time user. 49 - Fixed the filled amount and asset frontend bug. 50 + `f4d6387` 51 - Separate the advanced and normal transactions form into two component. Rework the transactions actions. 52 - Submit the form when users hit enter. 53 - Fixed some react error in new tx pages. 54 - When switch pages pop up the warning dialog if the transaction form is filled. 55 56 Credits 57 -------- 58 59 Thanks to everyone who directly contributed to this release: 60 - Colt-Z 61 - freewind 62 - HAOYUatHZ 63 - langyu 64 - oysheng 65 - Paladz 66 - shanhuhai5739 67 - yahtoo 68 - ZhitingLin 69 70 And everyone who helped test.