Project Development
- The members of Zhejiang Digital Economy Association received a unique “digital ID card” — Blockchain membership card and they adopted Bytom technology to blockchainize the names、positions、numbers as well as certifying authority. it has the unique ID and timestamp to query the whole information. For detail: https://blockmeta.com/cert/85b7e14d4d6b81182187f7fa3c251868ca9f3af33ca9f13c36956856cee5a13d
2. Bytom will host Bytom Dev Competition 2019 in August in San Francisco and the prize is up to $30,000. We have received applications from developers and development teams from Taiwan, Zambia, Venezuela, India and the United States! Welcome to join our dev competition and you can also recommend some devs to join and we will award $500 for each qualified referral! Website: https://devcon.bytom.io/
3. This is an article written by Bytom founder Changjia to help your know more about the Bystack BaaS platform — — Worldview of Bystack (I): The Three Dimensions of Asset: https://news.8btc.com/worldview-of-bystack-i-the-three-dimensions-of-asset
Bystack website: https://www.bystack.io/en/
Whitepaper: https://www.bystack.io/en/Bystack_WhitePaper.pdf
4. Here is an article from the Greek developer Dimitris: Bytom unveils Bystack, a system combining PoS+PoW to get the best of both worlds — and it’s much bigger than you think: https://medium.com/@sfounisdimitris/bytom-unveils-bystack-a-system-combining-pos-pow-to-get-the-best-of-both-worlds-and-its-more-4cc5ffab7e7
5. A nice picture from the Russian community — Lesha, do you like it?
Dev Report
Main chain:
1. Completed all the tests of interface modification of ed25519 algorithm;
2. Discover page interface supports native layout;
Side chain:
1. Added construction API for cross-chain transaction ;
2. Added replay protection for cross-chain transaction ;
3. Increased the locking time of voting;
4. Added federation configuration and validation;
5. Investigated the distribution of coinbase rewards;
6. Added test cases related to consensus message network transmission;
7. Solved the problem that the number of masternodes in the DPoS consensus is less than the number of system Settings;
8. Investigated the sync mode of mempool and the algorithm which can save information transmission flow(iblt and minisketch);
9. Investigated the block timestamp verification logic of DPOS mechanism;
10. Changed the original POW block to DPOS block with specified time;
11. Generated consensus nodes according to the vote results, and transform the original block height dependent hash into a block dependent hash;
12. Converted the voting results into cumulative voting in each round;
13. Adjusted DPOS to work normally in solonet environment;
Blockmeta:
1. Optimized the query of blockchain certificate;
2. Blockchainized blockmeta information , positioning Baoquan;
Bycoin:
1. Connected js documents of bytom and bycoin with android and ios, and has completed all js terminal logic;
Byone:
1. Added the sign-on message page;
2. Modified the storage format and display format of assets;
Bycoin Dapp:
1. Optimized the balance return format;