Monthly update for AugustIn the past month, we have implemented the new version of our matching engine for hybrid ESCB exchange platform. New implementation works as a distributed cluster. Each worker in this system takes a piece of the global order book and matches it with others. Such a strategy allows infinite scaling and implements a separate matching engine for a specific coin. It will help to manage a large number of assets.
We have implemented the new decrypting message feature for Metamask, but unfortunately, we are waiting to merge from third party project
https://github.com/MetaMask/eth-simple-keyring/pull/15.
As we have described previously our Talk system is built on agreement security between counterparties. Metamask has a significant user base and we cannot launch our production environment before they include our patch into core code. As you can see here
https://github.com/MetaMask/metamask-extension/issues/1190 many users want to have this option for Dapp. It will open the way for new chatting applications based on Ethereum blockchain tools.
Also, this month we have started implementing the core of our own oracle system infrastructure. It will allow tracking external blockchain for delayed transactions. The key mechanics of this oracle system is the input node. Such a node will have the ability to interact with MHW structures directly because it will have rights for writing in eternal storage.
Also, we have started thinking about distributed matching machine as a subproject of ESCB exchange platform. Such an approach will allow joining together all exchanges based on our open-source code in the global system that will resolve initial liquidity flow problems for newbie exchanges. Such a system will work separately from every Exchange and will be based on Raft protocol.