Bytom Core:
1.SOCKS5 protocol implemented research;
2. Added mining-data API;
3. Added websocket services for monitoring blocks and transactions;
4. The statistical cycle of stat/hash-rate was adjusted to 24 hours;
5. Stat /miner added the hash_rate, profit and fee field;
5. Bytom list peer API added node delay, monitor for incoming and outgoing performance ;
Blockcenter backend:
1. The confirmed transaction supports the display for confirmation number;
2. Added price API to access real-time Quotes;
3. Transaction list was sorted by unconfirmed transaction and confirmed transaction from new to old;
4. The data-query layer was optimized so that the initial query results will not be covered by empty data.
5. Bytom-java-SDK added transaction BC layer, txID, and inputID offline calculation.
6. Supported the demonstration of unconfirmed transaction information, including inputs, outputs, transaction hashes and submission time;
Full node wallet:
1. Completed the logic to confirm the mnemonic page;
2. Optimized the restore logic of layered wallet address scan;
3. Completed the logic of logging into the page to the account for the first time;
4. Added non-first-time users to restore page display and logic through mnemonic ;
5. Added the mnemonic logic when the non-first-time users create the private key for the first time.
6. Added the function of restoring multiple accounts and balance of each account of bip44 wallet through mnemonic;
Blockchain explorer:
- Explorer added display of mining pool share, optimized computing power curve;
2. The project structure was adjusted, and the component structure was divided by routing.
Smart contract:
- Updated the wiki documentation for the new equity compiler;
2. Equity compiler added a result check for mixed computing type of integer and amount ;