- The charts on the homepage which are currently reading "No data is able to be displayed" have been repaired. The cause of the problem was a race condition that was reintroduced in the last release.
- Michael appears to have completed two-factor authentication.
- The WAMP data that can be delayed will now include "server_timestamp" and "data_timestamp" to allow users to determine when it is live and when it is delayed, and to react accordingly.
- There are performance improvements in the mining server to reduce memory usage from 1.5GB to about 100MB, which will increase the amount of data that can be held in the processor cache and therefore improve performance.
- The mining server will now be able to start up in a few seconds, rather than after 15 minutes, because Chris optimized the query that determines the orphan rates of all coins.
- The WAMP API will have a new "f_all_balance_updates" function that allows miners to obtain the initial balances of their accounts.
- I implemented the new WAMP API feature on the website and deleted a lot of REST endpoints that were no longer being used, some of which were being pummeled with requests from bots for an unknown reason.
The release is being tested and we hope to get it out today, but if two factor authentication needs more work, then we'll delay until tomorrow or Wednesday.