Chenxing Li
Chenxing Li
Conflux utilizes a storage model that is based on a key-value database. The contract deletion process relies on the storage layer's interface named `delete_all_by_prefix` to clear the storage and the...
Currently, Confluxscan displays transaction throughput, which is a valuable metric. However, with the growth of the smart contract ecosystem, transaction throughput alone might not sufficiently represent the total load on...
This change is [](https://reviewable.io/reviews/Conflux-Chain/conflux-rust/2821)
This change is [](https://reviewable.io/reviews/Conflux-Chain/conflux-rust/2925)
- [x] `unreachable_unchecked` with negligible performance gain - [x] Incorrectly extending the lifetime to `'static` in account prefetch - [ ] unsafe in crate `cfx-storage`