Conflux v2.3.4
peilun-conflux
released this
18 Jan 05:40
·
589 commits
to v2.0-stable
since this release
Configuration Improvement
- Add configuration
use_isolated_db_for_mpt_table
. Setting it totrue
will reduce the disk usage.- Note that the first restart after setting this configuration will take several hours, and the feature is still being tested, so use with caution.
Transaction Pool Improvement
- Implement a new transaction pool packing strategy so transactions with higher gas prices are more likely to be packed.
RPC Improvement
- Fix a rare panic in RPC metrics.
- Only count core space transactions for
cfx_gasPrice
.
Bug Fixes
- Fix an issue that may make the transaction pool panic.
- Fix an issue in the snapshot optimization that may lead to reboot failure.