Skip to content

Conflux v2.3.4-testnet

Pre-release
Pre-release
Compare
Choose a tag to compare
@peilun-conflux peilun-conflux released this 05 Jan 10:20
· 668 commits to v2.0-testnet since this release

Configuration Improvement

  • Add configuration use_isolated_db_for_mpt_table. Setting it to true 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.