Weekly News
Project Development
2. BUGX now is providing professional code audit and security service for Bytom . We have received 12 submissions and awarded them accordingly. Thanks for your support!
3. Boston: Bytom will host “Creating Value: Blockchain Application and Real World Adoption” on May 10th. Bytom CEO @xinxingduan and our team members will attend this event, We’are glad to see you at this event and you can register here: https://www.eventbrite.com/e/2019-harvard-blockchain-meetup-series-3-tickets-60736858579
4. New York: On May 14th, Bytom team will host “2019 Programmable Economy and Digital Assets Conference “ which has been included in Blockchain Week NYC! Welcome to the event to share your opinions about the future trend of the industry. For more details: https://www.eventbrite.com/e/2019-programmable-economy-and-digital-assets-conference-blockchainconsensus-tickets-60508311990
5. Bytom Mainnet Anniversary AMA ended and we have sent out the awards. Thanks for your participation.
Dev Report
Side chain
1. Designed cross-chain transaction and federation-relay module for side chain
2. Investigated the specific implementation of EOS bft-dpos
3. The algorithm was preliminarily implemented to verify the block signature, whether the given public key is the consensus node and the next round of block time of the consensus node is returned
4. Investigated network topology of the side chain, consensus message transmission and security scheme.
5. Realization of network isolation and node access between main side chains and each sub-side chain.
6. Investigated the BCCSP interface design of the Hyperledger and provided vapor configurable public keys for reference;
7.Developed common interface for Ed25519 cryptography algorithm
blockmeta
1. Fixed disk alert for blockmeta server
2. Optimized the back-end code of blockmeta, improved the document interface information of swagger and added the back-end interface for searching asset information by asset name
DApp
1. Optimized the processing of DApp logical process and added parallel processing of redis and timeout processing of sync process
2. Completed the functional development of the whole DApp and got through the functional test of DApp
Byone
1. Optimized customizable interfaces such as send_transaction, send_advanced_transation, etc
2. Improved and optimized default_account, accounts, net and other interfaces
Research:
1. Researched how Eltoo is used in Layer2 to ensure that the latest status is used when rolling back to Layer1
2. Researched how to achieve trustless transfer between main chain and side chain based on NIPoPoW
3. Researched how Flyclient implements ultra-light nodes