
Weekly Report - July 29, 2024
1. Transaction Processing Optimization
We’ve introduced a read-write set mechanism and designed and implemented a read-write set data structure. This has been integrated into the transaction execution process for collecting and validating read-write sets. Initial performance tests have been conducted.
2. Ongoing Adjustments to the Gas Fee Mechanism
We’re transitioning the Gas charging method to a UTXO (Unspent Transaction Output) model. This involved redesigning the Gas calculation logic to align with the UTXO model. We’ve also updated the smart contract execution environment to support the new Gas fee mechanism.
3. Continued Optimization of the Underlying Data Engine
We’ve implemented a new data indexing strategy to enhance our underlying data infrastructure.