Bytom Weekly Report (2018.3.12)
https://medium.com/@Bytom_Official/bytom-weekly-report-2018-3-12-3e6ba37bf03e1. The dev contract editor implemented some of the unlock pages.
2. Bugfix solved the bug that can’t work with the private key.
3. Bugfix solved the bug where multiple checking accounts are in conflict with common accounts when creating addresses.
4. Dev removed the useless reference data and related third-party functions in transaction to clean up the code structure.
5. Improved communication protocol optimization between dev nodes,
Refer to the main block chain communication protocol for scheme design and implementation.Wallet Dashboard added toggle advance.
7. Wallet has added the global variable (BTM, mBTM, neu) Amount of the unit to be more optimized.
8. Wallet added an input mask to the new transaction page, which is used to send a number of units.
9. Dev added the miningpool module to provide interface support for the third-party miningpool. The docking test with a mine was completed and the block verification time was optimized.
10. Tested the tensority process, design test cases and verify that CPP is the same as the go algorithm.
11. Tested performance test to analyze the proportion of each part of tensority,In addition, the matrix operation of tensority was changed to goroutine, and the matrix calculation time was reduced by 10%.
12. Dev separated the UTXO storage of common trades and contract transactions, and optimizes the stored procedures of the contract UTXO in the wallet.