Releases: Conflux-Chain/conflux-rust
Releases · Conflux-Chain/conflux-rust
Conflux v2.3.4
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.
Conflux v2.3.4-3-testnet
Bug Fix
- Fix an issue in the snapshot optimization that may lead to reboot failure.
Conflux v2.3.4-2-testnet
Bug Fix
- Fix an issue that may make the transaction pool panic.
Conflux v2.3.4-2-beta
Bug Fix
- Fix an issue that may make the transaction pool panic.
Conflux v2.3.4-testnet
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
.
Conflux v2.3.4-beta
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
.
Conflux v2.3.3
Bug Fix
- Fix an issue caused by an unexpected cross-space transaction that stops the node.
RPC Improvement
- Add
debug_statOnGasLoad
to get more information about the gas usage in blocks.
Conflux v2.3.3-testnet
Bug Fix
- Fix an issue caused by an unexpected cross-space transaction that stops the node.
RPC Improvement
- Add
debug_statOnGasLoad
to get more information about the gas usage in blocks.
Conflux v2.3.2
Bug Fixes
- Fix an issue that if txpool is full, the core space transaction gas price will be affected by the eSpace transactions in txpool.
- Fix an issue that the state is incorrect for a new archive node if
use_isolated_db_for_mpt_table
is enabled.
Conflux v2.3.2-testnet
Bug Fixes
- Fix an issue that if txpool is full, the core space transaction gas price will be affected by the eSpace transactions in txpool.
- Fix an issue that the state is incorrect for a new archive node if
use_isolated_db_for_mpt_table
is enabled.